├── .htaccess ├── LICENSE ├── akun.php ├── approval-cabang.php ├── approval-final.php ├── approval-unit.php ├── assets ├── detail-pengguna.php ├── dist │ ├── css │ │ ├── all.css │ │ ├── bootstrap.min.css │ │ ├── components.css │ │ ├── components.css.map │ │ ├── custom.css │ │ ├── custom.css.map │ │ ├── reverse.css │ │ ├── rtl.css │ │ ├── skins │ │ │ ├── reverse.css │ │ │ └── reverse.css.map │ │ ├── style.css │ │ ├── style.css.map │ │ └── style.php │ ├── custom.js │ ├── fonts │ │ ├── nunito-v9-latin-600.eot │ │ ├── nunito-v9-latin-600.svg │ │ ├── nunito-v9-latin-600.ttf │ │ ├── nunito-v9-latin-600.woff │ │ ├── nunito-v9-latin-600.woff2 │ │ ├── nunito-v9-latin-700.eot │ │ ├── nunito-v9-latin-700.svg │ │ ├── nunito-v9-latin-700.ttf │ │ ├── nunito-v9-latin-700.woff │ │ ├── nunito-v9-latin-700.woff2 │ │ ├── nunito-v9-latin-800.eot │ │ ├── nunito-v9-latin-800.svg │ │ ├── nunito-v9-latin-800.ttf │ │ ├── nunito-v9-latin-800.woff │ │ ├── nunito-v9-latin-800.woff2 │ │ ├── nunito-v9-latin-regular.eot │ │ ├── nunito-v9-latin-regular.svg │ │ ├── nunito-v9-latin-regular.ttf │ │ ├── nunito-v9-latin-regular.woff │ │ ├── nunito-v9-latin-regular.woff2 │ │ └── vazir │ │ │ ├── Farsi-Digits-Without-Latin │ │ │ ├── Vazir-Black-FD-WOL.eot │ │ │ ├── Vazir-Black-FD-WOL.ttf │ │ │ ├── Vazir-Black-FD-WOL.woff │ │ │ ├── Vazir-Black-FD-WOL.woff2 │ │ │ ├── Vazir-Bold-FD-WOL.eot │ │ │ ├── Vazir-Bold-FD-WOL.ttf │ │ │ ├── Vazir-Bold-FD-WOL.woff │ │ │ ├── Vazir-Bold-FD-WOL.woff2 │ │ │ ├── Vazir-FD-WOL.eot │ │ │ ├── Vazir-FD-WOL.ttf │ │ │ ├── Vazir-FD-WOL.woff │ │ │ ├── Vazir-FD-WOL.woff2 │ │ │ ├── Vazir-Light-FD-WOL.eot │ │ │ ├── Vazir-Light-FD-WOL.ttf │ │ │ ├── Vazir-Light-FD-WOL.woff │ │ │ ├── Vazir-Light-FD-WOL.woff2 │ │ │ ├── Vazir-Medium-FD-WOL.eot │ │ │ ├── Vazir-Medium-FD-WOL.ttf │ │ │ ├── Vazir-Medium-FD-WOL.woff │ │ │ ├── Vazir-Medium-FD-WOL.woff2 │ │ │ ├── Vazir-Thin-FD-WOL.eot │ │ │ ├── Vazir-Thin-FD-WOL.ttf │ │ │ ├── Vazir-Thin-FD-WOL.woff │ │ │ └── Vazir-Thin-FD-WOL.woff2 │ │ │ ├── Farsi-Digits │ │ │ ├── Vazir-Black-FD.eot │ │ │ ├── Vazir-Black-FD.ttf │ │ │ ├── Vazir-Black-FD.woff │ │ │ ├── Vazir-Black-FD.woff2 │ │ │ ├── Vazir-Bold-FD.eot │ │ │ ├── Vazir-Bold-FD.ttf │ │ │ ├── Vazir-Bold-FD.woff │ │ │ ├── Vazir-Bold-FD.woff2 │ │ │ ├── Vazir-FD.eot │ │ │ ├── Vazir-FD.ttf │ │ │ ├── Vazir-FD.woff │ │ │ ├── Vazir-FD.woff2 │ │ │ ├── Vazir-Light-FD.eot │ │ │ ├── Vazir-Light-FD.ttf │ │ │ ├── Vazir-Light-FD.woff │ │ │ ├── Vazir-Light-FD.woff2 │ │ │ ├── Vazir-Medium-FD.eot │ │ │ ├── Vazir-Medium-FD.ttf │ │ │ ├── Vazir-Medium-FD.woff │ │ │ ├── Vazir-Medium-FD.woff2 │ │ │ ├── Vazir-Thin-FD.eot │ │ │ ├── Vazir-Thin-FD.ttf │ │ │ ├── Vazir-Thin-FD.woff │ │ │ └── Vazir-Thin-FD.woff2 │ │ │ ├── LICENSE │ │ │ ├── Vazir-Black.eot │ │ │ ├── Vazir-Black.ttf │ │ │ ├── Vazir-Black.woff │ │ │ ├── Vazir-Black.woff2 │ │ │ ├── Vazir-Bold.eot │ │ │ ├── Vazir-Bold.ttf │ │ │ ├── Vazir-Bold.woff │ │ │ ├── Vazir-Bold.woff2 │ │ │ ├── Vazir-Light.eot │ │ │ ├── Vazir-Light.ttf │ │ │ ├── Vazir-Light.woff │ │ │ ├── Vazir-Light.woff2 │ │ │ ├── Vazir-Medium.eot │ │ │ ├── Vazir-Medium.ttf │ │ │ ├── Vazir-Medium.woff │ │ │ ├── Vazir-Medium.woff2 │ │ │ ├── Vazir-Thin.eot │ │ │ ├── Vazir-Thin.ttf │ │ │ ├── Vazir-Thin.woff │ │ │ ├── Vazir-Thin.woff2 │ │ │ ├── Vazir.eot │ │ │ ├── Vazir.ttf │ │ │ ├── Vazir.woff │ │ │ ├── Vazir.woff2 │ │ │ ├── Without-Latin │ │ │ ├── Vazir-Black-WOL.eot │ │ │ ├── Vazir-Black-WOL.ttf │ │ │ ├── Vazir-Black-WOL.woff │ │ │ ├── Vazir-Black-WOL.woff2 │ │ │ ├── Vazir-Bold-WOL.eot │ │ │ ├── Vazir-Bold-WOL.ttf │ │ │ ├── Vazir-Bold-WOL.woff │ │ │ ├── Vazir-Bold-WOL.woff2 │ │ │ ├── Vazir-Light-WOL.eot │ │ │ ├── Vazir-Light-WOL.ttf │ │ │ ├── Vazir-Light-WOL.woff │ │ │ ├── Vazir-Light-WOL.woff2 │ │ │ ├── Vazir-Medium-WOL.eot │ │ │ ├── Vazir-Medium-WOL.ttf │ │ │ ├── Vazir-Medium-WOL.woff │ │ │ ├── Vazir-Medium-WOL.woff2 │ │ │ ├── Vazir-Thin-WOL.eot │ │ │ ├── Vazir-Thin-WOL.ttf │ │ │ ├── Vazir-Thin-WOL.woff │ │ │ ├── Vazir-Thin-WOL.woff2 │ │ │ ├── Vazir-WOL.eot │ │ │ ├── Vazir-WOL.ttf │ │ │ ├── Vazir-WOL.woff │ │ │ └── Vazir-WOL.woff2 │ │ │ ├── font-face.css │ │ │ └── sample.png │ ├── img │ │ ├── avatar │ │ │ ├── avatar-1.png │ │ │ ├── avatar-2.png │ │ │ ├── avatar-3.png │ │ │ ├── avatar-4.png │ │ │ └── avatar-5.png │ │ ├── drawkit │ │ │ ├── drawkit-full-stack-man-colour.svg │ │ │ ├── drawkit-mobile-article-colour.svg │ │ │ ├── drawkit-nature-man-colour.svg │ │ │ └── revenue-graph-colour.svg │ │ ├── example-image-50.jpg │ │ ├── example-image.jpg │ │ ├── news │ │ │ ├── img01.jpg │ │ │ ├── img02.jpg │ │ │ ├── img03.jpg │ │ │ ├── img04.jpg │ │ │ ├── img05.jpg │ │ │ ├── img06.jpg │ │ │ ├── img07.jpg │ │ │ ├── img08.jpg │ │ │ ├── img09.jpg │ │ │ ├── img10.jpg │ │ │ ├── img11.jpg │ │ │ ├── img12.jpg │ │ │ ├── img13.jpg │ │ │ ├── img14.jpg │ │ │ ├── img15.jpg │ │ │ ├── img16.jpg │ │ │ └── img17.jpg │ │ ├── p-250.png │ │ ├── p-50.png │ │ ├── products │ │ │ ├── product-1-50.png │ │ │ ├── product-1.jpg │ │ │ ├── product-2-50.png │ │ │ ├── product-2.jpg │ │ │ ├── product-3-50.png │ │ │ ├── product-3.jpg │ │ │ ├── product-4-50.png │ │ │ ├── product-4.jpg │ │ │ ├── product-5-50.png │ │ │ └── product-5.jpg │ │ ├── stisla-fill.svg │ │ ├── stisla-light.svg │ │ ├── stisla-transparent.svg │ │ ├── stisla.svg │ │ └── unsplash │ │ │ ├── andre-benz-1214056-unsplash.jpg │ │ │ ├── eberhard-grossgasteiger-1207565-unsplash.jpg │ │ │ └── login-bg.jpg │ ├── js │ │ ├── custom.js │ │ ├── custom │ │ │ └── form.js │ │ ├── page │ │ │ ├── auth-register.js │ │ │ ├── bootstrap-modal.js │ │ │ ├── components-chat-box.js │ │ │ ├── components-multiple-upload.js │ │ │ ├── components-statistic.js │ │ │ ├── components-table.js │ │ │ ├── components-user.js │ │ │ ├── features-post-create.js │ │ │ ├── features-posts.js │ │ │ ├── features-setting-detail.js │ │ │ ├── forms-advanced-forms.js │ │ │ ├── gmaps-advanced-route.js │ │ │ ├── gmaps-draggable-marker.js │ │ │ ├── gmaps-geocoding.js │ │ │ ├── gmaps-geolocation.js │ │ │ ├── gmaps-marker.js │ │ │ ├── gmaps-multiple-marker.js │ │ │ ├── gmaps-route.js │ │ │ ├── gmaps-simple.js │ │ │ ├── index-0.js │ │ │ ├── index.js │ │ │ ├── modules-calendar.js │ │ │ ├── modules-chartjs.js │ │ │ ├── modules-datatables.js │ │ │ ├── modules-ion-icons.js │ │ │ ├── modules-slider.js │ │ │ ├── modules-sparkline.js │ │ │ ├── modules-sweetalert.js │ │ │ ├── modules-toastr.js │ │ │ ├── modules-vector-map.js │ │ │ └── utilities-contact.js │ │ ├── scripts.js │ │ └── stisla.js │ ├── scripts.js │ └── stisla.js ├── images │ ├── approval │ │ ├── 1302613950.png │ │ ├── 160009120.jpg │ │ ├── 1613638290.jpg │ │ ├── 627279081.png │ │ └── 847659507.png │ ├── logo-pnm.png │ └── slider │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ └── 7.jpg ├── pengguna.php ├── plugins │ ├── bootstrap-colorpicker │ │ ├── LICENSE │ │ ├── README.md │ │ ├── dist │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── css │ │ │ │ ├── bootstrap-colorpicker.css │ │ │ │ ├── bootstrap-colorpicker.css.map │ │ │ │ ├── bootstrap-colorpicker.min.css │ │ │ │ └── bootstrap-colorpicker.min.css.map │ │ │ └── js │ │ │ │ ├── bootstrap-colorpicker.js │ │ │ │ ├── bootstrap-colorpicker.js.map │ │ │ │ ├── bootstrap-colorpicker.min.js │ │ │ │ └── bootstrap-colorpicker.min.js.map │ │ ├── logo.png │ │ ├── package.json │ │ ├── src │ │ │ ├── js │ │ │ │ ├── AddonHandler.js │ │ │ │ ├── ColorHandler.js │ │ │ │ ├── ColorItem.js │ │ │ │ ├── Colorpicker.js │ │ │ │ ├── Extension.js │ │ │ │ ├── InputHandler.js │ │ │ │ ├── PickerHandler.js │ │ │ │ ├── PopupHandler.js │ │ │ │ ├── SliderHandler.js │ │ │ │ ├── extensions │ │ │ │ │ ├── Debugger.js │ │ │ │ │ ├── Palette.js │ │ │ │ │ ├── Preview.js │ │ │ │ │ ├── Swatches.js │ │ │ │ │ └── index.js │ │ │ │ ├── options.js │ │ │ │ └── plugin.js │ │ │ └── sass │ │ │ │ └── colorpicker.scss │ │ └── yarn.lock │ ├── bootstrap-daterangepicker │ │ ├── .gitignore │ │ ├── README.md │ │ ├── bower.json │ │ ├── daterangepicker.css │ │ ├── daterangepicker.js │ │ ├── demo.html │ │ ├── drp.png │ │ ├── example │ │ │ ├── amd │ │ │ │ ├── index.html │ │ │ │ ├── main.js │ │ │ │ └── require.js │ │ │ └── browserify │ │ │ │ ├── README.md │ │ │ │ ├── bundle.js │ │ │ │ ├── index.html │ │ │ │ └── main.js │ │ ├── moment.min.js │ │ ├── package.js │ │ ├── package.json │ │ └── website │ │ │ ├── index.html │ │ │ ├── website.css │ │ │ └── website.js │ ├── bootstrap-social │ │ ├── .editorconfig │ │ ├── .gitignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── assets │ │ │ ├── css │ │ │ │ ├── bootstrap.css │ │ │ │ ├── docs.css │ │ │ │ └── font-awesome.css │ │ │ ├── fonts │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ ├── img │ │ │ │ └── bootstrap-social.png │ │ │ └── js │ │ │ │ ├── docs.js │ │ │ │ └── jquery.js │ │ ├── bootstrap-social.css │ │ ├── bootstrap-social.less │ │ ├── bootstrap-social.scss │ │ ├── bower.json │ │ ├── index.html │ │ └── package.json │ ├── bootstrap-tagsinput │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── Gruntfile.js │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bootstrap-tagsinput.jquery.json │ │ ├── bower.json │ │ ├── dist │ │ │ ├── bootstrap-tagsinput-angular.js │ │ │ ├── bootstrap-tagsinput-angular.min.js │ │ │ ├── bootstrap-tagsinput-angular.min.js.map │ │ │ ├── bootstrap-tagsinput.css │ │ │ ├── bootstrap-tagsinput.js │ │ │ ├── bootstrap-tagsinput.less │ │ │ ├── bootstrap-tagsinput.min.js │ │ │ ├── bootstrap-tagsinput.min.js.map │ │ │ └── bootstrap-tagsinput.zip │ │ ├── examples │ │ │ ├── assets │ │ │ │ ├── app.css │ │ │ │ ├── app.js │ │ │ │ ├── app_bs2.js │ │ │ │ ├── app_bs3.js │ │ │ │ ├── cities.json │ │ │ │ └── citynames.json │ │ │ ├── bootstrap-2.3.2.html │ │ │ └── index.html │ │ ├── karma.conf.js │ │ ├── package.json │ │ ├── src │ │ │ ├── bootstrap-tagsinput-angular.js │ │ │ ├── bootstrap-tagsinput.css │ │ │ └── bootstrap-tagsinput.js │ │ └── test │ │ │ ├── bootstrap-tagsinput-angular.tests.js │ │ │ ├── bootstrap-tagsinput │ │ │ ├── events.tests.js │ │ │ ├── input_with_object_items.tests.js │ │ │ ├── input_with_string_items.tests.js │ │ │ ├── reproduced_bugs.tests.js │ │ │ ├── select_with_object_items.tests.js │ │ │ └── select_with_string_items.tests.js │ │ │ ├── helpers.js │ │ │ └── index.html │ ├── bootstrap-timepicker │ │ ├── css │ │ │ └── bootstrap-timepicker.min.css │ │ └── js │ │ │ └── bootstrap-timepicker.min.js │ ├── chart.js │ │ └── dist │ │ │ └── Chart.min.js │ ├── chocolat │ │ ├── .gitignore │ │ ├── .prettierrc.js │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── bower.json │ │ ├── dist │ │ │ ├── css │ │ │ │ └── chocolat.css │ │ │ ├── demo-images │ │ │ │ ├── 1.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── 3.jpg │ │ │ │ ├── 4.jpg │ │ │ │ ├── 5.jpg │ │ │ │ ├── 6.jpg │ │ │ │ ├── 7.jpg │ │ │ │ └── 8.jpg │ │ │ ├── images │ │ │ │ ├── close.png │ │ │ │ ├── fullscreen-black.png │ │ │ │ ├── fullscreen.png │ │ │ │ ├── left.png │ │ │ │ ├── loader.gif │ │ │ │ └── right.png │ │ │ ├── index.html │ │ │ └── js │ │ │ │ ├── jquery.chocolat.js │ │ │ │ └── jquery.chocolat.min.js │ │ ├── gulpfile.js │ │ ├── package.json │ │ ├── readme.md │ │ ├── src │ │ │ ├── css │ │ │ │ └── chocolat.css │ │ │ ├── images │ │ │ │ ├── close.png │ │ │ │ ├── fullscreen-black.png │ │ │ │ ├── fullscreen.png │ │ │ │ ├── left.png │ │ │ │ ├── loader.gif │ │ │ │ └── right.png │ │ │ └── js │ │ │ │ └── jquery.chocolat.js │ │ ├── test │ │ │ ├── index.html │ │ │ ├── lib │ │ │ │ ├── chai.js │ │ │ │ ├── mocha.css │ │ │ │ ├── mocha.js │ │ │ │ └── sinon.js │ │ │ └── test.chocolat.js │ │ └── yarn.lock │ ├── cleave.js │ │ ├── .eslintignore │ │ ├── .eslintrc.js │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── ISSUE_TEMPLATE │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bower.json │ │ ├── codacy.json │ │ ├── dist │ │ │ ├── addons │ │ │ │ ├── cleave-phone.ac.js │ │ │ │ ├── cleave-phone.ad.js │ │ │ │ ├── cleave-phone.ae.js │ │ │ │ ├── cleave-phone.af.js │ │ │ │ ├── cleave-phone.ag.js │ │ │ │ ├── cleave-phone.ai.js │ │ │ │ ├── cleave-phone.al.js │ │ │ │ ├── cleave-phone.am.js │ │ │ │ ├── cleave-phone.ao.js │ │ │ │ ├── cleave-phone.ar.js │ │ │ │ ├── cleave-phone.as.js │ │ │ │ ├── cleave-phone.at.js │ │ │ │ ├── cleave-phone.au-cn.js │ │ │ │ ├── cleave-phone.au.js │ │ │ │ ├── cleave-phone.aw.js │ │ │ │ ├── cleave-phone.ax.js │ │ │ │ ├── cleave-phone.az.js │ │ │ │ ├── cleave-phone.ba.js │ │ │ │ ├── cleave-phone.bb.js │ │ │ │ ├── cleave-phone.bd.js │ │ │ │ ├── cleave-phone.be.js │ │ │ │ ├── cleave-phone.bf.js │ │ │ │ ├── cleave-phone.bg.js │ │ │ │ ├── cleave-phone.bh.js │ │ │ │ ├── cleave-phone.bi.js │ │ │ │ ├── cleave-phone.bj.js │ │ │ │ ├── cleave-phone.bl.js │ │ │ │ ├── cleave-phone.bm.js │ │ │ │ ├── cleave-phone.bn.js │ │ │ │ ├── cleave-phone.bo.js │ │ │ │ ├── cleave-phone.bq.js │ │ │ │ ├── cleave-phone.br.js │ │ │ │ ├── cleave-phone.bs.js │ │ │ │ ├── cleave-phone.bt.js │ │ │ │ ├── cleave-phone.bw.js │ │ │ │ ├── cleave-phone.by.js │ │ │ │ ├── cleave-phone.bz.js │ │ │ │ ├── cleave-phone.ca.js │ │ │ │ ├── cleave-phone.cc.js │ │ │ │ ├── cleave-phone.cd.js │ │ │ │ ├── cleave-phone.cf.js │ │ │ │ ├── cleave-phone.cg.js │ │ │ │ ├── cleave-phone.ch.js │ │ │ │ ├── cleave-phone.ci.js │ │ │ │ ├── cleave-phone.ck.js │ │ │ │ ├── cleave-phone.cl.js │ │ │ │ ├── cleave-phone.cm.js │ │ │ │ ├── cleave-phone.cn.js │ │ │ │ ├── cleave-phone.co.js │ │ │ │ ├── cleave-phone.cr.js │ │ │ │ ├── cleave-phone.cu.js │ │ │ │ ├── cleave-phone.cv.js │ │ │ │ ├── cleave-phone.cw.js │ │ │ │ ├── cleave-phone.cx.js │ │ │ │ ├── cleave-phone.cy.js │ │ │ │ ├── cleave-phone.cz.js │ │ │ │ ├── cleave-phone.de.js │ │ │ │ ├── cleave-phone.dj.js │ │ │ │ ├── cleave-phone.dk.js │ │ │ │ ├── cleave-phone.dm.js │ │ │ │ ├── cleave-phone.do.js │ │ │ │ ├── cleave-phone.dz.js │ │ │ │ ├── cleave-phone.ec.js │ │ │ │ ├── cleave-phone.ee.js │ │ │ │ ├── cleave-phone.eg.js │ │ │ │ ├── cleave-phone.eh.js │ │ │ │ ├── cleave-phone.er.js │ │ │ │ ├── cleave-phone.es.js │ │ │ │ ├── cleave-phone.et.js │ │ │ │ ├── cleave-phone.fi.js │ │ │ │ ├── cleave-phone.fj.js │ │ │ │ ├── cleave-phone.fk.js │ │ │ │ ├── cleave-phone.fm.js │ │ │ │ ├── cleave-phone.fo.js │ │ │ │ ├── cleave-phone.fr.js │ │ │ │ ├── cleave-phone.ga.js │ │ │ │ ├── cleave-phone.gb.js │ │ │ │ ├── cleave-phone.gd.js │ │ │ │ ├── cleave-phone.ge.js │ │ │ │ ├── cleave-phone.gf.js │ │ │ │ ├── cleave-phone.gg.js │ │ │ │ ├── cleave-phone.gh.js │ │ │ │ ├── cleave-phone.gi.js │ │ │ │ ├── cleave-phone.gl.js │ │ │ │ ├── cleave-phone.gm.js │ │ │ │ ├── cleave-phone.gn.js │ │ │ │ ├── cleave-phone.gp.js │ │ │ │ ├── cleave-phone.gq.js │ │ │ │ ├── cleave-phone.gr.js │ │ │ │ ├── cleave-phone.gt.js │ │ │ │ ├── cleave-phone.gu.js │ │ │ │ ├── cleave-phone.gw.js │ │ │ │ ├── cleave-phone.gy.js │ │ │ │ ├── cleave-phone.hk.js │ │ │ │ ├── cleave-phone.hn.js │ │ │ │ ├── cleave-phone.hr.js │ │ │ │ ├── cleave-phone.ht.js │ │ │ │ ├── cleave-phone.hu.js │ │ │ │ ├── cleave-phone.i18n.js │ │ │ │ ├── cleave-phone.id.js │ │ │ │ ├── cleave-phone.ie.js │ │ │ │ ├── cleave-phone.il.js │ │ │ │ ├── cleave-phone.im.js │ │ │ │ ├── cleave-phone.in.js │ │ │ │ ├── cleave-phone.io.js │ │ │ │ ├── cleave-phone.iq.js │ │ │ │ ├── cleave-phone.ir.js │ │ │ │ ├── cleave-phone.is.js │ │ │ │ ├── cleave-phone.it.js │ │ │ │ ├── cleave-phone.je.js │ │ │ │ ├── cleave-phone.jm.js │ │ │ │ ├── cleave-phone.jo.js │ │ │ │ ├── cleave-phone.jp.js │ │ │ │ ├── cleave-phone.ke.js │ │ │ │ ├── cleave-phone.kg.js │ │ │ │ ├── cleave-phone.kh.js │ │ │ │ ├── cleave-phone.ki.js │ │ │ │ ├── cleave-phone.km.js │ │ │ │ ├── cleave-phone.kn.js │ │ │ │ ├── cleave-phone.kp.js │ │ │ │ ├── cleave-phone.kr.js │ │ │ │ ├── cleave-phone.kw.js │ │ │ │ ├── cleave-phone.ky.js │ │ │ │ ├── cleave-phone.kz.js │ │ │ │ ├── cleave-phone.la.js │ │ │ │ ├── cleave-phone.lb.js │ │ │ │ ├── cleave-phone.lc.js │ │ │ │ ├── cleave-phone.li.js │ │ │ │ ├── cleave-phone.lk.js │ │ │ │ ├── cleave-phone.lr.js │ │ │ │ ├── cleave-phone.ls.js │ │ │ │ ├── cleave-phone.lt.js │ │ │ │ ├── cleave-phone.lu.js │ │ │ │ ├── cleave-phone.lv.js │ │ │ │ ├── cleave-phone.ly.js │ │ │ │ ├── cleave-phone.ma.js │ │ │ │ ├── cleave-phone.mc.js │ │ │ │ ├── cleave-phone.md.js │ │ │ │ ├── cleave-phone.me.js │ │ │ │ ├── cleave-phone.mf.js │ │ │ │ ├── cleave-phone.mg.js │ │ │ │ ├── cleave-phone.mh.js │ │ │ │ ├── cleave-phone.mk.js │ │ │ │ ├── cleave-phone.ml.js │ │ │ │ ├── cleave-phone.mm.js │ │ │ │ ├── cleave-phone.mn.js │ │ │ │ ├── cleave-phone.mo.js │ │ │ │ ├── cleave-phone.mp.js │ │ │ │ ├── cleave-phone.mq.js │ │ │ │ ├── cleave-phone.mr.js │ │ │ │ ├── cleave-phone.ms.js │ │ │ │ ├── cleave-phone.mt.js │ │ │ │ ├── cleave-phone.mu.js │ │ │ │ ├── cleave-phone.mv.js │ │ │ │ ├── cleave-phone.mw.js │ │ │ │ ├── cleave-phone.mx.js │ │ │ │ ├── cleave-phone.my.js │ │ │ │ ├── cleave-phone.mz.js │ │ │ │ ├── cleave-phone.na.js │ │ │ │ ├── cleave-phone.nc.js │ │ │ │ ├── cleave-phone.ne.js │ │ │ │ ├── cleave-phone.nf.js │ │ │ │ ├── cleave-phone.ng.js │ │ │ │ ├── cleave-phone.ni.js │ │ │ │ ├── cleave-phone.nl.js │ │ │ │ ├── cleave-phone.no.js │ │ │ │ ├── cleave-phone.np.js │ │ │ │ ├── cleave-phone.nr.js │ │ │ │ ├── cleave-phone.nu.js │ │ │ │ ├── cleave-phone.nz.js │ │ │ │ ├── cleave-phone.om.js │ │ │ │ ├── cleave-phone.pa.js │ │ │ │ ├── cleave-phone.pe.js │ │ │ │ ├── cleave-phone.pf.js │ │ │ │ ├── cleave-phone.pg.js │ │ │ │ ├── cleave-phone.ph.js │ │ │ │ ├── cleave-phone.pk.js │ │ │ │ ├── cleave-phone.pl.js │ │ │ │ ├── cleave-phone.pm.js │ │ │ │ ├── cleave-phone.pr.js │ │ │ │ ├── cleave-phone.ps.js │ │ │ │ ├── cleave-phone.pt.js │ │ │ │ ├── cleave-phone.pw.js │ │ │ │ ├── cleave-phone.py.js │ │ │ │ ├── cleave-phone.qa.js │ │ │ │ ├── cleave-phone.re.js │ │ │ │ ├── cleave-phone.ro.js │ │ │ │ ├── cleave-phone.rs.js │ │ │ │ ├── cleave-phone.ru.js │ │ │ │ ├── cleave-phone.rw.js │ │ │ │ ├── cleave-phone.sa.js │ │ │ │ ├── cleave-phone.sb.js │ │ │ │ ├── cleave-phone.sc.js │ │ │ │ ├── cleave-phone.sd.js │ │ │ │ ├── cleave-phone.se.js │ │ │ │ ├── cleave-phone.sg.js │ │ │ │ ├── cleave-phone.sh.js │ │ │ │ ├── cleave-phone.si.js │ │ │ │ ├── cleave-phone.sj.js │ │ │ │ ├── cleave-phone.sk.js │ │ │ │ ├── cleave-phone.sl.js │ │ │ │ ├── cleave-phone.sm.js │ │ │ │ ├── cleave-phone.sn.js │ │ │ │ ├── cleave-phone.so.js │ │ │ │ ├── cleave-phone.sr.js │ │ │ │ ├── cleave-phone.ss.js │ │ │ │ ├── cleave-phone.st.js │ │ │ │ ├── cleave-phone.sv.js │ │ │ │ ├── cleave-phone.sx.js │ │ │ │ ├── cleave-phone.sy.js │ │ │ │ ├── cleave-phone.sz.js │ │ │ │ ├── cleave-phone.ta.js │ │ │ │ ├── cleave-phone.tc.js │ │ │ │ ├── cleave-phone.td.js │ │ │ │ ├── cleave-phone.tg.js │ │ │ │ ├── cleave-phone.th.js │ │ │ │ ├── cleave-phone.tj.js │ │ │ │ ├── cleave-phone.tk.js │ │ │ │ ├── cleave-phone.tl.js │ │ │ │ ├── cleave-phone.tm.js │ │ │ │ ├── cleave-phone.tn.js │ │ │ │ ├── cleave-phone.to.js │ │ │ │ ├── cleave-phone.tr.js │ │ │ │ ├── cleave-phone.tt.js │ │ │ │ ├── cleave-phone.tv.js │ │ │ │ ├── cleave-phone.tw.js │ │ │ │ ├── cleave-phone.tz.js │ │ │ │ ├── cleave-phone.ua.js │ │ │ │ ├── cleave-phone.ug.js │ │ │ │ ├── cleave-phone.us.js │ │ │ │ ├── cleave-phone.uy.js │ │ │ │ ├── cleave-phone.uz.js │ │ │ │ ├── cleave-phone.va.js │ │ │ │ ├── cleave-phone.vc.js │ │ │ │ ├── cleave-phone.ve.js │ │ │ │ ├── cleave-phone.vg.js │ │ │ │ ├── cleave-phone.vi.js │ │ │ │ ├── cleave-phone.vn.js │ │ │ │ ├── cleave-phone.vu.js │ │ │ │ ├── cleave-phone.wf.js │ │ │ │ ├── cleave-phone.ws.js │ │ │ │ ├── cleave-phone.xk.js │ │ │ │ ├── cleave-phone.ye.js │ │ │ │ ├── cleave-phone.yt.js │ │ │ │ ├── cleave-phone.za.js │ │ │ │ ├── cleave-phone.zm.js │ │ │ │ └── cleave-phone.zw.js │ │ │ ├── cleave-angular.js │ │ │ ├── cleave-angular.min.js │ │ │ ├── cleave-esm.js │ │ │ ├── cleave-esm.min.js │ │ │ ├── cleave-react-node.js │ │ │ ├── cleave-react-node.min.js │ │ │ ├── cleave-react.js │ │ │ ├── cleave-react.min.js │ │ │ ├── cleave.js │ │ │ └── cleave.min.js │ │ ├── doc │ │ │ ├── angularjs-directive-usage.md │ │ │ ├── constructor.md │ │ │ ├── doc.md │ │ │ ├── js-api.md │ │ │ ├── not-in-the-plan.md │ │ │ ├── options.md │ │ │ ├── phone-lib-addon.md │ │ │ ├── public-methods.md │ │ │ └── reactjs-component-usage.md │ │ ├── gulp-tasks │ │ │ ├── addon.js │ │ │ ├── browserify.js │ │ │ ├── build.js │ │ │ ├── rollup.js │ │ │ ├── test.js │ │ │ └── webpack.js │ │ ├── gulpfile.js │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── react.js │ │ ├── src │ │ │ ├── Cleave.angular.js │ │ │ ├── Cleave.js │ │ │ ├── Cleave.react.js │ │ │ ├── addons │ │ │ │ ├── phone-type-formatter.ac.js │ │ │ │ ├── phone-type-formatter.ad.js │ │ │ │ ├── phone-type-formatter.ae.js │ │ │ │ ├── phone-type-formatter.af.js │ │ │ │ ├── phone-type-formatter.ag.js │ │ │ │ ├── phone-type-formatter.ai.js │ │ │ │ ├── phone-type-formatter.al.js │ │ │ │ ├── phone-type-formatter.am.js │ │ │ │ ├── phone-type-formatter.ao.js │ │ │ │ ├── phone-type-formatter.ar.js │ │ │ │ ├── phone-type-formatter.as.js │ │ │ │ ├── phone-type-formatter.at.js │ │ │ │ ├── phone-type-formatter.au-cn.js │ │ │ │ ├── phone-type-formatter.au.js │ │ │ │ ├── phone-type-formatter.aw.js │ │ │ │ ├── phone-type-formatter.ax.js │ │ │ │ ├── phone-type-formatter.az.js │ │ │ │ ├── phone-type-formatter.ba.js │ │ │ │ ├── phone-type-formatter.bb.js │ │ │ │ ├── phone-type-formatter.bd.js │ │ │ │ ├── phone-type-formatter.be.js │ │ │ │ ├── phone-type-formatter.bf.js │ │ │ │ ├── phone-type-formatter.bg.js │ │ │ │ ├── phone-type-formatter.bh.js │ │ │ │ ├── phone-type-formatter.bi.js │ │ │ │ ├── phone-type-formatter.bj.js │ │ │ │ ├── phone-type-formatter.bl.js │ │ │ │ ├── phone-type-formatter.bm.js │ │ │ │ ├── phone-type-formatter.bn.js │ │ │ │ ├── phone-type-formatter.bo.js │ │ │ │ ├── phone-type-formatter.bq.js │ │ │ │ ├── phone-type-formatter.br.js │ │ │ │ ├── phone-type-formatter.bs.js │ │ │ │ ├── phone-type-formatter.bt.js │ │ │ │ ├── phone-type-formatter.bw.js │ │ │ │ ├── phone-type-formatter.by.js │ │ │ │ ├── phone-type-formatter.bz.js │ │ │ │ ├── phone-type-formatter.ca.js │ │ │ │ ├── phone-type-formatter.cc.js │ │ │ │ ├── phone-type-formatter.cd.js │ │ │ │ ├── phone-type-formatter.cf.js │ │ │ │ ├── phone-type-formatter.cg.js │ │ │ │ ├── phone-type-formatter.ch.js │ │ │ │ ├── phone-type-formatter.ci.js │ │ │ │ ├── phone-type-formatter.ck.js │ │ │ │ ├── phone-type-formatter.cl.js │ │ │ │ ├── phone-type-formatter.cm.js │ │ │ │ ├── phone-type-formatter.cn.js │ │ │ │ ├── phone-type-formatter.co.js │ │ │ │ ├── phone-type-formatter.cr.js │ │ │ │ ├── phone-type-formatter.cu.js │ │ │ │ ├── phone-type-formatter.cv.js │ │ │ │ ├── phone-type-formatter.cw.js │ │ │ │ ├── phone-type-formatter.cx.js │ │ │ │ ├── phone-type-formatter.cy.js │ │ │ │ ├── phone-type-formatter.cz.js │ │ │ │ ├── phone-type-formatter.de.js │ │ │ │ ├── phone-type-formatter.dj.js │ │ │ │ ├── phone-type-formatter.dk.js │ │ │ │ ├── phone-type-formatter.dm.js │ │ │ │ ├── phone-type-formatter.do.js │ │ │ │ ├── phone-type-formatter.dz.js │ │ │ │ ├── phone-type-formatter.ec.js │ │ │ │ ├── phone-type-formatter.ee.js │ │ │ │ ├── phone-type-formatter.eg.js │ │ │ │ ├── phone-type-formatter.eh.js │ │ │ │ ├── phone-type-formatter.er.js │ │ │ │ ├── phone-type-formatter.es.js │ │ │ │ ├── phone-type-formatter.et.js │ │ │ │ ├── phone-type-formatter.fi.js │ │ │ │ ├── phone-type-formatter.fj.js │ │ │ │ ├── phone-type-formatter.fk.js │ │ │ │ ├── phone-type-formatter.fm.js │ │ │ │ ├── phone-type-formatter.fo.js │ │ │ │ ├── phone-type-formatter.fr.js │ │ │ │ ├── phone-type-formatter.ga.js │ │ │ │ ├── phone-type-formatter.gb.js │ │ │ │ ├── phone-type-formatter.gd.js │ │ │ │ ├── phone-type-formatter.ge.js │ │ │ │ ├── phone-type-formatter.gf.js │ │ │ │ ├── phone-type-formatter.gg.js │ │ │ │ ├── phone-type-formatter.gh.js │ │ │ │ ├── phone-type-formatter.gi.js │ │ │ │ ├── phone-type-formatter.gl.js │ │ │ │ ├── phone-type-formatter.gm.js │ │ │ │ ├── phone-type-formatter.gn.js │ │ │ │ ├── phone-type-formatter.gp.js │ │ │ │ ├── phone-type-formatter.gq.js │ │ │ │ ├── phone-type-formatter.gr.js │ │ │ │ ├── phone-type-formatter.gt.js │ │ │ │ ├── phone-type-formatter.gu.js │ │ │ │ ├── phone-type-formatter.gw.js │ │ │ │ ├── phone-type-formatter.gy.js │ │ │ │ ├── phone-type-formatter.hk.js │ │ │ │ ├── phone-type-formatter.hn.js │ │ │ │ ├── phone-type-formatter.hr.js │ │ │ │ ├── phone-type-formatter.ht.js │ │ │ │ ├── phone-type-formatter.hu.js │ │ │ │ ├── phone-type-formatter.i18n.js │ │ │ │ ├── phone-type-formatter.id.js │ │ │ │ ├── phone-type-formatter.ie.js │ │ │ │ ├── phone-type-formatter.il.js │ │ │ │ ├── phone-type-formatter.im.js │ │ │ │ ├── phone-type-formatter.in.js │ │ │ │ ├── phone-type-formatter.io.js │ │ │ │ ├── phone-type-formatter.iq.js │ │ │ │ ├── phone-type-formatter.ir.js │ │ │ │ ├── phone-type-formatter.is.js │ │ │ │ ├── phone-type-formatter.it.js │ │ │ │ ├── phone-type-formatter.je.js │ │ │ │ ├── phone-type-formatter.jm.js │ │ │ │ ├── phone-type-formatter.jo.js │ │ │ │ ├── phone-type-formatter.jp.js │ │ │ │ ├── phone-type-formatter.ke.js │ │ │ │ ├── phone-type-formatter.kg.js │ │ │ │ ├── phone-type-formatter.kh.js │ │ │ │ ├── phone-type-formatter.ki.js │ │ │ │ ├── phone-type-formatter.km.js │ │ │ │ ├── phone-type-formatter.kn.js │ │ │ │ ├── phone-type-formatter.kp.js │ │ │ │ ├── phone-type-formatter.kr.js │ │ │ │ ├── phone-type-formatter.kw.js │ │ │ │ ├── phone-type-formatter.ky.js │ │ │ │ ├── phone-type-formatter.kz.js │ │ │ │ ├── phone-type-formatter.la.js │ │ │ │ ├── phone-type-formatter.lb.js │ │ │ │ ├── phone-type-formatter.lc.js │ │ │ │ ├── phone-type-formatter.li.js │ │ │ │ ├── phone-type-formatter.lk.js │ │ │ │ ├── phone-type-formatter.lr.js │ │ │ │ ├── phone-type-formatter.ls.js │ │ │ │ ├── phone-type-formatter.lt.js │ │ │ │ ├── phone-type-formatter.lu.js │ │ │ │ ├── phone-type-formatter.lv.js │ │ │ │ ├── phone-type-formatter.ly.js │ │ │ │ ├── phone-type-formatter.ma.js │ │ │ │ ├── phone-type-formatter.mc.js │ │ │ │ ├── phone-type-formatter.md.js │ │ │ │ ├── phone-type-formatter.me.js │ │ │ │ ├── phone-type-formatter.mf.js │ │ │ │ ├── phone-type-formatter.mg.js │ │ │ │ ├── phone-type-formatter.mh.js │ │ │ │ ├── phone-type-formatter.mk.js │ │ │ │ ├── phone-type-formatter.ml.js │ │ │ │ ├── phone-type-formatter.mm.js │ │ │ │ ├── phone-type-formatter.mn.js │ │ │ │ ├── phone-type-formatter.mo.js │ │ │ │ ├── phone-type-formatter.mp.js │ │ │ │ ├── phone-type-formatter.mq.js │ │ │ │ ├── phone-type-formatter.mr.js │ │ │ │ ├── phone-type-formatter.ms.js │ │ │ │ ├── phone-type-formatter.mt.js │ │ │ │ ├── phone-type-formatter.mu.js │ │ │ │ ├── phone-type-formatter.mv.js │ │ │ │ ├── phone-type-formatter.mw.js │ │ │ │ ├── phone-type-formatter.mx.js │ │ │ │ ├── phone-type-formatter.my.js │ │ │ │ ├── phone-type-formatter.mz.js │ │ │ │ ├── phone-type-formatter.na.js │ │ │ │ ├── phone-type-formatter.nc.js │ │ │ │ ├── phone-type-formatter.ne.js │ │ │ │ ├── phone-type-formatter.nf.js │ │ │ │ ├── phone-type-formatter.ng.js │ │ │ │ ├── phone-type-formatter.ni.js │ │ │ │ ├── phone-type-formatter.nl.js │ │ │ │ ├── phone-type-formatter.no.js │ │ │ │ ├── phone-type-formatter.np.js │ │ │ │ ├── phone-type-formatter.nr.js │ │ │ │ ├── phone-type-formatter.nu.js │ │ │ │ ├── phone-type-formatter.nz.js │ │ │ │ ├── phone-type-formatter.om.js │ │ │ │ ├── phone-type-formatter.pa.js │ │ │ │ ├── phone-type-formatter.pe.js │ │ │ │ ├── phone-type-formatter.pf.js │ │ │ │ ├── phone-type-formatter.pg.js │ │ │ │ ├── phone-type-formatter.ph.js │ │ │ │ ├── phone-type-formatter.pk.js │ │ │ │ ├── phone-type-formatter.pl.js │ │ │ │ ├── phone-type-formatter.pm.js │ │ │ │ ├── phone-type-formatter.pr.js │ │ │ │ ├── phone-type-formatter.ps.js │ │ │ │ ├── phone-type-formatter.pt.js │ │ │ │ ├── phone-type-formatter.pw.js │ │ │ │ ├── phone-type-formatter.py.js │ │ │ │ ├── phone-type-formatter.qa.js │ │ │ │ ├── phone-type-formatter.re.js │ │ │ │ ├── phone-type-formatter.ro.js │ │ │ │ ├── phone-type-formatter.rs.js │ │ │ │ ├── phone-type-formatter.ru.js │ │ │ │ ├── phone-type-formatter.rw.js │ │ │ │ ├── phone-type-formatter.sa.js │ │ │ │ ├── phone-type-formatter.sb.js │ │ │ │ ├── phone-type-formatter.sc.js │ │ │ │ ├── phone-type-formatter.sd.js │ │ │ │ ├── phone-type-formatter.se.js │ │ │ │ ├── phone-type-formatter.sg.js │ │ │ │ ├── phone-type-formatter.sh.js │ │ │ │ ├── phone-type-formatter.si.js │ │ │ │ ├── phone-type-formatter.sj.js │ │ │ │ ├── phone-type-formatter.sk.js │ │ │ │ ├── phone-type-formatter.sl.js │ │ │ │ ├── phone-type-formatter.sm.js │ │ │ │ ├── phone-type-formatter.sn.js │ │ │ │ ├── phone-type-formatter.so.js │ │ │ │ ├── phone-type-formatter.sr.js │ │ │ │ ├── phone-type-formatter.ss.js │ │ │ │ ├── phone-type-formatter.st.js │ │ │ │ ├── phone-type-formatter.sv.js │ │ │ │ ├── phone-type-formatter.sx.js │ │ │ │ ├── phone-type-formatter.sy.js │ │ │ │ ├── phone-type-formatter.sz.js │ │ │ │ ├── phone-type-formatter.ta.js │ │ │ │ ├── phone-type-formatter.tc.js │ │ │ │ ├── phone-type-formatter.td.js │ │ │ │ ├── phone-type-formatter.tg.js │ │ │ │ ├── phone-type-formatter.th.js │ │ │ │ ├── phone-type-formatter.tj.js │ │ │ │ ├── phone-type-formatter.tk.js │ │ │ │ ├── phone-type-formatter.tl.js │ │ │ │ ├── phone-type-formatter.tm.js │ │ │ │ ├── phone-type-formatter.tn.js │ │ │ │ ├── phone-type-formatter.to.js │ │ │ │ ├── phone-type-formatter.tr.js │ │ │ │ ├── phone-type-formatter.tt.js │ │ │ │ ├── phone-type-formatter.tv.js │ │ │ │ ├── phone-type-formatter.tw.js │ │ │ │ ├── phone-type-formatter.tz.js │ │ │ │ ├── phone-type-formatter.ua.js │ │ │ │ ├── phone-type-formatter.ug.js │ │ │ │ ├── phone-type-formatter.us.js │ │ │ │ ├── phone-type-formatter.uy.js │ │ │ │ ├── phone-type-formatter.uz.js │ │ │ │ ├── phone-type-formatter.va.js │ │ │ │ ├── phone-type-formatter.vc.js │ │ │ │ ├── phone-type-formatter.ve.js │ │ │ │ ├── phone-type-formatter.vg.js │ │ │ │ ├── phone-type-formatter.vi.js │ │ │ │ ├── phone-type-formatter.vn.js │ │ │ │ ├── phone-type-formatter.vu.js │ │ │ │ ├── phone-type-formatter.wf.js │ │ │ │ ├── phone-type-formatter.ws.js │ │ │ │ ├── phone-type-formatter.xk.js │ │ │ │ ├── phone-type-formatter.ye.js │ │ │ │ ├── phone-type-formatter.yt.js │ │ │ │ ├── phone-type-formatter.za.js │ │ │ │ ├── phone-type-formatter.zm.js │ │ │ │ └── phone-type-formatter.zw.js │ │ │ ├── build │ │ │ │ └── license.txt │ │ │ ├── common │ │ │ │ └── DefaultProperties.js │ │ │ ├── shortcuts │ │ │ │ ├── CreditCardDetector.js │ │ │ │ ├── DateFormatter.js │ │ │ │ ├── NumeralFormatter.js │ │ │ │ ├── PhoneFormatter.js │ │ │ │ └── TimeFormatter.js │ │ │ └── utils │ │ │ │ └── Util.js │ │ ├── test │ │ │ ├── addons │ │ │ │ └── phone-type-formatter.i18n.js │ │ │ ├── browser │ │ │ │ ├── credit-card.js │ │ │ │ ├── custom.js │ │ │ │ ├── date.js │ │ │ │ ├── numeral.js │ │ │ │ ├── phone.js │ │ │ │ ├── runner.html │ │ │ │ └── time.js │ │ │ ├── fixtures │ │ │ │ ├── credit-card.json │ │ │ │ ├── date.json │ │ │ │ ├── numeral.json │ │ │ │ ├── phone.json │ │ │ │ ├── time.json │ │ │ │ └── util.json │ │ │ └── unit │ │ │ │ ├── CreditCardDetector_spec.js │ │ │ │ ├── DateFormatter_spec.js │ │ │ │ ├── NumeralFormatter_spec.js │ │ │ │ ├── PhoneFormatter_spec.js │ │ │ │ ├── TimeFormatter_spec.js │ │ │ │ └── Util_spec.js │ │ └── yarn.lock │ ├── cleave │ │ ├── .eslintignore │ │ ├── .eslintrc.js │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── ISSUE_TEMPLATE │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bower.json │ │ ├── codacy.json │ │ ├── dist │ │ │ ├── addons │ │ │ │ ├── cleave-phone.ac.js │ │ │ │ ├── cleave-phone.ad.js │ │ │ │ ├── cleave-phone.ae.js │ │ │ │ ├── cleave-phone.af.js │ │ │ │ ├── cleave-phone.ag.js │ │ │ │ ├── cleave-phone.ai.js │ │ │ │ ├── cleave-phone.al.js │ │ │ │ ├── cleave-phone.am.js │ │ │ │ ├── cleave-phone.ao.js │ │ │ │ ├── cleave-phone.ar.js │ │ │ │ ├── cleave-phone.as.js │ │ │ │ ├── cleave-phone.at.js │ │ │ │ ├── cleave-phone.au-cn.js │ │ │ │ ├── cleave-phone.au.js │ │ │ │ ├── cleave-phone.aw.js │ │ │ │ ├── cleave-phone.ax.js │ │ │ │ ├── cleave-phone.az.js │ │ │ │ ├── cleave-phone.ba.js │ │ │ │ ├── cleave-phone.bb.js │ │ │ │ ├── cleave-phone.bd.js │ │ │ │ ├── cleave-phone.be.js │ │ │ │ ├── cleave-phone.bf.js │ │ │ │ ├── cleave-phone.bg.js │ │ │ │ ├── cleave-phone.bh.js │ │ │ │ ├── cleave-phone.bi.js │ │ │ │ ├── cleave-phone.bj.js │ │ │ │ ├── cleave-phone.bl.js │ │ │ │ ├── cleave-phone.bm.js │ │ │ │ ├── cleave-phone.bn.js │ │ │ │ ├── cleave-phone.bo.js │ │ │ │ ├── cleave-phone.bq.js │ │ │ │ ├── cleave-phone.br.js │ │ │ │ ├── cleave-phone.bs.js │ │ │ │ ├── cleave-phone.bt.js │ │ │ │ ├── cleave-phone.bw.js │ │ │ │ ├── cleave-phone.by.js │ │ │ │ ├── cleave-phone.bz.js │ │ │ │ ├── cleave-phone.ca.js │ │ │ │ ├── cleave-phone.cc.js │ │ │ │ ├── cleave-phone.cd.js │ │ │ │ ├── cleave-phone.cf.js │ │ │ │ ├── cleave-phone.cg.js │ │ │ │ ├── cleave-phone.ch.js │ │ │ │ ├── cleave-phone.ci.js │ │ │ │ ├── cleave-phone.ck.js │ │ │ │ ├── cleave-phone.cl.js │ │ │ │ ├── cleave-phone.cm.js │ │ │ │ ├── cleave-phone.cn.js │ │ │ │ ├── cleave-phone.co.js │ │ │ │ ├── cleave-phone.cr.js │ │ │ │ ├── cleave-phone.cu.js │ │ │ │ ├── cleave-phone.cv.js │ │ │ │ ├── cleave-phone.cw.js │ │ │ │ ├── cleave-phone.cx.js │ │ │ │ ├── cleave-phone.cy.js │ │ │ │ ├── cleave-phone.cz.js │ │ │ │ ├── cleave-phone.de.js │ │ │ │ ├── cleave-phone.dj.js │ │ │ │ ├── cleave-phone.dk.js │ │ │ │ ├── cleave-phone.dm.js │ │ │ │ ├── cleave-phone.do.js │ │ │ │ ├── cleave-phone.dz.js │ │ │ │ ├── cleave-phone.ec.js │ │ │ │ ├── cleave-phone.ee.js │ │ │ │ ├── cleave-phone.eg.js │ │ │ │ ├── cleave-phone.eh.js │ │ │ │ ├── cleave-phone.er.js │ │ │ │ ├── cleave-phone.es.js │ │ │ │ ├── cleave-phone.et.js │ │ │ │ ├── cleave-phone.fi.js │ │ │ │ ├── cleave-phone.fj.js │ │ │ │ ├── cleave-phone.fk.js │ │ │ │ ├── cleave-phone.fm.js │ │ │ │ ├── cleave-phone.fo.js │ │ │ │ ├── cleave-phone.fr.js │ │ │ │ ├── cleave-phone.ga.js │ │ │ │ ├── cleave-phone.gb.js │ │ │ │ ├── cleave-phone.gd.js │ │ │ │ ├── cleave-phone.ge.js │ │ │ │ ├── cleave-phone.gf.js │ │ │ │ ├── cleave-phone.gg.js │ │ │ │ ├── cleave-phone.gh.js │ │ │ │ ├── cleave-phone.gi.js │ │ │ │ ├── cleave-phone.gl.js │ │ │ │ ├── cleave-phone.gm.js │ │ │ │ ├── cleave-phone.gn.js │ │ │ │ ├── cleave-phone.gp.js │ │ │ │ ├── cleave-phone.gq.js │ │ │ │ ├── cleave-phone.gr.js │ │ │ │ ├── cleave-phone.gt.js │ │ │ │ ├── cleave-phone.gu.js │ │ │ │ ├── cleave-phone.gw.js │ │ │ │ ├── cleave-phone.gy.js │ │ │ │ ├── cleave-phone.hk.js │ │ │ │ ├── cleave-phone.hn.js │ │ │ │ ├── cleave-phone.hr.js │ │ │ │ ├── cleave-phone.ht.js │ │ │ │ ├── cleave-phone.hu.js │ │ │ │ ├── cleave-phone.i18n.js │ │ │ │ ├── cleave-phone.id.js │ │ │ │ ├── cleave-phone.ie.js │ │ │ │ ├── cleave-phone.il.js │ │ │ │ ├── cleave-phone.im.js │ │ │ │ ├── cleave-phone.in.js │ │ │ │ ├── cleave-phone.io.js │ │ │ │ ├── cleave-phone.iq.js │ │ │ │ ├── cleave-phone.ir.js │ │ │ │ ├── cleave-phone.is.js │ │ │ │ ├── cleave-phone.it.js │ │ │ │ ├── cleave-phone.je.js │ │ │ │ ├── cleave-phone.jm.js │ │ │ │ ├── cleave-phone.jo.js │ │ │ │ ├── cleave-phone.jp.js │ │ │ │ ├── cleave-phone.ke.js │ │ │ │ ├── cleave-phone.kg.js │ │ │ │ ├── cleave-phone.kh.js │ │ │ │ ├── cleave-phone.ki.js │ │ │ │ ├── cleave-phone.km.js │ │ │ │ ├── cleave-phone.kn.js │ │ │ │ ├── cleave-phone.kp.js │ │ │ │ ├── cleave-phone.kr.js │ │ │ │ ├── cleave-phone.kw.js │ │ │ │ ├── cleave-phone.ky.js │ │ │ │ ├── cleave-phone.kz.js │ │ │ │ ├── cleave-phone.la.js │ │ │ │ ├── cleave-phone.lb.js │ │ │ │ ├── cleave-phone.lc.js │ │ │ │ ├── cleave-phone.li.js │ │ │ │ ├── cleave-phone.lk.js │ │ │ │ ├── cleave-phone.lr.js │ │ │ │ ├── cleave-phone.ls.js │ │ │ │ ├── cleave-phone.lt.js │ │ │ │ ├── cleave-phone.lu.js │ │ │ │ ├── cleave-phone.lv.js │ │ │ │ ├── cleave-phone.ly.js │ │ │ │ ├── cleave-phone.ma.js │ │ │ │ ├── cleave-phone.mc.js │ │ │ │ ├── cleave-phone.md.js │ │ │ │ ├── cleave-phone.me.js │ │ │ │ ├── cleave-phone.mf.js │ │ │ │ ├── cleave-phone.mg.js │ │ │ │ ├── cleave-phone.mh.js │ │ │ │ ├── cleave-phone.mk.js │ │ │ │ ├── cleave-phone.ml.js │ │ │ │ ├── cleave-phone.mm.js │ │ │ │ ├── cleave-phone.mn.js │ │ │ │ ├── cleave-phone.mo.js │ │ │ │ ├── cleave-phone.mp.js │ │ │ │ ├── cleave-phone.mq.js │ │ │ │ ├── cleave-phone.mr.js │ │ │ │ ├── cleave-phone.ms.js │ │ │ │ ├── cleave-phone.mt.js │ │ │ │ ├── cleave-phone.mu.js │ │ │ │ ├── cleave-phone.mv.js │ │ │ │ ├── cleave-phone.mw.js │ │ │ │ ├── cleave-phone.mx.js │ │ │ │ ├── cleave-phone.my.js │ │ │ │ ├── cleave-phone.mz.js │ │ │ │ ├── cleave-phone.na.js │ │ │ │ ├── cleave-phone.nc.js │ │ │ │ ├── cleave-phone.ne.js │ │ │ │ ├── cleave-phone.nf.js │ │ │ │ ├── cleave-phone.ng.js │ │ │ │ ├── cleave-phone.ni.js │ │ │ │ ├── cleave-phone.nl.js │ │ │ │ ├── cleave-phone.no.js │ │ │ │ ├── cleave-phone.np.js │ │ │ │ ├── cleave-phone.nr.js │ │ │ │ ├── cleave-phone.nu.js │ │ │ │ ├── cleave-phone.nz.js │ │ │ │ ├── cleave-phone.om.js │ │ │ │ ├── cleave-phone.pa.js │ │ │ │ ├── cleave-phone.pe.js │ │ │ │ ├── cleave-phone.pf.js │ │ │ │ ├── cleave-phone.pg.js │ │ │ │ ├── cleave-phone.ph.js │ │ │ │ ├── cleave-phone.pk.js │ │ │ │ ├── cleave-phone.pl.js │ │ │ │ ├── cleave-phone.pm.js │ │ │ │ ├── cleave-phone.pr.js │ │ │ │ ├── cleave-phone.ps.js │ │ │ │ ├── cleave-phone.pt.js │ │ │ │ ├── cleave-phone.pw.js │ │ │ │ ├── cleave-phone.py.js │ │ │ │ ├── cleave-phone.qa.js │ │ │ │ ├── cleave-phone.re.js │ │ │ │ ├── cleave-phone.ro.js │ │ │ │ ├── cleave-phone.rs.js │ │ │ │ ├── cleave-phone.ru.js │ │ │ │ ├── cleave-phone.rw.js │ │ │ │ ├── cleave-phone.sa.js │ │ │ │ ├── cleave-phone.sb.js │ │ │ │ ├── cleave-phone.sc.js │ │ │ │ ├── cleave-phone.sd.js │ │ │ │ ├── cleave-phone.se.js │ │ │ │ ├── cleave-phone.sg.js │ │ │ │ ├── cleave-phone.sh.js │ │ │ │ ├── cleave-phone.si.js │ │ │ │ ├── cleave-phone.sj.js │ │ │ │ ├── cleave-phone.sk.js │ │ │ │ ├── cleave-phone.sl.js │ │ │ │ ├── cleave-phone.sm.js │ │ │ │ ├── cleave-phone.sn.js │ │ │ │ ├── cleave-phone.so.js │ │ │ │ ├── cleave-phone.sr.js │ │ │ │ ├── cleave-phone.ss.js │ │ │ │ ├── cleave-phone.st.js │ │ │ │ ├── cleave-phone.sv.js │ │ │ │ ├── cleave-phone.sx.js │ │ │ │ ├── cleave-phone.sy.js │ │ │ │ ├── cleave-phone.sz.js │ │ │ │ ├── cleave-phone.ta.js │ │ │ │ ├── cleave-phone.tc.js │ │ │ │ ├── cleave-phone.td.js │ │ │ │ ├── cleave-phone.tg.js │ │ │ │ ├── cleave-phone.th.js │ │ │ │ ├── cleave-phone.tj.js │ │ │ │ ├── cleave-phone.tk.js │ │ │ │ ├── cleave-phone.tl.js │ │ │ │ ├── cleave-phone.tm.js │ │ │ │ ├── cleave-phone.tn.js │ │ │ │ ├── cleave-phone.to.js │ │ │ │ ├── cleave-phone.tr.js │ │ │ │ ├── cleave-phone.tt.js │ │ │ │ ├── cleave-phone.tv.js │ │ │ │ ├── cleave-phone.tw.js │ │ │ │ ├── cleave-phone.tz.js │ │ │ │ ├── cleave-phone.ua.js │ │ │ │ ├── cleave-phone.ug.js │ │ │ │ ├── cleave-phone.us.js │ │ │ │ ├── cleave-phone.uy.js │ │ │ │ ├── cleave-phone.uz.js │ │ │ │ ├── cleave-phone.va.js │ │ │ │ ├── cleave-phone.vc.js │ │ │ │ ├── cleave-phone.ve.js │ │ │ │ ├── cleave-phone.vg.js │ │ │ │ ├── cleave-phone.vi.js │ │ │ │ ├── cleave-phone.vn.js │ │ │ │ ├── cleave-phone.vu.js │ │ │ │ ├── cleave-phone.wf.js │ │ │ │ ├── cleave-phone.ws.js │ │ │ │ ├── cleave-phone.xk.js │ │ │ │ ├── cleave-phone.ye.js │ │ │ │ ├── cleave-phone.yt.js │ │ │ │ ├── cleave-phone.za.js │ │ │ │ ├── cleave-phone.zm.js │ │ │ │ └── cleave-phone.zw.js │ │ │ ├── cleave-angular.js │ │ │ ├── cleave-angular.min.js │ │ │ ├── cleave-esm.js │ │ │ ├── cleave-esm.min.js │ │ │ ├── cleave-react-node.js │ │ │ ├── cleave-react-node.min.js │ │ │ ├── cleave-react.js │ │ │ ├── cleave-react.min.js │ │ │ ├── cleave.js │ │ │ └── cleave.min.js │ │ ├── doc │ │ │ ├── angularjs-directive-usage.md │ │ │ ├── constructor.md │ │ │ ├── doc.md │ │ │ ├── js-api.md │ │ │ ├── not-in-the-plan.md │ │ │ ├── options.md │ │ │ ├── phone-lib-addon.md │ │ │ ├── public-methods.md │ │ │ └── reactjs-component-usage.md │ │ ├── gulp-tasks │ │ │ ├── addon.js │ │ │ ├── browserify.js │ │ │ ├── build.js │ │ │ ├── rollup.js │ │ │ ├── test.js │ │ │ └── webpack.js │ │ ├── gulpfile.js │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── react.js │ │ ├── src │ │ │ ├── Cleave.angular.js │ │ │ ├── Cleave.js │ │ │ ├── Cleave.react.js │ │ │ ├── addons │ │ │ │ ├── phone-type-formatter.ac.js │ │ │ │ ├── phone-type-formatter.ad.js │ │ │ │ ├── phone-type-formatter.ae.js │ │ │ │ ├── phone-type-formatter.af.js │ │ │ │ ├── phone-type-formatter.ag.js │ │ │ │ ├── phone-type-formatter.ai.js │ │ │ │ ├── phone-type-formatter.al.js │ │ │ │ ├── phone-type-formatter.am.js │ │ │ │ ├── phone-type-formatter.ao.js │ │ │ │ ├── phone-type-formatter.ar.js │ │ │ │ ├── phone-type-formatter.as.js │ │ │ │ ├── phone-type-formatter.at.js │ │ │ │ ├── phone-type-formatter.au-cn.js │ │ │ │ ├── phone-type-formatter.au.js │ │ │ │ ├── phone-type-formatter.aw.js │ │ │ │ ├── phone-type-formatter.ax.js │ │ │ │ ├── phone-type-formatter.az.js │ │ │ │ ├── phone-type-formatter.ba.js │ │ │ │ ├── phone-type-formatter.bb.js │ │ │ │ ├── phone-type-formatter.bd.js │ │ │ │ ├── phone-type-formatter.be.js │ │ │ │ ├── phone-type-formatter.bf.js │ │ │ │ ├── phone-type-formatter.bg.js │ │ │ │ ├── phone-type-formatter.bh.js │ │ │ │ ├── phone-type-formatter.bi.js │ │ │ │ ├── phone-type-formatter.bj.js │ │ │ │ ├── phone-type-formatter.bl.js │ │ │ │ ├── phone-type-formatter.bm.js │ │ │ │ ├── phone-type-formatter.bn.js │ │ │ │ ├── phone-type-formatter.bo.js │ │ │ │ ├── phone-type-formatter.bq.js │ │ │ │ ├── phone-type-formatter.br.js │ │ │ │ ├── phone-type-formatter.bs.js │ │ │ │ ├── phone-type-formatter.bt.js │ │ │ │ ├── phone-type-formatter.bw.js │ │ │ │ ├── phone-type-formatter.by.js │ │ │ │ ├── phone-type-formatter.bz.js │ │ │ │ ├── phone-type-formatter.ca.js │ │ │ │ ├── phone-type-formatter.cc.js │ │ │ │ ├── phone-type-formatter.cd.js │ │ │ │ ├── phone-type-formatter.cf.js │ │ │ │ ├── phone-type-formatter.cg.js │ │ │ │ ├── phone-type-formatter.ch.js │ │ │ │ ├── phone-type-formatter.ci.js │ │ │ │ ├── phone-type-formatter.ck.js │ │ │ │ ├── phone-type-formatter.cl.js │ │ │ │ ├── phone-type-formatter.cm.js │ │ │ │ ├── phone-type-formatter.cn.js │ │ │ │ ├── phone-type-formatter.co.js │ │ │ │ ├── phone-type-formatter.cr.js │ │ │ │ ├── phone-type-formatter.cu.js │ │ │ │ ├── phone-type-formatter.cv.js │ │ │ │ ├── phone-type-formatter.cw.js │ │ │ │ ├── phone-type-formatter.cx.js │ │ │ │ ├── phone-type-formatter.cy.js │ │ │ │ ├── phone-type-formatter.cz.js │ │ │ │ ├── phone-type-formatter.de.js │ │ │ │ ├── phone-type-formatter.dj.js │ │ │ │ ├── phone-type-formatter.dk.js │ │ │ │ ├── phone-type-formatter.dm.js │ │ │ │ ├── phone-type-formatter.do.js │ │ │ │ ├── phone-type-formatter.dz.js │ │ │ │ ├── phone-type-formatter.ec.js │ │ │ │ ├── phone-type-formatter.ee.js │ │ │ │ ├── phone-type-formatter.eg.js │ │ │ │ ├── phone-type-formatter.eh.js │ │ │ │ ├── phone-type-formatter.er.js │ │ │ │ ├── phone-type-formatter.es.js │ │ │ │ ├── phone-type-formatter.et.js │ │ │ │ ├── phone-type-formatter.fi.js │ │ │ │ ├── phone-type-formatter.fj.js │ │ │ │ ├── phone-type-formatter.fk.js │ │ │ │ ├── phone-type-formatter.fm.js │ │ │ │ ├── phone-type-formatter.fo.js │ │ │ │ ├── phone-type-formatter.fr.js │ │ │ │ ├── phone-type-formatter.ga.js │ │ │ │ ├── phone-type-formatter.gb.js │ │ │ │ ├── phone-type-formatter.gd.js │ │ │ │ ├── phone-type-formatter.ge.js │ │ │ │ ├── phone-type-formatter.gf.js │ │ │ │ ├── phone-type-formatter.gg.js │ │ │ │ ├── phone-type-formatter.gh.js │ │ │ │ ├── phone-type-formatter.gi.js │ │ │ │ ├── phone-type-formatter.gl.js │ │ │ │ ├── phone-type-formatter.gm.js │ │ │ │ ├── phone-type-formatter.gn.js │ │ │ │ ├── phone-type-formatter.gp.js │ │ │ │ ├── phone-type-formatter.gq.js │ │ │ │ ├── phone-type-formatter.gr.js │ │ │ │ ├── phone-type-formatter.gt.js │ │ │ │ ├── phone-type-formatter.gu.js │ │ │ │ ├── phone-type-formatter.gw.js │ │ │ │ ├── phone-type-formatter.gy.js │ │ │ │ ├── phone-type-formatter.hk.js │ │ │ │ ├── phone-type-formatter.hn.js │ │ │ │ ├── phone-type-formatter.hr.js │ │ │ │ ├── phone-type-formatter.ht.js │ │ │ │ ├── phone-type-formatter.hu.js │ │ │ │ ├── phone-type-formatter.i18n.js │ │ │ │ ├── phone-type-formatter.id.js │ │ │ │ ├── phone-type-formatter.ie.js │ │ │ │ ├── phone-type-formatter.il.js │ │ │ │ ├── phone-type-formatter.im.js │ │ │ │ ├── phone-type-formatter.in.js │ │ │ │ ├── phone-type-formatter.io.js │ │ │ │ ├── phone-type-formatter.iq.js │ │ │ │ ├── phone-type-formatter.ir.js │ │ │ │ ├── phone-type-formatter.is.js │ │ │ │ ├── phone-type-formatter.it.js │ │ │ │ ├── phone-type-formatter.je.js │ │ │ │ ├── phone-type-formatter.jm.js │ │ │ │ ├── phone-type-formatter.jo.js │ │ │ │ ├── phone-type-formatter.jp.js │ │ │ │ ├── phone-type-formatter.ke.js │ │ │ │ ├── phone-type-formatter.kg.js │ │ │ │ ├── phone-type-formatter.kh.js │ │ │ │ ├── phone-type-formatter.ki.js │ │ │ │ ├── phone-type-formatter.km.js │ │ │ │ ├── phone-type-formatter.kn.js │ │ │ │ ├── phone-type-formatter.kp.js │ │ │ │ ├── phone-type-formatter.kr.js │ │ │ │ ├── phone-type-formatter.kw.js │ │ │ │ ├── phone-type-formatter.ky.js │ │ │ │ ├── phone-type-formatter.kz.js │ │ │ │ ├── phone-type-formatter.la.js │ │ │ │ ├── phone-type-formatter.lb.js │ │ │ │ ├── phone-type-formatter.lc.js │ │ │ │ ├── phone-type-formatter.li.js │ │ │ │ ├── phone-type-formatter.lk.js │ │ │ │ ├── phone-type-formatter.lr.js │ │ │ │ ├── phone-type-formatter.ls.js │ │ │ │ ├── phone-type-formatter.lt.js │ │ │ │ ├── phone-type-formatter.lu.js │ │ │ │ ├── phone-type-formatter.lv.js │ │ │ │ ├── phone-type-formatter.ly.js │ │ │ │ ├── phone-type-formatter.ma.js │ │ │ │ ├── phone-type-formatter.mc.js │ │ │ │ ├── phone-type-formatter.md.js │ │ │ │ ├── phone-type-formatter.me.js │ │ │ │ ├── phone-type-formatter.mf.js │ │ │ │ ├── phone-type-formatter.mg.js │ │ │ │ ├── phone-type-formatter.mh.js │ │ │ │ ├── phone-type-formatter.mk.js │ │ │ │ ├── phone-type-formatter.ml.js │ │ │ │ ├── phone-type-formatter.mm.js │ │ │ │ ├── phone-type-formatter.mn.js │ │ │ │ ├── phone-type-formatter.mo.js │ │ │ │ ├── phone-type-formatter.mp.js │ │ │ │ ├── phone-type-formatter.mq.js │ │ │ │ ├── phone-type-formatter.mr.js │ │ │ │ ├── phone-type-formatter.ms.js │ │ │ │ ├── phone-type-formatter.mt.js │ │ │ │ ├── phone-type-formatter.mu.js │ │ │ │ ├── phone-type-formatter.mv.js │ │ │ │ ├── phone-type-formatter.mw.js │ │ │ │ ├── phone-type-formatter.mx.js │ │ │ │ ├── phone-type-formatter.my.js │ │ │ │ ├── phone-type-formatter.mz.js │ │ │ │ ├── phone-type-formatter.na.js │ │ │ │ ├── phone-type-formatter.nc.js │ │ │ │ ├── phone-type-formatter.ne.js │ │ │ │ ├── phone-type-formatter.nf.js │ │ │ │ ├── phone-type-formatter.ng.js │ │ │ │ ├── phone-type-formatter.ni.js │ │ │ │ ├── phone-type-formatter.nl.js │ │ │ │ ├── phone-type-formatter.no.js │ │ │ │ ├── phone-type-formatter.np.js │ │ │ │ ├── phone-type-formatter.nr.js │ │ │ │ ├── phone-type-formatter.nu.js │ │ │ │ ├── phone-type-formatter.nz.js │ │ │ │ ├── phone-type-formatter.om.js │ │ │ │ ├── phone-type-formatter.pa.js │ │ │ │ ├── phone-type-formatter.pe.js │ │ │ │ ├── phone-type-formatter.pf.js │ │ │ │ ├── phone-type-formatter.pg.js │ │ │ │ ├── phone-type-formatter.ph.js │ │ │ │ ├── phone-type-formatter.pk.js │ │ │ │ ├── phone-type-formatter.pl.js │ │ │ │ ├── phone-type-formatter.pm.js │ │ │ │ ├── phone-type-formatter.pr.js │ │ │ │ ├── phone-type-formatter.ps.js │ │ │ │ ├── phone-type-formatter.pt.js │ │ │ │ ├── phone-type-formatter.pw.js │ │ │ │ ├── phone-type-formatter.py.js │ │ │ │ ├── phone-type-formatter.qa.js │ │ │ │ ├── phone-type-formatter.re.js │ │ │ │ ├── phone-type-formatter.ro.js │ │ │ │ ├── phone-type-formatter.rs.js │ │ │ │ ├── phone-type-formatter.ru.js │ │ │ │ ├── phone-type-formatter.rw.js │ │ │ │ ├── phone-type-formatter.sa.js │ │ │ │ ├── phone-type-formatter.sb.js │ │ │ │ ├── phone-type-formatter.sc.js │ │ │ │ ├── phone-type-formatter.sd.js │ │ │ │ ├── phone-type-formatter.se.js │ │ │ │ ├── phone-type-formatter.sg.js │ │ │ │ ├── phone-type-formatter.sh.js │ │ │ │ ├── phone-type-formatter.si.js │ │ │ │ ├── phone-type-formatter.sj.js │ │ │ │ ├── phone-type-formatter.sk.js │ │ │ │ ├── phone-type-formatter.sl.js │ │ │ │ ├── phone-type-formatter.sm.js │ │ │ │ ├── phone-type-formatter.sn.js │ │ │ │ ├── phone-type-formatter.so.js │ │ │ │ ├── phone-type-formatter.sr.js │ │ │ │ ├── phone-type-formatter.ss.js │ │ │ │ ├── phone-type-formatter.st.js │ │ │ │ ├── phone-type-formatter.sv.js │ │ │ │ ├── phone-type-formatter.sx.js │ │ │ │ ├── phone-type-formatter.sy.js │ │ │ │ ├── phone-type-formatter.sz.js │ │ │ │ ├── phone-type-formatter.ta.js │ │ │ │ ├── phone-type-formatter.tc.js │ │ │ │ ├── phone-type-formatter.td.js │ │ │ │ ├── phone-type-formatter.tg.js │ │ │ │ ├── phone-type-formatter.th.js │ │ │ │ ├── phone-type-formatter.tj.js │ │ │ │ ├── phone-type-formatter.tk.js │ │ │ │ ├── phone-type-formatter.tl.js │ │ │ │ ├── phone-type-formatter.tm.js │ │ │ │ ├── phone-type-formatter.tn.js │ │ │ │ ├── phone-type-formatter.to.js │ │ │ │ ├── phone-type-formatter.tr.js │ │ │ │ ├── phone-type-formatter.tt.js │ │ │ │ ├── phone-type-formatter.tv.js │ │ │ │ ├── phone-type-formatter.tw.js │ │ │ │ ├── phone-type-formatter.tz.js │ │ │ │ ├── phone-type-formatter.ua.js │ │ │ │ ├── phone-type-formatter.ug.js │ │ │ │ ├── phone-type-formatter.us.js │ │ │ │ ├── phone-type-formatter.uy.js │ │ │ │ ├── phone-type-formatter.uz.js │ │ │ │ ├── phone-type-formatter.va.js │ │ │ │ ├── phone-type-formatter.vc.js │ │ │ │ ├── phone-type-formatter.ve.js │ │ │ │ ├── phone-type-formatter.vg.js │ │ │ │ ├── phone-type-formatter.vi.js │ │ │ │ ├── phone-type-formatter.vn.js │ │ │ │ ├── phone-type-formatter.vu.js │ │ │ │ ├── phone-type-formatter.wf.js │ │ │ │ ├── phone-type-formatter.ws.js │ │ │ │ ├── phone-type-formatter.xk.js │ │ │ │ ├── phone-type-formatter.ye.js │ │ │ │ ├── phone-type-formatter.yt.js │ │ │ │ ├── phone-type-formatter.za.js │ │ │ │ ├── phone-type-formatter.zm.js │ │ │ │ └── phone-type-formatter.zw.js │ │ │ ├── build │ │ │ │ └── license.txt │ │ │ ├── common │ │ │ │ └── DefaultProperties.js │ │ │ ├── shortcuts │ │ │ │ ├── CreditCardDetector.js │ │ │ │ ├── DateFormatter.js │ │ │ │ ├── NumeralFormatter.js │ │ │ │ ├── PhoneFormatter.js │ │ │ │ └── TimeFormatter.js │ │ │ └── utils │ │ │ │ └── Util.js │ │ ├── test │ │ │ ├── addons │ │ │ │ └── phone-type-formatter.i18n.js │ │ │ ├── browser │ │ │ │ ├── credit-card.js │ │ │ │ ├── custom.js │ │ │ │ ├── date.js │ │ │ │ ├── numeral.js │ │ │ │ ├── phone.js │ │ │ │ ├── runner.html │ │ │ │ └── time.js │ │ │ ├── fixtures │ │ │ │ ├── credit-card.json │ │ │ │ ├── date.json │ │ │ │ ├── numeral.json │ │ │ │ ├── phone.json │ │ │ │ ├── time.json │ │ │ │ └── util.json │ │ │ └── unit │ │ │ │ ├── CreditCardDetector_spec.js │ │ │ │ ├── DateFormatter_spec.js │ │ │ │ ├── NumeralFormatter_spec.js │ │ │ │ ├── PhoneFormatter_spec.js │ │ │ │ ├── TimeFormatter_spec.js │ │ │ │ └── Util_spec.js │ │ └── yarn.lock │ ├── codemirror │ │ ├── .editorconfig │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── AUTHORS │ │ ├── CHANGELOG.md │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── addon │ │ │ ├── comment │ │ │ │ ├── comment.js │ │ │ │ └── continuecomment.js │ │ │ ├── dialog │ │ │ │ ├── dialog.css │ │ │ │ └── dialog.js │ │ │ ├── display │ │ │ │ ├── autorefresh.js │ │ │ │ ├── fullscreen.css │ │ │ │ ├── fullscreen.js │ │ │ │ ├── panel.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 │ │ │ │ ├── show-hint.css │ │ │ │ ├── show-hint.js │ │ │ │ ├── sql-hint.js │ │ │ │ └── xml-hint.js │ │ │ ├── lint │ │ │ │ ├── coffeescript-lint.js │ │ │ │ ├── css-lint.js │ │ │ │ ├── html-lint.js │ │ │ │ ├── javascript-lint.js │ │ │ │ ├── json-lint.js │ │ │ │ ├── lint.css │ │ │ │ ├── lint.js │ │ │ │ └── yaml-lint.js │ │ │ ├── merge │ │ │ │ ├── merge.css │ │ │ │ └── merge.js │ │ │ ├── mode │ │ │ │ ├── loadmode.js │ │ │ │ ├── multiplex.js │ │ │ │ ├── multiplex_test.js │ │ │ │ ├── overlay.js │ │ │ │ └── simple.js │ │ │ ├── runmode │ │ │ │ ├── colorize.js │ │ │ │ ├── runmode-standalone.js │ │ │ │ ├── runmode.js │ │ │ │ └── runmode.node.js │ │ │ ├── scroll │ │ │ │ ├── annotatescrollbar.js │ │ │ │ ├── scrollpastend.js │ │ │ │ ├── simplescrollbars.css │ │ │ │ └── simplescrollbars.js │ │ │ ├── search │ │ │ │ ├── jump-to-line.js │ │ │ │ ├── match-highlighter.js │ │ │ │ ├── matchesonscrollbar.css │ │ │ │ ├── matchesonscrollbar.js │ │ │ │ ├── search.js │ │ │ │ └── searchcursor.js │ │ │ ├── selection │ │ │ │ ├── active-line.js │ │ │ │ ├── mark-selection.js │ │ │ │ └── selection-pointer.js │ │ │ ├── tern │ │ │ │ ├── tern.css │ │ │ │ ├── tern.js │ │ │ │ └── worker.js │ │ │ └── wrap │ │ │ │ └── hardwrap.js │ │ ├── bin │ │ │ ├── authors.sh │ │ │ ├── lint │ │ │ ├── release │ │ │ ├── source-highlight │ │ │ └── upload-release.js │ │ ├── demo │ │ │ ├── activeline.html │ │ │ ├── anywordhint.html │ │ │ ├── bidi.html │ │ │ ├── btree.html │ │ │ ├── buffers.html │ │ │ ├── changemode.html │ │ │ ├── closebrackets.html │ │ │ ├── closetag.html │ │ │ ├── complete.html │ │ │ ├── emacs.html │ │ │ ├── folding.html │ │ │ ├── fullscreen.html │ │ │ ├── hardwrap.html │ │ │ ├── html5complete.html │ │ │ ├── indentwrap.html │ │ │ ├── lint.html │ │ │ ├── loadmode.html │ │ │ ├── marker.html │ │ │ ├── markselection.html │ │ │ ├── matchhighlighter.html │ │ │ ├── matchtags.html │ │ │ ├── merge.html │ │ │ ├── multiplex.html │ │ │ ├── mustache.html │ │ │ ├── panel.html │ │ │ ├── placeholder.html │ │ │ ├── preview.html │ │ │ ├── requirejs.html │ │ │ ├── resize.html │ │ │ ├── rulers.html │ │ │ ├── runmode.html │ │ │ ├── search.html │ │ │ ├── simplemode.html │ │ │ ├── simplescrollbars.html │ │ │ ├── spanaffectswrapping_shim.html │ │ │ ├── sublime.html │ │ │ ├── tern.html │ │ │ ├── theme.html │ │ │ ├── trailingspace.html │ │ │ ├── variableheight.html │ │ │ ├── vim.html │ │ │ ├── visibletabs.html │ │ │ ├── widget.html │ │ │ └── xmlcomplete.html │ │ ├── doc │ │ │ ├── activebookmark.js │ │ │ ├── docs.css │ │ │ ├── internals.html │ │ │ ├── logo.png │ │ │ ├── logo.svg │ │ │ ├── manual.html │ │ │ ├── realworld.html │ │ │ ├── releases.html │ │ │ ├── reporting.html │ │ │ ├── upgrade_v2.2.html │ │ │ ├── upgrade_v3.html │ │ │ ├── upgrade_v4.html │ │ │ └── yinyang.png │ │ ├── index.html │ │ ├── keymap │ │ │ ├── emacs.js │ │ │ ├── sublime.js │ │ │ └── vim.js │ │ ├── lib │ │ │ └── codemirror.css │ │ ├── mode │ │ │ ├── apl │ │ │ │ ├── apl.js │ │ │ │ └── index.html │ │ │ ├── asciiarmor │ │ │ │ ├── asciiarmor.js │ │ │ │ └── index.html │ │ │ ├── asn.1 │ │ │ │ ├── asn.1.js │ │ │ │ └── index.html │ │ │ ├── asterisk │ │ │ │ ├── asterisk.js │ │ │ │ └── index.html │ │ │ ├── brainfuck │ │ │ │ ├── brainfuck.js │ │ │ │ └── index.html │ │ │ ├── clike │ │ │ │ ├── clike.js │ │ │ │ ├── index.html │ │ │ │ ├── scala.html │ │ │ │ └── test.js │ │ │ ├── clojure │ │ │ │ ├── clojure.js │ │ │ │ ├── index.html │ │ │ │ └── test.js │ │ │ ├── cmake │ │ │ │ ├── cmake.js │ │ │ │ └── index.html │ │ │ ├── cobol │ │ │ │ ├── cobol.js │ │ │ │ └── index.html │ │ │ ├── coffeescript │ │ │ │ ├── coffeescript.js │ │ │ │ └── index.html │ │ │ ├── commonlisp │ │ │ │ ├── commonlisp.js │ │ │ │ └── index.html │ │ │ ├── crystal │ │ │ │ ├── crystal.js │ │ │ │ └── index.html │ │ │ ├── css │ │ │ │ ├── css.js │ │ │ │ ├── gss.html │ │ │ │ ├── gss_test.js │ │ │ │ ├── index.html │ │ │ │ ├── less.html │ │ │ │ ├── less_test.js │ │ │ │ ├── scss.html │ │ │ │ ├── scss_test.js │ │ │ │ └── test.js │ │ │ ├── cypher │ │ │ │ ├── cypher.js │ │ │ │ ├── index.html │ │ │ │ └── test.js │ │ │ ├── d │ │ │ │ ├── d.js │ │ │ │ ├── index.html │ │ │ │ └── test.js │ │ │ ├── dart │ │ │ │ ├── dart.js │ │ │ │ └── index.html │ │ │ ├── diff │ │ │ │ ├── diff.js │ │ │ │ └── index.html │ │ │ ├── django │ │ │ │ ├── django.js │ │ │ │ └── index.html │ │ │ ├── dockerfile │ │ │ │ ├── dockerfile.js │ │ │ │ ├── index.html │ │ │ │ └── test.js │ │ │ ├── dtd │ │ │ │ ├── dtd.js │ │ │ │ └── index.html │ │ │ ├── dylan │ │ │ │ ├── dylan.js │ │ │ │ ├── index.html │ │ │ │ └── test.js │ │ │ ├── ebnf │ │ │ │ ├── ebnf.js │ │ │ │ └── index.html │ │ │ ├── ecl │ │ │ │ ├── ecl.js │ │ │ │ └── index.html │ │ │ ├── eiffel │ │ │ │ ├── eiffel.js │ │ │ │ └── index.html │ │ │ ├── elm │ │ │ │ ├── elm.js │ │ │ │ └── index.html │ │ │ ├── erlang │ │ │ │ ├── erlang.js │ │ │ │ └── index.html │ │ │ ├── factor │ │ │ │ ├── factor.js │ │ │ │ └── index.html │ │ │ ├── fcl │ │ │ │ ├── fcl.js │ │ │ │ └── index.html │ │ │ ├── forth │ │ │ │ ├── forth.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 │ │ │ ├── handlebars │ │ │ │ ├── handlebars.js │ │ │ │ └── index.html │ │ │ ├── haskell-literate │ │ │ │ ├── haskell-literate.js │ │ │ │ └── index.html │ │ │ ├── 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 │ │ │ ├── idl │ │ │ │ ├── idl.js │ │ │ │ └── index.html │ │ │ ├── index.html │ │ │ ├── javascript │ │ │ │ ├── index.html │ │ │ │ ├── javascript.js │ │ │ │ ├── json-ld.html │ │ │ │ ├── test.js │ │ │ │ └── typescript.html │ │ │ ├── jinja2 │ │ │ │ ├── index.html │ │ │ │ └── jinja2.js │ │ │ ├── jsx │ │ │ │ ├── index.html │ │ │ │ ├── jsx.js │ │ │ │ └── test.js │ │ │ ├── julia │ │ │ │ ├── index.html │ │ │ │ └── julia.js │ │ │ ├── livescript │ │ │ │ ├── index.html │ │ │ │ └── livescript.js │ │ │ ├── lua │ │ │ │ ├── index.html │ │ │ │ └── lua.js │ │ │ ├── markdown │ │ │ │ ├── index.html │ │ │ │ ├── markdown.js │ │ │ │ └── test.js │ │ │ ├── mathematica │ │ │ │ ├── index.html │ │ │ │ └── mathematica.js │ │ │ ├── mbox │ │ │ │ ├── index.html │ │ │ │ └── mbox.js │ │ │ ├── meta.js │ │ │ ├── mirc │ │ │ │ ├── index.html │ │ │ │ └── mirc.js │ │ │ ├── mllike │ │ │ │ ├── index.html │ │ │ │ └── mllike.js │ │ │ ├── modelica │ │ │ │ ├── index.html │ │ │ │ └── modelica.js │ │ │ ├── mscgen │ │ │ │ ├── index.html │ │ │ │ ├── mscgen.js │ │ │ │ ├── mscgen_test.js │ │ │ │ ├── msgenny_test.js │ │ │ │ └── xu_test.js │ │ │ ├── mumps │ │ │ │ ├── index.html │ │ │ │ └── mumps.js │ │ │ ├── nginx │ │ │ │ ├── index.html │ │ │ │ └── nginx.js │ │ │ ├── nsis │ │ │ │ ├── index.html │ │ │ │ └── nsis.js │ │ │ ├── ntriples │ │ │ │ ├── index.html │ │ │ │ └── ntriples.js │ │ │ ├── octave │ │ │ │ ├── index.html │ │ │ │ └── octave.js │ │ │ ├── oz │ │ │ │ ├── index.html │ │ │ │ └── oz.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 │ │ │ ├── powershell │ │ │ │ ├── index.html │ │ │ │ ├── powershell.js │ │ │ │ └── test.js │ │ │ ├── properties │ │ │ │ ├── index.html │ │ │ │ └── properties.js │ │ │ ├── protobuf │ │ │ │ ├── index.html │ │ │ │ └── protobuf.js │ │ │ ├── pug │ │ │ │ ├── index.html │ │ │ │ └── pug.js │ │ │ ├── puppet │ │ │ │ ├── index.html │ │ │ │ └── puppet.js │ │ │ ├── python │ │ │ │ ├── index.html │ │ │ │ ├── python.js │ │ │ │ └── test.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 │ │ │ │ └── test.js │ │ │ ├── sas │ │ │ │ ├── index.html │ │ │ │ └── sas.js │ │ │ ├── sass │ │ │ │ ├── index.html │ │ │ │ ├── sass.js │ │ │ │ └── test.js │ │ │ ├── scheme │ │ │ │ ├── index.html │ │ │ │ └── scheme.js │ │ │ ├── shell │ │ │ │ ├── index.html │ │ │ │ ├── shell.js │ │ │ │ └── test.js │ │ │ ├── sieve │ │ │ │ ├── index.html │ │ │ │ └── sieve.js │ │ │ ├── slim │ │ │ │ ├── index.html │ │ │ │ ├── slim.js │ │ │ │ └── test.js │ │ │ ├── smalltalk │ │ │ │ ├── index.html │ │ │ │ └── smalltalk.js │ │ │ ├── smarty │ │ │ │ ├── index.html │ │ │ │ └── smarty.js │ │ │ ├── solr │ │ │ │ ├── index.html │ │ │ │ └── solr.js │ │ │ ├── soy │ │ │ │ ├── index.html │ │ │ │ ├── soy.js │ │ │ │ └── test.js │ │ │ ├── sparql │ │ │ │ ├── index.html │ │ │ │ └── sparql.js │ │ │ ├── spreadsheet │ │ │ │ ├── index.html │ │ │ │ └── spreadsheet.js │ │ │ ├── sql │ │ │ │ ├── index.html │ │ │ │ └── sql.js │ │ │ ├── stex │ │ │ │ ├── index.html │ │ │ │ ├── stex.js │ │ │ │ └── test.js │ │ │ ├── stylus │ │ │ │ ├── index.html │ │ │ │ └── stylus.js │ │ │ ├── swift │ │ │ │ ├── index.html │ │ │ │ ├── swift.js │ │ │ │ └── test.js │ │ │ ├── tcl │ │ │ │ ├── index.html │ │ │ │ └── tcl.js │ │ │ ├── textile │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── textile.js │ │ │ ├── tiddlywiki │ │ │ │ ├── index.html │ │ │ │ ├── tiddlywiki.css │ │ │ │ └── tiddlywiki.js │ │ │ ├── tiki │ │ │ │ ├── index.html │ │ │ │ ├── tiki.css │ │ │ │ └── tiki.js │ │ │ ├── toml │ │ │ │ ├── index.html │ │ │ │ └── toml.js │ │ │ ├── tornado │ │ │ │ ├── index.html │ │ │ │ └── tornado.js │ │ │ ├── troff │ │ │ │ ├── index.html │ │ │ │ └── troff.js │ │ │ ├── ttcn-cfg │ │ │ │ ├── index.html │ │ │ │ └── ttcn-cfg.js │ │ │ ├── ttcn │ │ │ │ ├── index.html │ │ │ │ └── ttcn.js │ │ │ ├── turtle │ │ │ │ ├── index.html │ │ │ │ └── turtle.js │ │ │ ├── twig │ │ │ │ ├── index.html │ │ │ │ └── twig.js │ │ │ ├── vb │ │ │ │ ├── index.html │ │ │ │ └── vb.js │ │ │ ├── vbscript │ │ │ │ ├── index.html │ │ │ │ └── vbscript.js │ │ │ ├── velocity │ │ │ │ ├── index.html │ │ │ │ └── velocity.js │ │ │ ├── verilog │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── verilog.js │ │ │ ├── vhdl │ │ │ │ ├── index.html │ │ │ │ └── vhdl.js │ │ │ ├── vue │ │ │ │ ├── index.html │ │ │ │ └── vue.js │ │ │ ├── webidl │ │ │ │ ├── index.html │ │ │ │ └── webidl.js │ │ │ ├── xml │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── xml.js │ │ │ ├── xquery │ │ │ │ ├── index.html │ │ │ │ ├── test.js │ │ │ │ └── xquery.js │ │ │ ├── yacas │ │ │ │ ├── index.html │ │ │ │ └── yacas.js │ │ │ ├── yaml-frontmatter │ │ │ │ ├── index.html │ │ │ │ └── yaml-frontmatter.js │ │ │ ├── yaml │ │ │ │ ├── index.html │ │ │ │ └── yaml.js │ │ │ └── z80 │ │ │ │ ├── index.html │ │ │ │ └── z80.js │ │ ├── package.json │ │ ├── rollup.config.js │ │ ├── src │ │ │ ├── codemirror.js │ │ │ ├── display │ │ │ │ ├── Display.js │ │ │ │ ├── focus.js │ │ │ │ ├── gutters.js │ │ │ │ ├── highlight_worker.js │ │ │ │ ├── line_numbers.js │ │ │ │ ├── mode_state.js │ │ │ │ ├── operations.js │ │ │ │ ├── scroll_events.js │ │ │ │ ├── scrollbars.js │ │ │ │ ├── scrolling.js │ │ │ │ ├── selection.js │ │ │ │ ├── update_display.js │ │ │ │ ├── update_line.js │ │ │ │ ├── update_lines.js │ │ │ │ └── view_tracking.js │ │ │ ├── edit │ │ │ │ ├── CodeMirror.js │ │ │ │ ├── commands.js │ │ │ │ ├── deleteNearSelection.js │ │ │ │ ├── drop_events.js │ │ │ │ ├── fromTextArea.js │ │ │ │ ├── global_events.js │ │ │ │ ├── key_events.js │ │ │ │ ├── legacy.js │ │ │ │ ├── main.js │ │ │ │ ├── methods.js │ │ │ │ ├── mouse_events.js │ │ │ │ ├── options.js │ │ │ │ └── utils.js │ │ │ ├── input │ │ │ │ ├── ContentEditableInput.js │ │ │ │ ├── TextareaInput.js │ │ │ │ ├── indent.js │ │ │ │ ├── input.js │ │ │ │ ├── keymap.js │ │ │ │ ├── keynames.js │ │ │ │ └── movement.js │ │ │ ├── line │ │ │ │ ├── highlight.js │ │ │ │ ├── line_data.js │ │ │ │ ├── pos.js │ │ │ │ ├── saw_special_spans.js │ │ │ │ ├── spans.js │ │ │ │ └── utils_line.js │ │ │ ├── measurement │ │ │ │ ├── position_measurement.js │ │ │ │ └── widgets.js │ │ │ ├── model │ │ │ │ ├── Doc.js │ │ │ │ ├── change_measurement.js │ │ │ │ ├── changes.js │ │ │ │ ├── chunk.js │ │ │ │ ├── document_data.js │ │ │ │ ├── history.js │ │ │ │ ├── line_widget.js │ │ │ │ ├── mark_text.js │ │ │ │ ├── selection.js │ │ │ │ └── selection_updates.js │ │ │ ├── modes.js │ │ │ └── util │ │ │ │ ├── StringStream.js │ │ │ │ ├── bidi.js │ │ │ │ ├── browser.js │ │ │ │ ├── dom.js │ │ │ │ ├── event.js │ │ │ │ ├── feature_detection.js │ │ │ │ ├── misc.js │ │ │ │ └── operation_group.js │ │ ├── test │ │ │ ├── comment_test.js │ │ │ ├── contenteditable_test.js │ │ │ ├── doc_test.js │ │ │ ├── driver.js │ │ │ ├── emacs_test.js │ │ │ ├── html-hint-test.js │ │ │ ├── index.html │ │ │ ├── lint.js │ │ │ ├── mode_test.css │ │ │ ├── mode_test.js │ │ │ ├── multi_test.js │ │ │ ├── phantom_driver.js │ │ │ ├── run.js │ │ │ ├── scroll_test.js │ │ │ ├── search_test.js │ │ │ ├── sql-hint-test.js │ │ │ ├── sublime_test.js │ │ │ ├── test.js │ │ │ └── vim_test.js │ │ └── theme │ │ │ ├── 3024-day.css │ │ │ ├── 3024-night.css │ │ │ ├── abcdef.css │ │ │ ├── ambiance-mobile.css │ │ │ ├── ambiance.css │ │ │ ├── base16-dark.css │ │ │ ├── base16-light.css │ │ │ ├── bespin.css │ │ │ ├── blackboard.css │ │ │ ├── cobalt.css │ │ │ ├── colorforth.css │ │ │ ├── darcula.css │ │ │ ├── dracula.css │ │ │ ├── duotone-dark.css │ │ │ ├── duotone-light.css │ │ │ ├── eclipse.css │ │ │ ├── elegant.css │ │ │ ├── erlang-dark.css │ │ │ ├── gruvbox-dark.css │ │ │ ├── hopscotch.css │ │ │ ├── icecoder.css │ │ │ ├── idea.css │ │ │ ├── isotope.css │ │ │ ├── lesser-dark.css │ │ │ ├── liquibyte.css │ │ │ ├── lucario.css │ │ │ ├── material-darker.css │ │ │ ├── material-ocean.css │ │ │ ├── material-palenight.css │ │ │ ├── material.css │ │ │ ├── mbo.css │ │ │ ├── mdn-like.css │ │ │ ├── midnight.css │ │ │ ├── monokai.css │ │ │ ├── moxer.css │ │ │ ├── neat.css │ │ │ ├── neo.css │ │ │ ├── night.css │ │ │ ├── nord.css │ │ │ ├── oceanic-next.css │ │ │ ├── panda-syntax.css │ │ │ ├── paraiso-dark.css │ │ │ ├── paraiso-light.css │ │ │ ├── pastel-on-dark.css │ │ │ ├── railscasts.css │ │ │ ├── rubyblue.css │ │ │ ├── seti.css │ │ │ ├── shadowfox.css │ │ │ ├── solarized.css │ │ │ ├── ssms.css │ │ │ ├── the-matrix.css │ │ │ ├── tomorrow-night-bright.css │ │ │ ├── tomorrow-night-eighties.css │ │ │ ├── ttcn.css │ │ │ ├── twilight.css │ │ │ ├── vibrant-ink.css │ │ │ ├── xq-dark.css │ │ │ ├── xq-light.css │ │ │ ├── yeti.css │ │ │ ├── yonce.css │ │ │ └── zenburn.css │ ├── datatables.net-bs4 │ │ ├── css │ │ │ ├── dataTables.bootstrap.css │ │ │ ├── dataTables.bootstrap.min.css │ │ │ ├── dataTables.bootstrap4.css │ │ │ ├── dataTables.bootstrap4.min.css │ │ │ ├── dataTables.foundation.css │ │ │ ├── dataTables.foundation.min.css │ │ │ ├── dataTables.jqueryui.css │ │ │ ├── dataTables.jqueryui.min.css │ │ │ ├── dataTables.semanticui.css │ │ │ ├── dataTables.semanticui.min.css │ │ │ ├── jquery.dataTables.css │ │ │ └── jquery.dataTables.min.css │ │ ├── images │ │ │ ├── sort_asc.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ └── sort_desc_disabled.png │ │ └── js │ │ │ ├── dataTables.bootstrap.js │ │ │ ├── dataTables.bootstrap.min.js │ │ │ ├── dataTables.bootstrap4.js │ │ │ ├── dataTables.bootstrap4.min.js │ │ │ ├── dataTables.foundation.js │ │ │ ├── dataTables.foundation.min.js │ │ │ ├── dataTables.jqueryui.js │ │ │ ├── dataTables.jqueryui.min.js │ │ │ ├── dataTables.semanticui.js │ │ │ ├── dataTables.semanticui.min.js │ │ │ ├── jquery.dataTables.js │ │ │ └── jquery.dataTables.min.js │ ├── datatables.net-select-bs4 │ │ ├── css │ │ │ ├── select.bootstrap.css │ │ │ ├── select.bootstrap.min.css │ │ │ ├── select.bootstrap4.css │ │ │ ├── select.bootstrap4.min.css │ │ │ ├── select.dataTables.css │ │ │ ├── select.dataTables.min.css │ │ │ ├── select.foundation.css │ │ │ ├── select.foundation.min.css │ │ │ ├── select.jqueryui.css │ │ │ ├── select.jqueryui.min.css │ │ │ ├── select.semanticui.css │ │ │ └── select.semanticui.min.css │ │ └── js │ │ │ ├── dataTables.select.js │ │ │ ├── dataTables.select.min.js │ │ │ ├── select.bootstrap.js │ │ │ ├── select.bootstrap.min.js │ │ │ ├── select.bootstrap4.js │ │ │ ├── select.bootstrap4.min.js │ │ │ ├── select.dataTables.js │ │ │ ├── select.foundation.js │ │ │ ├── select.foundation.min.js │ │ │ ├── select.jqueryui.js │ │ │ ├── select.jqueryui.min.js │ │ │ ├── select.semanticui.js │ │ │ └── select.semanticui.min.js │ ├── datatables │ │ ├── Contributing.md │ │ ├── Readme.md │ │ ├── examples │ │ │ ├── advanced_init │ │ │ │ ├── column_render.html │ │ │ │ ├── complex_header.html │ │ │ │ ├── defaults.html │ │ │ │ ├── dom_multiple_elements.html │ │ │ │ ├── dom_toolbar.html │ │ │ │ ├── dt_events.html │ │ │ │ ├── events_live.html │ │ │ │ ├── footer_callback.html │ │ │ │ ├── html5-data-attributes.html │ │ │ │ ├── html5-data-options.html │ │ │ │ ├── index.html │ │ │ │ ├── language_file.html │ │ │ │ ├── length_menu.html │ │ │ │ ├── object_dom_read.html │ │ │ │ ├── row_callback.html │ │ │ │ ├── row_grouping.html │ │ │ │ └── sort_direction_control.html │ │ │ ├── ajax │ │ │ │ ├── custom_data_flat.html │ │ │ │ ├── custom_data_property.html │ │ │ │ ├── data │ │ │ │ │ ├── arrays.txt │ │ │ │ │ ├── arrays_custom_prop.txt │ │ │ │ │ ├── arrays_subobjects.txt │ │ │ │ │ ├── objects.txt │ │ │ │ │ ├── objects_deep.txt │ │ │ │ │ ├── objects_root_array.txt │ │ │ │ │ ├── objects_subarrays.txt │ │ │ │ │ └── orthogonal.txt │ │ │ │ ├── deep.html │ │ │ │ ├── defer_render.html │ │ │ │ ├── index.html │ │ │ │ ├── null_data_source.html │ │ │ │ ├── objects.html │ │ │ │ ├── objects_subarrays.html │ │ │ │ ├── orthogonal-data.html │ │ │ │ └── simple.html │ │ │ ├── api │ │ │ │ ├── add_row.html │ │ │ │ ├── api_in_init.html │ │ │ │ ├── counter_columns.html │ │ │ │ ├── form.html │ │ │ │ ├── highlight.html │ │ │ │ ├── index.html │ │ │ │ ├── multi_filter.html │ │ │ │ ├── multi_filter_select.html │ │ │ │ ├── regex.html │ │ │ │ ├── row_details.html │ │ │ │ ├── select_row.html │ │ │ │ ├── select_single_row.html │ │ │ │ ├── show_hide.html │ │ │ │ └── tabs_and_scrolling.html │ │ │ ├── basic_init │ │ │ │ ├── alt_pagination.html │ │ │ │ ├── comma-decimal.html │ │ │ │ ├── complex_header.html │ │ │ │ ├── dom.html │ │ │ │ ├── filter_only.html │ │ │ │ ├── flexible_width.html │ │ │ │ ├── hidden_columns.html │ │ │ │ ├── index.html │ │ │ │ ├── language.html │ │ │ │ ├── multi_col_sort.html │ │ │ │ ├── multiple_tables.html │ │ │ │ ├── scroll_x.html │ │ │ │ ├── scroll_xy.html │ │ │ │ ├── scroll_y.html │ │ │ │ ├── scroll_y_dynamic.html │ │ │ │ ├── state_save.html │ │ │ │ ├── table_sorting.html │ │ │ │ └── zero_configuration.html │ │ │ ├── data_sources │ │ │ │ ├── ajax.html │ │ │ │ ├── dom.html │ │ │ │ ├── index.html │ │ │ │ ├── js_array.html │ │ │ │ └── server_side.html │ │ │ ├── index.html │ │ │ ├── plug-ins │ │ │ │ ├── api.html │ │ │ │ ├── dom_sort.html │ │ │ │ ├── index.html │ │ │ │ ├── range_filtering.html │ │ │ │ ├── sorting_auto.html │ │ │ │ └── sorting_manual.html │ │ │ ├── resources │ │ │ │ ├── demo.css │ │ │ │ ├── demo.js │ │ │ │ ├── details_close.png │ │ │ │ ├── details_open.png │ │ │ │ ├── examples.php │ │ │ │ └── syntax │ │ │ │ │ ├── Syntax Highlighter license │ │ │ │ │ ├── shCore.css │ │ │ │ │ └── shCore.js │ │ │ ├── server_side │ │ │ │ ├── custom_vars.html │ │ │ │ ├── defer_loading.html │ │ │ │ ├── ids.html │ │ │ │ ├── index.html │ │ │ │ ├── jsonp.html │ │ │ │ ├── object_data.html │ │ │ │ ├── pipeline.html │ │ │ │ ├── post.html │ │ │ │ ├── row_details.html │ │ │ │ ├── scripts │ │ │ │ │ ├── firebird.sql │ │ │ │ │ ├── ids-arrays.php │ │ │ │ │ ├── ids-objects.php │ │ │ │ │ ├── jsonp.php │ │ │ │ │ ├── mysql.sql │ │ │ │ │ ├── objects.php │ │ │ │ │ ├── oracle.sql │ │ │ │ │ ├── post.php │ │ │ │ │ ├── postgres.sql │ │ │ │ │ ├── server_processing.php │ │ │ │ │ ├── sqlite.sql │ │ │ │ │ ├── sqlserver.sql │ │ │ │ │ └── ssp.class.php │ │ │ │ ├── select_rows.html │ │ │ │ └── simple.html │ │ │ └── styling │ │ │ │ ├── bootstrap.html │ │ │ │ ├── bootstrap4.html │ │ │ │ ├── cell-border.html │ │ │ │ ├── compact.html │ │ │ │ ├── display.html │ │ │ │ ├── foundation.html │ │ │ │ ├── hover.html │ │ │ │ ├── index.html │ │ │ │ ├── jqueryUI.html │ │ │ │ ├── material.html │ │ │ │ ├── no-classes.html │ │ │ │ ├── order-column.html │ │ │ │ ├── row-border.html │ │ │ │ ├── semanticui.html │ │ │ │ ├── stripe.html │ │ │ │ └── uikit.html │ │ ├── license.txt │ │ └── media │ │ │ ├── css │ │ │ ├── dataTables.bootstrap.css │ │ │ ├── dataTables.bootstrap.min.css │ │ │ ├── dataTables.bootstrap4.css │ │ │ ├── dataTables.bootstrap4.min.css │ │ │ ├── dataTables.foundation.css │ │ │ ├── dataTables.foundation.min.css │ │ │ ├── dataTables.jqueryui.css │ │ │ ├── dataTables.jqueryui.min.css │ │ │ ├── dataTables.material.css │ │ │ ├── dataTables.material.min.css │ │ │ ├── dataTables.semanticui.css │ │ │ ├── dataTables.semanticui.min.css │ │ │ ├── dataTables.uikit.css │ │ │ ├── dataTables.uikit.min.css │ │ │ ├── jquery.dataTables.css │ │ │ ├── jquery.dataTables.min.css │ │ │ └── jquery.dataTables_themeroller.css │ │ │ ├── images │ │ │ ├── Sorting icons.psd │ │ │ ├── favicon.ico │ │ │ ├── sort_asc.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ └── sort_desc_disabled.png │ │ │ └── js │ │ │ ├── dataTables.bootstrap.js │ │ │ ├── dataTables.bootstrap.min.js │ │ │ ├── dataTables.bootstrap4.js │ │ │ ├── dataTables.bootstrap4.min.js │ │ │ ├── dataTables.dataTables.js │ │ │ ├── dataTables.dataTables.min.js │ │ │ ├── dataTables.foundation.js │ │ │ ├── dataTables.foundation.min.js │ │ │ ├── dataTables.jqueryui.js │ │ │ ├── dataTables.jqueryui.min.js │ │ │ ├── dataTables.material.js │ │ │ ├── dataTables.material.min.js │ │ │ ├── dataTables.semanticui.js │ │ │ ├── dataTables.semanticui.min.js │ │ │ ├── dataTables.uikit.js │ │ │ ├── dataTables.uikit.min.js │ │ │ ├── jquery.dataTables.js │ │ │ ├── jquery.dataTables.min.js │ │ │ └── jquery.js │ ├── dropzone │ │ ├── .gitignore │ │ ├── .tagconfig │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bower.json │ │ ├── component.json │ │ ├── composer.json │ │ ├── dist │ │ │ ├── basic.css │ │ │ ├── dropzone-amd-module.js │ │ │ ├── dropzone.css │ │ │ ├── dropzone.js │ │ │ ├── min │ │ │ │ ├── basic.min.css │ │ │ │ ├── dropzone-amd-module.min.js │ │ │ │ ├── dropzone.min.css │ │ │ │ └── dropzone.min.js │ │ │ └── readme.md │ │ ├── index.js │ │ └── package.json │ ├── flag-icon-css │ │ ├── .editorconfig │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── .gitignore │ │ ├── .prettierignore │ │ ├── .prettierrc.json │ │ ├── .travis.yml │ │ ├── Gruntfile.coffee │ │ ├── LICENSE │ │ ├── README.md │ │ ├── assets │ │ │ ├── docs.css │ │ │ ├── docs.js │ │ │ └── docs.less │ │ ├── bower.json │ │ ├── composer.json │ │ ├── convertSvgToAssetCatalog.sh │ │ ├── css │ │ │ ├── flag-icon.css │ │ │ └── flag-icon.min.css │ │ ├── flags │ │ │ ├── 1x1 │ │ │ │ ├── ad.svg │ │ │ │ ├── ae.svg │ │ │ │ ├── af.svg │ │ │ │ ├── ag.svg │ │ │ │ ├── ai.svg │ │ │ │ ├── al.svg │ │ │ │ ├── am.svg │ │ │ │ ├── ao.svg │ │ │ │ ├── aq.svg │ │ │ │ ├── ar.svg │ │ │ │ ├── as.svg │ │ │ │ ├── at.svg │ │ │ │ ├── au.svg │ │ │ │ ├── aw.svg │ │ │ │ ├── ax.svg │ │ │ │ ├── az.svg │ │ │ │ ├── ba.svg │ │ │ │ ├── bb.svg │ │ │ │ ├── bd.svg │ │ │ │ ├── be.svg │ │ │ │ ├── bf.svg │ │ │ │ ├── bg.svg │ │ │ │ ├── bh.svg │ │ │ │ ├── bi.svg │ │ │ │ ├── bj.svg │ │ │ │ ├── bl.svg │ │ │ │ ├── bm.svg │ │ │ │ ├── bn.svg │ │ │ │ ├── bo.svg │ │ │ │ ├── bq.svg │ │ │ │ ├── br.svg │ │ │ │ ├── bs.svg │ │ │ │ ├── bt.svg │ │ │ │ ├── bv.svg │ │ │ │ ├── bw.svg │ │ │ │ ├── by.svg │ │ │ │ ├── bz.svg │ │ │ │ ├── ca.svg │ │ │ │ ├── cc.svg │ │ │ │ ├── cd.svg │ │ │ │ ├── cf.svg │ │ │ │ ├── cg.svg │ │ │ │ ├── ch.svg │ │ │ │ ├── ci.svg │ │ │ │ ├── ck.svg │ │ │ │ ├── cl.svg │ │ │ │ ├── cm.svg │ │ │ │ ├── cn.svg │ │ │ │ ├── co.svg │ │ │ │ ├── cr.svg │ │ │ │ ├── cu.svg │ │ │ │ ├── cv.svg │ │ │ │ ├── cw.svg │ │ │ │ ├── cx.svg │ │ │ │ ├── cy.svg │ │ │ │ ├── cz.svg │ │ │ │ ├── de.svg │ │ │ │ ├── dj.svg │ │ │ │ ├── dk.svg │ │ │ │ ├── dm.svg │ │ │ │ ├── do.svg │ │ │ │ ├── dz.svg │ │ │ │ ├── ec.svg │ │ │ │ ├── ee.svg │ │ │ │ ├── eg.svg │ │ │ │ ├── eh.svg │ │ │ │ ├── er.svg │ │ │ │ ├── es-ca.svg │ │ │ │ ├── es.svg │ │ │ │ ├── et.svg │ │ │ │ ├── eu.svg │ │ │ │ ├── fi.svg │ │ │ │ ├── fj.svg │ │ │ │ ├── fk.svg │ │ │ │ ├── fm.svg │ │ │ │ ├── fo.svg │ │ │ │ ├── fr.svg │ │ │ │ ├── ga.svg │ │ │ │ ├── gb-eng.svg │ │ │ │ ├── gb-nir.svg │ │ │ │ ├── gb-sct.svg │ │ │ │ ├── gb-wls.svg │ │ │ │ ├── gb.svg │ │ │ │ ├── gd.svg │ │ │ │ ├── ge.svg │ │ │ │ ├── gf.svg │ │ │ │ ├── gg.svg │ │ │ │ ├── gh.svg │ │ │ │ ├── gi.svg │ │ │ │ ├── gl.svg │ │ │ │ ├── gm.svg │ │ │ │ ├── gn.svg │ │ │ │ ├── gp.svg │ │ │ │ ├── gq.svg │ │ │ │ ├── gr.svg │ │ │ │ ├── gs.svg │ │ │ │ ├── gt.svg │ │ │ │ ├── gu.svg │ │ │ │ ├── gw.svg │ │ │ │ ├── gy.svg │ │ │ │ ├── hk.svg │ │ │ │ ├── hm.svg │ │ │ │ ├── hn.svg │ │ │ │ ├── hr.svg │ │ │ │ ├── ht.svg │ │ │ │ ├── hu.svg │ │ │ │ ├── id.svg │ │ │ │ ├── ie.svg │ │ │ │ ├── il.svg │ │ │ │ ├── im.svg │ │ │ │ ├── in.svg │ │ │ │ ├── io.svg │ │ │ │ ├── iq.svg │ │ │ │ ├── ir.svg │ │ │ │ ├── is.svg │ │ │ │ ├── it.svg │ │ │ │ ├── je.svg │ │ │ │ ├── jm.svg │ │ │ │ ├── jo.svg │ │ │ │ ├── jp.svg │ │ │ │ ├── ke.svg │ │ │ │ ├── kg.svg │ │ │ │ ├── kh.svg │ │ │ │ ├── ki.svg │ │ │ │ ├── km.svg │ │ │ │ ├── kn.svg │ │ │ │ ├── kp.svg │ │ │ │ ├── kr.svg │ │ │ │ ├── kw.svg │ │ │ │ ├── ky.svg │ │ │ │ ├── kz.svg │ │ │ │ ├── la.svg │ │ │ │ ├── lb.svg │ │ │ │ ├── lc.svg │ │ │ │ ├── li.svg │ │ │ │ ├── lk.svg │ │ │ │ ├── lr.svg │ │ │ │ ├── ls.svg │ │ │ │ ├── lt.svg │ │ │ │ ├── lu.svg │ │ │ │ ├── lv.svg │ │ │ │ ├── ly.svg │ │ │ │ ├── ma.svg │ │ │ │ ├── mc.svg │ │ │ │ ├── md.svg │ │ │ │ ├── me.svg │ │ │ │ ├── mf.svg │ │ │ │ ├── mg.svg │ │ │ │ ├── mh.svg │ │ │ │ ├── mk.svg │ │ │ │ ├── ml.svg │ │ │ │ ├── mm.svg │ │ │ │ ├── mn.svg │ │ │ │ ├── mo.svg │ │ │ │ ├── mp.svg │ │ │ │ ├── mq.svg │ │ │ │ ├── mr.svg │ │ │ │ ├── ms.svg │ │ │ │ ├── mt.svg │ │ │ │ ├── mu.svg │ │ │ │ ├── mv.svg │ │ │ │ ├── mw.svg │ │ │ │ ├── mx.svg │ │ │ │ ├── my.svg │ │ │ │ ├── mz.svg │ │ │ │ ├── na.svg │ │ │ │ ├── nc.svg │ │ │ │ ├── ne.svg │ │ │ │ ├── nf.svg │ │ │ │ ├── ng.svg │ │ │ │ ├── ni.svg │ │ │ │ ├── nl.svg │ │ │ │ ├── no.svg │ │ │ │ ├── np.svg │ │ │ │ ├── nr.svg │ │ │ │ ├── nu.svg │ │ │ │ ├── nz.svg │ │ │ │ ├── om.svg │ │ │ │ ├── pa.svg │ │ │ │ ├── pe.svg │ │ │ │ ├── pf.svg │ │ │ │ ├── pg.svg │ │ │ │ ├── ph.svg │ │ │ │ ├── pk.svg │ │ │ │ ├── pl.svg │ │ │ │ ├── pm.svg │ │ │ │ ├── pn.svg │ │ │ │ ├── pr.svg │ │ │ │ ├── ps.svg │ │ │ │ ├── pt.svg │ │ │ │ ├── pw.svg │ │ │ │ ├── py.svg │ │ │ │ ├── qa.svg │ │ │ │ ├── re.svg │ │ │ │ ├── ro.svg │ │ │ │ ├── rs.svg │ │ │ │ ├── ru.svg │ │ │ │ ├── rw.svg │ │ │ │ ├── sa.svg │ │ │ │ ├── sb.svg │ │ │ │ ├── sc.svg │ │ │ │ ├── sd.svg │ │ │ │ ├── se.svg │ │ │ │ ├── sg.svg │ │ │ │ ├── sh.svg │ │ │ │ ├── si.svg │ │ │ │ ├── sj.svg │ │ │ │ ├── sk.svg │ │ │ │ ├── sl.svg │ │ │ │ ├── sm.svg │ │ │ │ ├── sn.svg │ │ │ │ ├── so.svg │ │ │ │ ├── sr.svg │ │ │ │ ├── ss.svg │ │ │ │ ├── st.svg │ │ │ │ ├── sv.svg │ │ │ │ ├── sx.svg │ │ │ │ ├── sy.svg │ │ │ │ ├── sz.svg │ │ │ │ ├── tc.svg │ │ │ │ ├── td.svg │ │ │ │ ├── tf.svg │ │ │ │ ├── tg.svg │ │ │ │ ├── th.svg │ │ │ │ ├── tj.svg │ │ │ │ ├── tk.svg │ │ │ │ ├── tl.svg │ │ │ │ ├── tm.svg │ │ │ │ ├── tn.svg │ │ │ │ ├── to.svg │ │ │ │ ├── tr.svg │ │ │ │ ├── tt.svg │ │ │ │ ├── tv.svg │ │ │ │ ├── tw.svg │ │ │ │ ├── tz.svg │ │ │ │ ├── ua.svg │ │ │ │ ├── ug.svg │ │ │ │ ├── um.svg │ │ │ │ ├── un.svg │ │ │ │ ├── us.svg │ │ │ │ ├── uy.svg │ │ │ │ ├── uz.svg │ │ │ │ ├── va.svg │ │ │ │ ├── vc.svg │ │ │ │ ├── ve.svg │ │ │ │ ├── vg.svg │ │ │ │ ├── vi.svg │ │ │ │ ├── vn.svg │ │ │ │ ├── vu.svg │ │ │ │ ├── wf.svg │ │ │ │ ├── ws.svg │ │ │ │ ├── xk.svg │ │ │ │ ├── ye.svg │ │ │ │ ├── yt.svg │ │ │ │ ├── za.svg │ │ │ │ ├── zm.svg │ │ │ │ └── zw.svg │ │ │ └── 4x3 │ │ │ │ ├── ad.svg │ │ │ │ ├── ae.svg │ │ │ │ ├── af.svg │ │ │ │ ├── ag.svg │ │ │ │ ├── ai.svg │ │ │ │ ├── al.svg │ │ │ │ ├── am.svg │ │ │ │ ├── ao.svg │ │ │ │ ├── aq.svg │ │ │ │ ├── ar.svg │ │ │ │ ├── as.svg │ │ │ │ ├── at.svg │ │ │ │ ├── au.svg │ │ │ │ ├── aw.svg │ │ │ │ ├── ax.svg │ │ │ │ ├── az.svg │ │ │ │ ├── ba.svg │ │ │ │ ├── bb.svg │ │ │ │ ├── bd.svg │ │ │ │ ├── be.svg │ │ │ │ ├── bf.svg │ │ │ │ ├── bg.svg │ │ │ │ ├── bh.svg │ │ │ │ ├── bi.svg │ │ │ │ ├── bj.svg │ │ │ │ ├── bl.svg │ │ │ │ ├── bm.svg │ │ │ │ ├── bn.svg │ │ │ │ ├── bo.svg │ │ │ │ ├── bq.svg │ │ │ │ ├── br.svg │ │ │ │ ├── bs.svg │ │ │ │ ├── bt.svg │ │ │ │ ├── bv.svg │ │ │ │ ├── bw.svg │ │ │ │ ├── by.svg │ │ │ │ ├── bz.svg │ │ │ │ ├── ca.svg │ │ │ │ ├── cc.svg │ │ │ │ ├── cd.svg │ │ │ │ ├── cf.svg │ │ │ │ ├── cg.svg │ │ │ │ ├── ch.svg │ │ │ │ ├── ci.svg │ │ │ │ ├── ck.svg │ │ │ │ ├── cl.svg │ │ │ │ ├── cm.svg │ │ │ │ ├── cn.svg │ │ │ │ ├── co.svg │ │ │ │ ├── cr.svg │ │ │ │ ├── cu.svg │ │ │ │ ├── cv.svg │ │ │ │ ├── cw.svg │ │ │ │ ├── cx.svg │ │ │ │ ├── cy.svg │ │ │ │ ├── cz.svg │ │ │ │ ├── de.svg │ │ │ │ ├── dj.svg │ │ │ │ ├── dk.svg │ │ │ │ ├── dm.svg │ │ │ │ ├── do.svg │ │ │ │ ├── dz.svg │ │ │ │ ├── ec.svg │ │ │ │ ├── ee.svg │ │ │ │ ├── eg.svg │ │ │ │ ├── eh.svg │ │ │ │ ├── er.svg │ │ │ │ ├── es-ca.svg │ │ │ │ ├── es.svg │ │ │ │ ├── et.svg │ │ │ │ ├── eu.svg │ │ │ │ ├── fi.svg │ │ │ │ ├── fj.svg │ │ │ │ ├── fk.svg │ │ │ │ ├── fm.svg │ │ │ │ ├── fo.svg │ │ │ │ ├── fr.svg │ │ │ │ ├── ga.svg │ │ │ │ ├── gb-eng.svg │ │ │ │ ├── gb-nir.svg │ │ │ │ ├── gb-sct.svg │ │ │ │ ├── gb-wls.svg │ │ │ │ ├── gb.svg │ │ │ │ ├── gd.svg │ │ │ │ ├── ge.svg │ │ │ │ ├── gf.svg │ │ │ │ ├── gg.svg │ │ │ │ ├── gh.svg │ │ │ │ ├── gi.svg │ │ │ │ ├── gl.svg │ │ │ │ ├── gm.svg │ │ │ │ ├── gn.svg │ │ │ │ ├── gp.svg │ │ │ │ ├── gq.svg │ │ │ │ ├── gr.svg │ │ │ │ ├── gs.svg │ │ │ │ ├── gt.svg │ │ │ │ ├── gu.svg │ │ │ │ ├── gw.svg │ │ │ │ ├── gy.svg │ │ │ │ ├── hk.svg │ │ │ │ ├── hm.svg │ │ │ │ ├── hn.svg │ │ │ │ ├── hr.svg │ │ │ │ ├── ht.svg │ │ │ │ ├── hu.svg │ │ │ │ ├── id.svg │ │ │ │ ├── ie.svg │ │ │ │ ├── il.svg │ │ │ │ ├── im.svg │ │ │ │ ├── in.svg │ │ │ │ ├── io.svg │ │ │ │ ├── iq.svg │ │ │ │ ├── ir.svg │ │ │ │ ├── is.svg │ │ │ │ ├── it.svg │ │ │ │ ├── je.svg │ │ │ │ ├── jm.svg │ │ │ │ ├── jo.svg │ │ │ │ ├── jp.svg │ │ │ │ ├── ke.svg │ │ │ │ ├── kg.svg │ │ │ │ ├── kh.svg │ │ │ │ ├── ki.svg │ │ │ │ ├── km.svg │ │ │ │ ├── kn.svg │ │ │ │ ├── kp.svg │ │ │ │ ├── kr.svg │ │ │ │ ├── kw.svg │ │ │ │ ├── ky.svg │ │ │ │ ├── kz.svg │ │ │ │ ├── la.svg │ │ │ │ ├── lb.svg │ │ │ │ ├── lc.svg │ │ │ │ ├── li.svg │ │ │ │ ├── lk.svg │ │ │ │ ├── lr.svg │ │ │ │ ├── ls.svg │ │ │ │ ├── lt.svg │ │ │ │ ├── lu.svg │ │ │ │ ├── lv.svg │ │ │ │ ├── ly.svg │ │ │ │ ├── ma.svg │ │ │ │ ├── mc.svg │ │ │ │ ├── md.svg │ │ │ │ ├── me.svg │ │ │ │ ├── mf.svg │ │ │ │ ├── mg.svg │ │ │ │ ├── mh.svg │ │ │ │ ├── mk.svg │ │ │ │ ├── ml.svg │ │ │ │ ├── mm.svg │ │ │ │ ├── mn.svg │ │ │ │ ├── mo.svg │ │ │ │ ├── mp.svg │ │ │ │ ├── mq.svg │ │ │ │ ├── mr.svg │ │ │ │ ├── ms.svg │ │ │ │ ├── mt.svg │ │ │ │ ├── mu.svg │ │ │ │ ├── mv.svg │ │ │ │ ├── mw.svg │ │ │ │ ├── mx.svg │ │ │ │ ├── my.svg │ │ │ │ ├── mz.svg │ │ │ │ ├── na.svg │ │ │ │ ├── nc.svg │ │ │ │ ├── ne.svg │ │ │ │ ├── nf.svg │ │ │ │ ├── ng.svg │ │ │ │ ├── ni.svg │ │ │ │ ├── nl.svg │ │ │ │ ├── no.svg │ │ │ │ ├── np.svg │ │ │ │ ├── nr.svg │ │ │ │ ├── nu.svg │ │ │ │ ├── nz.svg │ │ │ │ ├── om.svg │ │ │ │ ├── pa.svg │ │ │ │ ├── pe.svg │ │ │ │ ├── pf.svg │ │ │ │ ├── pg.svg │ │ │ │ ├── ph.svg │ │ │ │ ├── pk.svg │ │ │ │ ├── pl.svg │ │ │ │ ├── pm.svg │ │ │ │ ├── pn.svg │ │ │ │ ├── pr.svg │ │ │ │ ├── ps.svg │ │ │ │ ├── pt.svg │ │ │ │ ├── pw.svg │ │ │ │ ├── py.svg │ │ │ │ ├── qa.svg │ │ │ │ ├── re.svg │ │ │ │ ├── ro.svg │ │ │ │ ├── rs.svg │ │ │ │ ├── ru.svg │ │ │ │ ├── rw.svg │ │ │ │ ├── sa.svg │ │ │ │ ├── sb.svg │ │ │ │ ├── sc.svg │ │ │ │ ├── sd.svg │ │ │ │ ├── se.svg │ │ │ │ ├── sg.svg │ │ │ │ ├── sh.svg │ │ │ │ ├── si.svg │ │ │ │ ├── sj.svg │ │ │ │ ├── sk.svg │ │ │ │ ├── sl.svg │ │ │ │ ├── sm.svg │ │ │ │ ├── sn.svg │ │ │ │ ├── so.svg │ │ │ │ ├── sr.svg │ │ │ │ ├── ss.svg │ │ │ │ ├── st.svg │ │ │ │ ├── sv.svg │ │ │ │ ├── sx.svg │ │ │ │ ├── sy.svg │ │ │ │ ├── sz.svg │ │ │ │ ├── tc.svg │ │ │ │ ├── td.svg │ │ │ │ ├── tf.svg │ │ │ │ ├── tg.svg │ │ │ │ ├── th.svg │ │ │ │ ├── tj.svg │ │ │ │ ├── tk.svg │ │ │ │ ├── tl.svg │ │ │ │ ├── tm.svg │ │ │ │ ├── tn.svg │ │ │ │ ├── to.svg │ │ │ │ ├── tr.svg │ │ │ │ ├── tt.svg │ │ │ │ ├── tv.svg │ │ │ │ ├── tw.svg │ │ │ │ ├── tz.svg │ │ │ │ ├── ua.svg │ │ │ │ ├── ug.svg │ │ │ │ ├── um.svg │ │ │ │ ├── un.svg │ │ │ │ ├── us.svg │ │ │ │ ├── uy.svg │ │ │ │ ├── uz.svg │ │ │ │ ├── va.svg │ │ │ │ ├── vc.svg │ │ │ │ ├── ve.svg │ │ │ │ ├── vg.svg │ │ │ │ ├── vi.svg │ │ │ │ ├── vn.svg │ │ │ │ ├── vu.svg │ │ │ │ ├── wf.svg │ │ │ │ ├── ws.svg │ │ │ │ ├── xk.svg │ │ │ │ ├── ye.svg │ │ │ │ ├── yt.svg │ │ │ │ ├── za.svg │ │ │ │ ├── zm.svg │ │ │ │ └── zw.svg │ │ ├── index.html │ │ ├── less │ │ │ ├── flag-icon-base.less │ │ │ ├── flag-icon-list.less │ │ │ ├── flag-icon-more.less │ │ │ ├── flag-icon.less │ │ │ └── variables.less │ │ ├── package.json │ │ ├── sass │ │ │ ├── _flag-icon-base.scss │ │ │ ├── _flag-icon-list.scss │ │ │ ├── _variables.scss │ │ │ └── flag-icon.scss │ │ ├── svgo.yaml │ │ └── yarn.lock │ ├── fullcalendar │ │ ├── .editorconfig │ │ ├── .github │ │ │ └── ISSUE_TEMPLATE.md │ │ ├── .gitignore │ │ ├── .gitmodules │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── eslint.json │ │ ├── examples │ │ │ ├── _external-dragging-dragula.html │ │ │ ├── _external-dragging-jqueryui.html │ │ │ ├── _jquery-connector.html │ │ │ ├── _locale-es.html │ │ │ ├── background-events.html │ │ │ ├── daygrid-views.html │ │ │ ├── external-dragging-2cals.html │ │ │ ├── external-dragging-builtin.html │ │ │ ├── full-height.html │ │ │ ├── google-calendar.html │ │ │ ├── js │ │ │ │ └── theme-chooser.js │ │ │ ├── json.html │ │ │ ├── json │ │ │ │ ├── events-for-resources.json │ │ │ │ ├── events.json │ │ │ │ └── resources.json │ │ │ ├── list-views.html │ │ │ ├── locales.html │ │ │ ├── month-view.html │ │ │ ├── php │ │ │ │ ├── get-events.php │ │ │ │ ├── get-time-zones.php │ │ │ │ └── utils.php │ │ │ ├── resource-add-remove.html │ │ │ ├── resource-event-json.html │ │ │ ├── resource-grouping.html │ │ │ ├── resource-ordering.html │ │ │ ├── resource-render-hooks.html │ │ │ ├── rrule.html │ │ │ ├── selectable.html │ │ │ ├── theming.html │ │ │ ├── time-zones.html │ │ │ ├── timegrid-views.html │ │ │ ├── timeline-background-events.html │ │ │ ├── timeline-column-grouping.html │ │ │ ├── timeline-columns.html │ │ │ ├── timeline-external-dragging.html │ │ │ ├── timeline-google-calendar.html │ │ │ ├── timeline-no-interaction.html │ │ │ ├── timeline-no-overlap.html │ │ │ ├── timeline-scale.html │ │ │ ├── timeline-selectable.html │ │ │ ├── timeline-theming.html │ │ │ ├── timeline.html │ │ │ ├── vertical-resource-view.html │ │ │ └── week-numbers.html │ │ ├── gulpfile.js │ │ ├── karma.config.js │ │ ├── monorepo.config.js │ │ ├── package.json │ │ ├── packages │ │ │ ├── README.md.tpl │ │ │ ├── __tests__ │ │ │ │ ├── manual │ │ │ │ │ ├── blank.html │ │ │ │ │ ├── bootstrap.html │ │ │ │ │ ├── bootstrap4.html │ │ │ │ │ ├── clipped-height-interactions.html │ │ │ │ │ ├── data_as_a_function.html │ │ │ │ │ ├── date_util_test.html │ │ │ │ │ ├── day_render.html │ │ │ │ │ ├── dbclick.html │ │ │ │ │ ├── dnd.html │ │ │ │ │ ├── droppable.html │ │ │ │ │ ├── dynamic-options.html │ │ │ │ │ ├── event_data_transform.html │ │ │ │ │ ├── event_stress_test.html │ │ │ │ │ ├── external-dragging-touch-punch.html │ │ │ │ │ ├── fullheight.html │ │ │ │ │ ├── gcal.html │ │ │ │ │ ├── hiddenDays.html │ │ │ │ │ ├── icons.html │ │ │ │ │ ├── issue_1035.html │ │ │ │ │ ├── issue_2048.html │ │ │ │ │ ├── issue_206_parseDate_dst.html │ │ │ │ │ ├── issue_2154.html │ │ │ │ │ ├── issue_220_buttons_ie6.html │ │ │ │ │ ├── issue_221_quick_remove_source.html │ │ │ │ │ ├── issue_230_height_json_events.html │ │ │ │ │ ├── issue_2396_Sydney.html │ │ │ │ │ ├── issue_244_aspectRatio_0.html │ │ │ │ │ ├── issue_251_empty_end_date.html │ │ │ │ │ ├── issue_333_blinking.html │ │ │ │ │ ├── issue_417_refetchEvents.html │ │ │ │ │ ├── issue_429_gotoDate.html │ │ │ │ │ ├── issue_477_event_width.html │ │ │ │ │ ├── issue_517_js_error_ie.html │ │ │ │ │ ├── issue_554.html │ │ │ │ │ ├── issue_586_refetchEvents.html │ │ │ │ │ ├── issue_616.html │ │ │ │ │ ├── issue_679.html │ │ │ │ │ ├── issue_688_parseInt.html │ │ │ │ │ ├── issue_740_event_resizing.html │ │ │ │ │ ├── issue_750.html │ │ │ │ │ ├── issue_757_removeEvents.html │ │ │ │ │ ├── liquidwidth.html │ │ │ │ │ ├── list-view.html │ │ │ │ │ ├── locale.html │ │ │ │ │ ├── long_event_titles.html │ │ │ │ │ ├── manual_gh_3137_popover_scroll.html │ │ │ │ │ ├── manual_gh_3152.html │ │ │ │ │ ├── manual_gh_3160.html │ │ │ │ │ ├── many_events.html │ │ │ │ │ ├── many_events_json.txt │ │ │ │ │ ├── many_timegrid_events.html │ │ │ │ │ ├── many_timegrid_events_json.txt │ │ │ │ │ ├── memory_leak.html │ │ │ │ │ ├── method_destroy.html │ │ │ │ │ ├── methods.html │ │ │ │ │ ├── nav-links.html │ │ │ │ │ ├── no_event_titles.html │ │ │ │ │ ├── options.html │ │ │ │ │ ├── past_future_classNames.html │ │ │ │ │ ├── plain.html │ │ │ │ │ ├── profiling.html │ │ │ │ │ ├── profiling_results.txt │ │ │ │ │ ├── selectable.html │ │ │ │ │ ├── short_timegrid.html │ │ │ │ │ ├── skip-redraw-test.html │ │ │ │ │ ├── slotEventOverlap-demo.html │ │ │ │ │ ├── slot_event_overlap.html │ │ │ │ │ ├── slot_event_overlap.json │ │ │ │ │ ├── snap.html │ │ │ │ │ ├── sources.html │ │ │ │ │ ├── sources_new.html │ │ │ │ │ ├── stacking.html │ │ │ │ │ ├── touch-firing.html │ │ │ │ │ ├── touch.html │ │ │ │ │ ├── triggers.html │ │ │ │ │ ├── triggers_view.html │ │ │ │ │ ├── week_numbers.html │ │ │ │ │ └── window-resize-dynamic-aspectRatio.html │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ │ ├── base.css │ │ │ │ │ ├── date-render │ │ │ │ │ └── dayNumbers.js │ │ │ │ │ ├── date-selection │ │ │ │ │ └── implicit-unselect.js │ │ │ │ │ ├── datelib │ │ │ │ │ ├── dst-dead-zone.js │ │ │ │ │ ├── formatting-api.js │ │ │ │ │ ├── luxon.js │ │ │ │ │ ├── main.js │ │ │ │ │ ├── moment-timezone.js │ │ │ │ │ ├── moment.js │ │ │ │ │ ├── rrule.js │ │ │ │ │ ├── timeZoneImpl.js │ │ │ │ │ └── utils.js │ │ │ │ │ ├── event-click-hover │ │ │ │ │ └── eventClick.js │ │ │ │ │ ├── event-data │ │ │ │ │ ├── Calendar.addEvent.js │ │ │ │ │ ├── Event.formatRange.js │ │ │ │ │ ├── Event.moveDates.js │ │ │ │ │ ├── Event.moveEnd.js │ │ │ │ │ ├── Event.moveStart.js │ │ │ │ │ ├── Event.mutation.js │ │ │ │ │ ├── Event.setAllDay.js │ │ │ │ │ ├── Event.setDates.js │ │ │ │ │ ├── Event.setEnd.js │ │ │ │ │ ├── Event.setStart.js │ │ │ │ │ ├── Event.source.js │ │ │ │ │ ├── EventObject-parsing.js │ │ │ │ │ ├── dynamic-options.js │ │ │ │ │ ├── eventDataTransform.js │ │ │ │ │ ├── events-function.js │ │ │ │ │ ├── lazyFetching.js │ │ │ │ │ ├── recurring.js │ │ │ │ │ └── refetchEvents.js │ │ │ │ │ ├── event-drag │ │ │ │ │ ├── DayGridEventDragUtils.js │ │ │ │ │ ├── EventDragUtils.js │ │ │ │ │ ├── TimeGridEventDragUtils.js │ │ │ │ │ ├── all-day-change.js │ │ │ │ │ ├── between-calendars.js │ │ │ │ │ ├── from-external.js │ │ │ │ │ ├── repeating.js │ │ │ │ │ ├── showNonCurrentDates.js │ │ │ │ │ └── validRange.js │ │ │ │ │ ├── event-render │ │ │ │ │ ├── DayGridEventRenderUtils.js │ │ │ │ │ ├── EventRenderUtils.js │ │ │ │ │ ├── TimeGridEventRenderUtils.js │ │ │ │ │ ├── eventOrder.js │ │ │ │ │ ├── maxTime.js │ │ │ │ │ ├── minSegmentHeight.js │ │ │ │ │ ├── minTime.js │ │ │ │ │ ├── print-preview.js │ │ │ │ │ ├── timeText.js │ │ │ │ │ └── validRange.js │ │ │ │ │ ├── event-resize │ │ │ │ │ ├── DayGridEventResizeUtils.js │ │ │ │ │ ├── EventResizeUtils.js │ │ │ │ │ ├── TimeGridResizeUtils.js │ │ │ │ │ ├── eventResizableFromStart.js │ │ │ │ │ ├── mirror-hooks.js │ │ │ │ │ └── validRange.js │ │ │ │ │ ├── event-source │ │ │ │ │ ├── Calendar.addEventSource.js │ │ │ │ │ ├── async-eventLimit.js │ │ │ │ │ ├── eventSourceSuccess.js │ │ │ │ │ ├── getEventSourceById.js │ │ │ │ │ ├── getEventSources.js │ │ │ │ │ ├── refetch.js │ │ │ │ │ └── remove.js │ │ │ │ │ ├── global-defs.d.ts │ │ │ │ │ ├── globals.js │ │ │ │ │ ├── hacks.js │ │ │ │ │ ├── legacy │ │ │ │ │ ├── DayGrid-events.js │ │ │ │ │ ├── ListView.js │ │ │ │ │ ├── TimeGrid-events.js │ │ │ │ │ ├── TimeGrid-render.js │ │ │ │ │ ├── View.js │ │ │ │ │ ├── addEventSource.js │ │ │ │ │ ├── allDayDefault.js │ │ │ │ │ ├── allDaySlot.js │ │ │ │ │ ├── allDayText.js │ │ │ │ │ ├── aspectRatio.js │ │ │ │ │ ├── background-events.js │ │ │ │ │ ├── businessHours.js │ │ │ │ │ ├── buttonIcons.js │ │ │ │ │ ├── buttonText.js │ │ │ │ │ ├── columnHeaderFormat.js │ │ │ │ │ ├── computeEdges.js │ │ │ │ │ ├── computerInnerRect.js │ │ │ │ │ ├── constraint.js │ │ │ │ │ ├── constructor.js │ │ │ │ │ ├── current-date.js │ │ │ │ │ ├── custom-view-class.js │ │ │ │ │ ├── custom-view-duration.js │ │ │ │ │ ├── dateClick.js │ │ │ │ │ ├── dayNames.js │ │ │ │ │ ├── dayPopoverFormat.js │ │ │ │ │ ├── dayRender.js │ │ │ │ │ ├── daygrid-view.js │ │ │ │ │ ├── defaultAllDayEventDuration.js │ │ │ │ │ ├── defaultTimedEventDuration.js │ │ │ │ │ ├── destroy.js │ │ │ │ │ ├── dir.js │ │ │ │ │ ├── displayEventEnd.js │ │ │ │ │ ├── emitter.js │ │ │ │ │ ├── event-coloring.js │ │ │ │ │ ├── event-dnd.js │ │ │ │ │ ├── event-feed-param.js │ │ │ │ │ ├── event-obj.js │ │ │ │ │ ├── event-resize.js │ │ │ │ │ ├── eventAllow.js │ │ │ │ │ ├── eventDestroy.js │ │ │ │ │ ├── eventLimit-popover.js │ │ │ │ │ ├── eventLimit-popoverDestroy.js │ │ │ │ │ ├── eventLimit.js │ │ │ │ │ ├── eventLimitClick.js │ │ │ │ │ ├── eventLimitText.js │ │ │ │ │ ├── eventMouseEnter.js │ │ │ │ │ ├── eventRender.js │ │ │ │ │ ├── eventTimeFormat.js │ │ │ │ │ ├── events-array.js │ │ │ │ │ ├── events-function.js │ │ │ │ │ ├── events-gcal.js │ │ │ │ │ ├── events-json-feed.js │ │ │ │ │ ├── external-dnd-advanced.js │ │ │ │ │ ├── external-dnd.js │ │ │ │ │ ├── firstDay.js │ │ │ │ │ ├── fixedWeekCount.js │ │ │ │ │ ├── footer-navigation.js │ │ │ │ │ ├── footer-rendering.js │ │ │ │ │ ├── forceEventDuration.js │ │ │ │ │ ├── getEventSourceById.js │ │ │ │ │ ├── getEventSources.js │ │ │ │ │ ├── header-navigation.js │ │ │ │ │ ├── header-rendering.js │ │ │ │ │ ├── height-and-contentHeight.js │ │ │ │ │ ├── hiddenDays.js │ │ │ │ │ ├── locale.js │ │ │ │ │ ├── maxTime.js │ │ │ │ │ ├── navLinks.js │ │ │ │ │ ├── nextDayThreshold.js │ │ │ │ │ ├── now.js │ │ │ │ │ ├── nowIndicator.js │ │ │ │ │ ├── overlap.js │ │ │ │ │ ├── refetchEvents.js │ │ │ │ │ ├── removeEventSources.js │ │ │ │ │ ├── removeEvents.js │ │ │ │ │ ├── rerenderDelay.js │ │ │ │ │ ├── scroll-state.js │ │ │ │ │ ├── scrollTime.js │ │ │ │ │ ├── select-callback.js │ │ │ │ │ ├── select-method.js │ │ │ │ │ ├── selectAllow.js │ │ │ │ │ ├── selectMirror.js │ │ │ │ │ ├── slotDuration.js │ │ │ │ │ ├── slotLabelFormat.js │ │ │ │ │ ├── template.js.txt │ │ │ │ │ ├── themeSystem.js │ │ │ │ │ ├── timeZone.js │ │ │ │ │ ├── timegrid-view.js │ │ │ │ │ ├── titleFormat.js │ │ │ │ │ ├── unselectAuto.js │ │ │ │ │ ├── viewDestroy.js │ │ │ │ │ ├── viewRender.js │ │ │ │ │ ├── views-specific-options.js │ │ │ │ │ ├── weekLabel.js │ │ │ │ │ ├── weekNumberCalculation.js │ │ │ │ │ ├── weekNumbers.js │ │ │ │ │ ├── weekViewRender.js │ │ │ │ │ └── weekends.js │ │ │ │ │ ├── lib │ │ │ │ │ ├── ListViewUtils.js │ │ │ │ │ ├── ListenerCounter.js │ │ │ │ │ ├── MonthViewUtils.js │ │ │ │ │ ├── TimeGridViewUtils.js │ │ │ │ │ ├── ViewUtils.js │ │ │ │ │ ├── constants.js │ │ │ │ │ ├── date-matchers.js │ │ │ │ │ ├── date-math.js │ │ │ │ │ ├── date-parsing.js │ │ │ │ │ ├── day-grid.js │ │ │ │ │ ├── dnd-resize-utils.js │ │ │ │ │ ├── dom-geom.js │ │ │ │ │ ├── dom-misc.js │ │ │ │ │ ├── geom.js │ │ │ │ │ ├── segs.js │ │ │ │ │ ├── simulate.js │ │ │ │ │ ├── string.js │ │ │ │ │ └── time-grid.js │ │ │ │ │ ├── performance │ │ │ │ │ ├── mutateOptions.js │ │ │ │ │ └── rerenders.js │ │ │ │ │ ├── theme │ │ │ │ │ ├── bootstrap4.js │ │ │ │ │ └── switching.js │ │ │ │ │ ├── toolbar │ │ │ │ │ ├── ToolbarUtils.js │ │ │ │ │ ├── customButtons.js │ │ │ │ │ ├── next-button.js │ │ │ │ │ ├── prev-button.js │ │ │ │ │ ├── title.js │ │ │ │ │ └── today-button.js │ │ │ │ │ ├── view-dates │ │ │ │ │ ├── ViewDateUtils.js │ │ │ │ │ ├── dateAlignment.js │ │ │ │ │ ├── dateIncrement.js │ │ │ │ │ ├── dayCount.js │ │ │ │ │ ├── gotoDate.js │ │ │ │ │ ├── next.js │ │ │ │ │ ├── prev.js │ │ │ │ │ ├── validRange.js │ │ │ │ │ ├── view-duration.js │ │ │ │ │ └── visibleRange.js │ │ │ │ │ ├── view-render │ │ │ │ │ ├── DayGridRenderUtils.js │ │ │ │ │ ├── TimeGridRenderUtils.js │ │ │ │ │ ├── ViewRenderUtils.js │ │ │ │ │ ├── columnHeader.js │ │ │ │ │ ├── columnHeaderHtml.js │ │ │ │ │ ├── columnHeaderText.js │ │ │ │ │ ├── daygrid-dirty-hit.js │ │ │ │ │ ├── rerender.js │ │ │ │ │ ├── scrollToTime.js │ │ │ │ │ ├── showNonCurrentDates.js │ │ │ │ │ ├── slotDuration.js │ │ │ │ │ ├── timegrid-allday-slot.js │ │ │ │ │ ├── updateSize.js │ │ │ │ │ └── validRange.js │ │ │ │ │ └── view-type │ │ │ │ │ ├── changeView.js │ │ │ │ │ └── exposed-classes.js │ │ │ ├── banner.tpl │ │ │ ├── bootstrap │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ │ ├── main.scss │ │ │ │ │ └── main.ts │ │ │ ├── core │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ │ ├── Calendar.ts │ │ │ │ │ ├── CalendarComponent.ts │ │ │ │ │ ├── DateProfileGenerator.ts │ │ │ │ │ ├── OptionsManager.ts │ │ │ │ │ ├── Toolbar.ts │ │ │ │ │ ├── View.ts │ │ │ │ │ ├── _toolbar.scss │ │ │ │ │ ├── _view.scss │ │ │ │ │ ├── api │ │ │ │ │ ├── EventApi.ts │ │ │ │ │ └── EventSourceApi.ts │ │ │ │ │ ├── common │ │ │ │ │ ├── DayHeader.ts │ │ │ │ │ ├── DaySeries.ts │ │ │ │ │ ├── DayTable.ts │ │ │ │ │ ├── EmitterMixin.ts │ │ │ │ │ ├── Mixin.ts │ │ │ │ │ ├── PositionCache.ts │ │ │ │ │ ├── ScrollComponent.ts │ │ │ │ │ ├── _common.scss │ │ │ │ │ ├── _print.scss │ │ │ │ │ ├── _standard.scss │ │ │ │ │ ├── icons │ │ │ │ │ │ ├── FullCalendar Icons.json │ │ │ │ │ │ ├── README.txt │ │ │ │ │ │ └── _icons.scss │ │ │ │ │ ├── scroll-controller.ts │ │ │ │ │ ├── slicing-utils.ts │ │ │ │ │ └── table-utils.ts │ │ │ │ │ ├── component │ │ │ │ │ ├── Component.ts │ │ │ │ │ ├── DateComponent.ts │ │ │ │ │ ├── date-rendering.ts │ │ │ │ │ ├── event-rendering.ts │ │ │ │ │ ├── event-splitting.ts │ │ │ │ │ ├── event-ui.ts │ │ │ │ │ ├── memoized-rendering.ts │ │ │ │ │ └── renderers │ │ │ │ │ │ ├── FgEventRenderer.ts │ │ │ │ │ │ └── FillRenderer.ts │ │ │ │ │ ├── datelib │ │ │ │ │ ├── calendar-system.ts │ │ │ │ │ ├── date-range.ts │ │ │ │ │ ├── duration.ts │ │ │ │ │ ├── env.ts │ │ │ │ │ ├── formatting-cmd.ts │ │ │ │ │ ├── formatting-func.ts │ │ │ │ │ ├── formatting-native.ts │ │ │ │ │ ├── formatting.ts │ │ │ │ │ ├── locale.ts │ │ │ │ │ ├── marker.ts │ │ │ │ │ ├── parsing.ts │ │ │ │ │ └── timezone.ts │ │ │ │ │ ├── event-sources │ │ │ │ │ ├── array-event-source.ts │ │ │ │ │ ├── func-event-source.ts │ │ │ │ │ └── json-feed-event-source.ts │ │ │ │ │ ├── formatting-api.ts │ │ │ │ │ ├── interactions │ │ │ │ │ ├── ElementDragging.ts │ │ │ │ │ ├── EventClicking.ts │ │ │ │ │ ├── EventHovering.ts │ │ │ │ │ ├── date-selecting.ts │ │ │ │ │ ├── event-dragging.ts │ │ │ │ │ ├── event-interaction-state.ts │ │ │ │ │ ├── event-resizing.ts │ │ │ │ │ ├── external-element-dragging.ts │ │ │ │ │ ├── hit.ts │ │ │ │ │ ├── interaction.ts │ │ │ │ │ └── pointer.ts │ │ │ │ │ ├── locales │ │ │ │ │ ├── af.js │ │ │ │ │ ├── ar-dz.js │ │ │ │ │ ├── ar-kw.js │ │ │ │ │ ├── ar-ly.js │ │ │ │ │ ├── ar-ma.js │ │ │ │ │ ├── ar-sa.js │ │ │ │ │ ├── ar-tn.js │ │ │ │ │ ├── ar.js │ │ │ │ │ ├── bg.js │ │ │ │ │ ├── bs.js │ │ │ │ │ ├── ca.js │ │ │ │ │ ├── cs.js │ │ │ │ │ ├── da.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── el.js │ │ │ │ │ ├── en-au.js │ │ │ │ │ ├── en-gb.js │ │ │ │ │ ├── en-nz.js │ │ │ │ │ ├── es-us.js │ │ │ │ │ ├── es.js │ │ │ │ │ ├── et.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 │ │ │ │ │ ├── ka.js │ │ │ │ │ ├── kk.js │ │ │ │ │ ├── ko.js │ │ │ │ │ ├── lb.js │ │ │ │ │ ├── lt.js │ │ │ │ │ ├── lv.js │ │ │ │ │ ├── mk.js │ │ │ │ │ ├── ms.js │ │ │ │ │ ├── nb.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── nn.js │ │ │ │ │ ├── pl.js │ │ │ │ │ ├── pt-br.js │ │ │ │ │ ├── pt.js │ │ │ │ │ ├── ro.js │ │ │ │ │ ├── ru.js │ │ │ │ │ ├── sk.js │ │ │ │ │ ├── sl.js │ │ │ │ │ ├── sq.js │ │ │ │ │ ├── sr-cyrl.js │ │ │ │ │ ├── sr.js │ │ │ │ │ ├── sv.js │ │ │ │ │ ├── th.js │ │ │ │ │ ├── tr.js │ │ │ │ │ ├── uk.js │ │ │ │ │ ├── vi.js │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ └── zh-tw.js │ │ │ │ │ ├── main.scss │ │ │ │ │ ├── main.ts │ │ │ │ │ ├── option-change-handlers.ts │ │ │ │ │ ├── options.ts │ │ │ │ │ ├── plugin-system.ts │ │ │ │ │ ├── reducers │ │ │ │ │ ├── eventSources.ts │ │ │ │ │ ├── eventStore.ts │ │ │ │ │ ├── main.ts │ │ │ │ │ └── types.ts │ │ │ │ │ ├── structs │ │ │ │ │ ├── business-hours.ts │ │ │ │ │ ├── date-span.ts │ │ │ │ │ ├── drag-meta.ts │ │ │ │ │ ├── event-mutation.ts │ │ │ │ │ ├── event-source.ts │ │ │ │ │ ├── event-store.ts │ │ │ │ │ ├── event.ts │ │ │ │ │ ├── recurring-event-simple.ts │ │ │ │ │ ├── recurring-event.ts │ │ │ │ │ ├── view-config.ts │ │ │ │ │ ├── view-def.ts │ │ │ │ │ └── view-spec.ts │ │ │ │ │ ├── theme │ │ │ │ │ ├── StandardTheme.ts │ │ │ │ │ └── Theme.ts │ │ │ │ │ ├── types │ │ │ │ │ └── input-types.ts │ │ │ │ │ ├── util │ │ │ │ │ ├── array.ts │ │ │ │ │ ├── dom-event.ts │ │ │ │ │ ├── dom-geom.ts │ │ │ │ │ ├── dom-manip.ts │ │ │ │ │ ├── geom.ts │ │ │ │ │ ├── html.ts │ │ │ │ │ ├── memoize.ts │ │ │ │ │ ├── misc.ts │ │ │ │ │ ├── object.ts │ │ │ │ │ ├── promise.ts │ │ │ │ │ ├── requestJson.ts │ │ │ │ │ └── scrollbars.ts │ │ │ │ │ └── validation.ts │ │ │ ├── daygrid │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ │ ├── AbstractDayGridView.ts │ │ │ │ │ ├── DayBgRow.ts │ │ │ │ │ ├── DayGrid.ts │ │ │ │ │ ├── DayGridDateProfileGenerator.ts │ │ │ │ │ ├── DayGridEventRenderer.ts │ │ │ │ │ ├── DayGridFillRenderer.ts │ │ │ │ │ ├── DayGridMirrorRenderer.ts │ │ │ │ │ ├── DayGridView.ts │ │ │ │ │ ├── DayTile.ts │ │ │ │ │ ├── Popover.ts │ │ │ │ │ ├── SimpleDayGrid.ts │ │ │ │ │ ├── SimpleDayGridEventRenderer.ts │ │ │ │ │ ├── main.scss │ │ │ │ │ └── main.ts │ │ │ ├── google-calendar │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ │ └── main.ts │ │ │ ├── interaction │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ │ ├── OffsetTracker.ts │ │ │ │ │ ├── dnd │ │ │ │ │ ├── AutoScroller.ts │ │ │ │ │ ├── ElementMirror.ts │ │ │ │ │ ├── FeaturefulElementDragging.ts │ │ │ │ │ └── PointerDragging.ts │ │ │ │ │ ├── interactions-external │ │ │ │ │ ├── ExternalDraggable.ts │ │ │ │ │ ├── ExternalElementDragging.ts │ │ │ │ │ ├── InferredElementDragging.ts │ │ │ │ │ └── ThirdPartyDraggable.ts │ │ │ │ │ ├── interactions │ │ │ │ │ ├── DateClicking.ts │ │ │ │ │ ├── DateSelecting.ts │ │ │ │ │ ├── EventDragging.ts │ │ │ │ │ ├── EventResizing.ts │ │ │ │ │ ├── HitDragging.ts │ │ │ │ │ └── UnselectAuto.ts │ │ │ │ │ ├── main.ts │ │ │ │ │ └── scroll-geom-cache.ts │ │ │ ├── list │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ │ ├── ListEventRenderer.ts │ │ │ │ │ ├── ListView.ts │ │ │ │ │ ├── main.scss │ │ │ │ │ └── main.ts │ │ │ ├── luxon │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ │ └── main.ts │ │ │ ├── moment-timezone │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ │ └── main.ts │ │ │ ├── moment │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ │ └── main.ts │ │ │ ├── rrule │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ │ └── main.ts │ │ │ └── timegrid │ │ │ │ ├── package.json │ │ │ │ └── src │ │ │ │ ├── AbstractTimeGridView.ts │ │ │ │ ├── AllDaySplitter.ts │ │ │ │ ├── SimpleTimeGrid.ts │ │ │ │ ├── TimeGrid.ts │ │ │ │ ├── TimeGridEventRenderer.ts │ │ │ │ ├── TimeGridFillRenderer.ts │ │ │ │ ├── TimeGridMirrorRenderer.ts │ │ │ │ ├── TimeGridView.ts │ │ │ │ ├── main.scss │ │ │ │ └── main.ts │ │ ├── rollup.config.js │ │ ├── scripts │ │ │ ├── ci.sh │ │ │ ├── lib │ │ │ │ ├── archive.js │ │ │ │ ├── lint.js │ │ │ │ ├── minify.js │ │ │ │ ├── pkg-dts.js │ │ │ │ ├── pkg-json-obj.js │ │ │ │ ├── pkg-json-write.js │ │ │ │ ├── pkg-license.js │ │ │ │ ├── pkg-readme.js │ │ │ │ ├── pkg-struct.js │ │ │ │ └── util.js │ │ │ ├── open-example-projects.sh │ │ │ ├── require-clean-working-tree.sh │ │ │ ├── sass-args.js │ │ │ └── update-example-dates.sh │ │ ├── tsconfig.dts.json │ │ ├── tsconfig.json │ │ └── tslint.json │ ├── gmaps │ │ ├── .gitignore │ │ ├── Gruntfile.coffee │ │ ├── README.md │ │ ├── css │ │ │ └── example.css │ │ ├── examples.html │ │ ├── examples.js │ │ ├── gmap.min.js │ │ ├── images │ │ │ ├── gmap_pin.png │ │ │ ├── gmap_pin_grey.png │ │ │ └── gmap_pin_orange.png │ │ ├── jquery.gmap.js │ │ └── package.json │ ├── ionicons201 │ │ ├── .github │ │ │ ├── CODE_OF_CONDUCT.md │ │ │ └── CONTRIBUTING.md │ │ ├── .gitignore │ │ ├── .npmrc │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── css │ │ │ └── ionicons.min.css │ │ ├── docs │ │ │ ├── css │ │ │ │ └── ionicons.min.css │ │ │ ├── fonts │ │ │ │ ├── ionicons.eot │ │ │ │ ├── ionicons.svg │ │ │ │ ├── ionicons.ttf │ │ │ │ ├── ionicons.woff │ │ │ │ └── ionicons.woff2 │ │ │ └── ionicons │ │ │ │ └── svg │ │ │ │ ├── ios-add-circle-outline.svg │ │ │ │ ├── ios-add-circle.svg │ │ │ │ ├── ios-add.svg │ │ │ │ ├── ios-airplane.svg │ │ │ │ ├── ios-alarm.svg │ │ │ │ ├── ios-albums.svg │ │ │ │ ├── ios-alert.svg │ │ │ │ ├── ios-american-football.svg │ │ │ │ ├── ios-analytics.svg │ │ │ │ ├── ios-aperture.svg │ │ │ │ ├── ios-apps.svg │ │ │ │ ├── ios-appstore.svg │ │ │ │ ├── ios-archive.svg │ │ │ │ ├── ios-arrow-back.svg │ │ │ │ ├── ios-arrow-down.svg │ │ │ │ ├── ios-arrow-dropdown-circle.svg │ │ │ │ ├── ios-arrow-dropdown.svg │ │ │ │ ├── ios-arrow-dropleft-circle.svg │ │ │ │ ├── ios-arrow-dropleft.svg │ │ │ │ ├── ios-arrow-dropright-circle.svg │ │ │ │ ├── ios-arrow-dropright.svg │ │ │ │ ├── ios-arrow-dropup-circle.svg │ │ │ │ ├── ios-arrow-dropup.svg │ │ │ │ ├── ios-arrow-forward.svg │ │ │ │ ├── ios-arrow-round-back.svg │ │ │ │ ├── ios-arrow-round-down.svg │ │ │ │ ├── ios-arrow-round-forward.svg │ │ │ │ ├── ios-arrow-round-up.svg │ │ │ │ ├── ios-arrow-up.svg │ │ │ │ ├── ios-at.svg │ │ │ │ ├── ios-attach.svg │ │ │ │ ├── ios-backspace.svg │ │ │ │ ├── ios-barcode.svg │ │ │ │ ├── ios-baseball.svg │ │ │ │ ├── ios-basket.svg │ │ │ │ ├── ios-basketball.svg │ │ │ │ ├── ios-battery-charging.svg │ │ │ │ ├── ios-battery-dead.svg │ │ │ │ ├── ios-battery-full.svg │ │ │ │ ├── ios-beaker.svg │ │ │ │ ├── ios-bed.svg │ │ │ │ ├── ios-beer.svg │ │ │ │ ├── ios-bicycle.svg │ │ │ │ ├── ios-bluetooth.svg │ │ │ │ ├── ios-boat.svg │ │ │ │ ├── ios-body.svg │ │ │ │ ├── ios-bonfire.svg │ │ │ │ ├── ios-book.svg │ │ │ │ ├── ios-bookmark.svg │ │ │ │ ├── ios-bookmarks.svg │ │ │ │ ├── ios-bowtie.svg │ │ │ │ ├── ios-briefcase.svg │ │ │ │ ├── ios-browsers.svg │ │ │ │ ├── ios-brush.svg │ │ │ │ ├── ios-bug.svg │ │ │ │ ├── ios-build.svg │ │ │ │ ├── ios-bulb.svg │ │ │ │ ├── ios-bus.svg │ │ │ │ ├── ios-business.svg │ │ │ │ ├── ios-cafe.svg │ │ │ │ ├── ios-calculator.svg │ │ │ │ ├── ios-calendar.svg │ │ │ │ ├── ios-call.svg │ │ │ │ ├── ios-camera.svg │ │ │ │ ├── ios-car.svg │ │ │ │ ├── ios-card.svg │ │ │ │ ├── ios-cart.svg │ │ │ │ ├── ios-cash.svg │ │ │ │ ├── ios-cellular.svg │ │ │ │ ├── ios-chatboxes.svg │ │ │ │ ├── ios-chatbubbles.svg │ │ │ │ ├── ios-checkbox-outline.svg │ │ │ │ ├── ios-checkbox.svg │ │ │ │ ├── ios-checkmark-circle-outline.svg │ │ │ │ ├── ios-checkmark-circle.svg │ │ │ │ ├── ios-checkmark.svg │ │ │ │ ├── ios-clipboard.svg │ │ │ │ ├── ios-clock.svg │ │ │ │ ├── ios-close-circle-outline.svg │ │ │ │ ├── ios-close-circle.svg │ │ │ │ ├── ios-close.svg │ │ │ │ ├── ios-cloud-circle.svg │ │ │ │ ├── ios-cloud-done.svg │ │ │ │ ├── ios-cloud-download.svg │ │ │ │ ├── ios-cloud-outline.svg │ │ │ │ ├── ios-cloud-upload.svg │ │ │ │ ├── ios-cloud.svg │ │ │ │ ├── ios-cloudy-night.svg │ │ │ │ ├── ios-cloudy.svg │ │ │ │ ├── ios-code-download.svg │ │ │ │ ├── ios-code-working.svg │ │ │ │ ├── ios-code.svg │ │ │ │ ├── ios-cog.svg │ │ │ │ ├── ios-color-fill.svg │ │ │ │ ├── ios-color-filter.svg │ │ │ │ ├── ios-color-palette.svg │ │ │ │ ├── ios-color-wand.svg │ │ │ │ ├── ios-compass.svg │ │ │ │ ├── ios-construct.svg │ │ │ │ ├── ios-contact.svg │ │ │ │ ├── ios-contacts.svg │ │ │ │ ├── ios-contract.svg │ │ │ │ ├── ios-contrast.svg │ │ │ │ ├── ios-copy.svg │ │ │ │ ├── ios-create.svg │ │ │ │ ├── ios-crop.svg │ │ │ │ ├── ios-cube.svg │ │ │ │ ├── ios-cut.svg │ │ │ │ ├── ios-desktop.svg │ │ │ │ ├── ios-disc.svg │ │ │ │ ├── ios-document.svg │ │ │ │ ├── ios-done-all.svg │ │ │ │ ├── ios-download.svg │ │ │ │ ├── ios-easel.svg │ │ │ │ ├── ios-egg.svg │ │ │ │ ├── ios-exit.svg │ │ │ │ ├── ios-expand.svg │ │ │ │ ├── ios-eye-off.svg │ │ │ │ ├── ios-eye.svg │ │ │ │ ├── ios-fastforward.svg │ │ │ │ ├── ios-female.svg │ │ │ │ ├── ios-filing.svg │ │ │ │ ├── ios-film.svg │ │ │ │ ├── ios-finger-print.svg │ │ │ │ ├── ios-fitness.svg │ │ │ │ ├── ios-flag.svg │ │ │ │ ├── ios-flame.svg │ │ │ │ ├── ios-flash-off.svg │ │ │ │ ├── ios-flash.svg │ │ │ │ ├── ios-flashlight.svg │ │ │ │ ├── ios-flask.svg │ │ │ │ ├── ios-flower.svg │ │ │ │ ├── ios-folder-open.svg │ │ │ │ ├── ios-folder.svg │ │ │ │ ├── ios-football.svg │ │ │ │ ├── ios-funnel.svg │ │ │ │ ├── ios-gift.svg │ │ │ │ ├── ios-git-branch.svg │ │ │ │ ├── ios-git-commit.svg │ │ │ │ ├── ios-git-compare.svg │ │ │ │ ├── ios-git-merge.svg │ │ │ │ ├── ios-git-network.svg │ │ │ │ ├── ios-git-pull-request.svg │ │ │ │ ├── ios-glasses.svg │ │ │ │ ├── ios-globe.svg │ │ │ │ ├── ios-grid.svg │ │ │ │ ├── ios-hammer.svg │ │ │ │ ├── ios-hand.svg │ │ │ │ ├── ios-happy.svg │ │ │ │ ├── ios-headset.svg │ │ │ │ ├── ios-heart-dislike.svg │ │ │ │ ├── ios-heart-empty.svg │ │ │ │ ├── ios-heart-half.svg │ │ │ │ ├── ios-heart.svg │ │ │ │ ├── ios-help-buoy.svg │ │ │ │ ├── ios-help-circle-outline.svg │ │ │ │ ├── ios-help-circle.svg │ │ │ │ ├── ios-help.svg │ │ │ │ ├── ios-home.svg │ │ │ │ ├── ios-hourglass.svg │ │ │ │ ├── ios-ice-cream.svg │ │ │ │ ├── ios-image.svg │ │ │ │ ├── ios-images.svg │ │ │ │ ├── ios-infinite.svg │ │ │ │ ├── ios-information-circle-outline.svg │ │ │ │ ├── ios-information-circle.svg │ │ │ │ ├── ios-information.svg │ │ │ │ ├── ios-jet.svg │ │ │ │ ├── ios-journal.svg │ │ │ │ ├── ios-key.svg │ │ │ │ ├── ios-keypad.svg │ │ │ │ ├── ios-laptop.svg │ │ │ │ ├── ios-leaf.svg │ │ │ │ ├── ios-link.svg │ │ │ │ ├── ios-list-box.svg │ │ │ │ ├── ios-list.svg │ │ │ │ ├── ios-locate.svg │ │ │ │ ├── ios-lock.svg │ │ │ │ ├── ios-log-in.svg │ │ │ │ ├── ios-log-out.svg │ │ │ │ ├── ios-magnet.svg │ │ │ │ ├── ios-mail-open.svg │ │ │ │ ├── ios-mail-unread.svg │ │ │ │ ├── ios-mail.svg │ │ │ │ ├── ios-male.svg │ │ │ │ ├── ios-man.svg │ │ │ │ ├── ios-map.svg │ │ │ │ ├── ios-medal.svg │ │ │ │ ├── ios-medical.svg │ │ │ │ ├── ios-medkit.svg │ │ │ │ ├── ios-megaphone.svg │ │ │ │ ├── ios-menu.svg │ │ │ │ ├── ios-mic-off.svg │ │ │ │ ├── ios-mic.svg │ │ │ │ ├── ios-microphone.svg │ │ │ │ ├── ios-moon.svg │ │ │ │ ├── ios-more.svg │ │ │ │ ├── ios-move.svg │ │ │ │ ├── ios-musical-note.svg │ │ │ │ ├── ios-musical-notes.svg │ │ │ │ ├── ios-navigate.svg │ │ │ │ ├── ios-notifications-off.svg │ │ │ │ ├── ios-notifications-outline.svg │ │ │ │ ├── ios-notifications.svg │ │ │ │ ├── ios-nuclear.svg │ │ │ │ ├── ios-nutrition.svg │ │ │ │ ├── ios-open.svg │ │ │ │ ├── ios-options.svg │ │ │ │ ├── ios-outlet.svg │ │ │ │ ├── ios-paper-plane.svg │ │ │ │ ├── ios-paper.svg │ │ │ │ ├── ios-partly-sunny.svg │ │ │ │ ├── ios-pause.svg │ │ │ │ ├── ios-paw.svg │ │ │ │ ├── ios-people.svg │ │ │ │ ├── ios-person-add.svg │ │ │ │ ├── ios-person.svg │ │ │ │ ├── ios-phone-landscape.svg │ │ │ │ ├── ios-phone-portrait.svg │ │ │ │ ├── ios-photos.svg │ │ │ │ ├── ios-pie.svg │ │ │ │ ├── ios-pin.svg │ │ │ │ ├── ios-pint.svg │ │ │ │ ├── ios-pizza.svg │ │ │ │ ├── ios-planet.svg │ │ │ │ ├── ios-play-circle.svg │ │ │ │ ├── ios-play.svg │ │ │ │ ├── ios-podium.svg │ │ │ │ ├── ios-power.svg │ │ │ │ ├── ios-pricetag.svg │ │ │ │ ├── ios-pricetags.svg │ │ │ │ ├── ios-print.svg │ │ │ │ ├── ios-pulse.svg │ │ │ │ ├── ios-qr-scanner.svg │ │ │ │ ├── ios-quote.svg │ │ │ │ ├── ios-radio-button-off.svg │ │ │ │ ├── ios-radio-button-on.svg │ │ │ │ ├── ios-radio.svg │ │ │ │ ├── ios-rainy.svg │ │ │ │ ├── ios-recording.svg │ │ │ │ ├── ios-redo.svg │ │ │ │ ├── ios-refresh-circle.svg │ │ │ │ ├── ios-refresh.svg │ │ │ │ ├── ios-remove-circle-outline.svg │ │ │ │ ├── ios-remove-circle.svg │ │ │ │ ├── ios-remove.svg │ │ │ │ ├── ios-reorder.svg │ │ │ │ ├── ios-repeat.svg │ │ │ │ ├── ios-resize.svg │ │ │ │ ├── ios-restaurant.svg │ │ │ │ ├── ios-return-left.svg │ │ │ │ ├── ios-return-right.svg │ │ │ │ ├── ios-reverse-camera.svg │ │ │ │ ├── ios-rewind.svg │ │ │ │ ├── ios-ribbon.svg │ │ │ │ ├── ios-rocket.svg │ │ │ │ ├── ios-rose.svg │ │ │ │ ├── ios-sad.svg │ │ │ │ ├── ios-save.svg │ │ │ │ ├── ios-school.svg │ │ │ │ ├── ios-search.svg │ │ │ │ ├── ios-send.svg │ │ │ │ ├── ios-settings.svg │ │ │ │ ├── ios-share-alt.svg │ │ │ │ ├── ios-share.svg │ │ │ │ ├── ios-shirt.svg │ │ │ │ ├── ios-shuffle.svg │ │ │ │ ├── ios-skip-backward.svg │ │ │ │ ├── ios-skip-forward.svg │ │ │ │ ├── ios-snow.svg │ │ │ │ ├── ios-speedometer.svg │ │ │ │ ├── ios-square-outline.svg │ │ │ │ ├── ios-square.svg │ │ │ │ ├── ios-star-half.svg │ │ │ │ ├── ios-star-outline.svg │ │ │ │ ├── ios-star.svg │ │ │ │ ├── ios-stats.svg │ │ │ │ ├── ios-stopwatch.svg │ │ │ │ ├── ios-subway.svg │ │ │ │ ├── ios-sunny.svg │ │ │ │ ├── ios-swap.svg │ │ │ │ ├── ios-switch.svg │ │ │ │ ├── ios-sync.svg │ │ │ │ ├── ios-tablet-landscape.svg │ │ │ │ ├── ios-tablet-portrait.svg │ │ │ │ ├── ios-tennisball.svg │ │ │ │ ├── ios-text.svg │ │ │ │ ├── ios-thermometer.svg │ │ │ │ ├── ios-thumbs-down.svg │ │ │ │ ├── ios-thumbs-up.svg │ │ │ │ ├── ios-thunderstorm.svg │ │ │ │ ├── ios-time.svg │ │ │ │ ├── ios-timer.svg │ │ │ │ ├── ios-today.svg │ │ │ │ ├── ios-train.svg │ │ │ │ ├── ios-transgender.svg │ │ │ │ ├── ios-trash.svg │ │ │ │ ├── ios-trending-down.svg │ │ │ │ ├── ios-trending-up.svg │ │ │ │ ├── ios-trophy.svg │ │ │ │ ├── ios-tv.svg │ │ │ │ ├── ios-umbrella.svg │ │ │ │ ├── ios-undo.svg │ │ │ │ ├── ios-unlock.svg │ │ │ │ ├── ios-videocam.svg │ │ │ │ ├── ios-volume-high.svg │ │ │ │ ├── ios-volume-low.svg │ │ │ │ ├── ios-volume-mute.svg │ │ │ │ ├── ios-volume-off.svg │ │ │ │ ├── ios-walk.svg │ │ │ │ ├── ios-wallet.svg │ │ │ │ ├── ios-warning.svg │ │ │ │ ├── ios-watch.svg │ │ │ │ ├── ios-water.svg │ │ │ │ ├── ios-wifi.svg │ │ │ │ ├── ios-wine.svg │ │ │ │ ├── ios-woman.svg │ │ │ │ ├── logo-android.svg │ │ │ │ ├── logo-angular.svg │ │ │ │ ├── logo-apple.svg │ │ │ │ ├── logo-bitbucket.svg │ │ │ │ ├── logo-bitcoin.svg │ │ │ │ ├── logo-buffer.svg │ │ │ │ ├── logo-chrome.svg │ │ │ │ ├── logo-closed-captioning.svg │ │ │ │ ├── logo-codepen.svg │ │ │ │ ├── logo-css3.svg │ │ │ │ ├── logo-designernews.svg │ │ │ │ ├── logo-dribbble.svg │ │ │ │ ├── logo-dropbox.svg │ │ │ │ ├── logo-euro.svg │ │ │ │ ├── logo-facebook.svg │ │ │ │ ├── logo-flickr.svg │ │ │ │ ├── logo-foursquare.svg │ │ │ │ ├── logo-freebsd-devil.svg │ │ │ │ ├── logo-game-controller-a.svg │ │ │ │ ├── logo-game-controller-b.svg │ │ │ │ ├── logo-github.svg │ │ │ │ ├── logo-google.svg │ │ │ │ ├── logo-googleplus.svg │ │ │ │ ├── logo-hackernews.svg │ │ │ │ ├── logo-html5.svg │ │ │ │ ├── logo-instagram.svg │ │ │ │ ├── logo-ionic.svg │ │ │ │ ├── logo-ionitron.svg │ │ │ │ ├── logo-javascript.svg │ │ │ │ ├── logo-linkedin.svg │ │ │ │ ├── logo-markdown.svg │ │ │ │ ├── logo-model-s.svg │ │ │ │ ├── logo-no-smoking.svg │ │ │ │ ├── logo-nodejs.svg │ │ │ │ ├── logo-npm.svg │ │ │ │ ├── logo-octocat.svg │ │ │ │ ├── logo-pinterest.svg │ │ │ │ ├── logo-playstation.svg │ │ │ │ ├── logo-polymer.svg │ │ │ │ ├── logo-python.svg │ │ │ │ ├── logo-reddit.svg │ │ │ │ ├── logo-rss.svg │ │ │ │ ├── logo-sass.svg │ │ │ │ ├── logo-skype.svg │ │ │ │ ├── logo-slack.svg │ │ │ │ ├── logo-snapchat.svg │ │ │ │ ├── logo-steam.svg │ │ │ │ ├── logo-tumblr.svg │ │ │ │ ├── logo-tux.svg │ │ │ │ ├── logo-twitch.svg │ │ │ │ ├── logo-twitter.svg │ │ │ │ ├── logo-usd.svg │ │ │ │ ├── logo-vimeo.svg │ │ │ │ ├── logo-vk.svg │ │ │ │ ├── logo-whatsapp.svg │ │ │ │ ├── logo-windows.svg │ │ │ │ ├── logo-wordpress.svg │ │ │ │ ├── logo-xbox.svg │ │ │ │ ├── logo-xing.svg │ │ │ │ ├── logo-yahoo.svg │ │ │ │ ├── logo-yen.svg │ │ │ │ ├── logo-youtube.svg │ │ │ │ ├── md-add-circle-outline.svg │ │ │ │ ├── md-add-circle.svg │ │ │ │ ├── md-add.svg │ │ │ │ ├── md-airplane.svg │ │ │ │ ├── md-alarm.svg │ │ │ │ ├── md-albums.svg │ │ │ │ ├── md-alert.svg │ │ │ │ ├── md-american-football.svg │ │ │ │ ├── md-analytics.svg │ │ │ │ ├── md-aperture.svg │ │ │ │ ├── md-apps.svg │ │ │ │ ├── md-appstore.svg │ │ │ │ ├── md-archive.svg │ │ │ │ ├── md-arrow-back.svg │ │ │ │ ├── md-arrow-down.svg │ │ │ │ ├── md-arrow-dropdown-circle.svg │ │ │ │ ├── md-arrow-dropdown.svg │ │ │ │ ├── md-arrow-dropleft-circle.svg │ │ │ │ ├── md-arrow-dropleft.svg │ │ │ │ ├── md-arrow-dropright-circle.svg │ │ │ │ ├── md-arrow-dropright.svg │ │ │ │ ├── md-arrow-dropup-circle.svg │ │ │ │ ├── md-arrow-dropup.svg │ │ │ │ ├── md-arrow-forward.svg │ │ │ │ ├── md-arrow-round-back.svg │ │ │ │ ├── md-arrow-round-down.svg │ │ │ │ ├── md-arrow-round-forward.svg │ │ │ │ ├── md-arrow-round-up.svg │ │ │ │ ├── md-arrow-up.svg │ │ │ │ ├── md-at.svg │ │ │ │ ├── md-attach.svg │ │ │ │ ├── md-backspace.svg │ │ │ │ ├── md-barcode.svg │ │ │ │ ├── md-baseball.svg │ │ │ │ ├── md-basket.svg │ │ │ │ ├── md-basketball.svg │ │ │ │ ├── md-battery-charging.svg │ │ │ │ ├── md-battery-dead.svg │ │ │ │ ├── md-battery-full.svg │ │ │ │ ├── md-beaker.svg │ │ │ │ ├── md-bed.svg │ │ │ │ ├── md-beer.svg │ │ │ │ ├── md-bicycle.svg │ │ │ │ ├── md-bluetooth.svg │ │ │ │ ├── md-boat.svg │ │ │ │ ├── md-body.svg │ │ │ │ ├── md-bonfire.svg │ │ │ │ ├── md-book.svg │ │ │ │ ├── md-bookmark.svg │ │ │ │ ├── md-bookmarks.svg │ │ │ │ ├── md-bowtie.svg │ │ │ │ ├── md-briefcase.svg │ │ │ │ ├── md-browsers.svg │ │ │ │ ├── md-brush.svg │ │ │ │ ├── md-bug.svg │ │ │ │ ├── md-build.svg │ │ │ │ ├── md-bulb.svg │ │ │ │ ├── md-bus.svg │ │ │ │ ├── md-business.svg │ │ │ │ ├── md-cafe.svg │ │ │ │ ├── md-calculator.svg │ │ │ │ ├── md-calendar.svg │ │ │ │ ├── md-call.svg │ │ │ │ ├── md-camera.svg │ │ │ │ ├── md-car.svg │ │ │ │ ├── md-card.svg │ │ │ │ ├── md-cart.svg │ │ │ │ ├── md-cash.svg │ │ │ │ ├── md-cellular.svg │ │ │ │ ├── md-chatboxes.svg │ │ │ │ ├── md-chatbubbles.svg │ │ │ │ ├── md-checkbox-outline.svg │ │ │ │ ├── md-checkbox.svg │ │ │ │ ├── md-checkmark-circle-outline.svg │ │ │ │ ├── md-checkmark-circle.svg │ │ │ │ ├── md-checkmark.svg │ │ │ │ ├── md-clipboard.svg │ │ │ │ ├── md-clock.svg │ │ │ │ ├── md-close-circle-outline.svg │ │ │ │ ├── md-close-circle.svg │ │ │ │ ├── md-close.svg │ │ │ │ ├── md-cloud-circle.svg │ │ │ │ ├── md-cloud-done.svg │ │ │ │ ├── md-cloud-download.svg │ │ │ │ ├── md-cloud-outline.svg │ │ │ │ ├── md-cloud-upload.svg │ │ │ │ ├── md-cloud.svg │ │ │ │ ├── md-cloudy-night.svg │ │ │ │ ├── md-cloudy.svg │ │ │ │ ├── md-code-download.svg │ │ │ │ ├── md-code-working.svg │ │ │ │ ├── md-code.svg │ │ │ │ ├── md-cog.svg │ │ │ │ ├── md-color-fill.svg │ │ │ │ ├── md-color-filter.svg │ │ │ │ ├── md-color-palette.svg │ │ │ │ ├── md-color-wand.svg │ │ │ │ ├── md-compass.svg │ │ │ │ ├── md-construct.svg │ │ │ │ ├── md-contact.svg │ │ │ │ ├── md-contacts.svg │ │ │ │ ├── md-contract.svg │ │ │ │ ├── md-contrast.svg │ │ │ │ ├── md-copy.svg │ │ │ │ ├── md-create.svg │ │ │ │ ├── md-crop.svg │ │ │ │ ├── md-cube.svg │ │ │ │ ├── md-cut.svg │ │ │ │ ├── md-desktop.svg │ │ │ │ ├── md-disc.svg │ │ │ │ ├── md-document.svg │ │ │ │ ├── md-done-all.svg │ │ │ │ ├── md-download.svg │ │ │ │ ├── md-easel.svg │ │ │ │ ├── md-egg.svg │ │ │ │ ├── md-exit.svg │ │ │ │ ├── md-expand.svg │ │ │ │ ├── md-eye-off.svg │ │ │ │ ├── md-eye.svg │ │ │ │ ├── md-fastforward.svg │ │ │ │ ├── md-female.svg │ │ │ │ ├── md-filing.svg │ │ │ │ ├── md-film.svg │ │ │ │ ├── md-finger-print.svg │ │ │ │ ├── md-fitness.svg │ │ │ │ ├── md-flag.svg │ │ │ │ ├── md-flame.svg │ │ │ │ ├── md-flash-off.svg │ │ │ │ ├── md-flash.svg │ │ │ │ ├── md-flashlight.svg │ │ │ │ ├── md-flask.svg │ │ │ │ ├── md-flower.svg │ │ │ │ ├── md-folder-open.svg │ │ │ │ ├── md-folder.svg │ │ │ │ ├── md-football.svg │ │ │ │ ├── md-funnel.svg │ │ │ │ ├── md-gift.svg │ │ │ │ ├── md-git-branch.svg │ │ │ │ ├── md-git-commit.svg │ │ │ │ ├── md-git-compare.svg │ │ │ │ ├── md-git-merge.svg │ │ │ │ ├── md-git-network.svg │ │ │ │ ├── md-git-pull-request.svg │ │ │ │ ├── md-glasses.svg │ │ │ │ ├── md-globe.svg │ │ │ │ ├── md-grid.svg │ │ │ │ ├── md-hammer.svg │ │ │ │ ├── md-hand.svg │ │ │ │ ├── md-happy.svg │ │ │ │ ├── md-headset.svg │ │ │ │ ├── md-heart-dislike.svg │ │ │ │ ├── md-heart-empty.svg │ │ │ │ ├── md-heart-half.svg │ │ │ │ ├── md-heart.svg │ │ │ │ ├── md-help-buoy.svg │ │ │ │ ├── md-help-circle-outline.svg │ │ │ │ ├── md-help-circle.svg │ │ │ │ ├── md-help.svg │ │ │ │ ├── md-home.svg │ │ │ │ ├── md-hourglass.svg │ │ │ │ ├── md-ice-cream.svg │ │ │ │ ├── md-image.svg │ │ │ │ ├── md-images.svg │ │ │ │ ├── md-infinite.svg │ │ │ │ ├── md-information-circle-outline.svg │ │ │ │ ├── md-information-circle.svg │ │ │ │ ├── md-information.svg │ │ │ │ ├── md-jet.svg │ │ │ │ ├── md-journal.svg │ │ │ │ ├── md-key.svg │ │ │ │ ├── md-keypad.svg │ │ │ │ ├── md-laptop.svg │ │ │ │ ├── md-leaf.svg │ │ │ │ ├── md-link.svg │ │ │ │ ├── md-list-box.svg │ │ │ │ ├── md-list.svg │ │ │ │ ├── md-locate.svg │ │ │ │ ├── md-lock.svg │ │ │ │ ├── md-log-in.svg │ │ │ │ ├── md-log-out.svg │ │ │ │ ├── md-magnet.svg │ │ │ │ ├── md-mail-open.svg │ │ │ │ ├── md-mail-unread.svg │ │ │ │ ├── md-mail.svg │ │ │ │ ├── md-male.svg │ │ │ │ ├── md-man.svg │ │ │ │ ├── md-map.svg │ │ │ │ ├── md-medal.svg │ │ │ │ ├── md-medical.svg │ │ │ │ ├── md-medkit.svg │ │ │ │ ├── md-megaphone.svg │ │ │ │ ├── md-menu.svg │ │ │ │ ├── md-mic-off.svg │ │ │ │ ├── md-mic.svg │ │ │ │ ├── md-microphone.svg │ │ │ │ ├── md-moon.svg │ │ │ │ ├── md-more.svg │ │ │ │ ├── md-move.svg │ │ │ │ ├── md-musical-note.svg │ │ │ │ ├── md-musical-notes.svg │ │ │ │ ├── md-navigate.svg │ │ │ │ ├── md-notifications-off.svg │ │ │ │ ├── md-notifications-outline.svg │ │ │ │ ├── md-notifications.svg │ │ │ │ ├── md-nuclear.svg │ │ │ │ ├── md-nutrition.svg │ │ │ │ ├── md-open.svg │ │ │ │ ├── md-options.svg │ │ │ │ ├── md-outlet.svg │ │ │ │ ├── md-paper-plane.svg │ │ │ │ ├── md-paper.svg │ │ │ │ ├── md-partly-sunny.svg │ │ │ │ ├── md-pause.svg │ │ │ │ ├── md-paw.svg │ │ │ │ ├── md-people.svg │ │ │ │ ├── md-person-add.svg │ │ │ │ ├── md-person.svg │ │ │ │ ├── md-phone-landscape.svg │ │ │ │ ├── md-phone-portrait.svg │ │ │ │ ├── md-photos.svg │ │ │ │ ├── md-pie.svg │ │ │ │ ├── md-pin.svg │ │ │ │ ├── md-pint.svg │ │ │ │ ├── md-pizza.svg │ │ │ │ ├── md-planet.svg │ │ │ │ ├── md-play-circle.svg │ │ │ │ ├── md-play.svg │ │ │ │ ├── md-podium.svg │ │ │ │ ├── md-power.svg │ │ │ │ ├── md-pricetag.svg │ │ │ │ ├── md-pricetags.svg │ │ │ │ ├── md-print.svg │ │ │ │ ├── md-pulse.svg │ │ │ │ ├── md-qr-scanner.svg │ │ │ │ ├── md-quote.svg │ │ │ │ ├── md-radio-button-off.svg │ │ │ │ ├── md-radio-button-on.svg │ │ │ │ ├── md-radio.svg │ │ │ │ ├── md-rainy.svg │ │ │ │ ├── md-recording.svg │ │ │ │ ├── md-redo.svg │ │ │ │ ├── md-refresh-circle.svg │ │ │ │ ├── md-refresh.svg │ │ │ │ ├── md-remove-circle-outline.svg │ │ │ │ ├── md-remove-circle.svg │ │ │ │ ├── md-remove.svg │ │ │ │ ├── md-reorder.svg │ │ │ │ ├── md-repeat.svg │ │ │ │ ├── md-resize.svg │ │ │ │ ├── md-restaurant.svg │ │ │ │ ├── md-return-left.svg │ │ │ │ ├── md-return-right.svg │ │ │ │ ├── md-reverse-camera.svg │ │ │ │ ├── md-rewind.svg │ │ │ │ ├── md-ribbon.svg │ │ │ │ ├── md-rocket.svg │ │ │ │ ├── md-rose.svg │ │ │ │ ├── md-sad.svg │ │ │ │ ├── md-save.svg │ │ │ │ ├── md-school.svg │ │ │ │ ├── md-search.svg │ │ │ │ ├── md-send.svg │ │ │ │ ├── md-settings.svg │ │ │ │ ├── md-share-alt.svg │ │ │ │ ├── md-share.svg │ │ │ │ ├── md-shirt.svg │ │ │ │ ├── md-shuffle.svg │ │ │ │ ├── md-skip-backward.svg │ │ │ │ ├── md-skip-forward.svg │ │ │ │ ├── md-snow.svg │ │ │ │ ├── md-speedometer.svg │ │ │ │ ├── md-square-outline.svg │ │ │ │ ├── md-square.svg │ │ │ │ ├── md-star-half.svg │ │ │ │ ├── md-star-outline.svg │ │ │ │ ├── md-star.svg │ │ │ │ ├── md-stats.svg │ │ │ │ ├── md-stopwatch.svg │ │ │ │ ├── md-subway.svg │ │ │ │ ├── md-sunny.svg │ │ │ │ ├── md-swap.svg │ │ │ │ ├── md-switch.svg │ │ │ │ ├── md-sync.svg │ │ │ │ ├── md-tablet-landscape.svg │ │ │ │ ├── md-tablet-portrait.svg │ │ │ │ ├── md-tennisball.svg │ │ │ │ ├── md-text.svg │ │ │ │ ├── md-thermometer.svg │ │ │ │ ├── md-thumbs-down.svg │ │ │ │ ├── md-thumbs-up.svg │ │ │ │ ├── md-thunderstorm.svg │ │ │ │ ├── md-time.svg │ │ │ │ ├── md-timer.svg │ │ │ │ ├── md-today.svg │ │ │ │ ├── md-train.svg │ │ │ │ ├── md-transgender.svg │ │ │ │ ├── md-trash.svg │ │ │ │ ├── md-trending-down.svg │ │ │ │ ├── md-trending-up.svg │ │ │ │ ├── md-trophy.svg │ │ │ │ ├── md-tv.svg │ │ │ │ ├── md-umbrella.svg │ │ │ │ ├── md-undo.svg │ │ │ │ ├── md-unlock.svg │ │ │ │ ├── md-videocam.svg │ │ │ │ ├── md-volume-high.svg │ │ │ │ ├── md-volume-low.svg │ │ │ │ ├── md-volume-mute.svg │ │ │ │ ├── md-volume-off.svg │ │ │ │ ├── md-walk.svg │ │ │ │ ├── md-wallet.svg │ │ │ │ ├── md-warning.svg │ │ │ │ ├── md-watch.svg │ │ │ │ ├── md-water.svg │ │ │ │ ├── md-wifi.svg │ │ │ │ ├── md-wine.svg │ │ │ │ └── md-woman.svg │ │ ├── fonts │ │ │ ├── ionicons.eot │ │ │ ├── ionicons.svg │ │ │ ├── ionicons.ttf │ │ │ ├── ionicons.woff │ │ │ └── ionicons.woff2 │ │ ├── ionicons │ │ │ └── svg │ │ │ │ ├── ios-add-circle-outline.svg │ │ │ │ ├── ios-add-circle.svg │ │ │ │ ├── ios-add.svg │ │ │ │ ├── ios-airplane.svg │ │ │ │ ├── ios-alarm.svg │ │ │ │ ├── ios-albums.svg │ │ │ │ ├── ios-alert.svg │ │ │ │ ├── ios-american-football.svg │ │ │ │ ├── ios-analytics.svg │ │ │ │ ├── ios-aperture.svg │ │ │ │ ├── ios-apps.svg │ │ │ │ ├── ios-appstore.svg │ │ │ │ ├── ios-archive.svg │ │ │ │ ├── ios-arrow-back.svg │ │ │ │ ├── ios-arrow-down.svg │ │ │ │ ├── ios-arrow-dropdown-circle.svg │ │ │ │ ├── ios-arrow-dropdown.svg │ │ │ │ ├── ios-arrow-dropleft-circle.svg │ │ │ │ ├── ios-arrow-dropleft.svg │ │ │ │ ├── ios-arrow-dropright-circle.svg │ │ │ │ ├── ios-arrow-dropright.svg │ │ │ │ ├── ios-arrow-dropup-circle.svg │ │ │ │ ├── ios-arrow-dropup.svg │ │ │ │ ├── ios-arrow-forward.svg │ │ │ │ ├── ios-arrow-round-back.svg │ │ │ │ ├── ios-arrow-round-down.svg │ │ │ │ ├── ios-arrow-round-forward.svg │ │ │ │ ├── ios-arrow-round-up.svg │ │ │ │ ├── ios-arrow-up.svg │ │ │ │ ├── ios-at.svg │ │ │ │ ├── ios-attach.svg │ │ │ │ ├── ios-backspace.svg │ │ │ │ ├── ios-barcode.svg │ │ │ │ ├── ios-baseball.svg │ │ │ │ ├── ios-basket.svg │ │ │ │ ├── ios-basketball.svg │ │ │ │ ├── ios-battery-charging.svg │ │ │ │ ├── ios-battery-dead.svg │ │ │ │ ├── ios-battery-full.svg │ │ │ │ ├── ios-beaker.svg │ │ │ │ ├── ios-bed.svg │ │ │ │ ├── ios-beer.svg │ │ │ │ ├── ios-bicycle.svg │ │ │ │ ├── ios-bluetooth.svg │ │ │ │ ├── ios-boat.svg │ │ │ │ ├── ios-body.svg │ │ │ │ ├── ios-bonfire.svg │ │ │ │ ├── ios-book.svg │ │ │ │ ├── ios-bookmark.svg │ │ │ │ ├── ios-bookmarks.svg │ │ │ │ ├── ios-bowtie.svg │ │ │ │ ├── ios-briefcase.svg │ │ │ │ ├── ios-browsers.svg │ │ │ │ ├── ios-brush.svg │ │ │ │ ├── ios-bug.svg │ │ │ │ ├── ios-build.svg │ │ │ │ ├── ios-bulb.svg │ │ │ │ ├── ios-bus.svg │ │ │ │ ├── ios-business.svg │ │ │ │ ├── ios-cafe.svg │ │ │ │ ├── ios-calculator.svg │ │ │ │ ├── ios-calendar.svg │ │ │ │ ├── ios-call.svg │ │ │ │ ├── ios-camera.svg │ │ │ │ ├── ios-car.svg │ │ │ │ ├── ios-card.svg │ │ │ │ ├── ios-cart.svg │ │ │ │ ├── ios-cash.svg │ │ │ │ ├── ios-cellular.svg │ │ │ │ ├── ios-chatboxes.svg │ │ │ │ ├── ios-chatbubbles.svg │ │ │ │ ├── ios-checkbox-outline.svg │ │ │ │ ├── ios-checkbox.svg │ │ │ │ ├── ios-checkmark-circle-outline.svg │ │ │ │ ├── ios-checkmark-circle.svg │ │ │ │ ├── ios-checkmark.svg │ │ │ │ ├── ios-clipboard.svg │ │ │ │ ├── ios-clock.svg │ │ │ │ ├── ios-close-circle-outline.svg │ │ │ │ ├── ios-close-circle.svg │ │ │ │ ├── ios-close.svg │ │ │ │ ├── ios-cloud-circle.svg │ │ │ │ ├── ios-cloud-done.svg │ │ │ │ ├── ios-cloud-download.svg │ │ │ │ ├── ios-cloud-outline.svg │ │ │ │ ├── ios-cloud-upload.svg │ │ │ │ ├── ios-cloud.svg │ │ │ │ ├── ios-cloudy-night.svg │ │ │ │ ├── ios-cloudy.svg │ │ │ │ ├── ios-code-download.svg │ │ │ │ ├── ios-code-working.svg │ │ │ │ ├── ios-code.svg │ │ │ │ ├── ios-cog.svg │ │ │ │ ├── ios-color-fill.svg │ │ │ │ ├── ios-color-filter.svg │ │ │ │ ├── ios-color-palette.svg │ │ │ │ ├── ios-color-wand.svg │ │ │ │ ├── ios-compass.svg │ │ │ │ ├── ios-construct.svg │ │ │ │ ├── ios-contact.svg │ │ │ │ ├── ios-contacts.svg │ │ │ │ ├── ios-contract.svg │ │ │ │ ├── ios-contrast.svg │ │ │ │ ├── ios-copy.svg │ │ │ │ ├── ios-create.svg │ │ │ │ ├── ios-crop.svg │ │ │ │ ├── ios-cube.svg │ │ │ │ ├── ios-cut.svg │ │ │ │ ├── ios-desktop.svg │ │ │ │ ├── ios-disc.svg │ │ │ │ ├── ios-document.svg │ │ │ │ ├── ios-done-all.svg │ │ │ │ ├── ios-download.svg │ │ │ │ ├── ios-easel.svg │ │ │ │ ├── ios-egg.svg │ │ │ │ ├── ios-exit.svg │ │ │ │ ├── ios-expand.svg │ │ │ │ ├── ios-eye-off.svg │ │ │ │ ├── ios-eye.svg │ │ │ │ ├── ios-fastforward.svg │ │ │ │ ├── ios-female.svg │ │ │ │ ├── ios-filing.svg │ │ │ │ ├── ios-film.svg │ │ │ │ ├── ios-finger-print.svg │ │ │ │ ├── ios-fitness.svg │ │ │ │ ├── ios-flag.svg │ │ │ │ ├── ios-flame.svg │ │ │ │ ├── ios-flash-off.svg │ │ │ │ ├── ios-flash.svg │ │ │ │ ├── ios-flashlight.svg │ │ │ │ ├── ios-flask.svg │ │ │ │ ├── ios-flower.svg │ │ │ │ ├── ios-folder-open.svg │ │ │ │ ├── ios-folder.svg │ │ │ │ ├── ios-football.svg │ │ │ │ ├── ios-funnel.svg │ │ │ │ ├── ios-gift.svg │ │ │ │ ├── ios-git-branch.svg │ │ │ │ ├── ios-git-commit.svg │ │ │ │ ├── ios-git-compare.svg │ │ │ │ ├── ios-git-merge.svg │ │ │ │ ├── ios-git-network.svg │ │ │ │ ├── ios-git-pull-request.svg │ │ │ │ ├── ios-glasses.svg │ │ │ │ ├── ios-globe.svg │ │ │ │ ├── ios-grid.svg │ │ │ │ ├── ios-hammer.svg │ │ │ │ ├── ios-hand.svg │ │ │ │ ├── ios-happy.svg │ │ │ │ ├── ios-headset.svg │ │ │ │ ├── ios-heart-dislike.svg │ │ │ │ ├── ios-heart-empty.svg │ │ │ │ ├── ios-heart-half.svg │ │ │ │ ├── ios-heart.svg │ │ │ │ ├── ios-help-buoy.svg │ │ │ │ ├── ios-help-circle-outline.svg │ │ │ │ ├── ios-help-circle.svg │ │ │ │ ├── ios-help.svg │ │ │ │ ├── ios-home.svg │ │ │ │ ├── ios-hourglass.svg │ │ │ │ ├── ios-ice-cream.svg │ │ │ │ ├── ios-image.svg │ │ │ │ ├── ios-images.svg │ │ │ │ ├── ios-infinite.svg │ │ │ │ ├── ios-information-circle-outline.svg │ │ │ │ ├── ios-information-circle.svg │ │ │ │ ├── ios-information.svg │ │ │ │ ├── ios-jet.svg │ │ │ │ ├── ios-journal.svg │ │ │ │ ├── ios-key.svg │ │ │ │ ├── ios-keypad.svg │ │ │ │ ├── ios-laptop.svg │ │ │ │ ├── ios-leaf.svg │ │ │ │ ├── ios-link.svg │ │ │ │ ├── ios-list-box.svg │ │ │ │ ├── ios-list.svg │ │ │ │ ├── ios-locate.svg │ │ │ │ ├── ios-lock.svg │ │ │ │ ├── ios-log-in.svg │ │ │ │ ├── ios-log-out.svg │ │ │ │ ├── ios-magnet.svg │ │ │ │ ├── ios-mail-open.svg │ │ │ │ ├── ios-mail-unread.svg │ │ │ │ ├── ios-mail.svg │ │ │ │ ├── ios-male.svg │ │ │ │ ├── ios-man.svg │ │ │ │ ├── ios-map.svg │ │ │ │ ├── ios-medal.svg │ │ │ │ ├── ios-medical.svg │ │ │ │ ├── ios-medkit.svg │ │ │ │ ├── ios-megaphone.svg │ │ │ │ ├── ios-menu.svg │ │ │ │ ├── ios-mic-off.svg │ │ │ │ ├── ios-mic.svg │ │ │ │ ├── ios-microphone.svg │ │ │ │ ├── ios-moon.svg │ │ │ │ ├── ios-more.svg │ │ │ │ ├── ios-move.svg │ │ │ │ ├── ios-musical-note.svg │ │ │ │ ├── ios-musical-notes.svg │ │ │ │ ├── ios-navigate.svg │ │ │ │ ├── ios-notifications-off.svg │ │ │ │ ├── ios-notifications-outline.svg │ │ │ │ ├── ios-notifications.svg │ │ │ │ ├── ios-nuclear.svg │ │ │ │ ├── ios-nutrition.svg │ │ │ │ ├── ios-open.svg │ │ │ │ ├── ios-options.svg │ │ │ │ ├── ios-outlet.svg │ │ │ │ ├── ios-paper-plane.svg │ │ │ │ ├── ios-paper.svg │ │ │ │ ├── ios-partly-sunny.svg │ │ │ │ ├── ios-pause.svg │ │ │ │ ├── ios-paw.svg │ │ │ │ ├── ios-people.svg │ │ │ │ ├── ios-person-add.svg │ │ │ │ ├── ios-person.svg │ │ │ │ ├── ios-phone-landscape.svg │ │ │ │ ├── ios-phone-portrait.svg │ │ │ │ ├── ios-photos.svg │ │ │ │ ├── ios-pie.svg │ │ │ │ ├── ios-pin.svg │ │ │ │ ├── ios-pint.svg │ │ │ │ ├── ios-pizza.svg │ │ │ │ ├── ios-planet.svg │ │ │ │ ├── ios-play-circle.svg │ │ │ │ ├── ios-play.svg │ │ │ │ ├── ios-podium.svg │ │ │ │ ├── ios-power.svg │ │ │ │ ├── ios-pricetag.svg │ │ │ │ ├── ios-pricetags.svg │ │ │ │ ├── ios-print.svg │ │ │ │ ├── ios-pulse.svg │ │ │ │ ├── ios-qr-scanner.svg │ │ │ │ ├── ios-quote.svg │ │ │ │ ├── ios-radio-button-off.svg │ │ │ │ ├── ios-radio-button-on.svg │ │ │ │ ├── ios-radio.svg │ │ │ │ ├── ios-rainy.svg │ │ │ │ ├── ios-recording.svg │ │ │ │ ├── ios-redo.svg │ │ │ │ ├── ios-refresh-circle.svg │ │ │ │ ├── ios-refresh.svg │ │ │ │ ├── ios-remove-circle-outline.svg │ │ │ │ ├── ios-remove-circle.svg │ │ │ │ ├── ios-remove.svg │ │ │ │ ├── ios-reorder.svg │ │ │ │ ├── ios-repeat.svg │ │ │ │ ├── ios-resize.svg │ │ │ │ ├── ios-restaurant.svg │ │ │ │ ├── ios-return-left.svg │ │ │ │ ├── ios-return-right.svg │ │ │ │ ├── ios-reverse-camera.svg │ │ │ │ ├── ios-rewind.svg │ │ │ │ ├── ios-ribbon.svg │ │ │ │ ├── ios-rocket.svg │ │ │ │ ├── ios-rose.svg │ │ │ │ ├── ios-sad.svg │ │ │ │ ├── ios-save.svg │ │ │ │ ├── ios-school.svg │ │ │ │ ├── ios-search.svg │ │ │ │ ├── ios-send.svg │ │ │ │ ├── ios-settings.svg │ │ │ │ ├── ios-share-alt.svg │ │ │ │ ├── ios-share.svg │ │ │ │ ├── ios-shirt.svg │ │ │ │ ├── ios-shuffle.svg │ │ │ │ ├── ios-skip-backward.svg │ │ │ │ ├── ios-skip-forward.svg │ │ │ │ ├── ios-snow.svg │ │ │ │ ├── ios-speedometer.svg │ │ │ │ ├── ios-square-outline.svg │ │ │ │ ├── ios-square.svg │ │ │ │ ├── ios-star-half.svg │ │ │ │ ├── ios-star-outline.svg │ │ │ │ ├── ios-star.svg │ │ │ │ ├── ios-stats.svg │ │ │ │ ├── ios-stopwatch.svg │ │ │ │ ├── ios-subway.svg │ │ │ │ ├── ios-sunny.svg │ │ │ │ ├── ios-swap.svg │ │ │ │ ├── ios-switch.svg │ │ │ │ ├── ios-sync.svg │ │ │ │ ├── ios-tablet-landscape.svg │ │ │ │ ├── ios-tablet-portrait.svg │ │ │ │ ├── ios-tennisball.svg │ │ │ │ ├── ios-text.svg │ │ │ │ ├── ios-thermometer.svg │ │ │ │ ├── ios-thumbs-down.svg │ │ │ │ ├── ios-thumbs-up.svg │ │ │ │ ├── ios-thunderstorm.svg │ │ │ │ ├── ios-time.svg │ │ │ │ ├── ios-timer.svg │ │ │ │ ├── ios-today.svg │ │ │ │ ├── ios-train.svg │ │ │ │ ├── ios-transgender.svg │ │ │ │ ├── ios-trash.svg │ │ │ │ ├── ios-trending-down.svg │ │ │ │ ├── ios-trending-up.svg │ │ │ │ ├── ios-trophy.svg │ │ │ │ ├── ios-tv.svg │ │ │ │ ├── ios-umbrella.svg │ │ │ │ ├── ios-undo.svg │ │ │ │ ├── ios-unlock.svg │ │ │ │ ├── ios-videocam.svg │ │ │ │ ├── ios-volume-high.svg │ │ │ │ ├── ios-volume-low.svg │ │ │ │ ├── ios-volume-mute.svg │ │ │ │ ├── ios-volume-off.svg │ │ │ │ ├── ios-walk.svg │ │ │ │ ├── ios-wallet.svg │ │ │ │ ├── ios-warning.svg │ │ │ │ ├── ios-watch.svg │ │ │ │ ├── ios-water.svg │ │ │ │ ├── ios-wifi.svg │ │ │ │ ├── ios-wine.svg │ │ │ │ ├── ios-woman.svg │ │ │ │ ├── logo-android.svg │ │ │ │ ├── logo-angular.svg │ │ │ │ ├── logo-apple.svg │ │ │ │ ├── logo-bitbucket.svg │ │ │ │ ├── logo-bitcoin.svg │ │ │ │ ├── logo-buffer.svg │ │ │ │ ├── logo-chrome.svg │ │ │ │ ├── logo-closed-captioning.svg │ │ │ │ ├── logo-codepen.svg │ │ │ │ ├── logo-css3.svg │ │ │ │ ├── logo-designernews.svg │ │ │ │ ├── logo-dribbble.svg │ │ │ │ ├── logo-dropbox.svg │ │ │ │ ├── logo-euro.svg │ │ │ │ ├── logo-facebook.svg │ │ │ │ ├── logo-flickr.svg │ │ │ │ ├── logo-foursquare.svg │ │ │ │ ├── logo-freebsd-devil.svg │ │ │ │ ├── logo-game-controller-a.svg │ │ │ │ ├── logo-game-controller-b.svg │ │ │ │ ├── logo-github.svg │ │ │ │ ├── logo-google.svg │ │ │ │ ├── logo-googleplus.svg │ │ │ │ ├── logo-hackernews.svg │ │ │ │ ├── logo-html5.svg │ │ │ │ ├── logo-instagram.svg │ │ │ │ ├── logo-ionic.svg │ │ │ │ ├── logo-ionitron.svg │ │ │ │ ├── logo-javascript.svg │ │ │ │ ├── logo-linkedin.svg │ │ │ │ ├── logo-markdown.svg │ │ │ │ ├── logo-model-s.svg │ │ │ │ ├── logo-no-smoking.svg │ │ │ │ ├── logo-nodejs.svg │ │ │ │ ├── logo-npm.svg │ │ │ │ ├── logo-octocat.svg │ │ │ │ ├── logo-pinterest.svg │ │ │ │ ├── logo-playstation.svg │ │ │ │ ├── logo-polymer.svg │ │ │ │ ├── logo-python.svg │ │ │ │ ├── logo-reddit.svg │ │ │ │ ├── logo-rss.svg │ │ │ │ ├── logo-sass.svg │ │ │ │ ├── logo-skype.svg │ │ │ │ ├── logo-slack.svg │ │ │ │ ├── logo-snapchat.svg │ │ │ │ ├── logo-steam.svg │ │ │ │ ├── logo-tumblr.svg │ │ │ │ ├── logo-tux.svg │ │ │ │ ├── logo-twitch.svg │ │ │ │ ├── logo-twitter.svg │ │ │ │ ├── logo-usd.svg │ │ │ │ ├── logo-vimeo.svg │ │ │ │ ├── logo-vk.svg │ │ │ │ ├── logo-whatsapp.svg │ │ │ │ ├── logo-windows.svg │ │ │ │ ├── logo-wordpress.svg │ │ │ │ ├── logo-xbox.svg │ │ │ │ ├── logo-xing.svg │ │ │ │ ├── logo-yahoo.svg │ │ │ │ ├── logo-yen.svg │ │ │ │ ├── logo-youtube.svg │ │ │ │ ├── md-add-circle-outline.svg │ │ │ │ ├── md-add-circle.svg │ │ │ │ ├── md-add.svg │ │ │ │ ├── md-airplane.svg │ │ │ │ ├── md-alarm.svg │ │ │ │ ├── md-albums.svg │ │ │ │ ├── md-alert.svg │ │ │ │ ├── md-american-football.svg │ │ │ │ ├── md-analytics.svg │ │ │ │ ├── md-aperture.svg │ │ │ │ ├── md-apps.svg │ │ │ │ ├── md-appstore.svg │ │ │ │ ├── md-archive.svg │ │ │ │ ├── md-arrow-back.svg │ │ │ │ ├── md-arrow-down.svg │ │ │ │ ├── md-arrow-dropdown-circle.svg │ │ │ │ ├── md-arrow-dropdown.svg │ │ │ │ ├── md-arrow-dropleft-circle.svg │ │ │ │ ├── md-arrow-dropleft.svg │ │ │ │ ├── md-arrow-dropright-circle.svg │ │ │ │ ├── md-arrow-dropright.svg │ │ │ │ ├── md-arrow-dropup-circle.svg │ │ │ │ ├── md-arrow-dropup.svg │ │ │ │ ├── md-arrow-forward.svg │ │ │ │ ├── md-arrow-round-back.svg │ │ │ │ ├── md-arrow-round-down.svg │ │ │ │ ├── md-arrow-round-forward.svg │ │ │ │ ├── md-arrow-round-up.svg │ │ │ │ ├── md-arrow-up.svg │ │ │ │ ├── md-at.svg │ │ │ │ ├── md-attach.svg │ │ │ │ ├── md-backspace.svg │ │ │ │ ├── md-barcode.svg │ │ │ │ ├── md-baseball.svg │ │ │ │ ├── md-basket.svg │ │ │ │ ├── md-basketball.svg │ │ │ │ ├── md-battery-charging.svg │ │ │ │ ├── md-battery-dead.svg │ │ │ │ ├── md-battery-full.svg │ │ │ │ ├── md-beaker.svg │ │ │ │ ├── md-bed.svg │ │ │ │ ├── md-beer.svg │ │ │ │ ├── md-bicycle.svg │ │ │ │ ├── md-bluetooth.svg │ │ │ │ ├── md-boat.svg │ │ │ │ ├── md-body.svg │ │ │ │ ├── md-bonfire.svg │ │ │ │ ├── md-book.svg │ │ │ │ ├── md-bookmark.svg │ │ │ │ ├── md-bookmarks.svg │ │ │ │ ├── md-bowtie.svg │ │ │ │ ├── md-briefcase.svg │ │ │ │ ├── md-browsers.svg │ │ │ │ ├── md-brush.svg │ │ │ │ ├── md-bug.svg │ │ │ │ ├── md-build.svg │ │ │ │ ├── md-bulb.svg │ │ │ │ ├── md-bus.svg │ │ │ │ ├── md-business.svg │ │ │ │ ├── md-cafe.svg │ │ │ │ ├── md-calculator.svg │ │ │ │ ├── md-calendar.svg │ │ │ │ ├── md-call.svg │ │ │ │ ├── md-camera.svg │ │ │ │ ├── md-car.svg │ │ │ │ ├── md-card.svg │ │ │ │ ├── md-cart.svg │ │ │ │ ├── md-cash.svg │ │ │ │ ├── md-cellular.svg │ │ │ │ ├── md-chatboxes.svg │ │ │ │ ├── md-chatbubbles.svg │ │ │ │ ├── md-checkbox-outline.svg │ │ │ │ ├── md-checkbox.svg │ │ │ │ ├── md-checkmark-circle-outline.svg │ │ │ │ ├── md-checkmark-circle.svg │ │ │ │ ├── md-checkmark.svg │ │ │ │ ├── md-clipboard.svg │ │ │ │ ├── md-clock.svg │ │ │ │ ├── md-close-circle-outline.svg │ │ │ │ ├── md-close-circle.svg │ │ │ │ ├── md-close.svg │ │ │ │ ├── md-cloud-circle.svg │ │ │ │ ├── md-cloud-done.svg │ │ │ │ ├── md-cloud-download.svg │ │ │ │ ├── md-cloud-outline.svg │ │ │ │ ├── md-cloud-upload.svg │ │ │ │ ├── md-cloud.svg │ │ │ │ ├── md-cloudy-night.svg │ │ │ │ ├── md-cloudy.svg │ │ │ │ ├── md-code-download.svg │ │ │ │ ├── md-code-working.svg │ │ │ │ ├── md-code.svg │ │ │ │ ├── md-cog.svg │ │ │ │ ├── md-color-fill.svg │ │ │ │ ├── md-color-filter.svg │ │ │ │ ├── md-color-palette.svg │ │ │ │ ├── md-color-wand.svg │ │ │ │ ├── md-compass.svg │ │ │ │ ├── md-construct.svg │ │ │ │ ├── md-contact.svg │ │ │ │ ├── md-contacts.svg │ │ │ │ ├── md-contract.svg │ │ │ │ ├── md-contrast.svg │ │ │ │ ├── md-copy.svg │ │ │ │ ├── md-create.svg │ │ │ │ ├── md-crop.svg │ │ │ │ ├── md-cube.svg │ │ │ │ ├── md-cut.svg │ │ │ │ ├── md-desktop.svg │ │ │ │ ├── md-disc.svg │ │ │ │ ├── md-document.svg │ │ │ │ ├── md-done-all.svg │ │ │ │ ├── md-download.svg │ │ │ │ ├── md-easel.svg │ │ │ │ ├── md-egg.svg │ │ │ │ ├── md-exit.svg │ │ │ │ ├── md-expand.svg │ │ │ │ ├── md-eye-off.svg │ │ │ │ ├── md-eye.svg │ │ │ │ ├── md-fastforward.svg │ │ │ │ ├── md-female.svg │ │ │ │ ├── md-filing.svg │ │ │ │ ├── md-film.svg │ │ │ │ ├── md-finger-print.svg │ │ │ │ ├── md-fitness.svg │ │ │ │ ├── md-flag.svg │ │ │ │ ├── md-flame.svg │ │ │ │ ├── md-flash-off.svg │ │ │ │ ├── md-flash.svg │ │ │ │ ├── md-flashlight.svg │ │ │ │ ├── md-flask.svg │ │ │ │ ├── md-flower.svg │ │ │ │ ├── md-folder-open.svg │ │ │ │ ├── md-folder.svg │ │ │ │ ├── md-football.svg │ │ │ │ ├── md-funnel.svg │ │ │ │ ├── md-gift.svg │ │ │ │ ├── md-git-branch.svg │ │ │ │ ├── md-git-commit.svg │ │ │ │ ├── md-git-compare.svg │ │ │ │ ├── md-git-merge.svg │ │ │ │ ├── md-git-network.svg │ │ │ │ ├── md-git-pull-request.svg │ │ │ │ ├── md-glasses.svg │ │ │ │ ├── md-globe.svg │ │ │ │ ├── md-grid.svg │ │ │ │ ├── md-hammer.svg │ │ │ │ ├── md-hand.svg │ │ │ │ ├── md-happy.svg │ │ │ │ ├── md-headset.svg │ │ │ │ ├── md-heart-dislike.svg │ │ │ │ ├── md-heart-empty.svg │ │ │ │ ├── md-heart-half.svg │ │ │ │ ├── md-heart.svg │ │ │ │ ├── md-help-buoy.svg │ │ │ │ ├── md-help-circle-outline.svg │ │ │ │ ├── md-help-circle.svg │ │ │ │ ├── md-help.svg │ │ │ │ ├── md-home.svg │ │ │ │ ├── md-hourglass.svg │ │ │ │ ├── md-ice-cream.svg │ │ │ │ ├── md-image.svg │ │ │ │ ├── md-images.svg │ │ │ │ ├── md-infinite.svg │ │ │ │ ├── md-information-circle-outline.svg │ │ │ │ ├── md-information-circle.svg │ │ │ │ ├── md-information.svg │ │ │ │ ├── md-jet.svg │ │ │ │ ├── md-journal.svg │ │ │ │ ├── md-key.svg │ │ │ │ ├── md-keypad.svg │ │ │ │ ├── md-laptop.svg │ │ │ │ ├── md-leaf.svg │ │ │ │ ├── md-link.svg │ │ │ │ ├── md-list-box.svg │ │ │ │ ├── md-list.svg │ │ │ │ ├── md-locate.svg │ │ │ │ ├── md-lock.svg │ │ │ │ ├── md-log-in.svg │ │ │ │ ├── md-log-out.svg │ │ │ │ ├── md-magnet.svg │ │ │ │ ├── md-mail-open.svg │ │ │ │ ├── md-mail-unread.svg │ │ │ │ ├── md-mail.svg │ │ │ │ ├── md-male.svg │ │ │ │ ├── md-man.svg │ │ │ │ ├── md-map.svg │ │ │ │ ├── md-medal.svg │ │ │ │ ├── md-medical.svg │ │ │ │ ├── md-medkit.svg │ │ │ │ ├── md-megaphone.svg │ │ │ │ ├── md-menu.svg │ │ │ │ ├── md-mic-off.svg │ │ │ │ ├── md-mic.svg │ │ │ │ ├── md-microphone.svg │ │ │ │ ├── md-moon.svg │ │ │ │ ├── md-more.svg │ │ │ │ ├── md-move.svg │ │ │ │ ├── md-musical-note.svg │ │ │ │ ├── md-musical-notes.svg │ │ │ │ ├── md-navigate.svg │ │ │ │ ├── md-notifications-off.svg │ │ │ │ ├── md-notifications-outline.svg │ │ │ │ ├── md-notifications.svg │ │ │ │ ├── md-nuclear.svg │ │ │ │ ├── md-nutrition.svg │ │ │ │ ├── md-open.svg │ │ │ │ ├── md-options.svg │ │ │ │ ├── md-outlet.svg │ │ │ │ ├── md-paper-plane.svg │ │ │ │ ├── md-paper.svg │ │ │ │ ├── md-partly-sunny.svg │ │ │ │ ├── md-pause.svg │ │ │ │ ├── md-paw.svg │ │ │ │ ├── md-people.svg │ │ │ │ ├── md-person-add.svg │ │ │ │ ├── md-person.svg │ │ │ │ ├── md-phone-landscape.svg │ │ │ │ ├── md-phone-portrait.svg │ │ │ │ ├── md-photos.svg │ │ │ │ ├── md-pie.svg │ │ │ │ ├── md-pin.svg │ │ │ │ ├── md-pint.svg │ │ │ │ ├── md-pizza.svg │ │ │ │ ├── md-planet.svg │ │ │ │ ├── md-play-circle.svg │ │ │ │ ├── md-play.svg │ │ │ │ ├── md-podium.svg │ │ │ │ ├── md-power.svg │ │ │ │ ├── md-pricetag.svg │ │ │ │ ├── md-pricetags.svg │ │ │ │ ├── md-print.svg │ │ │ │ ├── md-pulse.svg │ │ │ │ ├── md-qr-scanner.svg │ │ │ │ ├── md-quote.svg │ │ │ │ ├── md-radio-button-off.svg │ │ │ │ ├── md-radio-button-on.svg │ │ │ │ ├── md-radio.svg │ │ │ │ ├── md-rainy.svg │ │ │ │ ├── md-recording.svg │ │ │ │ ├── md-redo.svg │ │ │ │ ├── md-refresh-circle.svg │ │ │ │ ├── md-refresh.svg │ │ │ │ ├── md-remove-circle-outline.svg │ │ │ │ ├── md-remove-circle.svg │ │ │ │ ├── md-remove.svg │ │ │ │ ├── md-reorder.svg │ │ │ │ ├── md-repeat.svg │ │ │ │ ├── md-resize.svg │ │ │ │ ├── md-restaurant.svg │ │ │ │ ├── md-return-left.svg │ │ │ │ ├── md-return-right.svg │ │ │ │ ├── md-reverse-camera.svg │ │ │ │ ├── md-rewind.svg │ │ │ │ ├── md-ribbon.svg │ │ │ │ ├── md-rocket.svg │ │ │ │ ├── md-rose.svg │ │ │ │ ├── md-sad.svg │ │ │ │ ├── md-save.svg │ │ │ │ ├── md-school.svg │ │ │ │ ├── md-search.svg │ │ │ │ ├── md-send.svg │ │ │ │ ├── md-settings.svg │ │ │ │ ├── md-share-alt.svg │ │ │ │ ├── md-share.svg │ │ │ │ ├── md-shirt.svg │ │ │ │ ├── md-shuffle.svg │ │ │ │ ├── md-skip-backward.svg │ │ │ │ ├── md-skip-forward.svg │ │ │ │ ├── md-snow.svg │ │ │ │ ├── md-speedometer.svg │ │ │ │ ├── md-square-outline.svg │ │ │ │ ├── md-square.svg │ │ │ │ ├── md-star-half.svg │ │ │ │ ├── md-star-outline.svg │ │ │ │ ├── md-star.svg │ │ │ │ ├── md-stats.svg │ │ │ │ ├── md-stopwatch.svg │ │ │ │ ├── md-subway.svg │ │ │ │ ├── md-sunny.svg │ │ │ │ ├── md-swap.svg │ │ │ │ ├── md-switch.svg │ │ │ │ ├── md-sync.svg │ │ │ │ ├── md-tablet-landscape.svg │ │ │ │ ├── md-tablet-portrait.svg │ │ │ │ ├── md-tennisball.svg │ │ │ │ ├── md-text.svg │ │ │ │ ├── md-thermometer.svg │ │ │ │ ├── md-thumbs-down.svg │ │ │ │ ├── md-thumbs-up.svg │ │ │ │ ├── md-thunderstorm.svg │ │ │ │ ├── md-time.svg │ │ │ │ ├── md-timer.svg │ │ │ │ ├── md-today.svg │ │ │ │ ├── md-train.svg │ │ │ │ ├── md-transgender.svg │ │ │ │ ├── md-trash.svg │ │ │ │ ├── md-trending-down.svg │ │ │ │ ├── md-trending-up.svg │ │ │ │ ├── md-trophy.svg │ │ │ │ ├── md-tv.svg │ │ │ │ ├── md-umbrella.svg │ │ │ │ ├── md-undo.svg │ │ │ │ ├── md-unlock.svg │ │ │ │ ├── md-videocam.svg │ │ │ │ ├── md-volume-high.svg │ │ │ │ ├── md-volume-low.svg │ │ │ │ ├── md-volume-mute.svg │ │ │ │ ├── md-volume-off.svg │ │ │ │ ├── md-walk.svg │ │ │ │ ├── md-wallet.svg │ │ │ │ ├── md-warning.svg │ │ │ │ ├── md-watch.svg │ │ │ │ ├── md-water.svg │ │ │ │ ├── md-wifi.svg │ │ │ │ ├── md-wine.svg │ │ │ │ └── md-woman.svg │ │ ├── package.json │ │ ├── readme.md │ │ ├── scripts │ │ │ ├── build.ts │ │ │ ├── cheatsheet-template.html │ │ │ ├── readme.md │ │ │ ├── release.ts │ │ │ └── tsconfig.json │ │ ├── src │ │ │ ├── components.d.ts │ │ │ ├── components │ │ │ │ ├── icon │ │ │ │ │ ├── icon.css │ │ │ │ │ ├── icon.tsx │ │ │ │ │ ├── readme.md │ │ │ │ │ ├── request.ts │ │ │ │ │ ├── svg │ │ │ │ │ │ └── .gitignore │ │ │ │ │ ├── test │ │ │ │ │ │ ├── utils.spec.ts │ │ │ │ │ │ └── validate.spec.ts │ │ │ │ │ ├── utils.ts │ │ │ │ │ └── validate.ts │ │ │ │ └── test │ │ │ │ │ ├── bug_report.svg │ │ │ │ │ ├── chat.svg │ │ │ │ │ ├── commute.svg │ │ │ │ │ ├── copyright.svg │ │ │ │ │ ├── done_all.svg │ │ │ │ │ ├── lock_open.svg │ │ │ │ │ ├── toll.svg │ │ │ │ │ ├── web_asset.svg │ │ │ │ │ └── work_outline.svg │ │ │ ├── data.json │ │ │ ├── index.html │ │ │ ├── index.ts │ │ │ └── svg │ │ │ │ ├── add-circle-outline.svg │ │ │ │ ├── add-circle-sharp.svg │ │ │ │ ├── add-circle.svg │ │ │ │ ├── add-outline.svg │ │ │ │ ├── add-sharp.svg │ │ │ │ ├── add.svg │ │ │ │ ├── airplane-outline.svg │ │ │ │ ├── airplane-sharp.svg │ │ │ │ ├── airplane.svg │ │ │ │ ├── alarm-outline.svg │ │ │ │ ├── alarm-sharp.svg │ │ │ │ ├── alarm.svg │ │ │ │ ├── albums-outline.svg │ │ │ │ ├── albums-sharp.svg │ │ │ │ ├── albums.svg │ │ │ │ ├── alert-circle-outline.svg │ │ │ │ ├── alert-circle-sharp.svg │ │ │ │ ├── alert-circle.svg │ │ │ │ ├── alert-outline.svg │ │ │ │ ├── alert-sharp.svg │ │ │ │ ├── alert.svg │ │ │ │ ├── american-football-outline.svg │ │ │ │ ├── american-football-sharp.svg │ │ │ │ ├── american-football.svg │ │ │ │ ├── analytics-outline.svg │ │ │ │ ├── analytics-sharp.svg │ │ │ │ ├── analytics.svg │ │ │ │ ├── aperture-outline.svg │ │ │ │ ├── aperture-sharp.svg │ │ │ │ ├── aperture.svg │ │ │ │ ├── apps-outline.svg │ │ │ │ ├── apps-sharp.svg │ │ │ │ ├── apps.svg │ │ │ │ ├── archive-outline.svg │ │ │ │ ├── archive-sharp.svg │ │ │ │ ├── archive.svg │ │ │ │ ├── arrow-back-circle-outline.svg │ │ │ │ ├── arrow-back-circle-sharp.svg │ │ │ │ ├── arrow-back-circle.svg │ │ │ │ ├── arrow-back-outline.svg │ │ │ │ ├── arrow-back-sharp.svg │ │ │ │ ├── arrow-back.svg │ │ │ │ ├── arrow-down-circle-outline.svg │ │ │ │ ├── arrow-down-circle-sharp.svg │ │ │ │ ├── arrow-down-circle.svg │ │ │ │ ├── arrow-down-outline.svg │ │ │ │ ├── arrow-down-sharp.svg │ │ │ │ ├── arrow-down.svg │ │ │ │ ├── arrow-forward-circle-outline.svg │ │ │ │ ├── arrow-forward-circle-sharp.svg │ │ │ │ ├── arrow-forward-circle.svg │ │ │ │ ├── arrow-forward-outline.svg │ │ │ │ ├── arrow-forward-sharp.svg │ │ │ │ ├── arrow-forward.svg │ │ │ │ ├── arrow-redo-circle-outline.svg │ │ │ │ ├── arrow-redo-circle-sharp.svg │ │ │ │ ├── arrow-redo-circle.svg │ │ │ │ ├── arrow-redo-outline.svg │ │ │ │ ├── arrow-redo-sharp.svg │ │ │ │ ├── arrow-redo.svg │ │ │ │ ├── arrow-undo-circle-outline.svg │ │ │ │ ├── arrow-undo-circle-sharp.svg │ │ │ │ ├── arrow-undo-circle.svg │ │ │ │ ├── arrow-undo-outline.svg │ │ │ │ ├── arrow-undo-sharp.svg │ │ │ │ ├── arrow-undo.svg │ │ │ │ ├── arrow-up-circle-outline.svg │ │ │ │ ├── arrow-up-circle-sharp.svg │ │ │ │ ├── arrow-up-circle.svg │ │ │ │ ├── arrow-up-outline.svg │ │ │ │ ├── arrow-up-sharp.svg │ │ │ │ ├── arrow-up.svg │ │ │ │ ├── at-circle-outline.svg │ │ │ │ ├── at-circle-sharp.svg │ │ │ │ ├── at-circle.svg │ │ │ │ ├── at-outline.svg │ │ │ │ ├── at-sharp.svg │ │ │ │ ├── at.svg │ │ │ │ ├── attach-outline.svg │ │ │ │ ├── attach-sharp.svg │ │ │ │ ├── attach.svg │ │ │ │ ├── backspace-outline.svg │ │ │ │ ├── backspace-sharp.svg │ │ │ │ ├── backspace.svg │ │ │ │ ├── bandage-outline.svg │ │ │ │ ├── bandage-sharp.svg │ │ │ │ ├── bandage.svg │ │ │ │ ├── bar-chart-outline.svg │ │ │ │ ├── bar-chart-sharp.svg │ │ │ │ ├── bar-chart.svg │ │ │ │ ├── barbell-outline.svg │ │ │ │ ├── barbell-sharp.svg │ │ │ │ ├── barbell.svg │ │ │ │ ├── barcode-outline.svg │ │ │ │ ├── barcode-sharp.svg │ │ │ │ ├── barcode.svg │ │ │ │ ├── baseball-outline.svg │ │ │ │ ├── baseball-sharp.svg │ │ │ │ ├── baseball.svg │ │ │ │ ├── basket-outline.svg │ │ │ │ ├── basket-sharp.svg │ │ │ │ ├── basket.svg │ │ │ │ ├── basketball-outline.svg │ │ │ │ ├── basketball-sharp.svg │ │ │ │ ├── basketball.svg │ │ │ │ ├── battery-charging-outline.svg │ │ │ │ ├── battery-charging-sharp.svg │ │ │ │ ├── battery-charging.svg │ │ │ │ ├── battery-dead-outline.svg │ │ │ │ ├── battery-dead-sharp.svg │ │ │ │ ├── battery-dead.svg │ │ │ │ ├── battery-full-outline.svg │ │ │ │ ├── battery-full-sharp.svg │ │ │ │ ├── battery-full.svg │ │ │ │ ├── battery-half-outline.svg │ │ │ │ ├── battery-half-sharp.svg │ │ │ │ ├── battery-half.svg │ │ │ │ ├── beaker-outline.svg │ │ │ │ ├── beaker-sharp.svg │ │ │ │ ├── beaker.svg │ │ │ │ ├── bed-outline.svg │ │ │ │ ├── bed-sharp.svg │ │ │ │ ├── bed.svg │ │ │ │ ├── beer-outline.svg │ │ │ │ ├── beer-sharp.svg │ │ │ │ ├── beer.svg │ │ │ │ ├── bicycle-outline.svg │ │ │ │ ├── bicycle-sharp.svg │ │ │ │ ├── bicycle.svg │ │ │ │ ├── bluetooth-outline.svg │ │ │ │ ├── bluetooth-sharp.svg │ │ │ │ ├── bluetooth.svg │ │ │ │ ├── boat-outline.svg │ │ │ │ ├── boat-sharp.svg │ │ │ │ ├── boat.svg │ │ │ │ ├── body-outline.svg │ │ │ │ ├── body-sharp.svg │ │ │ │ ├── body.svg │ │ │ │ ├── bonfire-outline.svg │ │ │ │ ├── bonfire-sharp.svg │ │ │ │ ├── bonfire.svg │ │ │ │ ├── book-outline.svg │ │ │ │ ├── book-sharp.svg │ │ │ │ ├── book.svg │ │ │ │ ├── bookmark-outline.svg │ │ │ │ ├── bookmark-sharp.svg │ │ │ │ ├── bookmark.svg │ │ │ │ ├── bookmarks-outline.svg │ │ │ │ ├── bookmarks-sharp.svg │ │ │ │ ├── bookmarks.svg │ │ │ │ ├── briefcase-outline.svg │ │ │ │ ├── briefcase-sharp.svg │ │ │ │ ├── briefcase.svg │ │ │ │ ├── browsers-outline.svg │ │ │ │ ├── browsers-sharp.svg │ │ │ │ ├── browsers.svg │ │ │ │ ├── brush-outline.svg │ │ │ │ ├── brush-sharp.svg │ │ │ │ ├── brush.svg │ │ │ │ ├── bug-outline.svg │ │ │ │ ├── bug-sharp.svg │ │ │ │ ├── bug.svg │ │ │ │ ├── build-outline.svg │ │ │ │ ├── build-sharp.svg │ │ │ │ ├── build.svg │ │ │ │ ├── bulb-outline.svg │ │ │ │ ├── bulb-sharp.svg │ │ │ │ ├── bulb.svg │ │ │ │ ├── bus-outline.svg │ │ │ │ ├── bus-sharp.svg │ │ │ │ ├── bus.svg │ │ │ │ ├── business-outline.svg │ │ │ │ ├── business-sharp.svg │ │ │ │ ├── business.svg │ │ │ │ ├── cafe-outline.svg │ │ │ │ ├── cafe-sharp.svg │ │ │ │ ├── cafe.svg │ │ │ │ ├── calculator-outline.svg │ │ │ │ ├── calculator-sharp.svg │ │ │ │ ├── calculator.svg │ │ │ │ ├── calendar-outline.svg │ │ │ │ ├── calendar-sharp.svg │ │ │ │ ├── calendar.svg │ │ │ │ ├── call-outline.svg │ │ │ │ ├── call-sharp.svg │ │ │ │ ├── call.svg │ │ │ │ ├── camera-outline.svg │ │ │ │ ├── camera-reverse-outline.svg │ │ │ │ ├── camera-reverse-sharp.svg │ │ │ │ ├── camera-reverse.svg │ │ │ │ ├── camera-sharp.svg │ │ │ │ ├── camera.svg │ │ │ │ ├── car-outline.svg │ │ │ │ ├── car-sharp.svg │ │ │ │ ├── car-sport-outline.svg │ │ │ │ ├── car-sport-sharp.svg │ │ │ │ ├── car-sport.svg │ │ │ │ ├── car.svg │ │ │ │ ├── card-outline.svg │ │ │ │ ├── card-sharp.svg │ │ │ │ ├── card.svg │ │ │ │ ├── caret-back-circle-outline.svg │ │ │ │ ├── caret-back-circle-sharp.svg │ │ │ │ ├── caret-back-circle.svg │ │ │ │ ├── caret-back-outline.svg │ │ │ │ ├── caret-back-sharp.svg │ │ │ │ ├── caret-back.svg │ │ │ │ ├── caret-down-circle-outline.svg │ │ │ │ ├── caret-down-circle-sharp.svg │ │ │ │ ├── caret-down-circle.svg │ │ │ │ ├── caret-down-outline.svg │ │ │ │ ├── caret-down-sharp.svg │ │ │ │ ├── caret-down.svg │ │ │ │ ├── caret-forward-circle-outline.svg │ │ │ │ ├── caret-forward-circle-sharp.svg │ │ │ │ ├── caret-forward-circle.svg │ │ │ │ ├── caret-forward-outline.svg │ │ │ │ ├── caret-forward-sharp.svg │ │ │ │ ├── caret-forward.svg │ │ │ │ ├── caret-up-circle-outline.svg │ │ │ │ ├── caret-up-circle-sharp.svg │ │ │ │ ├── caret-up-circle.svg │ │ │ │ ├── caret-up-outline.svg │ │ │ │ ├── caret-up-sharp.svg │ │ │ │ ├── caret-up.svg │ │ │ │ ├── cart-outline.svg │ │ │ │ ├── cart-sharp.svg │ │ │ │ ├── cart.svg │ │ │ │ ├── cash-outline.svg │ │ │ │ ├── cash-sharp.svg │ │ │ │ ├── cash.svg │ │ │ │ ├── cellular-outline.svg │ │ │ │ ├── cellular-sharp.svg │ │ │ │ ├── cellular.svg │ │ │ │ ├── chatbox-ellipses-outline.svg │ │ │ │ ├── chatbox-ellipses-sharp.svg │ │ │ │ ├── chatbox-ellipses.svg │ │ │ │ ├── chatbox-outline.svg │ │ │ │ ├── chatbox-sharp.svg │ │ │ │ ├── chatbox.svg │ │ │ │ ├── chatbubble-ellipses-outline.svg │ │ │ │ ├── chatbubble-ellipses-sharp.svg │ │ │ │ ├── chatbubble-ellipses.svg │ │ │ │ ├── chatbubble-outline.svg │ │ │ │ ├── chatbubble-sharp.svg │ │ │ │ ├── chatbubble.svg │ │ │ │ ├── chatbubbles-outline.svg │ │ │ │ ├── chatbubbles-sharp.svg │ │ │ │ ├── chatbubbles.svg │ │ │ │ ├── checkbox-outline.svg │ │ │ │ ├── checkbox-sharp.svg │ │ │ │ ├── checkbox.svg │ │ │ │ ├── checkmark-circle-outline.svg │ │ │ │ ├── checkmark-circle-sharp.svg │ │ │ │ ├── checkmark-circle.svg │ │ │ │ ├── checkmark-done-circle-outline.svg │ │ │ │ ├── checkmark-done-circle-sharp.svg │ │ │ │ ├── checkmark-done-circle.svg │ │ │ │ ├── checkmark-done-outline.svg │ │ │ │ ├── checkmark-done-sharp.svg │ │ │ │ ├── checkmark-outline.svg │ │ │ │ ├── checkmark-sharp.svg │ │ │ │ ├── checkmark.svg │ │ │ │ ├── chevron-back-circle-outline.svg │ │ │ │ ├── chevron-back-circle-sharp.svg │ │ │ │ ├── chevron-back-circle.svg │ │ │ │ ├── chevron-back-outline.svg │ │ │ │ ├── chevron-back-sharp.svg │ │ │ │ ├── chevron-back.svg │ │ │ │ ├── chevron-down-circle-outline.svg │ │ │ │ ├── chevron-down-circle-sharp.svg │ │ │ │ ├── chevron-down-circle.svg │ │ │ │ ├── chevron-down-outline.svg │ │ │ │ ├── chevron-down-sharp.svg │ │ │ │ ├── chevron-down.svg │ │ │ │ ├── chevron-forward-circle-outline.svg │ │ │ │ ├── chevron-forward-circle-sharp.svg │ │ │ │ ├── chevron-forward-circle.svg │ │ │ │ ├── chevron-forward-outline.svg │ │ │ │ ├── chevron-forward-sharp.svg │ │ │ │ ├── chevron-forward.svg │ │ │ │ ├── chevron-up-circle-outline.svg │ │ │ │ ├── chevron-up-circle-sharp.svg │ │ │ │ ├── chevron-up-circle.svg │ │ │ │ ├── chevron-up-outline.svg │ │ │ │ ├── chevron-up-sharp.svg │ │ │ │ ├── chevron-up.svg │ │ │ │ ├── clipboard-outline.svg │ │ │ │ ├── clipboard-sharp.svg │ │ │ │ ├── clipboard.svg │ │ │ │ ├── close-circle-outline.svg │ │ │ │ ├── close-circle-sharp.svg │ │ │ │ ├── close-circle.svg │ │ │ │ ├── close-outline.svg │ │ │ │ ├── close-sharp.svg │ │ │ │ ├── close.svg │ │ │ │ ├── cloud-circle-outline.svg │ │ │ │ ├── cloud-circle-sharp.svg │ │ │ │ ├── cloud-circle.svg │ │ │ │ ├── cloud-done-outline.svg │ │ │ │ ├── cloud-done-sharp.svg │ │ │ │ ├── cloud-done.svg │ │ │ │ ├── cloud-download-outline.svg │ │ │ │ ├── cloud-download-sharp.svg │ │ │ │ ├── cloud-download.svg │ │ │ │ ├── cloud-offline-outline.svg │ │ │ │ ├── cloud-offline-sharp.svg │ │ │ │ ├── cloud-offline.svg │ │ │ │ ├── cloud-outline.svg │ │ │ │ ├── cloud-sharp.svg │ │ │ │ ├── cloud-upload-outline.svg │ │ │ │ ├── cloud-upload-sharp.svg │ │ │ │ ├── cloud-upload.svg │ │ │ │ ├── cloud.svg │ │ │ │ ├── cloudy-night-outline.svg │ │ │ │ ├── cloudy-night-sharp.svg │ │ │ │ ├── cloudy-night.svg │ │ │ │ ├── cloudy-outline.svg │ │ │ │ ├── cloudy-sharp.svg │ │ │ │ ├── cloudy.svg │ │ │ │ ├── code-download-outline.svg │ │ │ │ ├── code-download-sharp.svg │ │ │ │ ├── code-download.svg │ │ │ │ ├── code-outline.svg │ │ │ │ ├── code-sharp.svg │ │ │ │ ├── code-slash-outline.svg │ │ │ │ ├── code-slash-sharp.svg │ │ │ │ ├── code-slash.svg │ │ │ │ ├── code-working-outline.svg │ │ │ │ ├── code-working-sharp.svg │ │ │ │ ├── code-working.svg │ │ │ │ ├── code.svg │ │ │ │ ├── cog-outline.svg │ │ │ │ ├── cog-sharp.svg │ │ │ │ ├── cog.svg │ │ │ │ ├── color-fill-outline.svg │ │ │ │ ├── color-fill-sharp.svg │ │ │ │ ├── color-fill.svg │ │ │ │ ├── color-filter-outline.svg │ │ │ │ ├── color-filter-sharp.svg │ │ │ │ ├── color-filter.svg │ │ │ │ ├── color-palette-outline.svg │ │ │ │ ├── color-palette-sharp.svg │ │ │ │ ├── color-palette.svg │ │ │ │ ├── color-wand-outline.svg │ │ │ │ ├── color-wand-sharp.svg │ │ │ │ ├── color-wand.svg │ │ │ │ ├── compass-outline.svg │ │ │ │ ├── compass-sharp.svg │ │ │ │ ├── compass.svg │ │ │ │ ├── construct-outline.svg │ │ │ │ ├── construct-sharp.svg │ │ │ │ ├── construct.svg │ │ │ │ ├── contract-outline.svg │ │ │ │ ├── contract-sharp.svg │ │ │ │ ├── contract.svg │ │ │ │ ├── contrast-outline.svg │ │ │ │ ├── contrast-sharp.svg │ │ │ │ ├── contrast.svg │ │ │ │ ├── copy-outline.svg │ │ │ │ ├── copy-sharp.svg │ │ │ │ ├── copy.svg │ │ │ │ ├── create-outline.svg │ │ │ │ ├── create-sharp.svg │ │ │ │ ├── create.svg │ │ │ │ ├── crop-outline.svg │ │ │ │ ├── crop-sharp.svg │ │ │ │ ├── crop.svg │ │ │ │ ├── cube-outline.svg │ │ │ │ ├── cube-sharp.svg │ │ │ │ ├── cube.svg │ │ │ │ ├── cut-outline.svg │ │ │ │ ├── cut-sharp.svg │ │ │ │ ├── cut.svg │ │ │ │ ├── desktop-outline.svg │ │ │ │ ├── desktop-sharp.svg │ │ │ │ ├── desktop.svg │ │ │ │ ├── disc-outline.svg │ │ │ │ ├── disc-sharp.svg │ │ │ │ ├── disc.svg │ │ │ │ ├── document-attach-outline.svg │ │ │ │ ├── document-attach-sharp.svg │ │ │ │ ├── document-attach.svg │ │ │ │ ├── document-outline.svg │ │ │ │ ├── document-sharp.svg │ │ │ │ ├── document-text-outline.svg │ │ │ │ ├── document-text-sharp.svg │ │ │ │ ├── document-text.svg │ │ │ │ ├── document.svg │ │ │ │ ├── documents-outline.svg │ │ │ │ ├── documents-sharp.svg │ │ │ │ ├── documents.svg │ │ │ │ ├── download-outline.svg │ │ │ │ ├── download-sharp.svg │ │ │ │ ├── download.svg │ │ │ │ ├── duplicate-outline.svg │ │ │ │ ├── duplicate-sharp.svg │ │ │ │ ├── duplicate.svg │ │ │ │ ├── ear-outline.svg │ │ │ │ ├── ear-sharp.svg │ │ │ │ ├── ear.svg │ │ │ │ ├── earth-outline.svg │ │ │ │ ├── earth-sharp.svg │ │ │ │ ├── earth.svg │ │ │ │ ├── easel-outline.svg │ │ │ │ ├── easel-sharp.svg │ │ │ │ ├── easel.svg │ │ │ │ ├── egg-outline.svg │ │ │ │ ├── egg-sharp.svg │ │ │ │ ├── egg.svg │ │ │ │ ├── ellipse-outline.svg │ │ │ │ ├── ellipse-sharp.svg │ │ │ │ ├── ellipse.svg │ │ │ │ ├── ellipsis-horizontal-circle-outline.svg │ │ │ │ ├── ellipsis-horizontal-circle-sharp.svg │ │ │ │ ├── ellipsis-horizontal-circle.svg │ │ │ │ ├── ellipsis-horizontal-outline.svg │ │ │ │ ├── ellipsis-horizontal-sharp.svg │ │ │ │ ├── ellipsis-horizontal.svg │ │ │ │ ├── ellipsis-vertical-circle-outline.svg │ │ │ │ ├── ellipsis-vertical-circle-sharp.svg │ │ │ │ ├── ellipsis-vertical-circle.svg │ │ │ │ ├── ellipsis-vertical-outline.svg │ │ │ │ ├── ellipsis-vertical-sharp.svg │ │ │ │ ├── ellipsis-vertical.svg │ │ │ │ ├── enter-outline.svg │ │ │ │ ├── enter-sharp.svg │ │ │ │ ├── enter.svg │ │ │ │ ├── exit-outline.svg │ │ │ │ ├── exit-sharp.svg │ │ │ │ ├── exit.svg │ │ │ │ ├── expand-outline.svg │ │ │ │ ├── expand-sharp.svg │ │ │ │ ├── expand.svg │ │ │ │ ├── eye-off-outline.svg │ │ │ │ ├── eye-off-sharp.svg │ │ │ │ ├── eye-off.svg │ │ │ │ ├── eye-outline.svg │ │ │ │ ├── eye-sharp.svg │ │ │ │ ├── eye.svg │ │ │ │ ├── eyedrop-outline.svg │ │ │ │ ├── eyedrop-sharp.svg │ │ │ │ ├── eyedrop.svg │ │ │ │ ├── fast-food-outline.svg │ │ │ │ ├── fast-food-sharp.svg │ │ │ │ ├── fast-food.svg │ │ │ │ ├── female-outline.svg │ │ │ │ ├── female-sharp.svg │ │ │ │ ├── female.svg │ │ │ │ ├── file-tray-full-outline.svg │ │ │ │ ├── file-tray-full-sharp.svg │ │ │ │ ├── file-tray-full.svg │ │ │ │ ├── file-tray-outline.svg │ │ │ │ ├── file-tray-sharp.svg │ │ │ │ ├── file-tray-stacked-outline.svg │ │ │ │ ├── file-tray-stacked-sharp.svg │ │ │ │ ├── file-tray-stacked.svg │ │ │ │ ├── file-tray.svg │ │ │ │ ├── film-outline.svg │ │ │ │ ├── film-sharp.svg │ │ │ │ ├── film.svg │ │ │ │ ├── filter-outline.svg │ │ │ │ ├── filter-sharp.svg │ │ │ │ ├── filter.svg │ │ │ │ ├── finger-print-outline.svg │ │ │ │ ├── finger-print-sharp.svg │ │ │ │ ├── finger-print.svg │ │ │ │ ├── fitness-outline.svg │ │ │ │ ├── fitness-sharp.svg │ │ │ │ ├── fitness.svg │ │ │ │ ├── flag-outline.svg │ │ │ │ ├── flag-sharp.svg │ │ │ │ ├── flag.svg │ │ │ │ ├── flame-outline.svg │ │ │ │ ├── flame-sharp.svg │ │ │ │ ├── flame.svg │ │ │ │ ├── flash-off-outline.svg │ │ │ │ ├── flash-off-sharp.svg │ │ │ │ ├── flash-off.svg │ │ │ │ ├── flash-outline.svg │ │ │ │ ├── flash-sharp.svg │ │ │ │ ├── flash.svg │ │ │ │ ├── flashlight-outline.svg │ │ │ │ ├── flashlight-sharp.svg │ │ │ │ ├── flashlight.svg │ │ │ │ ├── flask-outline.svg │ │ │ │ ├── flask-sharp.svg │ │ │ │ ├── flask.svg │ │ │ │ ├── flower-outline.svg │ │ │ │ ├── flower-sharp.svg │ │ │ │ ├── flower.svg │ │ │ │ ├── folder-open-outline.svg │ │ │ │ ├── folder-open-sharp.svg │ │ │ │ ├── folder-open.svg │ │ │ │ ├── folder-outline.svg │ │ │ │ ├── folder-sharp.svg │ │ │ │ ├── folder.svg │ │ │ │ ├── football-outline.svg │ │ │ │ ├── football-sharp.svg │ │ │ │ ├── football.svg │ │ │ │ ├── funnel-outline.svg │ │ │ │ ├── funnel-sharp.svg │ │ │ │ ├── funnel.svg │ │ │ │ ├── game-controller-outline.svg │ │ │ │ ├── game-controller-sharp.svg │ │ │ │ ├── game-controller.svg │ │ │ │ ├── gift-outline.svg │ │ │ │ ├── gift-sharp.svg │ │ │ │ ├── gift.svg │ │ │ │ ├── git-branch-outline.svg │ │ │ │ ├── git-branch-sharp.svg │ │ │ │ ├── git-branch.svg │ │ │ │ ├── git-commit-outline.svg │ │ │ │ ├── git-commit-sharp.svg │ │ │ │ ├── git-commit.svg │ │ │ │ ├── git-compare-outline.svg │ │ │ │ ├── git-compare-sharp.svg │ │ │ │ ├── git-compare.svg │ │ │ │ ├── git-merge-outline.svg │ │ │ │ ├── git-merge-sharp.svg │ │ │ │ ├── git-merge.svg │ │ │ │ ├── git-network-outline.svg │ │ │ │ ├── git-network-sharp.svg │ │ │ │ ├── git-network.svg │ │ │ │ ├── git-pull-request-outline.svg │ │ │ │ ├── git-pull-request-sharp.svg │ │ │ │ ├── git-pull-request.svg │ │ │ │ ├── glasses-outline.svg │ │ │ │ ├── glasses-sharp.svg │ │ │ │ ├── glasses.svg │ │ │ │ ├── globe-outline.svg │ │ │ │ ├── globe-sharp.svg │ │ │ │ ├── globe.svg │ │ │ │ ├── golf-outline.svg │ │ │ │ ├── golf-sharp.svg │ │ │ │ ├── golf.svg │ │ │ │ ├── grid-outline.svg │ │ │ │ ├── grid-sharp.svg │ │ │ │ ├── grid.svg │ │ │ │ ├── hammer-outline.svg │ │ │ │ ├── hammer-sharp.svg │ │ │ │ ├── hammer.svg │ │ │ │ ├── hand-left-outline.svg │ │ │ │ ├── hand-left-sharp.svg │ │ │ │ ├── hand-left.svg │ │ │ │ ├── hand-right-outline.svg │ │ │ │ ├── hand-right-sharp.svg │ │ │ │ ├── hand-right.svg │ │ │ │ ├── happy-outline.svg │ │ │ │ ├── happy-sharp.svg │ │ │ │ ├── happy.svg │ │ │ │ ├── hardware-chip-outline.svg │ │ │ │ ├── hardware-chip-sharp.svg │ │ │ │ ├── hardware-chip.svg │ │ │ │ ├── headset-outline.svg │ │ │ │ ├── headset-sharp.svg │ │ │ │ ├── headset.svg │ │ │ │ ├── heart-circle-outline.svg │ │ │ │ ├── heart-circle-sharp.svg │ │ │ │ ├── heart-circle.svg │ │ │ │ ├── heart-dislike-circle-outline.svg │ │ │ │ ├── heart-dislike-circle-sharp.svg │ │ │ │ ├── heart-dislike-circle.svg │ │ │ │ ├── heart-dislike-outline.svg │ │ │ │ ├── heart-dislike-sharp.svg │ │ │ │ ├── heart-dislike.svg │ │ │ │ ├── heart-half-outline.svg │ │ │ │ ├── heart-half-sharp.svg │ │ │ │ ├── heart-half.svg │ │ │ │ ├── heart-outline.svg │ │ │ │ ├── heart-sharp.svg │ │ │ │ ├── heart.svg │ │ │ │ ├── help-buoy-outline.svg │ │ │ │ ├── help-buoy-sharp.svg │ │ │ │ ├── help-buoy.svg │ │ │ │ ├── help-circle-outline.svg │ │ │ │ ├── help-circle-sharp.svg │ │ │ │ ├── help-circle.svg │ │ │ │ ├── help-outline.svg │ │ │ │ ├── help-sharp.svg │ │ │ │ ├── help.svg │ │ │ │ ├── home-outline.svg │ │ │ │ ├── home-sharp.svg │ │ │ │ ├── home.svg │ │ │ │ ├── hourglass-outline.svg │ │ │ │ ├── hourglass-sharp.svg │ │ │ │ ├── hourglass.svg │ │ │ │ ├── ice-cream-outline.svg │ │ │ │ ├── ice-cream-sharp.svg │ │ │ │ ├── ice-cream.svg │ │ │ │ ├── image-outline.svg │ │ │ │ ├── image-sharp.svg │ │ │ │ ├── image.svg │ │ │ │ ├── images-outline.svg │ │ │ │ ├── images-sharp.svg │ │ │ │ ├── images.svg │ │ │ │ ├── infinite-outline.svg │ │ │ │ ├── infinite-sharp.svg │ │ │ │ ├── infinite.svg │ │ │ │ ├── information-circle-outline.svg │ │ │ │ ├── information-circle-sharp.svg │ │ │ │ ├── information-circle.svg │ │ │ │ ├── information-outline.svg │ │ │ │ ├── information-sharp.svg │ │ │ │ ├── information.svg │ │ │ │ ├── journal-outline.svg │ │ │ │ ├── journal-sharp.svg │ │ │ │ ├── journal.svg │ │ │ │ ├── key-outline.svg │ │ │ │ ├── key-sharp.svg │ │ │ │ ├── key.svg │ │ │ │ ├── keypad-outline.svg │ │ │ │ ├── keypad-sharp.svg │ │ │ │ ├── keypad.svg │ │ │ │ ├── language-outline.svg │ │ │ │ ├── language-sharp.svg │ │ │ │ ├── language.svg │ │ │ │ ├── laptop-outline.svg │ │ │ │ ├── laptop-sharp.svg │ │ │ │ ├── laptop.svg │ │ │ │ ├── layers-outline.svg │ │ │ │ ├── layers-sharp.svg │ │ │ │ ├── layers.svg │ │ │ │ ├── leaf-outline.svg │ │ │ │ ├── leaf-sharp.svg │ │ │ │ ├── leaf.svg │ │ │ │ ├── library-outline.svg │ │ │ │ ├── library-sharp.svg │ │ │ │ ├── library.svg │ │ │ │ ├── link-outline.svg │ │ │ │ ├── link-sharp.svg │ │ │ │ ├── link.svg │ │ │ │ ├── list-circle-outline.svg │ │ │ │ ├── list-circle-sharp.svg │ │ │ │ ├── list-circle.svg │ │ │ │ ├── list-outline.svg │ │ │ │ ├── list-sharp.svg │ │ │ │ ├── list.svg │ │ │ │ ├── locate-outline.svg │ │ │ │ ├── locate-sharp.svg │ │ │ │ ├── locate.svg │ │ │ │ ├── location-outline.svg │ │ │ │ ├── location-sharp.svg │ │ │ │ ├── location.svg │ │ │ │ ├── lock-closed-outline.svg │ │ │ │ ├── lock-closed-sharp.svg │ │ │ │ ├── lock-closed.svg │ │ │ │ ├── lock-open-outline.svg │ │ │ │ ├── lock-open-sharp.svg │ │ │ │ ├── lock-open.svg │ │ │ │ ├── log-in-outline.svg │ │ │ │ ├── log-in-sharp.svg │ │ │ │ ├── log-in.svg │ │ │ │ ├── log-out-outline.svg │ │ │ │ ├── log-out-sharp.svg │ │ │ │ ├── log-out.svg │ │ │ │ ├── logo-amazon.svg │ │ │ │ ├── logo-amplify.svg │ │ │ │ ├── logo-android.svg │ │ │ │ ├── logo-angular.svg │ │ │ │ ├── logo-apple-appstore.svg │ │ │ │ ├── logo-apple.svg │ │ │ │ ├── logo-bitbucket.svg │ │ │ │ ├── logo-bitcoin.svg │ │ │ │ ├── logo-buffer.svg │ │ │ │ ├── logo-capacitor.svg │ │ │ │ ├── logo-chrome.svg │ │ │ │ ├── logo-closed-captioning.svg │ │ │ │ ├── logo-codepen.svg │ │ │ │ ├── logo-css3.svg │ │ │ │ ├── logo-designernews.svg │ │ │ │ ├── logo-dribbble.svg │ │ │ │ ├── logo-dropbox.svg │ │ │ │ ├── logo-edge.svg │ │ │ │ ├── logo-electron.svg │ │ │ │ ├── logo-euro.svg │ │ │ │ ├── logo-facebook.svg │ │ │ │ ├── logo-firebase.svg │ │ │ │ ├── logo-firefox.svg │ │ │ │ ├── logo-flickr.svg │ │ │ │ ├── logo-foursquare.svg │ │ │ │ ├── logo-github.svg │ │ │ │ ├── logo-google-playstore.svg │ │ │ │ ├── logo-google.svg │ │ │ │ ├── logo-hackernews.svg │ │ │ │ ├── logo-html5.svg │ │ │ │ ├── logo-instagram.svg │ │ │ │ ├── logo-ionic.svg │ │ │ │ ├── logo-ionitron.svg │ │ │ │ ├── logo-javascript.svg │ │ │ │ ├── logo-laravel.svg │ │ │ │ ├── logo-linkedin.svg │ │ │ │ ├── logo-markdown.svg │ │ │ │ ├── logo-no-smoking.svg │ │ │ │ ├── logo-nodejs.svg │ │ │ │ ├── logo-npm.svg │ │ │ │ ├── logo-octocat.svg │ │ │ │ ├── logo-pinterest.svg │ │ │ │ ├── logo-playstation.svg │ │ │ │ ├── logo-pwa.svg │ │ │ │ ├── logo-python.svg │ │ │ │ ├── logo-react.svg │ │ │ │ ├── logo-reddit.svg │ │ │ │ ├── logo-rss.svg │ │ │ │ ├── logo-sass.svg │ │ │ │ ├── logo-skype.svg │ │ │ │ ├── logo-slack.svg │ │ │ │ ├── logo-snapchat.svg │ │ │ │ ├── logo-stackoverflow.svg │ │ │ │ ├── logo-steam.svg │ │ │ │ ├── logo-stencil.svg │ │ │ │ ├── logo-tumblr.svg │ │ │ │ ├── logo-tux.svg │ │ │ │ ├── logo-twitch.svg │ │ │ │ ├── logo-twitter.svg │ │ │ │ ├── logo-usd.svg │ │ │ │ ├── logo-vimeo.svg │ │ │ │ ├── logo-vk.svg │ │ │ │ ├── logo-vue.svg │ │ │ │ ├── logo-web-component.svg │ │ │ │ ├── logo-whatsapp.svg │ │ │ │ ├── logo-windows.svg │ │ │ │ ├── logo-wordpress.svg │ │ │ │ ├── logo-xbox.svg │ │ │ │ ├── logo-xing.svg │ │ │ │ ├── logo-yahoo.svg │ │ │ │ ├── logo-yen.svg │ │ │ │ ├── logo-youtube.svg │ │ │ │ ├── magnet-outline.svg │ │ │ │ ├── magnet-sharp.svg │ │ │ │ ├── magnet.svg │ │ │ │ ├── mail-notification-outline.svg │ │ │ │ ├── mail-notification-sharp.svg │ │ │ │ ├── mail-notification.svg │ │ │ │ ├── mail-open-outline.svg │ │ │ │ ├── mail-open-sharp.svg │ │ │ │ ├── mail-open.svg │ │ │ │ ├── mail-outline.svg │ │ │ │ ├── mail-sharp.svg │ │ │ │ ├── mail.svg │ │ │ │ ├── male-female-outline.svg │ │ │ │ ├── male-female-sharp.svg │ │ │ │ ├── male-female.svg │ │ │ │ ├── male-outline.svg │ │ │ │ ├── male-sharp.svg │ │ │ │ ├── male.svg │ │ │ │ ├── man-outline.svg │ │ │ │ ├── man-sharp.svg │ │ │ │ ├── man.svg │ │ │ │ ├── map-outline.svg │ │ │ │ ├── map-sharp.svg │ │ │ │ ├── map.svg │ │ │ │ ├── medal-outline.svg │ │ │ │ ├── medal-sharp.svg │ │ │ │ ├── medal.svg │ │ │ │ ├── medical-outline.svg │ │ │ │ ├── medical-sharp.svg │ │ │ │ ├── medical.svg │ │ │ │ ├── medkit-outline.svg │ │ │ │ ├── medkit-sharp.svg │ │ │ │ ├── medkit.svg │ │ │ │ ├── megaphone-outline.svg │ │ │ │ ├── megaphone-sharp.svg │ │ │ │ ├── megaphone.svg │ │ │ │ ├── menu-outline.svg │ │ │ │ ├── menu-sharp.svg │ │ │ │ ├── menu.svg │ │ │ │ ├── mic-circle-outline.svg │ │ │ │ ├── mic-circle-sharp.svg │ │ │ │ ├── mic-circle.svg │ │ │ │ ├── mic-off-circle-outline.svg │ │ │ │ ├── mic-off-circle-sharp.svg │ │ │ │ ├── mic-off-circle.svg │ │ │ │ ├── mic-off-outline.svg │ │ │ │ ├── mic-off-sharp.svg │ │ │ │ ├── mic-off.svg │ │ │ │ ├── mic-outline.svg │ │ │ │ ├── mic-sharp.svg │ │ │ │ ├── mic.svg │ │ │ │ ├── moon-outline.svg │ │ │ │ ├── moon-sharp.svg │ │ │ │ ├── moon.svg │ │ │ │ ├── move-outline.svg │ │ │ │ ├── move-sharp.svg │ │ │ │ ├── move.svg │ │ │ │ ├── musical-note-outline.svg │ │ │ │ ├── musical-note-sharp.svg │ │ │ │ ├── musical-note.svg │ │ │ │ ├── musical-notes-outline.svg │ │ │ │ ├── musical-notes-sharp.svg │ │ │ │ ├── musical-notes.svg │ │ │ │ ├── navigate-circle-outline.svg │ │ │ │ ├── navigate-circle-sharp.svg │ │ │ │ ├── navigate-circle.svg │ │ │ │ ├── navigate-outline.svg │ │ │ │ ├── navigate-sharp.svg │ │ │ │ ├── navigate.svg │ │ │ │ ├── newspaper-outline.svg │ │ │ │ ├── newspaper-sharp.svg │ │ │ │ ├── newspaper.svg │ │ │ │ ├── notifications-circle-outline.svg │ │ │ │ ├── notifications-circle-sharp.svg │ │ │ │ ├── notifications-circle.svg │ │ │ │ ├── notifications-off-circle-outline.svg │ │ │ │ ├── notifications-off-circle-sharp.svg │ │ │ │ ├── notifications-off-circle.svg │ │ │ │ ├── notifications-off-outline.svg │ │ │ │ ├── notifications-off-sharp.svg │ │ │ │ ├── notifications-off.svg │ │ │ │ ├── notifications-outline.svg │ │ │ │ ├── notifications-sharp.svg │ │ │ │ ├── notifications.svg │ │ │ │ ├── nuclear-outline.svg │ │ │ │ ├── nuclear-sharp.svg │ │ │ │ ├── nuclear.svg │ │ │ │ ├── nutrition-outline.svg │ │ │ │ ├── nutrition-sharp.svg │ │ │ │ ├── nutrition.svg │ │ │ │ ├── open-outline.svg │ │ │ │ ├── open-sharp.svg │ │ │ │ ├── open.svg │ │ │ │ ├── options-outline.svg │ │ │ │ ├── options-sharp.svg │ │ │ │ ├── options.svg │ │ │ │ ├── paper-plane-outline.svg │ │ │ │ ├── paper-plane-sharp.svg │ │ │ │ ├── paper-plane.svg │ │ │ │ ├── partly-sunny-outline.svg │ │ │ │ ├── partly-sunny-sharp.svg │ │ │ │ ├── partly-sunny.svg │ │ │ │ ├── pause-circle-outline.svg │ │ │ │ ├── pause-circle-sharp.svg │ │ │ │ ├── pause-circle.svg │ │ │ │ ├── pause-outline.svg │ │ │ │ ├── pause-sharp.svg │ │ │ │ ├── pause.svg │ │ │ │ ├── paw-outline.svg │ │ │ │ ├── paw-sharp.svg │ │ │ │ ├── paw.svg │ │ │ │ ├── pencil-outline.svg │ │ │ │ ├── pencil-sharp.svg │ │ │ │ ├── pencil.svg │ │ │ │ ├── people-circle-outline.svg │ │ │ │ ├── people-circle-sharp.svg │ │ │ │ ├── people-circle.svg │ │ │ │ ├── people-outline.svg │ │ │ │ ├── people-sharp.svg │ │ │ │ ├── people.svg │ │ │ │ ├── person-add-outline.svg │ │ │ │ ├── person-add-sharp.svg │ │ │ │ ├── person-add.svg │ │ │ │ ├── person-circle-outline.svg │ │ │ │ ├── person-circle-sharp.svg │ │ │ │ ├── person-circle.svg │ │ │ │ ├── person-outline.svg │ │ │ │ ├── person-remove-outline.svg │ │ │ │ ├── person-remove-sharp.svg │ │ │ │ ├── person-remove.svg │ │ │ │ ├── person-sharp.svg │ │ │ │ ├── person.svg │ │ │ │ ├── phone-landscape-outline.svg │ │ │ │ ├── phone-landscape-sharp.svg │ │ │ │ ├── phone-landscape.svg │ │ │ │ ├── phone-portrait-outline.svg │ │ │ │ ├── phone-portrait-sharp.svg │ │ │ │ ├── phone-portrait.svg │ │ │ │ ├── pie-chart-outline.svg │ │ │ │ ├── pie-chart-sharp.svg │ │ │ │ ├── pie-chart.svg │ │ │ │ ├── pin-outline.svg │ │ │ │ ├── pin-sharp.svg │ │ │ │ ├── pin.svg │ │ │ │ ├── pint-outline.svg │ │ │ │ ├── pint-sharp.svg │ │ │ │ ├── pint.svg │ │ │ │ ├── pizza-outline.svg │ │ │ │ ├── pizza-sharp.svg │ │ │ │ ├── pizza.svg │ │ │ │ ├── planet-outline.svg │ │ │ │ ├── planet-sharp.svg │ │ │ │ ├── planet.svg │ │ │ │ ├── play-back-circle-outline.svg │ │ │ │ ├── play-back-circle-sharp.svg │ │ │ │ ├── play-back-circle.svg │ │ │ │ ├── play-back-outline.svg │ │ │ │ ├── play-back-sharp.svg │ │ │ │ ├── play-back.svg │ │ │ │ ├── play-circle-outline.svg │ │ │ │ ├── play-circle-sharp.svg │ │ │ │ ├── play-circle.svg │ │ │ │ ├── play-forward-circle-outline.svg │ │ │ │ ├── play-forward-circle-sharp.svg │ │ │ │ ├── play-forward-circle.svg │ │ │ │ ├── play-forward-outline.svg │ │ │ │ ├── play-forward-sharp.svg │ │ │ │ ├── play-forward.svg │ │ │ │ ├── play-outline.svg │ │ │ │ ├── play-sharp.svg │ │ │ │ ├── play-skip-back-circle-outline.svg │ │ │ │ ├── play-skip-back-circle-sharp.svg │ │ │ │ ├── play-skip-back-circle.svg │ │ │ │ ├── play-skip-back-outline.svg │ │ │ │ ├── play-skip-back-sharp.svg │ │ │ │ ├── play-skip-back.svg │ │ │ │ ├── play-skip-forward-circle-outline.svg │ │ │ │ ├── play-skip-forward-circle-sharp.svg │ │ │ │ ├── play-skip-forward-circle.svg │ │ │ │ ├── play-skip-forward-outline.svg │ │ │ │ ├── play-skip-forward-sharp.svg │ │ │ │ ├── play-skip-forward.svg │ │ │ │ ├── play.svg │ │ │ │ ├── podium-outline.svg │ │ │ │ ├── podium-sharp.svg │ │ │ │ ├── podium.svg │ │ │ │ ├── power-outline.svg │ │ │ │ ├── power-sharp.svg │ │ │ │ ├── power.svg │ │ │ │ ├── pricetag-outline.svg │ │ │ │ ├── pricetag-sharp.svg │ │ │ │ ├── pricetag.svg │ │ │ │ ├── pricetags-outline.svg │ │ │ │ ├── pricetags-sharp.svg │ │ │ │ ├── pricetags.svg │ │ │ │ ├── print-outline.svg │ │ │ │ ├── print-sharp.svg │ │ │ │ ├── print.svg │ │ │ │ ├── pulse-outline.svg │ │ │ │ ├── pulse-sharp.svg │ │ │ │ ├── pulse.svg │ │ │ │ ├── push-outline.svg │ │ │ │ ├── push-sharp.svg │ │ │ │ ├── push.svg │ │ │ │ ├── qr-code-outline.svg │ │ │ │ ├── qr-code-sharp.svg │ │ │ │ ├── qr-code.svg │ │ │ │ ├── radio-off-outline.svg │ │ │ │ ├── radio-off-sharp.svg │ │ │ │ ├── radio-off.svg │ │ │ │ ├── radio-on-outline.svg │ │ │ │ ├── radio-on-sharp.svg │ │ │ │ ├── radio-on.svg │ │ │ │ ├── radio-outline.svg │ │ │ │ ├── radio-sharp.svg │ │ │ │ ├── radio.svg │ │ │ │ ├── rainy-outline.svg │ │ │ │ ├── rainy-sharp.svg │ │ │ │ ├── rainy.svg │ │ │ │ ├── reader-outline.svg │ │ │ │ ├── reader-sharp.svg │ │ │ │ ├── reader.svg │ │ │ │ ├── receipt-outline.svg │ │ │ │ ├── receipt-sharp.svg │ │ │ │ ├── receipt.svg │ │ │ │ ├── recording-outline.svg │ │ │ │ ├── recording-sharp.svg │ │ │ │ ├── recording.svg │ │ │ │ ├── refresh-circle-outline.svg │ │ │ │ ├── refresh-circle-sharp.svg │ │ │ │ ├── refresh-circle.svg │ │ │ │ ├── refresh-outline.svg │ │ │ │ ├── refresh-sharp.svg │ │ │ │ ├── refresh.svg │ │ │ │ ├── reload-circle-outline.svg │ │ │ │ ├── reload-circle-sharp.svg │ │ │ │ ├── reload-circle.svg │ │ │ │ ├── reload-outline.svg │ │ │ │ ├── reload-sharp.svg │ │ │ │ ├── reload.svg │ │ │ │ ├── remove-circle-outline.svg │ │ │ │ ├── remove-circle-sharp.svg │ │ │ │ ├── remove-circle.svg │ │ │ │ ├── remove-outline.svg │ │ │ │ ├── remove-sharp.svg │ │ │ │ ├── remove.svg │ │ │ │ ├── reorder-four-outline.svg │ │ │ │ ├── reorder-four-sharp.svg │ │ │ │ ├── reorder-four.svg │ │ │ │ ├── reorder-three-outline.svg │ │ │ │ ├── reorder-three-sharp.svg │ │ │ │ ├── reorder-three.svg │ │ │ │ ├── reorder-two-outline.svg │ │ │ │ ├── reorder-two-sharp.svg │ │ │ │ ├── reorder-two.svg │ │ │ │ ├── repeat-outline.svg │ │ │ │ ├── repeat-sharp.svg │ │ │ │ ├── repeat.svg │ │ │ │ ├── resize-outline.svg │ │ │ │ ├── resize-sharp.svg │ │ │ │ ├── resize.svg │ │ │ │ ├── restaurant-outline.svg │ │ │ │ ├── restaurant-sharp.svg │ │ │ │ ├── restaurant.svg │ │ │ │ ├── return-down-back-outline.svg │ │ │ │ ├── return-down-back-sharp.svg │ │ │ │ ├── return-down-back.svg │ │ │ │ ├── return-down-forward-outline.svg │ │ │ │ ├── return-down-forward-sharp.svg │ │ │ │ ├── return-down-forward.svg │ │ │ │ ├── return-up-back-outline.svg │ │ │ │ ├── return-up-back-sharp.svg │ │ │ │ ├── return-up-back.svg │ │ │ │ ├── return-up-forward-outline.svg │ │ │ │ ├── return-up-forward-sharp.svg │ │ │ │ ├── return-up-forward.svg │ │ │ │ ├── ribbon-outline.svg │ │ │ │ ├── ribbon-sharp.svg │ │ │ │ ├── ribbon.svg │ │ │ │ ├── rocket-outline.svg │ │ │ │ ├── rocket-sharp.svg │ │ │ │ ├── rocket.svg │ │ │ │ ├── rose-outline.svg │ │ │ │ ├── rose-sharp.svg │ │ │ │ ├── rose.svg │ │ │ │ ├── sad-outline.svg │ │ │ │ ├── sad-sharp.svg │ │ │ │ ├── sad.svg │ │ │ │ ├── save-outline.svg │ │ │ │ ├── save-sharp.svg │ │ │ │ ├── save.svg │ │ │ │ ├── scan-circle-outline.svg │ │ │ │ ├── scan-circle-sharp.svg │ │ │ │ ├── scan-circle.svg │ │ │ │ ├── scan-outline.svg │ │ │ │ ├── scan-sharp.svg │ │ │ │ ├── scan.svg │ │ │ │ ├── school-outline.svg │ │ │ │ ├── school-sharp.svg │ │ │ │ ├── school.svg │ │ │ │ ├── search-circle-outline.svg │ │ │ │ ├── search-circle-sharp.svg │ │ │ │ ├── search-circle.svg │ │ │ │ ├── search-outline.svg │ │ │ │ ├── search-sharp.svg │ │ │ │ ├── search.svg │ │ │ │ ├── send-outline.svg │ │ │ │ ├── send-sharp.svg │ │ │ │ ├── send.svg │ │ │ │ ├── server-outline.svg │ │ │ │ ├── server-sharp.svg │ │ │ │ ├── server.svg │ │ │ │ ├── settings-outline.svg │ │ │ │ ├── settings-sharp.svg │ │ │ │ ├── settings.svg │ │ │ │ ├── shapes-outline.svg │ │ │ │ ├── shapes-sharp.svg │ │ │ │ ├── shapes.svg │ │ │ │ ├── share-outline.svg │ │ │ │ ├── share-sharp.svg │ │ │ │ ├── share-social-outline.svg │ │ │ │ ├── share-social-sharp.svg │ │ │ │ ├── share-social.svg │ │ │ │ ├── share.svg │ │ │ │ ├── shield-checkmark-outline.svg │ │ │ │ ├── shield-checkmark-sharp.svg │ │ │ │ ├── shield-checkmark.svg │ │ │ │ ├── shield-outline.svg │ │ │ │ ├── shield-sharp.svg │ │ │ │ ├── shield.svg │ │ │ │ ├── shirt-outline.svg │ │ │ │ ├── shirt-sharp.svg │ │ │ │ ├── shirt.svg │ │ │ │ ├── shuffle-outline.svg │ │ │ │ ├── shuffle-sharp.svg │ │ │ │ ├── shuffle.svg │ │ │ │ ├── skull-outline.svg │ │ │ │ ├── skull-sharp.svg │ │ │ │ ├── skull.svg │ │ │ │ ├── snow-outline.svg │ │ │ │ ├── snow-sharp.svg │ │ │ │ ├── snow.svg │ │ │ │ ├── speedometer-outline.svg │ │ │ │ ├── speedometer-sharp.svg │ │ │ │ ├── speedometer.svg │ │ │ │ ├── square-outline.svg │ │ │ │ ├── square-sharp.svg │ │ │ │ ├── square.svg │ │ │ │ ├── star-half-outline.svg │ │ │ │ ├── star-half-sharp.svg │ │ │ │ ├── star-half.svg │ │ │ │ ├── star-outline.svg │ │ │ │ ├── star-sharp.svg │ │ │ │ ├── star.svg │ │ │ │ ├── stats-chart-outline.svg │ │ │ │ ├── stats-chart-sharp.svg │ │ │ │ ├── stats-chart.svg │ │ │ │ ├── stop-circle-outline.svg │ │ │ │ ├── stop-circle-sharp.svg │ │ │ │ ├── stop-circle.svg │ │ │ │ ├── stop-outline.svg │ │ │ │ ├── stop-sharp.svg │ │ │ │ ├── stop.svg │ │ │ │ ├── stopwatch-outline.svg │ │ │ │ ├── stopwatch-sharp.svg │ │ │ │ ├── stopwatch.svg │ │ │ │ ├── subway-outline.svg │ │ │ │ ├── subway-sharp.svg │ │ │ │ ├── subway.svg │ │ │ │ ├── sunny-outline.svg │ │ │ │ ├── sunny-sharp.svg │ │ │ │ ├── sunny.svg │ │ │ │ ├── swap-horizontal-outline.svg │ │ │ │ ├── swap-horizontal-sharp.svg │ │ │ │ ├── swap-horizontal.svg │ │ │ │ ├── swap-vertical-outline.svg │ │ │ │ ├── swap-vertical-sharp.svg │ │ │ │ ├── swap-vertical.svg │ │ │ │ ├── switch-outline.svg │ │ │ │ ├── switch-sharp.svg │ │ │ │ ├── switch.svg │ │ │ │ ├── sync-circle-outline.svg │ │ │ │ ├── sync-circle-sharp.svg │ │ │ │ ├── sync-circle.svg │ │ │ │ ├── sync-outline.svg │ │ │ │ ├── sync-sharp.svg │ │ │ │ ├── sync.svg │ │ │ │ ├── tablet-landscape-outline.svg │ │ │ │ ├── tablet-landscape-sharp.svg │ │ │ │ ├── tablet-landscape.svg │ │ │ │ ├── tablet-portrait-outline.svg │ │ │ │ ├── tablet-portrait-sharp.svg │ │ │ │ ├── tablet-portrait.svg │ │ │ │ ├── tennisball-outline.svg │ │ │ │ ├── tennisball-sharp.svg │ │ │ │ ├── tennisball.svg │ │ │ │ ├── terminal-outline.svg │ │ │ │ ├── terminal-sharp.svg │ │ │ │ ├── terminal.svg │ │ │ │ ├── text-outline.svg │ │ │ │ ├── text-sharp.svg │ │ │ │ ├── text.svg │ │ │ │ ├── thermometer-outline.svg │ │ │ │ ├── thermometer-sharp.svg │ │ │ │ ├── thermometer.svg │ │ │ │ ├── thumbs-down-outline.svg │ │ │ │ ├── thumbs-down-sharp.svg │ │ │ │ ├── thumbs-down.svg │ │ │ │ ├── thumbs-up-outline.svg │ │ │ │ ├── thumbs-up-sharp.svg │ │ │ │ ├── thumbs-up.svg │ │ │ │ ├── thunderstorm-outline.svg │ │ │ │ ├── thunderstorm-sharp.svg │ │ │ │ ├── thunderstorm.svg │ │ │ │ ├── time-outline.svg │ │ │ │ ├── time-sharp.svg │ │ │ │ ├── time.svg │ │ │ │ ├── timer-outline.svg │ │ │ │ ├── timer-sharp.svg │ │ │ │ ├── timer.svg │ │ │ │ ├── today-outline.svg │ │ │ │ ├── today-sharp.svg │ │ │ │ ├── today.svg │ │ │ │ ├── trail-sign-outline.svg │ │ │ │ ├── trail-sign-sharp.svg │ │ │ │ ├── trail-sign.svg │ │ │ │ ├── train-outline.svg │ │ │ │ ├── train-sharp.svg │ │ │ │ ├── train.svg │ │ │ │ ├── transgender-outline.svg │ │ │ │ ├── transgender-sharp.svg │ │ │ │ ├── transgender.svg │ │ │ │ ├── trash-bin-outline.svg │ │ │ │ ├── trash-bin-sharp.svg │ │ │ │ ├── trash-bin.svg │ │ │ │ ├── trash-outline.svg │ │ │ │ ├── trash-sharp.svg │ │ │ │ ├── trash.svg │ │ │ │ ├── trending-down-outline.svg │ │ │ │ ├── trending-down-sharp.svg │ │ │ │ ├── trending-down.svg │ │ │ │ ├── trending-up-outline.svg │ │ │ │ ├── trending-up-sharp.svg │ │ │ │ ├── trending-up.svg │ │ │ │ ├── triangle-outline.svg │ │ │ │ ├── triangle-sharp.svg │ │ │ │ ├── triangle.svg │ │ │ │ ├── trophy-outline.svg │ │ │ │ ├── trophy-sharp.svg │ │ │ │ ├── trophy.svg │ │ │ │ ├── tv-outline.svg │ │ │ │ ├── tv-sharp.svg │ │ │ │ ├── tv.svg │ │ │ │ ├── umbrella-outline.svg │ │ │ │ ├── umbrella-sharp.svg │ │ │ │ ├── umbrella.svg │ │ │ │ ├── videocam-outline.svg │ │ │ │ ├── videocam-sharp.svg │ │ │ │ ├── videocam.svg │ │ │ │ ├── volume-high-outline.svg │ │ │ │ ├── volume-high-sharp.svg │ │ │ │ ├── volume-high.svg │ │ │ │ ├── volume-low-outline.svg │ │ │ │ ├── volume-low-sharp.svg │ │ │ │ ├── volume-low.svg │ │ │ │ ├── volume-medium-outline.svg │ │ │ │ ├── volume-medium-sharp.svg │ │ │ │ ├── volume-medium.svg │ │ │ │ ├── volume-mute-outline.svg │ │ │ │ ├── volume-mute-sharp.svg │ │ │ │ ├── volume-mute.svg │ │ │ │ ├── volume-off-outline.svg │ │ │ │ ├── volume-off-sharp.svg │ │ │ │ ├── volume-off.svg │ │ │ │ ├── walk-outline.svg │ │ │ │ ├── walk-sharp.svg │ │ │ │ ├── walk.svg │ │ │ │ ├── wallet-outline.svg │ │ │ │ ├── wallet-sharp.svg │ │ │ │ ├── wallet.svg │ │ │ │ ├── warning-outline.svg │ │ │ │ ├── warning-sharp.svg │ │ │ │ ├── warning.svg │ │ │ │ ├── watch-outline.svg │ │ │ │ ├── watch-sharp.svg │ │ │ │ ├── watch.svg │ │ │ │ ├── water-outline.svg │ │ │ │ ├── water-sharp.svg │ │ │ │ ├── water.svg │ │ │ │ ├── wifi-outline.svg │ │ │ │ ├── wifi-sharp.svg │ │ │ │ ├── wifi.svg │ │ │ │ ├── wine-outline.svg │ │ │ │ ├── wine-sharp.svg │ │ │ │ ├── wine.svg │ │ │ │ ├── woman-outline.svg │ │ │ │ ├── woman-sharp.svg │ │ │ │ └── woman.svg │ │ ├── stencil.config.ts │ │ └── tsconfig.json │ ├── izitoast │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bower.json │ │ ├── dist │ │ │ ├── css │ │ │ │ ├── iziToast.css │ │ │ │ └── iziToast.min.css │ │ │ └── js │ │ │ │ ├── iziToast.js │ │ │ │ └── iziToast.min.js │ │ ├── gulpfile.js │ │ ├── package.json │ │ ├── src │ │ │ ├── css │ │ │ │ ├── animations.styl │ │ │ │ ├── layouts.styl │ │ │ │ ├── style.styl │ │ │ │ ├── themes.styl │ │ │ │ └── toast.styl │ │ │ └── js │ │ │ │ └── iziToast.js │ │ └── types │ │ │ └── index.d.ts │ ├── jquery-pwstrength │ │ ├── README.md │ │ ├── demo │ │ │ └── style.css │ │ ├── index.html │ │ ├── jquery.pwstrength.js │ │ ├── jquery.pwstrength.min.js │ │ ├── pwstrength.jquery.json │ │ ├── spec │ │ │ ├── pwstrength.js │ │ │ └── runner.html │ │ └── vendor │ │ │ ├── jasmine │ │ │ ├── jasmine-html.js │ │ │ ├── jasmine.css │ │ │ └── jasmine.js │ │ │ └── jquery.min.js │ ├── jquery-sparkline │ │ ├── .gitignore │ │ ├── Changelog.txt │ │ ├── Makefile │ │ ├── README.md │ │ ├── dist │ │ │ └── .gitignore │ │ ├── jquery.sparkline.min.js │ │ ├── minheader.txt │ │ ├── sparkline.jquery.json │ │ ├── src │ │ │ ├── base.js │ │ │ ├── chart-bar.js │ │ │ ├── chart-box.js │ │ │ ├── chart-bullet.js │ │ │ ├── chart-discrete.js │ │ │ ├── chart-line.js │ │ │ ├── chart-pie.js │ │ │ ├── chart-tristate.js │ │ │ ├── defaults.js │ │ │ ├── footer.js │ │ │ ├── header.js │ │ │ ├── interact.js │ │ │ ├── rangemap.js │ │ │ ├── simpledraw.js │ │ │ ├── utils.js │ │ │ ├── vcanvas-base.js │ │ │ ├── vcanvas-canvas.js │ │ │ └── vcanvas-vml.js │ │ └── version.txt │ ├── jquery-ui-dist │ │ ├── AUTHORS.txt │ │ ├── LICENSE.txt │ │ ├── external │ │ │ └── jquery │ │ │ │ └── jquery.js │ │ ├── images │ │ │ ├── ui-icons_444444_256x240.png │ │ │ ├── ui-icons_555555_256x240.png │ │ │ ├── ui-icons_777620_256x240.png │ │ │ ├── ui-icons_777777_256x240.png │ │ │ ├── ui-icons_cc0000_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── index.html │ │ ├── jquery-ui.css │ │ ├── jquery-ui.js │ │ ├── jquery-ui.min.css │ │ ├── jquery-ui.min.js │ │ ├── jquery-ui.structure.css │ │ ├── jquery-ui.structure.min.css │ │ ├── jquery-ui.theme.css │ │ ├── jquery-ui.theme.min.css │ │ └── package.json │ ├── jqvmap │ │ ├── .editorconfig │ │ ├── .eslintignore │ │ ├── .eslintrc │ │ ├── .github │ │ │ └── PULL_REQUEST_TEMPLATE.md │ │ ├── .gitignore │ │ ├── CHANGELOG.md │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── REGIONS.md │ │ ├── bower.json │ │ ├── create │ │ │ ├── README.md │ │ │ ├── config │ │ │ │ ├── .gitignore │ │ │ │ ├── continent.json │ │ │ │ ├── new-york.json │ │ │ │ └── syria.json │ │ │ ├── jqvmap.py │ │ │ ├── output │ │ │ │ └── .gitignore │ │ │ └── source │ │ │ │ └── .gitignore │ │ ├── dist │ │ │ ├── jquery.vmap.js │ │ │ ├── jquery.vmap.min.js │ │ │ ├── jqvmap.css │ │ │ ├── jqvmap.min.css │ │ │ └── maps │ │ │ │ ├── continents │ │ │ │ ├── jquery.vmap.africa.js │ │ │ │ ├── jquery.vmap.asia.js │ │ │ │ ├── jquery.vmap.australia.js │ │ │ │ ├── jquery.vmap.europe.js │ │ │ │ ├── jquery.vmap.north-america.js │ │ │ │ └── jquery.vmap.south-america.js │ │ │ │ ├── jquery.vmap.algeria.js │ │ │ │ ├── jquery.vmap.argentina.js │ │ │ │ ├── jquery.vmap.brazil.js │ │ │ │ ├── jquery.vmap.canada.js │ │ │ │ ├── jquery.vmap.croatia.js │ │ │ │ ├── jquery.vmap.europe.js │ │ │ │ ├── jquery.vmap.france.js │ │ │ │ ├── jquery.vmap.germany.js │ │ │ │ ├── jquery.vmap.greece.js │ │ │ │ ├── jquery.vmap.indonesia.js │ │ │ │ ├── jquery.vmap.iran.js │ │ │ │ ├── jquery.vmap.iraq.js │ │ │ │ ├── jquery.vmap.new_regions_france.js │ │ │ │ ├── jquery.vmap.russia.js │ │ │ │ ├── jquery.vmap.serbia.js │ │ │ │ ├── jquery.vmap.tunisia.js │ │ │ │ ├── jquery.vmap.turkey.js │ │ │ │ ├── jquery.vmap.ukraine.js │ │ │ │ ├── jquery.vmap.usa.counties.js │ │ │ │ ├── jquery.vmap.usa.districts.js │ │ │ │ ├── jquery.vmap.usa.js │ │ │ │ └── jquery.vmap.world.js │ │ ├── examples │ │ │ ├── algeria.html │ │ │ ├── argentina.html │ │ │ ├── brazil.html │ │ │ ├── continents.html │ │ │ ├── croatia.html │ │ │ ├── europe.html │ │ │ ├── france.html │ │ │ ├── germany.html │ │ │ ├── greece.html │ │ │ ├── images │ │ │ │ ├── background.png │ │ │ │ ├── flag.png │ │ │ │ ├── globe.png │ │ │ │ ├── marker │ │ │ │ │ ├── black.png │ │ │ │ │ ├── blue.png │ │ │ │ │ ├── green.png │ │ │ │ │ ├── grey.png │ │ │ │ │ ├── orange.png │ │ │ │ │ ├── purple.png │ │ │ │ │ ├── red.png │ │ │ │ │ ├── white.png │ │ │ │ │ └── yellow.png │ │ │ │ ├── thumb.jpg │ │ │ │ └── tip.png │ │ │ ├── inactive_regions.html │ │ │ ├── indonesia.html │ │ │ ├── iran.html │ │ │ ├── iraq.html │ │ │ ├── js │ │ │ │ ├── jquery.vmap.electioncolors.js │ │ │ │ └── jquery.vmap.sampledata.js │ │ │ ├── labels.html │ │ │ ├── mobile.html │ │ │ ├── multi.html │ │ │ ├── pins.html │ │ │ ├── pins_custom.html │ │ │ ├── responsive.html │ │ │ ├── russia.html │ │ │ ├── serbia.html │ │ │ ├── touch_detect.html │ │ │ ├── tunisia.html │ │ │ ├── turkey.html │ │ │ ├── ukraine.html │ │ │ ├── usa.html │ │ │ ├── usa_counties.html │ │ │ ├── usa_counties_election.html │ │ │ ├── usa_districts.html │ │ │ └── world.html │ │ ├── grunt │ │ │ ├── bump.js │ │ │ ├── changelog.js │ │ │ ├── clean.js │ │ │ ├── concat.js │ │ │ ├── index.js │ │ │ ├── qunit.js │ │ │ ├── shell.js │ │ │ └── uglify.js │ │ ├── gruntfile.js │ │ ├── package.json │ │ ├── src │ │ │ ├── Base.js │ │ │ ├── ColorScale.js │ │ │ ├── ColorScale │ │ │ │ ├── arrayToRgb.js │ │ │ │ ├── getColor.js │ │ │ │ ├── rgbToArray.js │ │ │ │ ├── setColors.js │ │ │ │ ├── setMax.js │ │ │ │ ├── setMin.js │ │ │ │ ├── setNormalizeFunction.js │ │ │ │ ├── vectorAdd.js │ │ │ │ ├── vectorLength.js │ │ │ │ ├── vectorMult.js │ │ │ │ ├── vectorSubtract.js │ │ │ │ └── vectorToNum.js │ │ │ ├── JQVMap.js │ │ │ ├── JQVMap │ │ │ │ ├── applyTransform.js │ │ │ │ ├── bindZoomButtons.js │ │ │ │ ├── deselect.js │ │ │ │ ├── getCountryId.js │ │ │ │ ├── getPin.js │ │ │ │ ├── getPinId.js │ │ │ │ ├── getPins.js │ │ │ │ ├── highlight.js │ │ │ │ ├── isSelected.js │ │ │ │ ├── makeDraggable.js │ │ │ │ ├── placePins.js │ │ │ │ ├── positionPins.js │ │ │ │ ├── removePin.js │ │ │ │ ├── removePins.js │ │ │ │ ├── reset.js │ │ │ │ ├── resize.js │ │ │ │ ├── select.js │ │ │ │ ├── selectIndex.js │ │ │ │ ├── setBackgroundColor.js │ │ │ │ ├── setColor.js │ │ │ │ ├── setColors.js │ │ │ │ ├── setNormalizeFunction.js │ │ │ │ ├── setScale.js │ │ │ │ ├── setScaleColors.js │ │ │ │ ├── setValues.js │ │ │ │ ├── unhighlight.js │ │ │ │ ├── zoomIn.js │ │ │ │ └── zoomOut.js │ │ │ ├── VectorCanvas.js │ │ │ └── VectorCanvas │ │ │ │ ├── applyTransformParams.js │ │ │ │ ├── createGroup.js │ │ │ │ ├── createPath.js │ │ │ │ ├── pathSvgToVml.js │ │ │ │ └── setSize.js │ │ └── tests │ │ │ ├── index.html │ │ │ ├── qunit │ │ │ ├── qunit.css │ │ │ └── qunit.js │ │ │ └── tests.js │ ├── moment.js │ ├── moment.min.js │ ├── owl.carousel │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── CONTRIBUTING.md │ │ ├── Gruntfile.js │ │ ├── ISSUE_TEMPLATE.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── ROADMAP.md │ │ ├── _config.json │ │ ├── bower.json │ │ ├── dist │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── assets │ │ │ │ ├── ajax-loader.gif │ │ │ │ ├── owl.carousel.css │ │ │ │ ├── owl.carousel.min.css │ │ │ │ ├── owl.theme.default.css │ │ │ │ ├── owl.theme.default.min.css │ │ │ │ ├── owl.theme.green.css │ │ │ │ ├── owl.theme.green.min.css │ │ │ │ └── owl.video.play.png │ │ │ ├── owl.carousel.js │ │ │ └── owl.carousel.min.js │ │ ├── docs │ │ │ ├── assets │ │ │ │ ├── css │ │ │ │ │ ├── animate.css │ │ │ │ │ └── docs.theme.min.css │ │ │ │ ├── img │ │ │ │ │ ├── bird_blue_32.png │ │ │ │ │ ├── download.png │ │ │ │ │ ├── feature-drag.png │ │ │ │ │ ├── feature-modern.png │ │ │ │ │ ├── feature-module.png │ │ │ │ │ ├── feature-options.png │ │ │ │ │ ├── feature-responsive.png │ │ │ │ │ ├── feature-zombie.png │ │ │ │ │ ├── owl-logo.png │ │ │ │ │ └── twitter_25.png │ │ │ │ ├── js │ │ │ │ │ ├── app.js │ │ │ │ │ └── foundation.min.js │ │ │ │ ├── owlcarousel │ │ │ │ │ ├── README.md │ │ │ │ │ ├── assets │ │ │ │ │ │ ├── ajax-loader.gif │ │ │ │ │ │ ├── owl.carousel.css │ │ │ │ │ │ ├── owl.carousel.min.css │ │ │ │ │ │ ├── owl.theme.default.css │ │ │ │ │ │ ├── owl.theme.default.min.css │ │ │ │ │ │ ├── owl.theme.green.css │ │ │ │ │ │ ├── owl.theme.green.min.css │ │ │ │ │ │ └── owl.video.play.png │ │ │ │ │ ├── owl.carousel.js │ │ │ │ │ └── owl.carousel.min.js │ │ │ │ └── vendors │ │ │ │ │ ├── foundation.min.js │ │ │ │ │ ├── highlight.js │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ ├── jquery.min.map │ │ │ │ │ └── jquery.mousewheel.min.js │ │ │ ├── demos │ │ │ │ ├── animate.html │ │ │ │ ├── autoheight.html │ │ │ │ ├── autoplay.html │ │ │ │ ├── autowidth.html │ │ │ │ ├── basic.html │ │ │ │ ├── center.html │ │ │ │ ├── demos.html │ │ │ │ ├── events.html │ │ │ │ ├── lazyLoad.html │ │ │ │ ├── merge.html │ │ │ │ ├── mousewheel.html │ │ │ │ ├── responsive.html │ │ │ │ ├── rtl.html │ │ │ │ ├── stagepadding.html │ │ │ │ ├── test.html │ │ │ │ ├── urlhashnav.html │ │ │ │ └── video.html │ │ │ ├── docs │ │ │ │ ├── api-classes.html │ │ │ │ ├── api-events.html │ │ │ │ ├── api-options.html │ │ │ │ ├── dev-buildin-plugins.html │ │ │ │ ├── dev-external.html │ │ │ │ ├── dev-plugin-api.html │ │ │ │ ├── dev-styles.html │ │ │ │ ├── started-faq.html │ │ │ │ ├── started-installation.html │ │ │ │ ├── started-welcome.html │ │ │ │ ├── support-changelog.html │ │ │ │ ├── support-contact.html │ │ │ │ └── support-contributing.html │ │ │ └── index.html │ │ ├── docs_src │ │ │ ├── assets │ │ │ │ ├── css │ │ │ │ │ └── animate.css │ │ │ │ ├── img │ │ │ │ │ ├── bird_blue_32.png │ │ │ │ │ ├── download.png │ │ │ │ │ ├── feature-drag.png │ │ │ │ │ ├── feature-modern.png │ │ │ │ │ ├── feature-module.png │ │ │ │ │ ├── feature-options.png │ │ │ │ │ ├── feature-responsive.png │ │ │ │ │ ├── feature-zombie.png │ │ │ │ │ ├── owl-logo.png │ │ │ │ │ └── twitter_25.png │ │ │ │ ├── js │ │ │ │ │ ├── app.js │ │ │ │ │ └── foundation.min.js │ │ │ │ ├── scss │ │ │ │ │ ├── _settings.scss │ │ │ │ │ ├── custom.scss │ │ │ │ │ ├── demos.scss │ │ │ │ │ ├── docs.scss │ │ │ │ │ ├── docs.theme.scss │ │ │ │ │ └── highlight.scss │ │ │ │ └── vendors │ │ │ │ │ ├── foundation.min.js │ │ │ │ │ ├── highlight.js │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ ├── jquery.min.map │ │ │ │ │ └── jquery.mousewheel.min.js │ │ │ ├── data │ │ │ │ ├── classes.json │ │ │ │ ├── events.json │ │ │ │ ├── features.json │ │ │ │ └── options.json │ │ │ ├── helpers │ │ │ │ ├── modulo.js │ │ │ │ └── test.js │ │ │ └── templates │ │ │ │ ├── layouts │ │ │ │ ├── demos.hbs │ │ │ │ ├── docs.hbs │ │ │ │ └── home.hbs │ │ │ │ ├── pages │ │ │ │ ├── demos │ │ │ │ │ ├── animate.hbs │ │ │ │ │ ├── autoheight.hbs │ │ │ │ │ ├── autoplay.hbs │ │ │ │ │ ├── autowidth.hbs │ │ │ │ │ ├── basic.hbs │ │ │ │ │ ├── center.hbs │ │ │ │ │ ├── demos.hbs │ │ │ │ │ ├── events.hbs │ │ │ │ │ ├── lazyLoad.hbs │ │ │ │ │ ├── merge.hbs │ │ │ │ │ ├── mousewheel.hbs │ │ │ │ │ ├── responsive.hbs │ │ │ │ │ ├── rtl.hbs │ │ │ │ │ ├── stagepadding.hbs │ │ │ │ │ ├── test.hbs │ │ │ │ │ ├── urlhashnav.hbs │ │ │ │ │ └── video.hbs │ │ │ │ ├── docs │ │ │ │ │ ├── api-classes.hbs │ │ │ │ │ ├── api-events.hbs │ │ │ │ │ ├── api-options.hbs │ │ │ │ │ ├── dev-buildin-plugins.hbs │ │ │ │ │ ├── dev-external.hbs │ │ │ │ │ ├── dev-plugin-api.hbs │ │ │ │ │ ├── dev-styles.hbs │ │ │ │ │ ├── started-faq.hbs │ │ │ │ │ ├── started-installation.hbs │ │ │ │ │ ├── started-welcome.hbs │ │ │ │ │ ├── support-changelog.hbs │ │ │ │ │ ├── support-contact.hbs │ │ │ │ │ └── support-contributing.hbs │ │ │ │ └── index.hbs │ │ │ │ └── partials │ │ │ │ ├── footer.hbs │ │ │ │ ├── head.hbs │ │ │ │ ├── header.hbs │ │ │ │ ├── home-carousel.hbs │ │ │ │ ├── home-features.hbs │ │ │ │ ├── home-hero.hbs │ │ │ │ ├── home-teaser-text.hbs │ │ │ │ ├── javascripts.hbs │ │ │ │ ├── releated-docs.hbs │ │ │ │ ├── sidenav-docs.hbs │ │ │ │ ├── title.hbs │ │ │ │ └── vendors.hbs │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── src │ │ │ ├── img │ │ │ │ ├── ajax-loader.gif │ │ │ │ └── owl.video.play.png │ │ │ ├── js │ │ │ │ ├── .jscsrc │ │ │ │ ├── .jshintrc │ │ │ │ ├── owl.animate.js │ │ │ │ ├── owl.autoheight.js │ │ │ │ ├── owl.autoplay.js │ │ │ │ ├── owl.autorefresh.js │ │ │ │ ├── owl.carousel.js │ │ │ │ ├── owl.hash.js │ │ │ │ ├── owl.lazyload.js │ │ │ │ ├── owl.navigation.js │ │ │ │ ├── owl.support.js │ │ │ │ ├── owl.support.modernizr.js │ │ │ │ └── owl.video.js │ │ │ └── scss │ │ │ │ ├── _animate.scss │ │ │ │ ├── _autoheight.scss │ │ │ │ ├── _core.scss │ │ │ │ ├── _lazyload.scss │ │ │ │ ├── _theme.default.scss │ │ │ │ ├── _theme.green.scss │ │ │ │ ├── _theme.scss │ │ │ │ ├── _video.scss │ │ │ │ ├── owl.carousel.scss │ │ │ │ ├── owl.theme.default.scss │ │ │ │ └── owl.theme.green.scss │ │ └── test │ │ │ ├── index.html │ │ │ └── unit │ │ │ ├── autoplay.js │ │ │ └── core.js │ ├── prismjs │ │ ├── .editorconfig │ │ ├── .gitattributes │ │ ├── .github │ │ │ └── ISSUE_TEMPLATE │ │ │ │ ├── bug_report.md │ │ │ │ ├── feature_request.md │ │ │ │ ├── highlighting-bug-report.md │ │ │ │ └── new-language-request.md │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── CNAME │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bower.json │ │ ├── components.js │ │ ├── components.json │ │ ├── components │ │ │ ├── index.js │ │ │ ├── prism-abap.js │ │ │ ├── prism-abap.min.js │ │ │ ├── prism-abnf.js │ │ │ ├── prism-abnf.min.js │ │ │ ├── prism-actionscript.js │ │ │ ├── prism-actionscript.min.js │ │ │ ├── prism-ada.js │ │ │ ├── prism-ada.min.js │ │ │ ├── prism-apacheconf.js │ │ │ ├── prism-apacheconf.min.js │ │ │ ├── prism-apl.js │ │ │ ├── prism-apl.min.js │ │ │ ├── prism-applescript.js │ │ │ ├── prism-applescript.min.js │ │ │ ├── prism-aql.js │ │ │ ├── prism-aql.min.js │ │ │ ├── prism-arduino.js │ │ │ ├── prism-arduino.min.js │ │ │ ├── prism-arff.js │ │ │ ├── prism-arff.min.js │ │ │ ├── prism-asciidoc.js │ │ │ ├── prism-asciidoc.min.js │ │ │ ├── prism-asm6502.js │ │ │ ├── prism-asm6502.min.js │ │ │ ├── prism-aspnet.js │ │ │ ├── prism-aspnet.min.js │ │ │ ├── prism-autohotkey.js │ │ │ ├── prism-autohotkey.min.js │ │ │ ├── prism-autoit.js │ │ │ ├── prism-autoit.min.js │ │ │ ├── prism-bash.js │ │ │ ├── prism-bash.min.js │ │ │ ├── prism-basic.js │ │ │ ├── prism-basic.min.js │ │ │ ├── prism-batch.js │ │ │ ├── prism-batch.min.js │ │ │ ├── prism-bison.js │ │ │ ├── prism-bison.min.js │ │ │ ├── prism-bnf.js │ │ │ ├── prism-bnf.min.js │ │ │ ├── prism-brainfuck.js │ │ │ ├── prism-brainfuck.min.js │ │ │ ├── prism-bro.js │ │ │ ├── prism-bro.min.js │ │ │ ├── prism-c.js │ │ │ ├── prism-c.min.js │ │ │ ├── prism-cil.js │ │ │ ├── prism-cil.min.js │ │ │ ├── prism-clike.js │ │ │ ├── prism-clike.min.js │ │ │ ├── prism-clojure.js │ │ │ ├── prism-clojure.min.js │ │ │ ├── prism-cmake.js │ │ │ ├── prism-cmake.min.js │ │ │ ├── prism-coffeescript.js │ │ │ ├── prism-coffeescript.min.js │ │ │ ├── prism-core.js │ │ │ ├── prism-core.min.js │ │ │ ├── prism-cpp.js │ │ │ ├── prism-cpp.min.js │ │ │ ├── prism-crystal.js │ │ │ ├── prism-crystal.min.js │ │ │ ├── prism-csharp.js │ │ │ ├── prism-csharp.min.js │ │ │ ├── prism-csp.js │ │ │ ├── prism-csp.min.js │ │ │ ├── prism-css-extras.js │ │ │ ├── prism-css-extras.min.js │ │ │ ├── prism-css.js │ │ │ ├── prism-css.min.js │ │ │ ├── prism-d.js │ │ │ ├── prism-d.min.js │ │ │ ├── prism-dart.js │ │ │ ├── prism-dart.min.js │ │ │ ├── prism-diff.js │ │ │ ├── prism-diff.min.js │ │ │ ├── prism-django.js │ │ │ ├── prism-django.min.js │ │ │ ├── prism-dns-zone-file.js │ │ │ ├── prism-dns-zone-file.min.js │ │ │ ├── prism-docker.js │ │ │ ├── prism-docker.min.js │ │ │ ├── prism-ebnf.js │ │ │ ├── prism-ebnf.min.js │ │ │ ├── prism-eiffel.js │ │ │ ├── prism-eiffel.min.js │ │ │ ├── prism-ejs.js │ │ │ ├── prism-ejs.min.js │ │ │ ├── prism-elixir.js │ │ │ ├── prism-elixir.min.js │ │ │ ├── prism-elm.js │ │ │ ├── prism-elm.min.js │ │ │ ├── prism-erb.js │ │ │ ├── prism-erb.min.js │ │ │ ├── prism-erlang.js │ │ │ ├── prism-erlang.min.js │ │ │ ├── prism-firestore-security-rules.js │ │ │ ├── prism-firestore-security-rules.min.js │ │ │ ├── prism-flow.js │ │ │ ├── prism-flow.min.js │ │ │ ├── prism-fortran.js │ │ │ ├── prism-fortran.min.js │ │ │ ├── prism-fsharp.js │ │ │ ├── prism-fsharp.min.js │ │ │ ├── prism-gcode.js │ │ │ ├── prism-gcode.min.js │ │ │ ├── prism-gdscript.js │ │ │ ├── prism-gdscript.min.js │ │ │ ├── prism-gedcom.js │ │ │ ├── prism-gedcom.min.js │ │ │ ├── prism-gherkin.js │ │ │ ├── prism-gherkin.min.js │ │ │ ├── prism-git.js │ │ │ ├── prism-git.min.js │ │ │ ├── prism-glsl.js │ │ │ ├── prism-glsl.min.js │ │ │ ├── prism-gml.js │ │ │ ├── prism-gml.min.js │ │ │ ├── prism-go.js │ │ │ ├── prism-go.min.js │ │ │ ├── prism-graphql.js │ │ │ ├── prism-graphql.min.js │ │ │ ├── prism-groovy.js │ │ │ ├── prism-groovy.min.js │ │ │ ├── prism-haml.js │ │ │ ├── prism-haml.min.js │ │ │ ├── prism-handlebars.js │ │ │ ├── prism-handlebars.min.js │ │ │ ├── prism-haskell.js │ │ │ ├── prism-haskell.min.js │ │ │ ├── prism-haxe.js │ │ │ ├── prism-haxe.min.js │ │ │ ├── prism-hcl.js │ │ │ ├── prism-hcl.min.js │ │ │ ├── prism-hpkp.js │ │ │ ├── prism-hpkp.min.js │ │ │ ├── prism-hsts.js │ │ │ ├── prism-hsts.min.js │ │ │ ├── prism-http.js │ │ │ ├── prism-http.min.js │ │ │ ├── prism-ichigojam.js │ │ │ ├── prism-ichigojam.min.js │ │ │ ├── prism-icon.js │ │ │ ├── prism-icon.min.js │ │ │ ├── prism-inform7.js │ │ │ ├── prism-inform7.min.js │ │ │ ├── prism-ini.js │ │ │ ├── prism-ini.min.js │ │ │ ├── prism-io.js │ │ │ ├── prism-io.min.js │ │ │ ├── prism-j.js │ │ │ ├── prism-j.min.js │ │ │ ├── prism-java.js │ │ │ ├── prism-java.min.js │ │ │ ├── prism-javadoc.js │ │ │ ├── prism-javadoc.min.js │ │ │ ├── prism-javadoclike.js │ │ │ ├── prism-javadoclike.min.js │ │ │ ├── prism-javascript.js │ │ │ ├── prism-javascript.min.js │ │ │ ├── prism-javastacktrace.js │ │ │ ├── prism-javastacktrace.min.js │ │ │ ├── prism-jolie.js │ │ │ ├── prism-jolie.min.js │ │ │ ├── prism-jq.js │ │ │ ├── prism-jq.min.js │ │ │ ├── prism-js-extras.js │ │ │ ├── prism-js-extras.min.js │ │ │ ├── prism-js-templates.js │ │ │ ├── prism-js-templates.min.js │ │ │ ├── prism-jsdoc.js │ │ │ ├── prism-jsdoc.min.js │ │ │ ├── prism-json.js │ │ │ ├── prism-json.min.js │ │ │ ├── prism-json5.js │ │ │ ├── prism-json5.min.js │ │ │ ├── prism-jsonp.js │ │ │ ├── prism-jsonp.min.js │ │ │ ├── prism-jsx.js │ │ │ ├── prism-jsx.min.js │ │ │ ├── prism-julia.js │ │ │ ├── prism-julia.min.js │ │ │ ├── prism-keyman.js │ │ │ ├── prism-keyman.min.js │ │ │ ├── prism-kotlin.js │ │ │ ├── prism-kotlin.min.js │ │ │ ├── prism-latex.js │ │ │ ├── prism-latex.min.js │ │ │ ├── prism-less.js │ │ │ ├── prism-less.min.js │ │ │ ├── prism-lilypond.js │ │ │ ├── prism-lilypond.min.js │ │ │ ├── prism-liquid.js │ │ │ ├── prism-liquid.min.js │ │ │ ├── prism-lisp.js │ │ │ ├── prism-lisp.min.js │ │ │ ├── prism-livescript.js │ │ │ ├── prism-livescript.min.js │ │ │ ├── prism-lolcode.js │ │ │ ├── prism-lolcode.min.js │ │ │ ├── prism-lua.js │ │ │ ├── prism-lua.min.js │ │ │ ├── prism-makefile.js │ │ │ ├── prism-makefile.min.js │ │ │ ├── prism-markdown.js │ │ │ ├── prism-markdown.min.js │ │ │ ├── prism-markup-templating.js │ │ │ ├── prism-markup-templating.min.js │ │ │ ├── prism-markup.js │ │ │ ├── prism-markup.min.js │ │ │ ├── prism-matlab.js │ │ │ ├── prism-matlab.min.js │ │ │ ├── prism-mel.js │ │ │ ├── prism-mel.min.js │ │ │ ├── prism-mizar.js │ │ │ ├── prism-mizar.min.js │ │ │ ├── prism-monkey.js │ │ │ ├── prism-monkey.min.js │ │ │ ├── prism-n1ql.js │ │ │ ├── prism-n1ql.min.js │ │ │ ├── prism-n4js.js │ │ │ ├── prism-n4js.min.js │ │ │ ├── prism-nand2tetris-hdl.js │ │ │ ├── prism-nand2tetris-hdl.min.js │ │ │ ├── prism-nasm.js │ │ │ ├── prism-nasm.min.js │ │ │ ├── prism-nginx.js │ │ │ ├── prism-nginx.min.js │ │ │ ├── prism-nim.js │ │ │ ├── prism-nim.min.js │ │ │ ├── prism-nix.js │ │ │ ├── prism-nix.min.js │ │ │ ├── prism-nsis.js │ │ │ ├── prism-nsis.min.js │ │ │ ├── prism-objectivec.js │ │ │ ├── prism-objectivec.min.js │ │ │ ├── prism-ocaml.js │ │ │ ├── prism-ocaml.min.js │ │ │ ├── prism-opencl.js │ │ │ ├── prism-opencl.min.js │ │ │ ├── prism-oz.js │ │ │ ├── prism-oz.min.js │ │ │ ├── prism-parigp.js │ │ │ ├── prism-parigp.min.js │ │ │ ├── prism-parser.js │ │ │ ├── prism-parser.min.js │ │ │ ├── prism-pascal.js │ │ │ ├── prism-pascal.min.js │ │ │ ├── prism-pascaligo.js │ │ │ ├── prism-pascaligo.min.js │ │ │ ├── prism-pcaxis.js │ │ │ ├── prism-pcaxis.min.js │ │ │ ├── prism-perl.js │ │ │ ├── prism-perl.min.js │ │ │ ├── prism-php-extras.js │ │ │ ├── prism-php-extras.min.js │ │ │ ├── prism-php.js │ │ │ ├── prism-php.min.js │ │ │ ├── prism-phpdoc.js │ │ │ ├── prism-phpdoc.min.js │ │ │ ├── prism-plsql.js │ │ │ ├── prism-plsql.min.js │ │ │ ├── prism-powershell.js │ │ │ ├── prism-powershell.min.js │ │ │ ├── prism-processing.js │ │ │ ├── prism-processing.min.js │ │ │ ├── prism-prolog.js │ │ │ ├── prism-prolog.min.js │ │ │ ├── prism-properties.js │ │ │ ├── prism-properties.min.js │ │ │ ├── prism-protobuf.js │ │ │ ├── prism-protobuf.min.js │ │ │ ├── prism-pug.js │ │ │ ├── prism-pug.min.js │ │ │ ├── prism-puppet.js │ │ │ ├── prism-puppet.min.js │ │ │ ├── prism-pure.js │ │ │ ├── prism-pure.min.js │ │ │ ├── prism-python.js │ │ │ ├── prism-python.min.js │ │ │ ├── prism-q.js │ │ │ ├── prism-q.min.js │ │ │ ├── prism-qore.js │ │ │ ├── prism-qore.min.js │ │ │ ├── prism-r.js │ │ │ ├── prism-r.min.js │ │ │ ├── prism-reason.js │ │ │ ├── prism-reason.min.js │ │ │ ├── prism-regex.js │ │ │ ├── prism-regex.min.js │ │ │ ├── prism-renpy.js │ │ │ ├── prism-renpy.min.js │ │ │ ├── prism-rest.js │ │ │ ├── prism-rest.min.js │ │ │ ├── prism-rip.js │ │ │ ├── prism-rip.min.js │ │ │ ├── prism-roboconf.js │ │ │ ├── prism-roboconf.min.js │ │ │ ├── prism-robot-framework.js │ │ │ ├── prism-robot-framework.min.js │ │ │ ├── prism-ruby.js │ │ │ ├── prism-ruby.min.js │ │ │ ├── prism-rust.js │ │ │ ├── prism-rust.min.js │ │ │ ├── prism-sas.js │ │ │ ├── prism-sas.min.js │ │ │ ├── prism-sass.js │ │ │ ├── prism-sass.min.js │ │ │ ├── prism-scala.js │ │ │ ├── prism-scala.min.js │ │ │ ├── prism-scheme.js │ │ │ ├── prism-scheme.min.js │ │ │ ├── prism-scss.js │ │ │ ├── prism-scss.min.js │ │ │ ├── prism-shell-session.js │ │ │ ├── prism-shell-session.min.js │ │ │ ├── prism-smalltalk.js │ │ │ ├── prism-smalltalk.min.js │ │ │ ├── prism-smarty.js │ │ │ ├── prism-smarty.min.js │ │ │ ├── prism-solidity.js │ │ │ ├── prism-solidity.min.js │ │ │ ├── prism-soy.js │ │ │ ├── prism-soy.min.js │ │ │ ├── prism-sparql.js │ │ │ ├── prism-sparql.min.js │ │ │ ├── prism-splunk-spl.js │ │ │ ├── prism-splunk-spl.min.js │ │ │ ├── prism-sql.js │ │ │ ├── prism-sql.min.js │ │ │ ├── prism-stylus.js │ │ │ ├── prism-stylus.min.js │ │ │ ├── prism-swift.js │ │ │ ├── prism-swift.min.js │ │ │ ├── prism-t4-cs.js │ │ │ ├── prism-t4-cs.min.js │ │ │ ├── prism-t4-templating.js │ │ │ ├── prism-t4-templating.min.js │ │ │ ├── prism-t4-vb.js │ │ │ ├── prism-t4-vb.min.js │ │ │ ├── prism-tap.js │ │ │ ├── prism-tap.min.js │ │ │ ├── prism-tcl.js │ │ │ ├── prism-tcl.min.js │ │ │ ├── prism-textile.js │ │ │ ├── prism-textile.min.js │ │ │ ├── prism-toml.js │ │ │ ├── prism-toml.min.js │ │ │ ├── prism-tsx.js │ │ │ ├── prism-tsx.min.js │ │ │ ├── prism-tt2.js │ │ │ ├── prism-tt2.min.js │ │ │ ├── prism-turtle.js │ │ │ ├── prism-turtle.min.js │ │ │ ├── prism-twig.js │ │ │ ├── prism-twig.min.js │ │ │ ├── prism-typescript.js │ │ │ ├── prism-typescript.min.js │ │ │ ├── prism-vala.js │ │ │ ├── prism-vala.min.js │ │ │ ├── prism-vbnet.js │ │ │ ├── prism-vbnet.min.js │ │ │ ├── prism-velocity.js │ │ │ ├── prism-velocity.min.js │ │ │ ├── prism-verilog.js │ │ │ ├── prism-verilog.min.js │ │ │ ├── prism-vhdl.js │ │ │ ├── prism-vhdl.min.js │ │ │ ├── prism-vim.js │ │ │ ├── prism-vim.min.js │ │ │ ├── prism-visual-basic.js │ │ │ ├── prism-visual-basic.min.js │ │ │ ├── prism-wasm.js │ │ │ ├── prism-wasm.min.js │ │ │ ├── prism-wiki.js │ │ │ ├── prism-wiki.min.js │ │ │ ├── prism-xeora.js │ │ │ ├── prism-xeora.min.js │ │ │ ├── prism-xojo.js │ │ │ ├── prism-xojo.min.js │ │ │ ├── prism-xquery.js │ │ │ ├── prism-xquery.min.js │ │ │ ├── prism-yaml.js │ │ │ ├── prism-yaml.min.js │ │ │ ├── prism-zig.js │ │ │ └── prism-zig.min.js │ │ ├── composer.json │ │ ├── download.html │ │ ├── examples.html │ │ ├── examples │ │ │ ├── prism-abap.html │ │ │ ├── prism-abnf.html │ │ │ ├── prism-actionscript.html │ │ │ ├── prism-ada.html │ │ │ ├── prism-apacheconf.html │ │ │ ├── prism-apl.html │ │ │ ├── prism-applescript.html │ │ │ ├── prism-aql.html │ │ │ ├── prism-arduino.html │ │ │ ├── prism-arff.html │ │ │ ├── prism-asciidoc.html │ │ │ ├── prism-asm6502.html │ │ │ ├── prism-aspnet.html │ │ │ ├── prism-autohotkey.html │ │ │ ├── prism-autoit.html │ │ │ ├── prism-bash.html │ │ │ ├── prism-basic.html │ │ │ ├── prism-batch.html │ │ │ ├── prism-bison.html │ │ │ ├── prism-bnf.html │ │ │ ├── prism-brainfuck.html │ │ │ ├── prism-bro.html │ │ │ ├── prism-c.html │ │ │ ├── prism-clike.html │ │ │ ├── prism-clojure.html │ │ │ ├── prism-cmake.html │ │ │ ├── prism-coffeescript.html │ │ │ ├── prism-cpp.html │ │ │ ├── prism-crystal.html │ │ │ ├── prism-csharp.html │ │ │ ├── prism-csp.html │ │ │ ├── prism-css.html │ │ │ ├── prism-d.html │ │ │ ├── prism-dart.html │ │ │ ├── prism-diff.html │ │ │ ├── prism-django.html │ │ │ ├── prism-dns-zone-file.html │ │ │ ├── prism-docker.html │ │ │ ├── prism-ebnf.html │ │ │ ├── prism-eiffel.html │ │ │ ├── prism-ejs.html │ │ │ ├── prism-elixir.html │ │ │ ├── prism-elm.html │ │ │ ├── prism-erb.html │ │ │ ├── prism-erlang.html │ │ │ ├── prism-firestore-security-rules.html │ │ │ ├── prism-flow.html │ │ │ ├── prism-fortran.html │ │ │ ├── prism-fsharp.html │ │ │ ├── prism-gcode.html │ │ │ ├── prism-gdscript.html │ │ │ ├── prism-gedcom.html │ │ │ ├── prism-gherkin.html │ │ │ ├── prism-git.html │ │ │ ├── prism-glsl.html │ │ │ ├── prism-gml.html │ │ │ ├── prism-go.html │ │ │ ├── prism-graphql.html │ │ │ ├── prism-groovy.html │ │ │ ├── prism-haml.html │ │ │ ├── prism-handlebars.html │ │ │ ├── prism-haskell.html │ │ │ ├── prism-haxe.html │ │ │ ├── prism-hcl.html │ │ │ ├── prism-hpkp.html │ │ │ ├── prism-hsts.html │ │ │ ├── prism-http.html │ │ │ ├── prism-ichigojam.html │ │ │ ├── prism-icon.html │ │ │ ├── prism-inform7.html │ │ │ ├── prism-ini.html │ │ │ ├── prism-io.html │ │ │ ├── prism-j.html │ │ │ ├── prism-java.html │ │ │ ├── prism-javadoc.html │ │ │ ├── prism-javascript.html │ │ │ ├── prism-javastacktrace.html │ │ │ ├── prism-jolie.html │ │ │ ├── prism-jq.html │ │ │ ├── prism-js-templates.html │ │ │ ├── prism-jsdoc.html │ │ │ ├── prism-json.html │ │ │ ├── prism-json5.html │ │ │ ├── prism-jsonp.html │ │ │ ├── prism-jsx.html │ │ │ ├── prism-julia.html │ │ │ ├── prism-keyman.html │ │ │ ├── prism-kotlin.html │ │ │ ├── prism-latex.html │ │ │ ├── prism-less.html │ │ │ ├── prism-liquid.html │ │ │ ├── prism-lisp.html │ │ │ ├── prism-livescript.html │ │ │ ├── prism-lolcode.html │ │ │ ├── prism-lua.html │ │ │ ├── prism-makefile.html │ │ │ ├── prism-markdown.html │ │ │ ├── prism-markup.html │ │ │ ├── prism-matlab.html │ │ │ ├── prism-mel.html │ │ │ ├── prism-mizar.html │ │ │ ├── prism-monkey.html │ │ │ ├── prism-n1ql.html │ │ │ ├── prism-n4js.html │ │ │ ├── prism-nand2tetris-hdl.html │ │ │ ├── prism-nasm.html │ │ │ ├── prism-nginx.html │ │ │ ├── prism-nim.html │ │ │ ├── prism-nix.html │ │ │ ├── prism-nsis.html │ │ │ ├── prism-objectivec.html │ │ │ ├── prism-ocaml.html │ │ │ ├── prism-opencl.html │ │ │ ├── prism-oz.html │ │ │ ├── prism-parigp.html │ │ │ ├── prism-parser.html │ │ │ ├── prism-pascal.html │ │ │ ├── prism-pascaligo.html │ │ │ ├── prism-pcaxis.html │ │ │ ├── prism-perl.html │ │ │ ├── prism-php.html │ │ │ ├── prism-phpdoc.html │ │ │ ├── prism-plsql.html │ │ │ ├── prism-powershell.html │ │ │ ├── prism-processing.html │ │ │ ├── prism-prolog.html │ │ │ ├── prism-properties.html │ │ │ ├── prism-protobuf.html │ │ │ ├── prism-pug.html │ │ │ ├── prism-puppet.html │ │ │ ├── prism-pure.html │ │ │ ├── prism-python.html │ │ │ ├── prism-q.html │ │ │ ├── prism-qore.html │ │ │ ├── prism-r.html │ │ │ ├── prism-reason.html │ │ │ ├── prism-renpy.html │ │ │ ├── prism-rest.html │ │ │ ├── prism-rip.html │ │ │ ├── prism-roboconf.html │ │ │ ├── prism-robot-framework.html │ │ │ ├── prism-ruby.html │ │ │ ├── prism-rust.html │ │ │ ├── prism-sas.html │ │ │ ├── prism-sass.html │ │ │ ├── prism-scala.html │ │ │ ├── prism-scheme.html │ │ │ ├── prism-scss.html │ │ │ ├── prism-shell-session.html │ │ │ ├── prism-smalltalk.html │ │ │ ├── prism-smarty.html │ │ │ ├── prism-solidity.html │ │ │ ├── prism-soy.html │ │ │ ├── prism-sparql.html │ │ │ ├── prism-splunk-spl.html │ │ │ ├── prism-sql.html │ │ │ ├── prism-stylus.html │ │ │ ├── prism-swift.html │ │ │ ├── prism-t4-cs.html │ │ │ ├── prism-t4-vb.html │ │ │ ├── prism-tcl.html │ │ │ ├── prism-textile.html │ │ │ ├── prism-toml.html │ │ │ ├── prism-tsx.html │ │ │ ├── prism-tt2.html │ │ │ ├── prism-turtle.html │ │ │ ├── prism-twig.html │ │ │ ├── prism-typescript.html │ │ │ ├── prism-vala.html │ │ │ ├── prism-vbnet.html │ │ │ ├── prism-velocity.html │ │ │ ├── prism-verilog.html │ │ │ ├── prism-vhdl.html │ │ │ ├── prism-vim.html │ │ │ ├── prism-visual-basic.html │ │ │ ├── prism-wasm.html │ │ │ ├── prism-wiki.html │ │ │ ├── prism-xeora.html │ │ │ ├── prism-xojo.html │ │ │ ├── prism-xquery.html │ │ │ ├── prism-yaml.html │ │ │ └── prism-zig.html │ │ ├── extending.html │ │ ├── faq.html │ │ ├── favicon.png │ │ ├── gulpfile.js │ │ │ ├── changelog.js │ │ │ ├── index.js │ │ │ ├── paths.js │ │ │ └── premerge.js │ │ ├── img │ │ │ ├── logo-ala.png │ │ │ ├── logo-css-tricks.png │ │ │ ├── logo-drupal.png │ │ │ ├── logo-mdn.png │ │ │ ├── logo-react.png │ │ │ ├── logo-sitepoint.png │ │ │ ├── logo-smashing.png │ │ │ ├── logo-stripe.png │ │ │ └── spectrum.png │ │ ├── index.html │ │ ├── known-failures.html │ │ ├── logo.svg │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── plugins │ │ │ ├── autolinker │ │ │ │ ├── index.html │ │ │ │ ├── prism-autolinker.css │ │ │ │ ├── prism-autolinker.js │ │ │ │ └── prism-autolinker.min.js │ │ │ ├── autoloader │ │ │ │ ├── index.html │ │ │ │ ├── prism-autoloader.js │ │ │ │ └── prism-autoloader.min.js │ │ │ ├── command-line │ │ │ │ ├── index.html │ │ │ │ ├── prism-command-line.css │ │ │ │ ├── prism-command-line.js │ │ │ │ └── prism-command-line.min.js │ │ │ ├── copy-to-clipboard │ │ │ │ ├── index.html │ │ │ │ ├── prism-copy-to-clipboard.js │ │ │ │ └── prism-copy-to-clipboard.min.js │ │ │ ├── custom-class │ │ │ │ ├── index.html │ │ │ │ ├── prism-custom-class.js │ │ │ │ └── prism-custom-class.min.js │ │ │ ├── data-uri-highlight │ │ │ │ ├── index.html │ │ │ │ ├── prism-data-uri-highlight.js │ │ │ │ └── prism-data-uri-highlight.min.js │ │ │ ├── diff-highlight │ │ │ │ ├── index.html │ │ │ │ ├── prism-diff-highlight.css │ │ │ │ ├── prism-diff-highlight.js │ │ │ │ └── prism-diff-highlight.min.js │ │ │ ├── download-button │ │ │ │ ├── index.html │ │ │ │ ├── prism-download-button.js │ │ │ │ └── prism-download-button.min.js │ │ │ ├── file-highlight │ │ │ │ ├── index.html │ │ │ │ ├── prism-file-highlight.js │ │ │ │ └── prism-file-highlight.min.js │ │ │ ├── highlight-keywords │ │ │ │ ├── index.html │ │ │ │ ├── prism-highlight-keywords.js │ │ │ │ └── prism-highlight-keywords.min.js │ │ │ ├── index.html │ │ │ ├── inline-color │ │ │ │ ├── index.html │ │ │ │ ├── prism-inline-color.css │ │ │ │ ├── prism-inline-color.js │ │ │ │ └── prism-inline-color.min.js │ │ │ ├── jsonp-highlight │ │ │ │ ├── index.html │ │ │ │ ├── prism-jsonp-highlight.js │ │ │ │ └── prism-jsonp-highlight.min.js │ │ │ ├── keep-markup │ │ │ │ ├── index.html │ │ │ │ ├── prism-keep-markup.js │ │ │ │ └── prism-keep-markup.min.js │ │ │ ├── line-highlight │ │ │ │ ├── index.html │ │ │ │ ├── prism-line-highlight.css │ │ │ │ ├── prism-line-highlight.js │ │ │ │ └── prism-line-highlight.min.js │ │ │ ├── line-numbers │ │ │ │ ├── index.html │ │ │ │ ├── prism-line-numbers.css │ │ │ │ ├── prism-line-numbers.js │ │ │ │ └── prism-line-numbers.min.js │ │ │ ├── match-braces │ │ │ │ ├── index.html │ │ │ │ ├── prism-match-braces.css │ │ │ │ ├── prism-match-braces.js │ │ │ │ └── prism-match-braces.min.js │ │ │ ├── normalize-whitespace │ │ │ │ ├── demo.html │ │ │ │ ├── index.html │ │ │ │ ├── prism-normalize-whitespace.js │ │ │ │ └── prism-normalize-whitespace.min.js │ │ │ ├── previewers │ │ │ │ ├── index.html │ │ │ │ ├── prism-previewers.css │ │ │ │ ├── prism-previewers.js │ │ │ │ └── prism-previewers.min.js │ │ │ ├── remove-initial-line-feed │ │ │ │ ├── index.html │ │ │ │ ├── prism-remove-initial-line-feed.js │ │ │ │ └── prism-remove-initial-line-feed.min.js │ │ │ ├── show-invisibles │ │ │ │ ├── index.html │ │ │ │ ├── prism-show-invisibles.css │ │ │ │ ├── prism-show-invisibles.js │ │ │ │ └── prism-show-invisibles.min.js │ │ │ ├── show-language │ │ │ │ ├── index.html │ │ │ │ ├── prism-show-language.js │ │ │ │ └── prism-show-language.min.js │ │ │ ├── toolbar │ │ │ │ ├── index.html │ │ │ │ ├── prism-toolbar.css │ │ │ │ ├── prism-toolbar.js │ │ │ │ └── prism-toolbar.min.js │ │ │ ├── unescaped-markup │ │ │ │ ├── index.html │ │ │ │ ├── prism-unescaped-markup.css │ │ │ │ ├── prism-unescaped-markup.js │ │ │ │ └── prism-unescaped-markup.min.js │ │ │ └── wpd │ │ │ │ ├── index.html │ │ │ │ ├── prism-wpd.css │ │ │ │ ├── prism-wpd.js │ │ │ │ └── prism-wpd.min.js │ │ ├── prism.js │ │ ├── scripts │ │ │ ├── code.js │ │ │ ├── download.js │ │ │ ├── examples.js │ │ │ ├── prefixfree.min.js │ │ │ ├── utopia.js │ │ │ └── vendor │ │ │ │ ├── FileSaver.min.js │ │ │ │ ├── jszip.min.js │ │ │ │ └── promise.js │ │ ├── style.css │ │ ├── templates │ │ │ ├── footer.html │ │ │ ├── header-download.html │ │ │ ├── header-main.html │ │ │ └── header-plugins.html │ │ ├── test-suite.html │ │ ├── test.html │ │ ├── tests │ │ │ ├── aliases-test.js │ │ │ ├── checks │ │ │ │ ├── extend.js │ │ │ │ └── insert-before.js │ │ │ ├── core │ │ │ │ └── greedy.js │ │ │ ├── helper │ │ │ │ ├── check-functionality.js │ │ │ │ ├── prism-loader.js │ │ │ │ ├── test-case.js │ │ │ │ ├── test-discovery.js │ │ │ │ └── token-stream-transformer.js │ │ │ ├── languages │ │ │ │ ├── abap │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── eol-comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string-template_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── abnf │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── core-rule_feature.test │ │ │ │ │ ├── definition_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ ├── range_feature.test │ │ │ │ │ ├── repetition_feature.test │ │ │ │ │ ├── rule_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── terminal_feature.test │ │ │ │ ├── actionscript │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ └── operator_feature.test │ │ │ │ ├── ada │ │ │ │ │ ├── attr-name_feature.test │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── char_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── apacheconf │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── directive-block_feature.test │ │ │ │ │ ├── directive-flags_feature.test │ │ │ │ │ ├── directive-inline_feature.test │ │ │ │ │ ├── regex_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── apl │ │ │ │ │ ├── assignment_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── dfn_feature.test │ │ │ │ │ ├── dyadic-operator_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── monadic-operator_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── statement_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── system-function_feature.test │ │ │ │ ├── applescript │ │ │ │ │ ├── class_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── aql │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── arff │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── asciidoc │ │ │ │ │ ├── admonition_feature.test │ │ │ │ │ ├── attribute-entry_feature.test │ │ │ │ │ ├── attributes_feature.test │ │ │ │ │ ├── callout_feature.test │ │ │ │ │ ├── comment-block_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── entity_feature.js │ │ │ │ │ ├── entity_feature.test │ │ │ │ │ ├── hr_feature.test │ │ │ │ │ ├── indented-block_feature.test │ │ │ │ │ ├── inline_feature.test │ │ │ │ │ ├── line-continuation_feature.test │ │ │ │ │ ├── list-label_feature.test │ │ │ │ │ ├── list-punctuation_feature.test │ │ │ │ │ ├── literal-block_feature.test │ │ │ │ │ ├── macro_feature.test │ │ │ │ │ ├── other-block_feature.test │ │ │ │ │ ├── page-break_feature.test │ │ │ │ │ ├── passthrough-block_feature.test │ │ │ │ │ ├── replacement_feature.test │ │ │ │ │ ├── table_feature.test │ │ │ │ │ └── title_feature.test │ │ │ │ ├── asm6502 │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── directive_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── opcode_feature.test │ │ │ │ │ ├── register_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── aspnet │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ └── page-directive_feature.test │ │ │ │ ├── autohotkey │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── important_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── selector_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── symbol_feature.test │ │ │ │ │ ├── tag_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── autoit │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── directive_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── url_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── bash │ │ │ │ │ ├── arithmetic_environment_feature.test │ │ │ │ │ ├── assign-left_feature.test │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── command_substitution_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── entities_in_strings_feature.test │ │ │ │ │ ├── environment_feature.test │ │ │ │ │ ├── for-or-select_feature.test │ │ │ │ │ ├── function-name_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── shebang_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── basic │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── batch │ │ │ │ │ ├── command_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ └── label_feature.test │ │ │ │ ├── bison │ │ │ │ │ ├── c_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── bnf │ │ │ │ │ ├── definition_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── rule_feature.test │ │ │ │ │ └── string_featrue.test │ │ │ │ ├── brainfuck │ │ │ │ │ └── all_feature.test │ │ │ │ ├── bro │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── c+pure │ │ │ │ │ └── c_inclusion.test │ │ │ │ ├── c │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── macro_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ └── operator_feature.test │ │ │ │ ├── cil │ │ │ │ │ ├── asm_reference.test │ │ │ │ │ ├── boolean.test │ │ │ │ │ ├── comment.test │ │ │ │ │ ├── instructions.test │ │ │ │ │ ├── keywords.test │ │ │ │ │ └── strings.test │ │ │ │ ├── clike │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── issue1340.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── clojure │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── operator_and_punctuation.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── cmake │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── inserted_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── namespace_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── coffeescript+haml │ │ │ │ │ └── coffeescript_inclusion.test │ │ │ │ ├── coffeescript+pug │ │ │ │ │ └── coffeescript_inclusion.test │ │ │ │ ├── coffeescript │ │ │ │ │ ├── block-regex_feature.test │ │ │ │ │ ├── class-member_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── inline-javascript_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── cpp+pure │ │ │ │ │ └── cpp_inclusion.test │ │ │ │ ├── cpp │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── raw_string_feature.test │ │ │ │ ├── crystal │ │ │ │ │ ├── attribute_feature.test │ │ │ │ │ ├── expansion_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ └── number_feature.test │ │ │ │ ├── csharp+aspnet │ │ │ │ │ └── directive_feature.test │ │ │ │ ├── csharp │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── generic_feature.test │ │ │ │ │ ├── issue1091.test │ │ │ │ │ ├── issue1365.test │ │ │ │ │ ├── issue1371.test │ │ │ │ │ ├── issue806.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── preprocessor_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── csp │ │ │ │ │ ├── directive_no_value_feature.test │ │ │ │ │ ├── directive_with_source_expression_feature.test │ │ │ │ │ ├── safe_feature.test │ │ │ │ │ └── unsafe_feature.test │ │ │ │ ├── css!+css-extras │ │ │ │ │ ├── entity_feature.test │ │ │ │ │ ├── hexcode_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── selector_attribute_feature.test │ │ │ │ │ ├── selector_feature.test │ │ │ │ │ ├── selector_n-th_feature.test │ │ │ │ │ ├── selector_pseudo-class_feature.test │ │ │ │ │ ├── unit_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── css+haml │ │ │ │ │ └── css+haml_usage.test │ │ │ │ ├── css+http │ │ │ │ │ └── css_inclusion.test │ │ │ │ ├── css+textile │ │ │ │ │ └── css_inclusion.test │ │ │ │ ├── css │ │ │ │ │ ├── atrule_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── important_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── selector_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── url_feature.test │ │ │ │ ├── d │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── issue2027.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── register_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── dart │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── metadata_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── diff │ │ │ │ │ ├── coord_feature.test │ │ │ │ │ └── diff_feature.test │ │ │ │ ├── django!+css │ │ │ │ │ └── inclusion.test │ │ │ │ ├── django!+javascript │ │ │ │ │ └── inclusion.test │ │ │ │ ├── django │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── delimiter_feature.test │ │ │ │ │ ├── filter_feature.test │ │ │ │ │ ├── for-loop_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── tag_feature.test │ │ │ │ │ ├── test_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── dns-zone-file │ │ │ │ │ ├── class_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── type_featrue.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── docker │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── ebnf │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── definition_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ ├── rule_feature.test │ │ │ │ │ ├── special_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── eiffel │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── char_feature.test │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── ejs │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ └── ejs_feature.test │ │ │ │ ├── elixir │ │ │ │ │ ├── atom_feature.test │ │ │ │ │ ├── attr-name_feature.test │ │ │ │ │ ├── attribute_feature.test │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── capture_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── issue1392.test │ │ │ │ │ ├── issue775.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── regex_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── elm │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── char_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── hvariable_feature.test │ │ │ │ │ ├── import_statement_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── erb │ │ │ │ │ ├── erb_feature.test │ │ │ │ │ ├── erb_in_markup_feature.test │ │ │ │ │ └── issue1767.test │ │ │ │ ├── erlang │ │ │ │ │ ├── atom_feature.test │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── firestore-security-rules │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── method_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── path_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── flow │ │ │ │ │ ├── flow-punctuation_feature.test │ │ │ │ │ ├── function-variable_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ └── type_feature.test │ │ │ │ ├── fortran+pure │ │ │ │ │ └── fortran_inclusion.test │ │ │ │ ├── fortran │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── fsharp │ │ │ │ │ ├── annotation_feature.test │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── computation-expression_feature.test │ │ │ │ │ ├── issue1480.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── preprocessor_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── gcode │ │ │ │ │ ├── checksum_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── gdscript │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── gedcom │ │ │ │ │ ├── level_feature.test │ │ │ │ │ ├── line-value_feature.test │ │ │ │ │ ├── pointer_feature.test │ │ │ │ │ └── tag_feature.test │ │ │ │ ├── gherkin │ │ │ │ │ ├── atrule_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── feature_feature.test │ │ │ │ │ ├── outline_feature.test │ │ │ │ │ ├── pystring_feature.test │ │ │ │ │ ├── scenario_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── table_feature.test │ │ │ │ │ └── tag_feature.test │ │ │ │ ├── git │ │ │ │ │ ├── command_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── commit_sha1_feature.test │ │ │ │ │ ├── coord_feature.test │ │ │ │ │ ├── diff_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── glsl │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ └── preprocessor_feature.test │ │ │ │ ├── go │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── graphql │ │ │ │ │ ├── attr-name_feature.test │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── directive_feature.test │ │ │ │ │ ├── fragment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── groovy │ │ │ │ │ ├── annotation_feature.test │ │ │ │ │ ├── issue1049.js │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── shebang_feature.test │ │ │ │ │ ├── spock-block_feature.test │ │ │ │ │ ├── string-interpolation_feature.js │ │ │ │ │ └── string_feature.test │ │ │ │ ├── haml │ │ │ │ │ ├── code_feature.test │ │ │ │ │ ├── doctype_feature.test │ │ │ │ │ ├── interpolation_feature.test │ │ │ │ │ ├── multiline-code_feature.test │ │ │ │ │ ├── multiline-comment_feature.test │ │ │ │ │ └── tag_feature.test │ │ │ │ ├── handlebars+pug │ │ │ │ │ └── handlebars_inclusion.test │ │ │ │ ├── handlebars │ │ │ │ │ ├── block_feature.test │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── handlebars_in_markup_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── haskell │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── char_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── hvariable_feature.test │ │ │ │ │ ├── import_statement_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── haxe │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── metadata_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── preprocessor_feature.test │ │ │ │ │ ├── regex_feature.test │ │ │ │ │ ├── reification_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── hcl │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── interpolation_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── hpkp │ │ │ │ │ ├── safe_maxage_feature.test │ │ │ │ │ ├── sha256_pin_feature.test │ │ │ │ │ └── unsafe_maxage_feature.test │ │ │ │ ├── hsts │ │ │ │ │ ├── include_subdomains_feature.test │ │ │ │ │ ├── preload_feature.test │ │ │ │ │ ├── safe_maxage_feature.test │ │ │ │ │ └── unsafe_maxage_feature.test │ │ │ │ ├── http │ │ │ │ │ ├── header-name_feature.test │ │ │ │ │ ├── request-line_feature.test │ │ │ │ │ └── response-status_feature.test │ │ │ │ ├── ichigojam │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── label_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── icon │ │ │ │ │ ├── builtin-keyword_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── directive_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── inform7 │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── position_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── title_feature.test │ │ │ │ │ ├── variable_feature.test │ │ │ │ │ └── verb_feature.test │ │ │ │ ├── ini │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── key_value_feature.test │ │ │ │ │ └── selector_feature.test │ │ │ │ ├── io │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── j │ │ │ │ │ ├── adverb_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── conjunction_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── verb_feature.test │ │ │ │ ├── java │ │ │ │ │ ├── function_featrue.test │ │ │ │ │ ├── generics_feature.test │ │ │ │ │ ├── issue1351.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── module_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── package_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── javadoc+java │ │ │ │ │ └── javadoc_inclusion.test │ │ │ │ ├── javadoc │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── code_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── parameter_feature.test │ │ │ │ │ └── tag_feature.test │ │ │ │ ├── javascript!+css+js-templates │ │ │ │ │ └── css_inclusion.test │ │ │ │ ├── javascript!+graphql+js-templates │ │ │ │ │ └── graphql_inclusion.test │ │ │ │ ├── javascript!+js-extras │ │ │ │ │ ├── arrow_feature.test │ │ │ │ │ ├── console_feature.test │ │ │ │ │ ├── dom_feature.test │ │ │ │ │ ├── known-class-name_feature.test │ │ │ │ │ ├── maybe-class-name_feature.test │ │ │ │ │ ├── method-variable_feature.test │ │ │ │ │ ├── method_feature.test │ │ │ │ │ ├── property-access_feature.test │ │ │ │ │ └── spread_feature.test │ │ │ │ ├── javascript!+markdown+js-templates │ │ │ │ │ └── markdown_inclusion.test │ │ │ │ ├── javascript!+markup+js-templates │ │ │ │ │ └── markup_inclusion.test │ │ │ │ ├── javascript!+regex │ │ │ │ │ └── regex_inclusion.test │ │ │ │ ├── javascript+haml │ │ │ │ │ └── javascript_inclusion.test │ │ │ │ ├── javascript+http │ │ │ │ │ └── javascript_inclusion.test │ │ │ │ ├── javascript │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── class-method_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── function-variable_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── issue1337.test │ │ │ │ │ ├── issue1340.test │ │ │ │ │ ├── issue1397.test │ │ │ │ │ ├── issue1526.test │ │ │ │ │ ├── issue1807.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── private_fields_feature.test │ │ │ │ │ ├── regex_feature.test │ │ │ │ │ ├── supposed-classes_feature.test │ │ │ │ │ ├── supposed-function_feature.test │ │ │ │ │ ├── template-string_feature.test │ │ │ │ │ ├── try-catch_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── javastacktrace │ │ │ │ │ ├── more_feature.test │ │ │ │ │ ├── stack-frame_feature.test │ │ │ │ │ └── summary_feature.test │ │ │ │ ├── jolie │ │ │ │ │ ├── deployment_features.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ └── operator_feature.test │ │ │ │ ├── jq │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── dot_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── jsdoc+javascript │ │ │ │ │ └── jsdoc_inclusion.test │ │ │ │ ├── jsdoc │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── example_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ └── parameter_feature.test │ │ │ │ ├── json+http │ │ │ │ │ ├── json-suffix_inclusion.test │ │ │ │ │ └── json_inclusion.test │ │ │ │ ├── json │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── issue1852.test │ │ │ │ │ ├── null_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── json5 │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── jsonp │ │ │ │ │ ├── function_feature.test │ │ │ │ │ └── punctuation_feature.test │ │ │ │ ├── jsx │ │ │ │ │ ├── issue1103.test │ │ │ │ │ ├── issue1235.test │ │ │ │ │ ├── issue1236.test │ │ │ │ │ ├── issue1294.test │ │ │ │ │ ├── issue1335.test │ │ │ │ │ ├── issue1342.test │ │ │ │ │ ├── issue1356.test │ │ │ │ │ ├── issue1364.test │ │ │ │ │ ├── issue1408.test │ │ │ │ │ ├── issue1421.test │ │ │ │ │ ├── plain-text_feature.test │ │ │ │ │ └── tag_feature.test │ │ │ │ ├── julia │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── keyman │ │ │ │ │ ├── atrule_feature.test │ │ │ │ │ ├── bold_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── tag_feature.test │ │ │ │ ├── kotlin │ │ │ │ │ ├── annotation_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── interpolation_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── label_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── raw-string_feature.test │ │ │ │ ├── latex │ │ │ │ │ ├── cdata_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── equation_feature.test │ │ │ │ │ ├── headline_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ └── url_feature.test │ │ │ │ ├── less+haml │ │ │ │ │ └── less_inclusion.test │ │ │ │ ├── less+pug │ │ │ │ │ └── less_inclusion.test │ │ │ │ ├── less │ │ │ │ │ ├── atrule_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ └── selector_feature.test │ │ │ │ ├── lilypond │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── embedded-scheme_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── liquid │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ └── operator_feature.test │ │ │ │ ├── lisp │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── car_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── declare_feature.test │ │ │ │ │ ├── defun_feature.test │ │ │ │ │ ├── defvar_feature.test │ │ │ │ │ ├── heading_feature.test │ │ │ │ │ ├── interactive_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── lambda-feature.test │ │ │ │ │ ├── lisp-property_feature.test │ │ │ │ │ ├── number_boolean.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ ├── quoted-symbol_feature.test │ │ │ │ │ ├── splice_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── livescript │ │ │ │ │ ├── argument_feature.test │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── identifier_feature.test │ │ │ │ │ ├── interpolated-string.test │ │ │ │ │ ├── keyword-operator_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── regex_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── lolcode │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── label_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── symbol_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── lua │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── makefile │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── symbol_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── markdown+haml │ │ │ │ │ └── markdown_inclusion.test │ │ │ │ ├── markdown+pug │ │ │ │ │ └── markdown_inclusion.test │ │ │ │ ├── markdown │ │ │ │ │ ├── blockquote_feature.test │ │ │ │ │ ├── bold_feature.test │ │ │ │ │ ├── code_feature.test │ │ │ │ │ ├── hr_feature.test │ │ │ │ │ ├── italic_feature.test │ │ │ │ │ ├── list_feature.test │ │ │ │ │ ├── nested_bold_italic_feature.test │ │ │ │ │ ├── strike_feature.test │ │ │ │ │ ├── table_feature.test │ │ │ │ │ ├── title_feature.test │ │ │ │ │ ├── url-reference_feature.test │ │ │ │ │ └── url_feature.test │ │ │ │ ├── markup!+css+javascript │ │ │ │ │ └── issue1240.test │ │ │ │ ├── markup!+css │ │ │ │ │ └── css_inclusion.test │ │ │ │ ├── markup!+javascript │ │ │ │ │ └── javascript_inclusion.test │ │ │ │ ├── markup+actionscript │ │ │ │ │ └── xml_feature.test │ │ │ │ ├── markup+css+wiki │ │ │ │ │ └── table-tag_feature.test │ │ │ │ ├── markup+haml │ │ │ │ │ └── markup_feature.test │ │ │ │ ├── markup+http │ │ │ │ │ ├── html_inclusion.test │ │ │ │ │ ├── xml-suffix_inclusion.test │ │ │ │ │ └── xml_inclusion.test │ │ │ │ ├── markup+javascript+csharp+aspnet │ │ │ │ │ └── script_feature.test │ │ │ │ ├── markup+php │ │ │ │ │ ├── issue1582.test │ │ │ │ │ ├── php_in_markup_feature.test │ │ │ │ │ └── php_with_closing_tag_in_markup_feature.test │ │ │ │ ├── markup+pug │ │ │ │ │ └── markup_feature.test │ │ │ │ ├── markup+tt2 │ │ │ │ │ └── tt2_in_markup_feature.test │ │ │ │ ├── markup │ │ │ │ │ ├── cdata_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── doctype_feature.test │ │ │ │ │ ├── entity_feature.js │ │ │ │ │ ├── entity_feature.test │ │ │ │ │ ├── issue585.test │ │ │ │ │ ├── issue888.test │ │ │ │ │ ├── prolog_feature.test │ │ │ │ │ ├── tag_attribute_feature.test │ │ │ │ │ └── tag_feature.test │ │ │ │ ├── matlab │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── mel │ │ │ │ │ ├── code_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── flag_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── mizar │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── parameter_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── monkey │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── preprocessor_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── type-char_feature.test │ │ │ │ ├── n1ql │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── identifier_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── parameter_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── n4js │ │ │ │ │ ├── annotation_feature.test │ │ │ │ │ └── keyword_feature.test │ │ │ │ ├── nand2tetris-hdl │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── punctuation_feature.test │ │ │ │ ├── nasm │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── label_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── register_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── nginx │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── nim │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── nix │ │ │ │ │ ├── antiquotation_feature.test │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── url_feature.test │ │ │ │ ├── nsis │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── important_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── objectivec │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── ocaml │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── directive_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── type_feature.test │ │ │ │ ├── opencl+c │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ └── type_feature.test │ │ │ │ ├── opencl+cpp │ │ │ │ │ └── type_feature.test │ │ │ │ ├── opencl │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ └── keyword_feature.test │ │ │ │ ├── oz │ │ │ │ │ ├── atom_feature.test │ │ │ │ │ ├── attr-name_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── parigp │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── parser │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── escape_feature.test │ │ │ │ │ ├── expression_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── parser-comment_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── pascal │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── pascaligo │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── pcaxis │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── tlist_feature.test │ │ │ │ ├── perl │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── filehandle_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── regex_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── variable_feature.test │ │ │ │ │ └── vstring_feature.test │ │ │ │ ├── php!+css-extras │ │ │ │ │ └── issue2008.test │ │ │ │ ├── php!+php-extras │ │ │ │ │ ├── global_feature.test │ │ │ │ │ ├── scope_feature.test │ │ │ │ │ └── this_feature.test │ │ │ │ ├── php │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── delimiter_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── package_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── shell-comment_feature.test │ │ │ │ │ ├── string-interpolation_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── phpdoc+php │ │ │ │ │ └── phpdoc_inclusion.test │ │ │ │ ├── phpdoc │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ └── parameter_feature.test │ │ │ │ ├── plsql │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ └── operator_feature.test │ │ │ │ ├── powershell │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── issue1407.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── namespace_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── processing │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── type_feature.test │ │ │ │ ├── prolog │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── properties │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ └── key_value_feature.test │ │ │ │ ├── protobuf │ │ │ │ │ ├── annotation_feature.test │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── map_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── pug │ │ │ │ │ ├── code_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── doctype_feature.test │ │ │ │ │ ├── flow-control_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── mixin_feature.test │ │ │ │ │ ├── multiline-plain-text_feature.test │ │ │ │ │ ├── multiline-script_feature.test │ │ │ │ │ ├── plain-text_feature.test │ │ │ │ │ ├── script_feature.test │ │ │ │ │ └── tag_feature.test │ │ │ │ ├── puppet │ │ │ │ │ ├── attr-name_feature.test │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── datatype_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── heredoc_feature.test │ │ │ │ │ ├── interpolation_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── regex_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── pure │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── special_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── python │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── decorator_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── issue1355.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string-interpolation_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── triple-quoted-string_feature.test │ │ │ │ ├── q │ │ │ │ │ ├── adverb_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── datetime_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── symbol_feature.test │ │ │ │ │ └── verb_feature.test │ │ │ │ ├── qore │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── r │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── ellipsis_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── percent-operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── reason │ │ │ │ │ ├── character_feature.test │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constructor_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── label_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── regex │ │ │ │ │ ├── anchor_feature.test │ │ │ │ │ ├── backreference_feature.test │ │ │ │ │ ├── charclass_feature.test │ │ │ │ │ ├── charset_feature.test │ │ │ │ │ ├── escape_feature.test │ │ │ │ │ ├── group_feature.test │ │ │ │ │ ├── quantifier_feature.test │ │ │ │ │ └── range_feature.test │ │ │ │ ├── rest │ │ │ │ │ ├── command-line-option_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── directive_feature.test │ │ │ │ │ ├── doctest-block_feature.test │ │ │ │ │ ├── field_feature.test │ │ │ │ │ ├── hr_feature.test │ │ │ │ │ ├── inline_feature.test │ │ │ │ │ ├── link-target_feature.test │ │ │ │ │ ├── link_feature.test │ │ │ │ │ ├── list-bullet_feature.test │ │ │ │ │ ├── literal-block_feature.test │ │ │ │ │ ├── quoted-literal-block_feature.test │ │ │ │ │ ├── substitution-def_feature.test │ │ │ │ │ ├── table_feature.test │ │ │ │ │ └── title_feature.test │ │ │ │ ├── rip │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── character_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── date_time_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── reference_feature.test │ │ │ │ │ ├── regex_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── symbol_feature.test │ │ │ │ ├── roboconf │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── component_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── optional_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── value_feature.test │ │ │ │ │ └── wildcard_feature.test │ │ │ │ ├── robot-framework │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── documentation_feature.test │ │ │ │ │ ├── name_and_property_feature.test │ │ │ │ │ ├── sections_feature.test │ │ │ │ │ ├── settings_property_feature.test │ │ │ │ │ ├── tag_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── ruby │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── issue1336.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── method_definition_feature.test │ │ │ │ │ ├── regex_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── symbol_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── rust │ │ │ │ │ ├── attribute_feature.test │ │ │ │ │ ├── char_feature.test │ │ │ │ │ ├── closure-params_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── issue1339.test │ │ │ │ │ ├── issue1353.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── lifetime-annotation_feature.test │ │ │ │ │ ├── macro-rules_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── sas │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── datalines_feature.test │ │ │ │ │ ├── datetime_feature.test │ │ │ │ │ ├── format_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── input_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── macro_feature.test │ │ │ │ │ ├── macrodefinition_feature.test │ │ │ │ │ ├── macrokeyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── options_feature.test │ │ │ │ │ ├── proc-sql_feature.test │ │ │ │ │ ├── step_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── sass │ │ │ │ │ ├── atrule-line_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── property-line_feature.test │ │ │ │ │ ├── selector_feature.test │ │ │ │ │ └── variable-line_feature.test │ │ │ │ ├── scala │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── symbol_feature.test │ │ │ │ ├── scheme │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── character_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── issue1331.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── scss+haml │ │ │ │ │ └── scss_inclusion.test │ │ │ │ ├── scss+pug │ │ │ │ │ └── scss_inclusion.test │ │ │ │ ├── scss │ │ │ │ │ ├── atrule_feature.test │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── null_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── placeholder_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── selector_feature.test │ │ │ │ │ ├── statement_feature.test │ │ │ │ │ ├── url_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── shell-session │ │ │ │ │ ├── command_feature.test │ │ │ │ │ └── command_string_feature.test │ │ │ │ ├── smalltalk │ │ │ │ │ ├── block-arguments_feature.test │ │ │ │ │ ├── character_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_character_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── symbol_feature.test │ │ │ │ │ └── temporary-variables_feature.test │ │ │ │ ├── smarty │ │ │ │ │ ├── attr-name_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── smarty_in_markup_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── solidity │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── version_feature.test │ │ │ │ ├── soy │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── command-arg.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── literal_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── parameter_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ ├── soy_in_markup_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── sparql │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── tag_feature.test │ │ │ │ │ ├── url_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── splunk-spl │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── date_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── sql │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── stylus+pug │ │ │ │ │ └── stylus_inclusion.test │ │ │ │ ├── stylus │ │ │ │ │ ├── atrule-declaration_feature.test │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── func_feature.test │ │ │ │ │ ├── hexcode_feature.test │ │ │ │ │ ├── important_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── property-declaration_feature.test │ │ │ │ │ ├── selector_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── url_feature.test │ │ │ │ │ └── variable-declaration_feature.test │ │ │ │ ├── swift │ │ │ │ │ ├── atrule_feature.test │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── t4-cs │ │ │ │ │ ├── block_class-feature_feature.test │ │ │ │ │ ├── block_directive_feature.test │ │ │ │ │ ├── block_expression_feature.test │ │ │ │ │ └── block_standard_feature.test │ │ │ │ ├── t4-vb │ │ │ │ │ └── block_feature.test │ │ │ │ ├── tap │ │ │ │ │ ├── bail_out_feature.test │ │ │ │ │ ├── directive_feature.test │ │ │ │ │ ├── pass_fail_feature.test │ │ │ │ │ ├── plan_feature.test │ │ │ │ │ ├── pragma_feature.test │ │ │ │ │ ├── version_feature.test │ │ │ │ │ └── yamlish_feature.test │ │ │ │ ├── tcl │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── scope_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── textile │ │ │ │ │ ├── acronym_feature.test │ │ │ │ │ ├── block-tag_feature.test │ │ │ │ │ ├── footnote_feature.test │ │ │ │ │ ├── image_feature.test │ │ │ │ │ ├── inline_feature.test │ │ │ │ │ ├── link-ref_feature.test │ │ │ │ │ ├── link_feature.test │ │ │ │ │ ├── list_feature.test │ │ │ │ │ ├── mark_feature.test │ │ │ │ │ └── table_feature.test │ │ │ │ ├── toml │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── date_feature.test │ │ │ │ │ ├── key_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── table_feature.test │ │ │ │ ├── tsx │ │ │ │ │ └── tag_feature.test │ │ │ │ ├── tt2 │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── delimiter_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string-interpolation_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── turtle │ │ │ │ │ ├── blank-node_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── language-tag_feature.test │ │ │ │ │ ├── local-name-with-colons_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── twig+pug │ │ │ │ │ └── twig_inclusion.test │ │ │ │ ├── twig │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── typescript │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ └── keyword_feature.test │ │ │ │ ├── vala │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── punctuation_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── vbnet │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ └── keyword_feature.test │ │ │ │ ├── velocity │ │ │ │ │ ├── directive_feature.test │ │ │ │ │ ├── unparsed_feature.test │ │ │ │ │ ├── variable_feature.test │ │ │ │ │ └── velocity-comment_feature.test │ │ │ │ ├── verilog │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── important_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── property_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── vhdl │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── vhdl-vectors_feature.test │ │ │ │ ├── vim │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── visual-basic │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── date_feature.test │ │ │ │ │ ├── directive_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── string_feature.test │ │ │ │ ├── wasm │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── wiki │ │ │ │ │ ├── block-comment_feature.test │ │ │ │ │ ├── emphasis_feature.test │ │ │ │ │ ├── heading_feature.test │ │ │ │ │ ├── hr_feature.test │ │ │ │ │ ├── nowiki_feature.test │ │ │ │ │ ├── symbol_feature.test │ │ │ │ │ ├── url_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── xeora │ │ │ │ │ ├── constant_feature.test │ │ │ │ │ ├── directive-block-close_feature.test │ │ │ │ │ ├── directive-block-open_feature.test │ │ │ │ │ ├── directive-block-separator_feature.test │ │ │ │ │ ├── directive-inline_feature.test │ │ │ │ │ ├── function-block_feature.test │ │ │ │ │ ├── function-inline_feature.test │ │ │ │ │ └── variable_feature.test │ │ │ │ ├── xojo │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── symbol_feature.test │ │ │ │ ├── xquery │ │ │ │ │ ├── axis_feature.test │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── extension_feature.test │ │ │ │ │ ├── function_feature.test │ │ │ │ │ ├── keyword-operator_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ ├── plain-text_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ ├── tag_feature.test │ │ │ │ │ ├── variable_feature.test │ │ │ │ │ ├── xquery-attribute_feature.test │ │ │ │ │ ├── xquery-comment_feature.test │ │ │ │ │ └── xquery-element_feature.test │ │ │ │ ├── yaml │ │ │ │ │ ├── boolean_feature.test │ │ │ │ │ ├── comment_feature.test │ │ │ │ │ ├── datetime_feature.test │ │ │ │ │ ├── directive_feature.test │ │ │ │ │ ├── important_feature.test │ │ │ │ │ ├── key_feature.test │ │ │ │ │ ├── null_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── scalar_feature.test │ │ │ │ │ ├── string_feature.test │ │ │ │ │ └── tag_feature.test │ │ │ │ └── zig │ │ │ │ │ ├── builtin-types_feature.test │ │ │ │ │ ├── builtin_feature.test │ │ │ │ │ ├── class-name_feature.test │ │ │ │ │ ├── keyword_feature.test │ │ │ │ │ ├── label_feature.test │ │ │ │ │ ├── number_feature.test │ │ │ │ │ ├── operator_feature.test │ │ │ │ │ └── punctuation_feature.test │ │ │ ├── pattern-tests.js │ │ │ ├── plugins │ │ │ │ └── keep-markup │ │ │ │ │ └── test.js │ │ │ ├── run.js │ │ │ └── testrunner-tests.js │ │ └── themes │ │ │ ├── prism-coy.css │ │ │ ├── prism-dark.css │ │ │ ├── prism-funky.css │ │ │ ├── prism-okaidia.css │ │ │ ├── prism-solarizedlight.css │ │ │ ├── prism-tomorrow.css │ │ │ ├── prism-twilight.css │ │ │ └── prism.css │ ├── select2 │ │ ├── .editorconfig │ │ ├── .github │ │ │ ├── CONTRIBUTING.md │ │ │ ├── ISSUE_TEMPLATE.md │ │ │ ├── PULL_REQUEST_TEMPLATE.md │ │ │ └── stale.yml │ │ ├── .gitignore │ │ ├── .jshintignore │ │ ├── .jshintrc │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── Gruntfile.js │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── bower.json │ │ ├── component.json │ │ ├── composer.json │ │ ├── dist │ │ │ ├── css │ │ │ │ ├── select2.css │ │ │ │ └── select2.min.css │ │ │ └── js │ │ │ │ ├── i18n │ │ │ │ ├── af.js │ │ │ │ ├── ar.js │ │ │ │ ├── az.js │ │ │ │ ├── bg.js │ │ │ │ ├── bn.js │ │ │ │ ├── bs.js │ │ │ │ ├── ca.js │ │ │ │ ├── cs.js │ │ │ │ ├── da.js │ │ │ │ ├── de.js │ │ │ │ ├── dsb.js │ │ │ │ ├── el.js │ │ │ │ ├── en.js │ │ │ │ ├── es.js │ │ │ │ ├── et.js │ │ │ │ ├── eu.js │ │ │ │ ├── fa.js │ │ │ │ ├── fi.js │ │ │ │ ├── fr.js │ │ │ │ ├── gl.js │ │ │ │ ├── he.js │ │ │ │ ├── hi.js │ │ │ │ ├── hr.js │ │ │ │ ├── hsb.js │ │ │ │ ├── hu.js │ │ │ │ ├── hy.js │ │ │ │ ├── id.js │ │ │ │ ├── is.js │ │ │ │ ├── it.js │ │ │ │ ├── ja.js │ │ │ │ ├── ka.js │ │ │ │ ├── km.js │ │ │ │ ├── ko.js │ │ │ │ ├── lt.js │ │ │ │ ├── lv.js │ │ │ │ ├── mk.js │ │ │ │ ├── ms.js │ │ │ │ ├── nb.js │ │ │ │ ├── ne.js │ │ │ │ ├── nl.js │ │ │ │ ├── pl.js │ │ │ │ ├── ps.js │ │ │ │ ├── pt-BR.js │ │ │ │ ├── pt.js │ │ │ │ ├── ro.js │ │ │ │ ├── ru.js │ │ │ │ ├── sk.js │ │ │ │ ├── sl.js │ │ │ │ ├── sq.js │ │ │ │ ├── sr-Cyrl.js │ │ │ │ ├── sr.js │ │ │ │ ├── sv.js │ │ │ │ ├── th.js │ │ │ │ ├── tk.js │ │ │ │ ├── tr.js │ │ │ │ ├── uk.js │ │ │ │ ├── vi.js │ │ │ │ ├── zh-CN.js │ │ │ │ └── zh-TW.js │ │ │ │ ├── select2.full.js │ │ │ │ ├── select2.full.min.js │ │ │ │ ├── select2.js │ │ │ │ └── select2.min.js │ │ ├── docs │ │ │ ├── README.md │ │ │ ├── announcements-4.0.html │ │ │ ├── community.html │ │ │ ├── examples.html │ │ │ ├── index.html │ │ │ ├── options-old.html │ │ │ └── options.html │ │ ├── package.json │ │ ├── src │ │ │ ├── js │ │ │ │ ├── banner.end.js │ │ │ │ ├── banner.start.js │ │ │ │ ├── jquery.mousewheel.shim.js │ │ │ │ ├── jquery.select2.js │ │ │ │ ├── jquery.shim.js │ │ │ │ ├── select2 │ │ │ │ │ ├── compat │ │ │ │ │ │ ├── containerCss.js │ │ │ │ │ │ ├── dropdownCss.js │ │ │ │ │ │ ├── initSelection.js │ │ │ │ │ │ ├── inputData.js │ │ │ │ │ │ ├── matcher.js │ │ │ │ │ │ ├── query.js │ │ │ │ │ │ └── utils.js │ │ │ │ │ ├── core.js │ │ │ │ │ ├── data │ │ │ │ │ │ ├── ajax.js │ │ │ │ │ │ ├── array.js │ │ │ │ │ │ ├── base.js │ │ │ │ │ │ ├── maximumInputLength.js │ │ │ │ │ │ ├── maximumSelectionLength.js │ │ │ │ │ │ ├── minimumInputLength.js │ │ │ │ │ │ ├── select.js │ │ │ │ │ │ ├── tags.js │ │ │ │ │ │ └── tokenizer.js │ │ │ │ │ ├── defaults.js │ │ │ │ │ ├── diacritics.js │ │ │ │ │ ├── dropdown.js │ │ │ │ │ ├── dropdown │ │ │ │ │ │ ├── attachBody.js │ │ │ │ │ │ ├── attachContainer.js │ │ │ │ │ │ ├── closeOnSelect.js │ │ │ │ │ │ ├── hidePlaceholder.js │ │ │ │ │ │ ├── infiniteScroll.js │ │ │ │ │ │ ├── minimumResultsForSearch.js │ │ │ │ │ │ ├── search.js │ │ │ │ │ │ ├── selectOnClose.js │ │ │ │ │ │ └── stopPropagation.js │ │ │ │ │ ├── i18n │ │ │ │ │ │ ├── af.js │ │ │ │ │ │ ├── ar.js │ │ │ │ │ │ ├── az.js │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ ├── bn.js │ │ │ │ │ │ ├── bs.js │ │ │ │ │ │ ├── ca.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── dsb.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ ├── eu.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── gl.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hi.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── hsb.js │ │ │ │ │ │ ├── hu.js │ │ │ │ │ │ ├── hy.js │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ ├── is.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ja.js │ │ │ │ │ │ ├── ka.js │ │ │ │ │ │ ├── km.js │ │ │ │ │ │ ├── ko.js │ │ │ │ │ │ ├── lt.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── mk.js │ │ │ │ │ │ ├── ms.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── ne.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── ps.js │ │ │ │ │ │ ├── pt-BR.js │ │ │ │ │ │ ├── pt.js │ │ │ │ │ │ ├── ro.js │ │ │ │ │ │ ├── ru.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── sl.js │ │ │ │ │ │ ├── sq.js │ │ │ │ │ │ ├── sr-Cyrl.js │ │ │ │ │ │ ├── sr.js │ │ │ │ │ │ ├── sv.js │ │ │ │ │ │ ├── th.js │ │ │ │ │ │ ├── tk.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ ├── zh-CN.js │ │ │ │ │ │ └── zh-TW.js │ │ │ │ │ ├── keys.js │ │ │ │ │ ├── options.js │ │ │ │ │ ├── results.js │ │ │ │ │ ├── selection │ │ │ │ │ │ ├── allowClear.js │ │ │ │ │ │ ├── base.js │ │ │ │ │ │ ├── clickMask.js │ │ │ │ │ │ ├── eventRelay.js │ │ │ │ │ │ ├── multiple.js │ │ │ │ │ │ ├── placeholder.js │ │ │ │ │ │ ├── search.js │ │ │ │ │ │ ├── single.js │ │ │ │ │ │ └── stopPropagation.js │ │ │ │ │ ├── translation.js │ │ │ │ │ └── utils.js │ │ │ │ ├── wrapper.end.js │ │ │ │ └── wrapper.start.js │ │ │ └── scss │ │ │ │ ├── _dropdown.scss │ │ │ │ ├── _multiple.scss │ │ │ │ ├── _single.scss │ │ │ │ ├── core.scss │ │ │ │ ├── mixins │ │ │ │ └── _gradients.scss │ │ │ │ └── theme │ │ │ │ ├── classic │ │ │ │ ├── _defaults.scss │ │ │ │ ├── _multiple.scss │ │ │ │ ├── _single.scss │ │ │ │ └── layout.scss │ │ │ │ └── default │ │ │ │ ├── _multiple.scss │ │ │ │ ├── _single.scss │ │ │ │ └── layout.scss │ │ └── tests │ │ │ ├── a11y │ │ │ └── selection-tests.js │ │ │ ├── data │ │ │ ├── array-tests.js │ │ │ ├── base-tests.js │ │ │ ├── inputData-tests.js │ │ │ ├── maximumInputLength-tests.js │ │ │ ├── maximumSelectionLength-tests.js │ │ │ ├── minimumInputLength-tests.js │ │ │ ├── select-tests.js │ │ │ ├── tags-tests.js │ │ │ └── tokenizer-tests.js │ │ │ ├── dropdown │ │ │ ├── dropdownCss-tests.js │ │ │ ├── dropdownParent-tests.js │ │ │ ├── positioning-tests.js │ │ │ ├── search-a11y-tests.js │ │ │ ├── selectOnClose-tests.js │ │ │ └── stopPropagation-tests.js │ │ │ ├── helpers.js │ │ │ ├── integration-jq1.html │ │ │ ├── integration-jq2.html │ │ │ ├── integration-jq3.html │ │ │ ├── integration │ │ │ ├── dom-changes.js │ │ │ ├── jquery-calls.js │ │ │ └── select2-methods.js │ │ │ ├── options │ │ │ ├── ajax-tests.js │ │ │ ├── data-tests.js │ │ │ ├── deprecated-tests.js │ │ │ ├── translation-tests.js │ │ │ └── width-tests.js │ │ │ ├── results │ │ │ ├── a11y-tests.js │ │ │ ├── focusing-tests.js │ │ │ ├── infiniteScroll-tests.js │ │ │ └── option-tests.js │ │ │ ├── selection │ │ │ ├── allowClear-tests.js │ │ │ ├── containerCss-tests.js │ │ │ ├── focusing-tests.js │ │ │ ├── multiple-tests.js │ │ │ ├── placeholder-tests.js │ │ │ ├── search-a11y-tests.js │ │ │ ├── search-placeholder-tests.js │ │ │ ├── search-tests.js │ │ │ ├── single-tests.js │ │ │ └── stopPropagation-tests.js │ │ │ ├── unit-jq1.html │ │ │ ├── unit-jq2.html │ │ │ ├── unit-jq3.html │ │ │ ├── utils │ │ │ ├── data-tests.js │ │ │ ├── decorator-tests.js │ │ │ └── escapeMarkup-tests.js │ │ │ └── vendor │ │ │ ├── jquery-1.7.2.js │ │ │ ├── jquery-2.2.4.js │ │ │ ├── jquery-3.4.1.js │ │ │ ├── qunit-1.23.1.css │ │ │ └── qunit-1.23.1.js │ ├── selectric │ │ ├── .editorconfig │ │ ├── .eslintrc │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bower.json │ │ ├── gulpfile.js │ │ ├── karma.conf.js │ │ ├── package.json │ │ ├── public │ │ │ ├── CNAME │ │ │ ├── ajax.html │ │ │ ├── customoptions.css │ │ │ ├── demo.html │ │ │ ├── favicon.ico │ │ │ ├── img │ │ │ │ ├── browser-icons.png │ │ │ │ ├── features-icons.png │ │ │ │ ├── header.jpg │ │ │ │ ├── icoDownload.png │ │ │ │ ├── icon.png │ │ │ │ └── jquery.minicolors.png │ │ │ ├── index.html │ │ │ ├── jquery.selectric.js │ │ │ ├── jquery.selectric.min.js │ │ │ ├── lib │ │ │ │ ├── demo.js │ │ │ │ ├── jquery-ui.min.js │ │ │ │ ├── jquery.min.js │ │ │ │ ├── jquery.minicolors.min.js │ │ │ │ ├── prism.css │ │ │ │ └── prism.js │ │ │ ├── plugins │ │ │ │ ├── jquery.selectric.addNew.css │ │ │ │ ├── jquery.selectric.addNew.js │ │ │ │ ├── jquery.selectric.addNew.min.js │ │ │ │ ├── jquery.selectric.placeholder.js │ │ │ │ └── jquery.selectric.placeholder.min.js │ │ │ ├── selectric.css │ │ │ ├── share.jpg │ │ │ ├── style.css │ │ │ └── themes │ │ │ │ ├── flat-dark-blue │ │ │ │ └── selectric.css │ │ │ │ ├── flat-light-blue │ │ │ │ └── selectric.css │ │ │ │ ├── flat-marsala │ │ │ │ └── selectric.css │ │ │ │ ├── flat-radiant-orchid │ │ │ │ └── selectric.css │ │ │ │ ├── flat-red │ │ │ │ └── selectric.css │ │ │ │ ├── modern-v2 │ │ │ │ └── selectric.css │ │ │ │ ├── modern │ │ │ │ └── selectric.css │ │ │ │ ├── plus │ │ │ │ └── selectric.css │ │ │ │ ├── square │ │ │ │ └── selectric.css │ │ │ │ └── template │ │ │ │ └── selectric.css │ │ ├── selectric.jquery.json │ │ ├── src │ │ │ ├── jquery.selectric.js │ │ │ ├── plugins │ │ │ │ ├── jquery.selectric.addNew.js │ │ │ │ ├── jquery.selectric.addNew.scss │ │ │ │ └── jquery.selectric.placeholder.js │ │ │ ├── selectric.scss │ │ │ └── themes │ │ │ │ ├── flat-dark-blue │ │ │ │ └── selectric.scss │ │ │ │ ├── flat-light-blue │ │ │ │ └── selectric.scss │ │ │ │ ├── flat-marsala │ │ │ │ └── selectric.scss │ │ │ │ ├── flat-radiant-orchid │ │ │ │ └── selectric.scss │ │ │ │ └── flat-red │ │ │ │ └── selectric.scss │ │ └── test │ │ │ ├── basic.spec.js │ │ │ ├── events.spec.js │ │ │ ├── fixtures │ │ │ ├── basic.html │ │ │ ├── hidden.html │ │ │ ├── multiple.html │ │ │ ├── optgroup.html │ │ │ └── options.html │ │ │ ├── keyboard.spec.js │ │ │ ├── lib │ │ │ ├── jasmine-jquery.js │ │ │ └── keyvent.min.js │ │ │ ├── mobile.spec.js │ │ │ ├── multiple.spec.js │ │ │ ├── options.spec.js │ │ │ └── visibility.spec.js │ ├── simpleweather │ │ ├── .jshintrc │ │ ├── CHANGELOG.md │ │ ├── MIT-LICENSE.txt │ │ ├── README.md │ │ ├── bower.json │ │ ├── component.json │ │ ├── gulpfile.js │ │ ├── index.html │ │ ├── jquery.simpleWeather.js │ │ ├── jquery.simpleWeather.min.js │ │ ├── package.json │ │ └── simpleweather.jquery.json │ ├── sticky-kit │ │ └── dist │ │ │ └── sticky-kit.min.js │ ├── summernote │ │ ├── .agignore │ │ ├── .editorconfig │ │ ├── .eslintrc │ │ ├── .github │ │ │ ├── CODE_OF_CONDUCT.md │ │ │ ├── CONTRIBUTING.md │ │ │ ├── ISSUE_TEMPLATE.md │ │ │ └── PULL_REQUEST_TEMPLATE.md │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── Gruntfile.js │ │ ├── LICENSE │ │ ├── MAINTAIN.md │ │ ├── README.md │ │ ├── examples │ │ │ ├── airmode.html │ │ │ ├── bs2.html │ │ │ ├── bs3.html │ │ │ ├── bs4.html │ │ │ ├── codemirror.html │ │ │ ├── codeview-filter.html │ │ │ ├── custom-style.html │ │ │ ├── example.css │ │ │ ├── external-api.html │ │ │ ├── hint-emoji.html │ │ │ ├── hint-symbols_mathematical-symbols_Greek-letters.html │ │ │ ├── hint-userdefine.html │ │ │ ├── ie8.html │ │ │ ├── jquery-custom-event.html │ │ │ ├── lang.html │ │ │ ├── link-blank.html │ │ │ ├── lite.html │ │ │ ├── ondialog-multitab.html │ │ │ ├── ondialog.html │ │ │ ├── placeholder.html │ │ │ ├── plugin-hello.html │ │ │ ├── symbols_mathematical-symbols_Greek-letters.json │ │ │ ├── textarea.html │ │ │ ├── toolbar-container.html │ │ │ └── with-google-font.html │ │ ├── grunts │ │ │ └── grunt-build.js │ │ ├── index.html │ │ ├── karma.ci.conf.js │ │ ├── karma.conf.js │ │ ├── lang │ │ │ ├── summernote-ar-AR.js │ │ │ ├── summernote-bg-BG.js │ │ │ ├── summernote-ca-ES.js │ │ │ ├── summernote-cs-CZ.js │ │ │ ├── summernote-da-DK.js │ │ │ ├── summernote-de-DE.js │ │ │ ├── summernote-el-GR.js │ │ │ ├── summernote-es-ES.js │ │ │ ├── summernote-es-EU.js │ │ │ ├── summernote-fa-IR.js │ │ │ ├── summernote-fi-FI.js │ │ │ ├── summernote-fr-FR.js │ │ │ ├── summernote-gl-ES.js │ │ │ ├── summernote-he-IL.js │ │ │ ├── summernote-hr-HR.js │ │ │ ├── summernote-hu-HU.js │ │ │ ├── summernote-id-ID.js │ │ │ ├── summernote-it-IT.js │ │ │ ├── summernote-ja-JP.js │ │ │ ├── summernote-ko-KR.js │ │ │ ├── summernote-lt-LT.js │ │ │ ├── summernote-lt-LV.js │ │ │ ├── summernote-mn-MN.js │ │ │ ├── summernote-nb-NO.js │ │ │ ├── summernote-nl-NL.js │ │ │ ├── summernote-pl-PL.js │ │ │ ├── summernote-pt-BR.js │ │ │ ├── summernote-pt-PT.js │ │ │ ├── summernote-ro-RO.js │ │ │ ├── summernote-ru-RU.js │ │ │ ├── summernote-sk-SK.js │ │ │ ├── summernote-sl-SI.js │ │ │ ├── summernote-sr-RS-Latin.js │ │ │ ├── summernote-sr-RS.js │ │ │ ├── summernote-sv-SE.js │ │ │ ├── summernote-ta-IN.js │ │ │ ├── summernote-th-TH.js │ │ │ ├── summernote-tr-TR.js │ │ │ ├── summernote-uk-UA.js │ │ │ ├── summernote-uz-UZ.js │ │ │ ├── summernote-vi-VN.js │ │ │ ├── summernote-zh-CN.js │ │ │ └── summernote-zh-TW.js │ │ ├── package.json │ │ ├── plugin │ │ │ ├── databasic │ │ │ │ ├── summernote-ext-databasic.css │ │ │ │ └── summernote-ext-databasic.js │ │ │ ├── hello │ │ │ │ └── summernote-ext-hello.js │ │ │ └── specialchars │ │ │ │ └── summernote-ext-specialchars.js │ │ ├── src │ │ │ ├── icons │ │ │ │ ├── align-center.svg │ │ │ │ ├── align-indent.svg │ │ │ │ ├── align-justify.svg │ │ │ │ ├── align-left.svg │ │ │ │ ├── align-outdent.svg │ │ │ │ ├── align-right.svg │ │ │ │ ├── align.svg │ │ │ │ ├── arrow-circle-down.svg │ │ │ │ ├── arrow-circle-left.svg │ │ │ │ ├── arrow-circle-right.svg │ │ │ │ ├── arrow-circle-up.svg │ │ │ │ ├── arrows-alt.svg │ │ │ │ ├── arrows-h.svg │ │ │ │ ├── arrows-v.svg │ │ │ │ ├── bold.svg │ │ │ │ ├── caret.svg │ │ │ │ ├── chain-broken.svg │ │ │ │ ├── circle.svg │ │ │ │ ├── close.svg │ │ │ │ ├── code.svg │ │ │ │ ├── col-after.svg │ │ │ │ ├── col-before.svg │ │ │ │ ├── col-remove.svg │ │ │ │ ├── eraser.svg │ │ │ │ ├── float-left.svg │ │ │ │ ├── float-none.svg │ │ │ │ ├── float-right.svg │ │ │ │ ├── font.svg │ │ │ │ ├── frame.svg │ │ │ │ ├── italic.svg │ │ │ │ ├── link.svg │ │ │ │ ├── magic.svg │ │ │ │ ├── menu-check.svg │ │ │ │ ├── minus.svg │ │ │ │ ├── orderedlist.svg │ │ │ │ ├── pencil.svg │ │ │ │ ├── picture.svg │ │ │ │ ├── question.svg │ │ │ │ ├── redo.svg │ │ │ │ ├── rollback.svg │ │ │ │ ├── row-above.svg │ │ │ │ ├── row-below.svg │ │ │ │ ├── row-remove.svg │ │ │ │ ├── special-character.svg │ │ │ │ ├── square.svg │ │ │ │ ├── strikethrough.svg │ │ │ │ ├── subscript.svg │ │ │ │ ├── summernote.svg │ │ │ │ ├── superscript.svg │ │ │ │ ├── table.svg │ │ │ │ ├── templates │ │ │ │ │ ├── summernote.css │ │ │ │ │ └── summernote.json │ │ │ │ ├── text-height.svg │ │ │ │ ├── trash.svg │ │ │ │ ├── underline.svg │ │ │ │ ├── undo.svg │ │ │ │ ├── unorderedlist.svg │ │ │ │ └── video.svg │ │ │ ├── js │ │ │ │ ├── base │ │ │ │ │ ├── Context.js │ │ │ │ │ ├── core │ │ │ │ │ │ ├── async.js │ │ │ │ │ │ ├── dom.js │ │ │ │ │ │ ├── env.js │ │ │ │ │ │ ├── func.js │ │ │ │ │ │ ├── key.js │ │ │ │ │ │ ├── lists.js │ │ │ │ │ │ └── range.js │ │ │ │ │ ├── editing │ │ │ │ │ │ ├── Bullet.js │ │ │ │ │ │ ├── History.js │ │ │ │ │ │ ├── Style.js │ │ │ │ │ │ ├── Table.js │ │ │ │ │ │ └── Typing.js │ │ │ │ │ ├── module │ │ │ │ │ │ ├── AirPopover.js │ │ │ │ │ │ ├── AutoLink.js │ │ │ │ │ │ ├── AutoReplace.js │ │ │ │ │ │ ├── AutoSync.js │ │ │ │ │ │ ├── Buttons.js │ │ │ │ │ │ ├── Clipboard.js │ │ │ │ │ │ ├── Codeview.js │ │ │ │ │ │ ├── Dropzone.js │ │ │ │ │ │ ├── Editor.js │ │ │ │ │ │ ├── Fullscreen.js │ │ │ │ │ │ ├── Handle.js │ │ │ │ │ │ ├── HelpDialog.js │ │ │ │ │ │ ├── HintPopover.js │ │ │ │ │ │ ├── ImageDialog.js │ │ │ │ │ │ ├── ImagePopover.js │ │ │ │ │ │ ├── LinkDialog.js │ │ │ │ │ │ ├── LinkPopover.js │ │ │ │ │ │ ├── Placeholder.js │ │ │ │ │ │ ├── Statusbar.js │ │ │ │ │ │ ├── TablePopover.js │ │ │ │ │ │ ├── Toolbar.js │ │ │ │ │ │ └── VideoDialog.js │ │ │ │ │ ├── renderer.js │ │ │ │ │ ├── settings.js │ │ │ │ │ └── summernote-en-US.js │ │ │ │ ├── bs3 │ │ │ │ │ ├── settings.js │ │ │ │ │ └── ui.js │ │ │ │ ├── bs4 │ │ │ │ │ ├── settings.js │ │ │ │ │ └── ui.js │ │ │ │ ├── lite │ │ │ │ │ ├── settings.js │ │ │ │ │ ├── ui.js │ │ │ │ │ └── ui │ │ │ │ │ │ ├── DropdownUI.js │ │ │ │ │ │ ├── ModalUI.js │ │ │ │ │ │ ├── PopoverUI.js │ │ │ │ │ │ └── TooltipUI.js │ │ │ │ └── summernote.js │ │ │ └── less │ │ │ │ ├── elements.less │ │ │ │ ├── elements.scss │ │ │ │ ├── lite-ui │ │ │ │ ├── all.less │ │ │ │ ├── btn-group.less │ │ │ │ ├── buttons.less │ │ │ │ ├── common.less │ │ │ │ ├── dropdown.less │ │ │ │ ├── form.less │ │ │ │ ├── mixins.less │ │ │ │ ├── mixins │ │ │ │ │ └── buttons.less │ │ │ │ ├── modal.less │ │ │ │ ├── popover.less │ │ │ │ ├── toolbar.less │ │ │ │ ├── tooltip.less │ │ │ │ └── variables.less │ │ │ │ ├── summernote-bs4.less │ │ │ │ ├── summernote-bs4.scss │ │ │ │ ├── summernote-lite.less │ │ │ │ ├── summernote.less │ │ │ │ └── summernote.scss │ │ ├── test │ │ │ ├── base │ │ │ │ ├── Context.spec.js │ │ │ │ ├── core │ │ │ │ │ ├── dom.spec.js │ │ │ │ │ ├── func.spec.js │ │ │ │ │ ├── key.spec.js │ │ │ │ │ ├── lists.spec.js │ │ │ │ │ └── range.spec.js │ │ │ │ ├── editing │ │ │ │ │ ├── Table.spec.js │ │ │ │ │ ├── Typing.spec.js │ │ │ │ │ └── style.spec.js │ │ │ │ └── module │ │ │ │ │ ├── Buttons.spec.js │ │ │ │ │ ├── Codeview.spec.js │ │ │ │ │ ├── Editor.spec.js │ │ │ │ │ ├── Fullscreen.spec.js │ │ │ │ │ ├── LinkDialog.spec.js │ │ │ │ │ └── VideoDialog.spec.js │ │ │ └── chaidom.js │ │ └── tsconfig.json │ ├── sweetalert │ │ ├── .babelrc │ │ ├── .editorconfig │ │ ├── .github │ │ │ └── ISSUE_TEMPLATE.md │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── assets │ │ │ ├── logotype.png │ │ │ └── swal.gif │ │ ├── docs-src │ │ │ ├── assets │ │ │ │ ├── css │ │ │ │ │ ├── app.styl │ │ │ │ │ ├── guide.styl │ │ │ │ │ ├── header.styl │ │ │ │ │ ├── highlight.styl │ │ │ │ │ ├── index.styl │ │ │ │ │ ├── normalize.styl │ │ │ │ │ ├── table.styl │ │ │ │ │ └── variables.styl │ │ │ │ ├── images │ │ │ │ │ ├── github.svg │ │ │ │ │ ├── heart-icon.svg │ │ │ │ │ ├── logo-small.svg │ │ │ │ │ ├── logo.svg │ │ │ │ │ ├── modal-examples.png │ │ │ │ │ ├── modal-examples@2x.png │ │ │ │ │ ├── modal-fb-example@2x.png │ │ │ │ │ ├── mood-happy.png │ │ │ │ │ ├── mood-neutral.png │ │ │ │ │ ├── mood-sad.png │ │ │ │ │ ├── pattern.png │ │ │ │ │ ├── pattern@2x.png │ │ │ │ │ ├── transition-top.svg │ │ │ │ │ └── vs.svg │ │ │ │ ├── js │ │ │ │ │ ├── add-preview-buttons.js │ │ │ │ │ ├── index.js │ │ │ │ │ └── landing-text-rotater.js │ │ │ │ └── sweetalert │ │ │ ├── docs │ │ │ │ └── index.md │ │ │ ├── guides │ │ │ │ └── index.md │ │ │ ├── index.hbs │ │ │ ├── layout-docs.hbs │ │ │ ├── layout-guides.hbs │ │ │ └── layout.hbs │ │ ├── docs │ │ │ ├── CNAME │ │ │ ├── assets │ │ │ │ ├── css │ │ │ │ │ ├── app.css │ │ │ │ │ ├── guide.css │ │ │ │ │ ├── header.css │ │ │ │ │ ├── highlight.css │ │ │ │ │ ├── index.css │ │ │ │ │ ├── normalize.css │ │ │ │ │ ├── table.css │ │ │ │ │ └── variables.css │ │ │ │ ├── images │ │ │ │ │ ├── github.svg │ │ │ │ │ ├── heart-icon.svg │ │ │ │ │ ├── logo-small.svg │ │ │ │ │ ├── logo.svg │ │ │ │ │ ├── modal-examples.png │ │ │ │ │ ├── modal-examples@2x.png │ │ │ │ │ ├── modal-fb-example@2x.png │ │ │ │ │ ├── mood-happy.png │ │ │ │ │ ├── mood-neutral.png │ │ │ │ │ ├── mood-sad.png │ │ │ │ │ ├── pattern.png │ │ │ │ │ ├── pattern@2x.png │ │ │ │ │ ├── transition-top.svg │ │ │ │ │ └── vs.svg │ │ │ │ ├── js │ │ │ │ │ ├── add-preview-buttons.js │ │ │ │ │ ├── index.js │ │ │ │ │ └── landing-text-rotater.js │ │ │ │ └── sweetalert │ │ │ │ │ ├── sweetalert.js.map │ │ │ │ │ └── sweetalert.min.js │ │ │ ├── docs │ │ │ │ └── index.html │ │ │ ├── guides │ │ │ │ └── index.html │ │ │ └── index.html │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── postcss.config.js │ │ ├── src │ │ │ ├── core.ts │ │ │ ├── css │ │ │ │ ├── button-loader.css │ │ │ │ ├── buttons.css │ │ │ │ ├── content.css │ │ │ │ ├── icons.css │ │ │ │ ├── icons │ │ │ │ │ ├── error.css │ │ │ │ │ ├── info.css │ │ │ │ │ ├── success.css │ │ │ │ │ └── warning.css │ │ │ │ └── text.css │ │ │ ├── modules │ │ │ │ ├── actions.ts │ │ │ │ ├── class-list │ │ │ │ │ └── index.ts │ │ │ │ ├── event-listeners.ts │ │ │ │ ├── init │ │ │ │ │ ├── buttons.ts │ │ │ │ │ ├── content.ts │ │ │ │ │ ├── icon.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── modal.ts │ │ │ │ │ ├── overlay.ts │ │ │ │ │ └── text.ts │ │ │ │ ├── markup │ │ │ │ │ ├── buttons.ts │ │ │ │ │ ├── content.ts │ │ │ │ │ ├── icons.ts │ │ │ │ │ ├── index.ts │ │ │ │ │ ├── modal.ts │ │ │ │ │ └── overlay.ts │ │ │ │ ├── options │ │ │ │ │ ├── buttons.ts │ │ │ │ │ ├── content.ts │ │ │ │ │ ├── deprecations.ts │ │ │ │ │ └── index.ts │ │ │ │ ├── state.ts │ │ │ │ └── utils.ts │ │ │ ├── polyfills.js │ │ │ ├── sweetalert.css │ │ │ ├── sweetalert.d.ts │ │ │ └── sweetalert.js │ │ ├── test │ │ │ ├── actions.test.ts │ │ │ ├── button-options.test.ts │ │ │ ├── buttons.test.ts │ │ │ ├── content.test.ts │ │ │ ├── icons.test.ts │ │ │ ├── index.test.ts │ │ │ └── utils.ts │ │ ├── tsconfig.json │ │ ├── tslint.json │ │ ├── typings │ │ │ ├── core.d.ts │ │ │ ├── modules │ │ │ │ ├── actions.d.ts │ │ │ │ ├── class-list │ │ │ │ │ └── index.d.ts │ │ │ │ ├── event-listeners.d.ts │ │ │ │ ├── init │ │ │ │ │ ├── buttons.d.ts │ │ │ │ │ ├── content.d.ts │ │ │ │ │ ├── icon.d.ts │ │ │ │ │ ├── index.d.ts │ │ │ │ │ ├── modal.d.ts │ │ │ │ │ ├── overlay.d.ts │ │ │ │ │ └── text.d.ts │ │ │ │ ├── markup │ │ │ │ │ ├── buttons.d.ts │ │ │ │ │ ├── content.d.ts │ │ │ │ │ ├── icons.d.ts │ │ │ │ │ ├── index.d.ts │ │ │ │ │ ├── modal.d.ts │ │ │ │ │ └── overlay.d.ts │ │ │ │ ├── options │ │ │ │ │ ├── buttons.d.ts │ │ │ │ │ ├── content.d.ts │ │ │ │ │ ├── deprecations.d.ts │ │ │ │ │ └── index.d.ts │ │ │ │ ├── state.d.ts │ │ │ │ └── utils.d.ts │ │ │ └── sweetalert.d.ts │ │ └── webpack.config.js │ ├── tcpdf.zip │ ├── tcpdf │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── .gitignore │ │ ├── CHANGELOG.TXT │ │ ├── LICENSE.TXT │ │ ├── README.md │ │ ├── VERSION │ │ ├── backup.php │ │ ├── composer.json │ │ ├── config │ │ │ ├── kop.png │ │ │ └── tcpdf_config.php │ │ ├── examples │ │ │ ├── barcodes │ │ │ │ ├── example_1d_html.php │ │ │ │ ├── example_1d_png.php │ │ │ │ ├── example_1d_svg.php │ │ │ │ ├── example_1d_svgi.php │ │ │ │ ├── example_2d_datamatrix_html.php │ │ │ │ ├── example_2d_datamatrix_png.php │ │ │ │ ├── example_2d_datamatrix_svg.php │ │ │ │ ├── example_2d_datamatrix_svgi.php │ │ │ │ ├── example_2d_pdf417_html.php │ │ │ │ ├── example_2d_pdf417_png.php │ │ │ │ ├── example_2d_pdf417_svg.php │ │ │ │ ├── example_2d_pdf417_svgi.php │ │ │ │ ├── example_2d_qrcode_html.php │ │ │ │ ├── example_2d_qrcode_png.php │ │ │ │ ├── example_2d_qrcode_svg.php │ │ │ │ ├── example_2d_qrcode_svgi.php │ │ │ │ ├── tcpdf_barcodes_1d_include.php │ │ │ │ └── tcpdf_barcodes_2d_include.php │ │ │ ├── config │ │ │ │ └── tcpdf_config_alt.php │ │ │ ├── data │ │ │ │ ├── cert │ │ │ │ │ ├── tcpdf.crt │ │ │ │ │ ├── tcpdf.fdf │ │ │ │ │ └── tcpdf.p12 │ │ │ │ ├── chapter_demo_1.txt │ │ │ │ ├── chapter_demo_2.txt │ │ │ │ ├── table_data_demo.txt │ │ │ │ └── utf8test.txt │ │ │ ├── example_001.php │ │ │ ├── example_002.php │ │ │ ├── example_003.php │ │ │ ├── example_004.php │ │ │ ├── example_005.php │ │ │ ├── example_006.php │ │ │ ├── example_007.php │ │ │ ├── example_008.php │ │ │ ├── example_009.php │ │ │ ├── example_010.php │ │ │ ├── example_011.php │ │ │ ├── example_012.pdf │ │ │ ├── example_012.php │ │ │ ├── example_013.php │ │ │ ├── example_014.php │ │ │ ├── example_015.php │ │ │ ├── example_016.php │ │ │ ├── example_017.php │ │ │ ├── example_018.php │ │ │ ├── example_019.php │ │ │ ├── example_020.php │ │ │ ├── example_021.php │ │ │ ├── example_022.php │ │ │ ├── example_023.php │ │ │ ├── example_024.php │ │ │ ├── example_025.php │ │ │ ├── example_026.php │ │ │ ├── example_027.php │ │ │ ├── example_028.php │ │ │ ├── example_029.php │ │ │ ├── example_030.php │ │ │ ├── example_031.php │ │ │ ├── example_032.php │ │ │ ├── example_033.php │ │ │ ├── example_034.php │ │ │ ├── example_035.php │ │ │ ├── example_036.php │ │ │ ├── example_037.php │ │ │ ├── example_038.php │ │ │ ├── example_039.php │ │ │ ├── example_040.php │ │ │ ├── example_041.php │ │ │ ├── example_042.php │ │ │ ├── example_043.php │ │ │ ├── example_044.php │ │ │ ├── example_045.php │ │ │ ├── example_046.php │ │ │ ├── example_047.php │ │ │ ├── example_048.php │ │ │ ├── example_049.php │ │ │ ├── example_050.php │ │ │ ├── example_051.php │ │ │ ├── example_052.php │ │ │ ├── example_053.php │ │ │ ├── example_054.php │ │ │ ├── example_055.php │ │ │ ├── example_056.php │ │ │ ├── example_057.php │ │ │ ├── example_058.php │ │ │ ├── example_059.php │ │ │ ├── example_060.php │ │ │ ├── example_061.php │ │ │ ├── example_062.php │ │ │ ├── example_063.php │ │ │ ├── example_064.php │ │ │ ├── example_065.php │ │ │ ├── images │ │ │ │ ├── _blank.png │ │ │ │ ├── alpha.png │ │ │ │ ├── image_demo.jpg │ │ │ │ ├── image_with_alpha.png │ │ │ │ ├── img.png │ │ │ │ ├── kop.png │ │ │ │ ├── logo_example.gif │ │ │ │ ├── logo_example.jpg │ │ │ │ ├── logo_example.png │ │ │ │ ├── tcpdf_box.ai │ │ │ │ ├── tcpdf_box.svg │ │ │ │ ├── tcpdf_cell.png │ │ │ │ ├── tcpdf_logo.jpg │ │ │ │ ├── tcpdf_signature.png │ │ │ │ ├── testsvg.svg │ │ │ │ └── tux.svg │ │ │ ├── index.php │ │ │ ├── lang │ │ │ │ ├── afr.php │ │ │ │ ├── ara.php │ │ │ │ ├── aze.php │ │ │ │ ├── bel.php │ │ │ │ ├── bra.php │ │ │ │ ├── bul.php │ │ │ │ ├── cat.php │ │ │ │ ├── ces.php │ │ │ │ ├── chi.php │ │ │ │ ├── cym.php │ │ │ │ ├── dan.php │ │ │ │ ├── eng.php │ │ │ │ ├── est.php │ │ │ │ ├── eus.php │ │ │ │ ├── far.php │ │ │ │ ├── fra.php │ │ │ │ ├── ger.php │ │ │ │ ├── gle.php │ │ │ │ ├── glg.php │ │ │ │ ├── hat.php │ │ │ │ ├── heb.php │ │ │ │ ├── hrv.php │ │ │ │ ├── hun.php │ │ │ │ ├── hye.php │ │ │ │ ├── ind.php │ │ │ │ ├── ita.php │ │ │ │ ├── jpn.php │ │ │ │ ├── kat.php │ │ │ │ ├── kor.php │ │ │ │ ├── mkd.php │ │ │ │ ├── mlt.php │ │ │ │ ├── msa.php │ │ │ │ ├── nld.php │ │ │ │ ├── nob.php │ │ │ │ ├── pol.php │ │ │ │ ├── por.php │ │ │ │ ├── ron.php │ │ │ │ ├── rus.php │ │ │ │ ├── slv.php │ │ │ │ ├── spa.php │ │ │ │ ├── sqi.php │ │ │ │ ├── srp.php │ │ │ │ ├── swa.php │ │ │ │ ├── swe.php │ │ │ │ ├── ukr.php │ │ │ │ ├── urd.php │ │ │ │ ├── yid.php │ │ │ │ └── zho.php │ │ │ └── tcpdf_include.php │ │ ├── fonts │ │ │ ├── ae_fonts_2.0 │ │ │ │ ├── COPYING │ │ │ │ ├── ChangeLog │ │ │ │ └── README │ │ │ ├── aealarabiya.ctg.z │ │ │ ├── aealarabiya.php │ │ │ ├── aealarabiya.z │ │ │ ├── aefurat.ctg.z │ │ │ ├── aefurat.php │ │ │ ├── aefurat.z │ │ │ ├── cid0cs.php │ │ │ ├── cid0ct.php │ │ │ ├── cid0jp.php │ │ │ ├── cid0kr.php │ │ │ ├── courier.php │ │ │ ├── courierb.php │ │ │ ├── courierbi.php │ │ │ ├── courieri.php │ │ │ ├── dejavu-fonts-ttf-2.33 │ │ │ │ ├── AUTHORS │ │ │ │ ├── BUGS │ │ │ │ ├── LICENSE │ │ │ │ ├── NEWS │ │ │ │ ├── README │ │ │ │ ├── langcover.txt │ │ │ │ ├── status.txt │ │ │ │ └── unicover.txt │ │ │ ├── dejavu-fonts-ttf-2.34 │ │ │ │ ├── AUTHORS │ │ │ │ ├── BUGS │ │ │ │ ├── LICENSE │ │ │ │ ├── NEWS │ │ │ │ ├── README │ │ │ │ ├── langcover.txt │ │ │ │ ├── status.txt │ │ │ │ └── unicover.txt │ │ │ ├── dejavusans.ctg.z │ │ │ ├── dejavusans.php │ │ │ ├── dejavusans.z │ │ │ ├── dejavusansb.ctg.z │ │ │ ├── dejavusansb.php │ │ │ ├── dejavusansb.z │ │ │ ├── dejavusansbi.ctg.z │ │ │ ├── dejavusansbi.php │ │ │ ├── dejavusansbi.z │ │ │ ├── dejavusanscondensed.ctg.z │ │ │ ├── dejavusanscondensed.php │ │ │ ├── dejavusanscondensed.z │ │ │ ├── dejavusanscondensedb.ctg.z │ │ │ ├── dejavusanscondensedb.php │ │ │ ├── dejavusanscondensedb.z │ │ │ ├── dejavusanscondensedbi.ctg.z │ │ │ ├── dejavusanscondensedbi.php │ │ │ ├── dejavusanscondensedbi.z │ │ │ ├── dejavusanscondensedi.ctg.z │ │ │ ├── dejavusanscondensedi.php │ │ │ ├── dejavusanscondensedi.z │ │ │ ├── dejavusansextralight.ctg.z │ │ │ ├── dejavusansextralight.php │ │ │ ├── dejavusansextralight.z │ │ │ ├── dejavusansi.ctg.z │ │ │ ├── dejavusansi.php │ │ │ ├── dejavusansi.z │ │ │ ├── dejavusansmono.ctg.z │ │ │ ├── dejavusansmono.php │ │ │ ├── dejavusansmono.z │ │ │ ├── dejavusansmonob.ctg.z │ │ │ ├── dejavusansmonob.php │ │ │ ├── dejavusansmonob.z │ │ │ ├── dejavusansmonobi.ctg.z │ │ │ ├── dejavusansmonobi.php │ │ │ ├── dejavusansmonobi.z │ │ │ ├── dejavusansmonoi.ctg.z │ │ │ ├── dejavusansmonoi.php │ │ │ ├── dejavusansmonoi.z │ │ │ ├── dejavuserif.ctg.z │ │ │ ├── dejavuserif.php │ │ │ ├── dejavuserif.z │ │ │ ├── dejavuserifb.ctg.z │ │ │ ├── dejavuserifb.php │ │ │ ├── dejavuserifb.z │ │ │ ├── dejavuserifbi.ctg.z │ │ │ ├── dejavuserifbi.php │ │ │ ├── dejavuserifbi.z │ │ │ ├── dejavuserifcondensed.ctg.z │ │ │ ├── dejavuserifcondensed.php │ │ │ ├── dejavuserifcondensed.z │ │ │ ├── dejavuserifcondensedb.ctg.z │ │ │ ├── dejavuserifcondensedb.php │ │ │ ├── dejavuserifcondensedb.z │ │ │ ├── dejavuserifcondensedbi.ctg.z │ │ │ ├── dejavuserifcondensedbi.php │ │ │ ├── dejavuserifcondensedbi.z │ │ │ ├── dejavuserifcondensedi.ctg.z │ │ │ ├── dejavuserifcondensedi.php │ │ │ ├── dejavuserifcondensedi.z │ │ │ ├── dejavuserifi.ctg.z │ │ │ ├── dejavuserifi.php │ │ │ ├── dejavuserifi.z │ │ │ ├── freefont-20100919 │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING │ │ │ │ ├── CREDITS │ │ │ │ ├── ChangeLog │ │ │ │ ├── INSTALL │ │ │ │ └── README │ │ │ ├── freefont-20120503 │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING │ │ │ │ ├── CREDITS │ │ │ │ ├── ChangeLog │ │ │ │ ├── INSTALL │ │ │ │ ├── README │ │ │ │ ├── TROUBLESHOOTING │ │ │ │ └── USAGE │ │ │ ├── freemono.ctg.z │ │ │ ├── freemono.php │ │ │ ├── freemono.z │ │ │ ├── freemonob.ctg.z │ │ │ ├── freemonob.php │ │ │ ├── freemonob.z │ │ │ ├── freemonobi.ctg.z │ │ │ ├── freemonobi.php │ │ │ ├── freemonobi.z │ │ │ ├── freemonoi.ctg.z │ │ │ ├── freemonoi.php │ │ │ ├── freemonoi.z │ │ │ ├── freesans.ctg.z │ │ │ ├── freesans.php │ │ │ ├── freesans.z │ │ │ ├── freesansb.ctg.z │ │ │ ├── freesansb.php │ │ │ ├── freesansb.z │ │ │ ├── freesansbi.ctg.z │ │ │ ├── freesansbi.php │ │ │ ├── freesansbi.z │ │ │ ├── freesansi.ctg.z │ │ │ ├── freesansi.php │ │ │ ├── freesansi.z │ │ │ ├── freeserif.ctg.z │ │ │ ├── freeserif.php │ │ │ ├── freeserif.z │ │ │ ├── freeserifb.ctg.z │ │ │ ├── freeserifb.php │ │ │ ├── freeserifb.z │ │ │ ├── freeserifbi.ctg.z │ │ │ ├── freeserifbi.php │ │ │ ├── freeserifbi.z │ │ │ ├── freeserifi.ctg.z │ │ │ ├── freeserifi.php │ │ │ ├── freeserifi.z │ │ │ ├── helvetica.php │ │ │ ├── helveticab.php │ │ │ ├── helveticabi.php │ │ │ ├── helveticai.php │ │ │ ├── hysmyeongjostdmedium.php │ │ │ ├── kozgopromedium.php │ │ │ ├── kozminproregular.php │ │ │ ├── msungstdlight.php │ │ │ ├── pdfacourier.php │ │ │ ├── pdfacourier.z │ │ │ ├── pdfacourierb.php │ │ │ ├── pdfacourierb.z │ │ │ ├── pdfacourierbi.php │ │ │ ├── pdfacourierbi.z │ │ │ ├── pdfacourieri.php │ │ │ ├── pdfacourieri.z │ │ │ ├── pdfahelvetica.php │ │ │ ├── pdfahelvetica.z │ │ │ ├── pdfahelveticab.php │ │ │ ├── pdfahelveticab.z │ │ │ ├── pdfahelveticabi.php │ │ │ ├── pdfahelveticabi.z │ │ │ ├── pdfahelveticai.php │ │ │ ├── pdfahelveticai.z │ │ │ ├── pdfasymbol.php │ │ │ ├── pdfasymbol.z │ │ │ ├── pdfatimes.php │ │ │ ├── pdfatimes.z │ │ │ ├── pdfatimesb.php │ │ │ ├── pdfatimesb.z │ │ │ ├── pdfatimesbi.php │ │ │ ├── pdfatimesbi.z │ │ │ ├── pdfatimesi.php │ │ │ ├── pdfatimesi.z │ │ │ ├── pdfazapfdingbats.php │ │ │ ├── pdfazapfdingbats.z │ │ │ ├── stsongstdlight.php │ │ │ ├── symbol.php │ │ │ ├── times.php │ │ │ ├── timesb.php │ │ │ ├── timesbi.php │ │ │ ├── timesi.php │ │ │ ├── uni2cid_ac15.php │ │ │ ├── uni2cid_ag15.php │ │ │ ├── uni2cid_aj16.php │ │ │ ├── uni2cid_ak12.php │ │ │ └── zapfdingbats.php │ │ ├── include │ │ │ ├── barcodes │ │ │ │ ├── datamatrix.php │ │ │ │ ├── pdf417.php │ │ │ │ └── qrcode.php │ │ │ ├── sRGB.icc │ │ │ ├── tcpdf_colors.php │ │ │ ├── tcpdf_filters.php │ │ │ ├── tcpdf_font_data.php │ │ │ ├── tcpdf_fonts.php │ │ │ ├── tcpdf_images.php │ │ │ └── tcpdf_static.php │ │ ├── kop.png │ │ ├── tcpdf.php │ │ ├── tcpdf_autoconfig.php │ │ ├── tcpdf_barcodes_1d.php │ │ ├── tcpdf_barcodes_2d.php │ │ ├── tcpdf_import.php │ │ ├── tcpdf_parser.php │ │ └── tools │ │ │ ├── .htaccess │ │ │ ├── convert_fonts_examples.txt │ │ │ └── tcpdf_addfont.php │ └── weathericons │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── README.md │ │ ├── _builder │ │ ├── beaufort.edn │ │ ├── csv │ │ │ ├── bak.csv │ │ │ ├── beaufort.csv │ │ │ ├── day.csv │ │ │ ├── direction.csv │ │ │ ├── misc.csv │ │ │ ├── moon.csv │ │ │ ├── neutral.csv │ │ │ ├── night.csv │ │ │ ├── temp.csv │ │ │ ├── time.csv │ │ │ ├── wind-degrees.csv │ │ │ └── wind.csv │ │ ├── day.edn │ │ ├── direction.edn │ │ ├── misc.edn │ │ ├── moon.edn │ │ ├── neutral.edn │ │ ├── night.edn │ │ ├── templates.edn │ │ ├── time.edn │ │ ├── wbuilder │ │ ├── wind-degrees.edn │ │ └── wind.edn │ │ ├── _docs │ │ ├── font-source │ │ │ ├── artwork │ │ │ │ ├── cloud pieces.ai │ │ │ │ ├── icon template.ai │ │ │ │ └── tsunami.ai │ │ │ ├── weathericons-regular.glyphs │ │ │ └── weathericons-regular.otf │ │ ├── gh-pages │ │ │ ├── CNAME │ │ │ ├── api-list.html │ │ │ ├── browserconfig.xml │ │ │ ├── css │ │ │ │ ├── img │ │ │ │ │ └── sky.jpg │ │ │ │ ├── styles.css │ │ │ │ ├── weather-icons-wind.css │ │ │ │ ├── weather-icons-wind.min.css │ │ │ │ ├── weather-icons.css │ │ │ │ └── weather-icons.min.css │ │ │ ├── favicons │ │ │ │ ├── apple-touch-icon-57x57.png │ │ │ │ ├── apple-touch-icon-60x60.png │ │ │ │ ├── apple-touch-icon-precomposed.png │ │ │ │ ├── apple-touch-icon.png │ │ │ │ ├── favicon-16x16.png │ │ │ │ ├── favicon-32x32.png │ │ │ │ ├── favicon.ico │ │ │ │ ├── mstile-150x150.png │ │ │ │ ├── mstile-310x150.png │ │ │ │ └── mstile-70x70.png │ │ │ ├── font │ │ │ │ ├── weathericons-regular-webfont.eot │ │ │ │ ├── weathericons-regular-webfont.svg │ │ │ │ ├── weathericons-regular-webfont.ttf │ │ │ │ ├── weathericons-regular-webfont.woff │ │ │ │ └── weathericons-regular-webfont.woff2 │ │ │ ├── fonts │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ └── index.html │ │ ├── jade │ │ │ ├── api-list.jade │ │ │ ├── icon-list-beaufort.jade │ │ │ ├── icon-list-day.jade │ │ │ ├── icon-list-direction.jade │ │ │ ├── icon-list-misc.jade │ │ │ ├── icon-list-moon.jade │ │ │ ├── icon-list-neutral.jade │ │ │ ├── icon-list-night.jade │ │ │ ├── icon-list-time.jade │ │ │ ├── icon-list-wind-cardinal.jade │ │ │ ├── icon-list-wind.jade │ │ │ ├── icon-list.jade │ │ │ ├── index.jade │ │ │ └── new-icons.jade │ │ └── less │ │ │ ├── bootstrap-includes.less │ │ │ ├── bootstrap │ │ │ ├── alerts.less │ │ │ ├── badges.less │ │ │ ├── bootstrap.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 │ │ │ ├── cheatsheet.less │ │ │ ├── font-awesome │ │ │ ├── animated.less │ │ │ ├── bordered-pulled.less │ │ │ ├── core.less │ │ │ ├── fixed-width.less │ │ │ ├── font-awesome.less │ │ │ ├── icons.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── mixins.less │ │ │ ├── path.less │ │ │ ├── rotated-flipped.less │ │ │ ├── stacked.less │ │ │ └── variables.less │ │ │ ├── main.less │ │ │ ├── mixins.less │ │ │ ├── styles.less │ │ │ └── variables.less │ │ ├── bower.json │ │ ├── css │ │ ├── weather-icons-wind.css │ │ ├── weather-icons-wind.min.css │ │ ├── weather-icons.css │ │ └── weather-icons.min.css │ │ ├── font │ │ ├── weathericons-regular-webfont.eot │ │ ├── weathericons-regular-webfont.svg │ │ ├── weathericons-regular-webfont.ttf │ │ ├── weathericons-regular-webfont.woff │ │ └── weathericons-regular-webfont.woff2 │ │ ├── less │ │ ├── icon-classes │ │ │ ├── classes-beaufort.less │ │ │ ├── classes-day.less │ │ │ ├── classes-direction.less │ │ │ ├── classes-misc.less │ │ │ ├── classes-moon-aliases.less │ │ │ ├── classes-moon.less │ │ │ ├── classes-neutral.less │ │ │ ├── classes-night.less │ │ │ ├── classes-time.less │ │ │ ├── classes-wind-aliases.less │ │ │ ├── classes-wind-degrees.less │ │ │ └── classes-wind.less │ │ ├── icon-variables │ │ │ ├── variables-beaufort.less │ │ │ ├── variables-day.less │ │ │ ├── variables-direction.less │ │ │ ├── variables-misc.less │ │ │ ├── variables-moon.less │ │ │ ├── variables-neutral.less │ │ │ ├── variables-night.less │ │ │ ├── variables-time.less │ │ │ └── variables-wind-names.less │ │ ├── mappings │ │ │ ├── wi-forecast-io.less │ │ │ ├── wi-owm.less │ │ │ ├── wi-wmo4680.less │ │ │ ├── wi-wunderground.less │ │ │ └── wi-yahoo.less │ │ ├── weather-icons-classes.less │ │ ├── weather-icons-core.less │ │ ├── weather-icons-variables.less │ │ ├── weather-icons-wind.less │ │ ├── weather-icons-wind.min.less │ │ ├── weather-icons.less │ │ └── weather-icons.min.less │ │ ├── package.json │ │ ├── sass │ │ ├── icon-classes │ │ │ ├── classes-beaufort.scss │ │ │ ├── classes-day.scss │ │ │ ├── classes-direction.scss │ │ │ ├── classes-misc.scss │ │ │ ├── classes-moon-aliases.scss │ │ │ ├── classes-moon.scss │ │ │ ├── classes-neutral.scss │ │ │ ├── classes-night.scss │ │ │ ├── classes-time.scss │ │ │ ├── classes-wind-aliases.scss │ │ │ ├── classes-wind-degrees.scss │ │ │ └── classes-wind.scss │ │ ├── icon-variables │ │ │ ├── variables-beaufort.scss │ │ │ ├── variables-day.scss │ │ │ ├── variables-direction.scss │ │ │ ├── variables-misc.scss │ │ │ ├── variables-moon.scss │ │ │ ├── variables-neutral.scss │ │ │ ├── variables-night.scss │ │ │ ├── variables-time.scss │ │ │ └── variables-wind-names.scss │ │ ├── mappings │ │ │ ├── wi-forecast-io.scss │ │ │ ├── wi-owm.scss │ │ │ ├── wi-wmo4680.scss │ │ │ ├── wi-wunderground.scss │ │ │ └── wi-yahoo.scss │ │ ├── weather-icons-classes.scss │ │ ├── weather-icons-core.scss │ │ ├── weather-icons-variables.scss │ │ ├── weather-icons-wind.min.scss │ │ ├── weather-icons-wind.scss │ │ ├── weather-icons.min.scss │ │ └── weather-icons.scss │ │ ├── svg │ │ ├── wi-alien.svg │ │ ├── wi-barometer.svg │ │ ├── wi-celsius.svg │ │ ├── wi-cloud-down.svg │ │ ├── wi-cloud-refresh.svg │ │ ├── wi-cloud-up.svg │ │ ├── wi-cloud.svg │ │ ├── wi-cloudy-gusts.svg │ │ ├── wi-cloudy-windy.svg │ │ ├── wi-cloudy.svg │ │ ├── wi-day-cloudy-gusts.svg │ │ ├── wi-day-cloudy-high.svg │ │ ├── wi-day-cloudy-windy.svg │ │ ├── wi-day-cloudy.svg │ │ ├── wi-day-fog.svg │ │ ├── wi-day-hail.svg │ │ ├── wi-day-haze.svg │ │ ├── wi-day-light-wind.svg │ │ ├── wi-day-lightning.svg │ │ ├── wi-day-rain-mix.svg │ │ ├── wi-day-rain-wind.svg │ │ ├── wi-day-rain.svg │ │ ├── wi-day-showers.svg │ │ ├── wi-day-sleet-storm.svg │ │ ├── wi-day-sleet.svg │ │ ├── wi-day-snow-thunderstorm.svg │ │ ├── wi-day-snow-wind.svg │ │ ├── wi-day-snow.svg │ │ ├── wi-day-sprinkle.svg │ │ ├── wi-day-storm-showers.svg │ │ ├── wi-day-sunny-overcast.svg │ │ ├── wi-day-sunny.svg │ │ ├── wi-day-thunderstorm.svg │ │ ├── wi-day-windy.svg │ │ ├── wi-degrees.svg │ │ ├── wi-direction-down-left.svg │ │ ├── wi-direction-down-right.svg │ │ ├── wi-direction-down.svg │ │ ├── wi-direction-left.svg │ │ ├── wi-direction-right.svg │ │ ├── wi-direction-up-left.svg │ │ ├── wi-direction-up-right.svg │ │ ├── wi-direction-up.svg │ │ ├── wi-dust.svg │ │ ├── wi-earthquake.svg │ │ ├── wi-fahrenheit.svg │ │ ├── wi-fire.svg │ │ ├── wi-flood.svg │ │ ├── wi-fog.svg │ │ ├── wi-gale-warning.svg │ │ ├── wi-hail.svg │ │ ├── wi-horizon-alt.svg │ │ ├── wi-horizon.svg │ │ ├── wi-hot.svg │ │ ├── wi-humidity.svg │ │ ├── wi-hurricane-warning.svg │ │ ├── wi-hurricane.svg │ │ ├── wi-lightning.svg │ │ ├── wi-lunar-eclipse.svg │ │ ├── wi-meteor.svg │ │ ├── wi-moon-alt-first-quarter.svg │ │ ├── wi-moon-alt-full.svg │ │ ├── wi-moon-alt-new.svg │ │ ├── wi-moon-alt-third-quarter.svg │ │ ├── wi-moon-alt-waning-crescent-1.svg │ │ ├── wi-moon-alt-waning-crescent-2.svg │ │ ├── wi-moon-alt-waning-crescent-3.svg │ │ ├── wi-moon-alt-waning-crescent-4.svg │ │ ├── wi-moon-alt-waning-crescent-5.svg │ │ ├── wi-moon-alt-waning-crescent-6.svg │ │ ├── wi-moon-alt-waning-gibbous-1.svg │ │ ├── wi-moon-alt-waning-gibbous-2.svg │ │ ├── wi-moon-alt-waning-gibbous-3.svg │ │ ├── wi-moon-alt-waning-gibbous-4.svg │ │ ├── wi-moon-alt-waning-gibbous-5.svg │ │ ├── wi-moon-alt-waning-gibbous-6.svg │ │ ├── wi-moon-alt-waxing-crescent-1.svg │ │ ├── wi-moon-alt-waxing-crescent-2.svg │ │ ├── wi-moon-alt-waxing-crescent-3.svg │ │ ├── wi-moon-alt-waxing-crescent-4.svg │ │ ├── wi-moon-alt-waxing-crescent-5.svg │ │ ├── wi-moon-alt-waxing-crescent-6 .svg │ │ ├── wi-moon-alt-waxing-gibbous-1.svg │ │ ├── wi-moon-alt-waxing-gibbous-2.svg │ │ ├── wi-moon-alt-waxing-gibbous-3.svg │ │ ├── wi-moon-alt-waxing-gibbous-4.svg │ │ ├── wi-moon-alt-waxing-gibbous-5.svg │ │ ├── wi-moon-alt-waxing-gibbous-6 .svg │ │ ├── wi-moon-first-quarter.svg │ │ ├── wi-moon-full.svg │ │ ├── wi-moon-new.svg │ │ ├── wi-moon-third-quarter.svg │ │ ├── wi-moon-waning-crescent-1.svg │ │ ├── wi-moon-waning-crescent-2.svg │ │ ├── wi-moon-waning-crescent-3.svg │ │ ├── wi-moon-waning-crescent-4 .svg │ │ ├── wi-moon-waning-crescent-5.svg │ │ ├── wi-moon-waning-crescent-6.svg │ │ ├── wi-moon-waning-gibbous-1.svg │ │ ├── wi-moon-waning-gibbous-2.svg │ │ ├── wi-moon-waning-gibbous-3.svg │ │ ├── wi-moon-waning-gibbous-4.svg │ │ ├── wi-moon-waning-gibbous-5 .svg │ │ ├── wi-moon-waning-gibbous-6.svg │ │ ├── wi-moon-waxing-crescent-1.svg │ │ ├── wi-moon-waxing-crescent-2.svg │ │ ├── wi-moon-waxing-crescent-3.svg │ │ ├── wi-moon-waxing-crescent-4.svg │ │ ├── wi-moon-waxing-crescent-5.svg │ │ ├── wi-moon-waxing-crescent-6 .svg │ │ ├── wi-moon-waxing-gibbous-1.svg │ │ ├── wi-moon-waxing-gibbous-2.svg │ │ ├── wi-moon-waxing-gibbous-3.svg │ │ ├── wi-moon-waxing-gibbous-4 .svg │ │ ├── wi-moon-waxing-gibbous-5.svg │ │ ├── wi-moon-waxing-gibbous-6.svg │ │ ├── wi-moonrise.svg │ │ ├── wi-moonset.svg │ │ ├── wi-na.svg │ │ ├── wi-night-alt-cloudy-gusts.svg │ │ ├── wi-night-alt-cloudy-high.svg │ │ ├── wi-night-alt-cloudy-windy.svg │ │ ├── wi-night-alt-cloudy.svg │ │ ├── wi-night-alt-hail.svg │ │ ├── wi-night-alt-lightning.svg │ │ ├── wi-night-alt-partly-cloudy.svg │ │ ├── wi-night-alt-rain-mix.svg │ │ ├── wi-night-alt-rain-wind.svg │ │ ├── wi-night-alt-rain.svg │ │ ├── wi-night-alt-showers.svg │ │ ├── wi-night-alt-sleet-storm.svg │ │ ├── wi-night-alt-sleet.svg │ │ ├── wi-night-alt-snow-thunderstorm.svg │ │ ├── wi-night-alt-snow-wind.svg │ │ ├── wi-night-alt-snow.svg │ │ ├── wi-night-alt-sprinkle.svg │ │ ├── wi-night-alt-storm-showers.svg │ │ ├── wi-night-alt-thunderstorm.svg │ │ ├── wi-night-clear.svg │ │ ├── wi-night-cloudy-gusts.svg │ │ ├── wi-night-cloudy-high.svg │ │ ├── wi-night-cloudy-windy.svg │ │ ├── wi-night-cloudy.svg │ │ ├── wi-night-fog.svg │ │ ├── wi-night-hail.svg │ │ ├── wi-night-lightning.svg │ │ ├── wi-night-partly-cloudy.svg │ │ ├── wi-night-rain-mix.svg │ │ ├── wi-night-rain-wind.svg │ │ ├── wi-night-rain.svg │ │ ├── wi-night-showers.svg │ │ ├── wi-night-sleet-storm.svg │ │ ├── wi-night-sleet.svg │ │ ├── wi-night-snow-thunderstorm.svg │ │ ├── wi-night-snow-wind.svg │ │ ├── wi-night-snow.svg │ │ ├── wi-night-sprinkle.svg │ │ ├── wi-night-storm-showers.svg │ │ ├── wi-night-thunderstorm.svg │ │ ├── wi-rain-mix.svg │ │ ├── wi-rain-wind.svg │ │ ├── wi-rain.svg │ │ ├── wi-raindrop.svg │ │ ├── wi-raindrops.svg │ │ ├── wi-refresh-alt.svg │ │ ├── wi-refresh.svg │ │ ├── wi-sandstorm.svg │ │ ├── wi-showers.svg │ │ ├── wi-sleet.svg │ │ ├── wi-small-craft-advisory.svg │ │ ├── wi-smog.svg │ │ ├── wi-smoke.svg │ │ ├── wi-snow-wind.svg │ │ ├── wi-snow.svg │ │ ├── wi-snowflake-cold.svg │ │ ├── wi-solar-eclipse.svg │ │ ├── wi-sprinkle.svg │ │ ├── wi-stars.svg │ │ ├── wi-storm-showers.svg │ │ ├── wi-storm-warning.svg │ │ ├── wi-strong-wind.svg │ │ ├── wi-sunrise.svg │ │ ├── wi-sunset.svg │ │ ├── wi-thermometer-exterior.svg │ │ ├── wi-thermometer-internal.svg │ │ ├── wi-thermometer.svg │ │ ├── wi-thunderstorm.svg │ │ ├── wi-time-1.svg │ │ ├── wi-time-10.svg │ │ ├── wi-time-11.svg │ │ ├── wi-time-12.svg │ │ ├── wi-time-2.svg │ │ ├── wi-time-3.svg │ │ ├── wi-time-4.svg │ │ ├── wi-time-5.svg │ │ ├── wi-time-6.svg │ │ ├── wi-time-7.svg │ │ ├── wi-time-8.svg │ │ ├── wi-time-9.svg │ │ ├── wi-tornado.svg │ │ ├── wi-train.svg │ │ ├── wi-tsunami.svg │ │ ├── wi-umbrella.svg │ │ ├── wi-volcano.svg │ │ ├── wi-wind-beaufort-0.svg │ │ ├── wi-wind-beaufort-1.svg │ │ ├── wi-wind-beaufort-10.svg │ │ ├── wi-wind-beaufort-11.svg │ │ ├── wi-wind-beaufort-12.svg │ │ ├── wi-wind-beaufort-2.svg │ │ ├── wi-wind-beaufort-3.svg │ │ ├── wi-wind-beaufort-4.svg │ │ ├── wi-wind-beaufort-5.svg │ │ ├── wi-wind-beaufort-6.svg │ │ ├── wi-wind-beaufort-7.svg │ │ ├── wi-wind-beaufort-8.svg │ │ ├── wi-wind-beaufort-9.svg │ │ ├── wi-wind-deg.svg │ │ └── wi-windy.svg │ │ └── values │ │ └── weathericons.xml └── tambah-pengguna.php ├── beranda.php ├── cabang.php ├── db_otis.sql ├── detail-cabang.php ├── detail-lembur.php ├── detail-level.php ├── detail-outlet.php ├── detail-pengguna.php ├── index.php ├── koneksi.php ├── laporan-lembur-excel.php ├── laporan-lembur.php ├── lembur.php ├── level.php ├── menu ├── aside.php ├── footer.php ├── head.php ├── nav.php └── script.php ├── outlet.php ├── pengguna.php ├── proses ├── add-cabang.php ├── add-keranjang.php ├── add-lembur-staf.php ├── add-lembur.php ├── add-level.php ├── add-outlet.php ├── add-pengguna.php ├── approval-cabang.php ├── approval-final.php ├── approval-unit.php ├── delete-cabang.php ├── delete-lembur.php ├── delete-level.php ├── delete-outlet.php ├── delete-pengguna.php ├── login.php ├── logout.php ├── register.php ├── tolak-approval.php ├── update-akun.php ├── update-cabang.php ├── update-lembur.php ├── update-level.php ├── update-outlet.php └── update-pengguna.php ├── readme.md ├── tambah-cabang.php ├── tambah-lembur.php ├── tambah-level.php ├── tambah-outlet.php └── tambah-pengguna.php /.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/.htaccess -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/LICENSE -------------------------------------------------------------------------------- /akun.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/akun.php -------------------------------------------------------------------------------- /approval-cabang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/approval-cabang.php -------------------------------------------------------------------------------- /approval-final.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/approval-final.php -------------------------------------------------------------------------------- /approval-unit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/approval-unit.php -------------------------------------------------------------------------------- /assets/detail-pengguna.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/detail-pengguna.php -------------------------------------------------------------------------------- /assets/dist/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/all.css -------------------------------------------------------------------------------- /assets/dist/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/bootstrap.min.css -------------------------------------------------------------------------------- /assets/dist/css/components.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/components.css -------------------------------------------------------------------------------- /assets/dist/css/components.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/components.css.map -------------------------------------------------------------------------------- /assets/dist/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/custom.css -------------------------------------------------------------------------------- /assets/dist/css/custom.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/custom.css.map -------------------------------------------------------------------------------- /assets/dist/css/reverse.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/reverse.css -------------------------------------------------------------------------------- /assets/dist/css/rtl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/rtl.css -------------------------------------------------------------------------------- /assets/dist/css/skins/reverse.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/skins/reverse.css -------------------------------------------------------------------------------- /assets/dist/css/skins/reverse.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/skins/reverse.css.map -------------------------------------------------------------------------------- /assets/dist/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/style.css -------------------------------------------------------------------------------- /assets/dist/css/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/style.css.map -------------------------------------------------------------------------------- /assets/dist/css/style.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/css/style.php -------------------------------------------------------------------------------- /assets/dist/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/custom.js -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-600.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-600.eot -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-600.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-600.svg -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-600.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-600.ttf -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-600.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-600.woff -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-600.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-600.woff2 -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-700.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-700.eot -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-700.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-700.svg -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-700.ttf -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-700.woff -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-700.woff2 -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-800.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-800.eot -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-800.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-800.svg -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-800.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-800.ttf -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-800.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-800.woff -------------------------------------------------------------------------------- /assets/dist/fonts/nunito-v9-latin-800.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/nunito-v9-latin-800.woff2 -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/LICENSE -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Black.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Black.eot -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Black.ttf -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Black.woff -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Black.woff2 -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Bold.eot -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Bold.ttf -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Bold.woff -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Bold.woff2 -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Light.eot -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Light.ttf -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Light.woff -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Light.woff2 -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Medium.eot -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Medium.ttf -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Medium.woff -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Medium.woff2 -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Thin.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Thin.eot -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Thin.ttf -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Thin.woff -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir-Thin.woff2 -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir.eot -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir.ttf -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir.woff -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/Vazir.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/Vazir.woff2 -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/font-face.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/font-face.css -------------------------------------------------------------------------------- /assets/dist/fonts/vazir/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/fonts/vazir/sample.png -------------------------------------------------------------------------------- /assets/dist/img/avatar/avatar-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/avatar/avatar-1.png -------------------------------------------------------------------------------- /assets/dist/img/avatar/avatar-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/avatar/avatar-2.png -------------------------------------------------------------------------------- /assets/dist/img/avatar/avatar-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/avatar/avatar-3.png -------------------------------------------------------------------------------- /assets/dist/img/avatar/avatar-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/avatar/avatar-4.png -------------------------------------------------------------------------------- /assets/dist/img/avatar/avatar-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/avatar/avatar-5.png -------------------------------------------------------------------------------- /assets/dist/img/example-image-50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/example-image-50.jpg -------------------------------------------------------------------------------- /assets/dist/img/example-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/example-image.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img01.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img02.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img03.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img04.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img05.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img06.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img07.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img08.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img09.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img10.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img11.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img12.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img13.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img14.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img15.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img16.jpg -------------------------------------------------------------------------------- /assets/dist/img/news/img17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/news/img17.jpg -------------------------------------------------------------------------------- /assets/dist/img/p-250.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/p-250.png -------------------------------------------------------------------------------- /assets/dist/img/p-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/p-50.png -------------------------------------------------------------------------------- /assets/dist/img/products/product-1-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/products/product-1-50.png -------------------------------------------------------------------------------- /assets/dist/img/products/product-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/products/product-1.jpg -------------------------------------------------------------------------------- /assets/dist/img/products/product-2-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/products/product-2-50.png -------------------------------------------------------------------------------- /assets/dist/img/products/product-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/products/product-2.jpg -------------------------------------------------------------------------------- /assets/dist/img/products/product-3-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/products/product-3-50.png -------------------------------------------------------------------------------- /assets/dist/img/products/product-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/products/product-3.jpg -------------------------------------------------------------------------------- /assets/dist/img/products/product-4-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/products/product-4-50.png -------------------------------------------------------------------------------- /assets/dist/img/products/product-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/products/product-4.jpg -------------------------------------------------------------------------------- /assets/dist/img/products/product-5-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/products/product-5-50.png -------------------------------------------------------------------------------- /assets/dist/img/products/product-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/products/product-5.jpg -------------------------------------------------------------------------------- /assets/dist/img/stisla-fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/stisla-fill.svg -------------------------------------------------------------------------------- /assets/dist/img/stisla-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/stisla-light.svg -------------------------------------------------------------------------------- /assets/dist/img/stisla-transparent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/stisla-transparent.svg -------------------------------------------------------------------------------- /assets/dist/img/stisla.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/stisla.svg -------------------------------------------------------------------------------- /assets/dist/img/unsplash/login-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/img/unsplash/login-bg.jpg -------------------------------------------------------------------------------- /assets/dist/js/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/custom.js -------------------------------------------------------------------------------- /assets/dist/js/custom/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/custom/form.js -------------------------------------------------------------------------------- /assets/dist/js/page/auth-register.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/auth-register.js -------------------------------------------------------------------------------- /assets/dist/js/page/bootstrap-modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/bootstrap-modal.js -------------------------------------------------------------------------------- /assets/dist/js/page/components-chat-box.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/components-chat-box.js -------------------------------------------------------------------------------- /assets/dist/js/page/components-statistic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/components-statistic.js -------------------------------------------------------------------------------- /assets/dist/js/page/components-table.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/components-table.js -------------------------------------------------------------------------------- /assets/dist/js/page/components-user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/components-user.js -------------------------------------------------------------------------------- /assets/dist/js/page/features-post-create.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/features-post-create.js -------------------------------------------------------------------------------- /assets/dist/js/page/features-posts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/features-posts.js -------------------------------------------------------------------------------- /assets/dist/js/page/forms-advanced-forms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/forms-advanced-forms.js -------------------------------------------------------------------------------- /assets/dist/js/page/gmaps-advanced-route.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/gmaps-advanced-route.js -------------------------------------------------------------------------------- /assets/dist/js/page/gmaps-geocoding.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/gmaps-geocoding.js -------------------------------------------------------------------------------- /assets/dist/js/page/gmaps-geolocation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/gmaps-geolocation.js -------------------------------------------------------------------------------- /assets/dist/js/page/gmaps-marker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/gmaps-marker.js -------------------------------------------------------------------------------- /assets/dist/js/page/gmaps-multiple-marker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/gmaps-multiple-marker.js -------------------------------------------------------------------------------- /assets/dist/js/page/gmaps-route.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/gmaps-route.js -------------------------------------------------------------------------------- /assets/dist/js/page/gmaps-simple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/gmaps-simple.js -------------------------------------------------------------------------------- /assets/dist/js/page/index-0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/index-0.js -------------------------------------------------------------------------------- /assets/dist/js/page/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/index.js -------------------------------------------------------------------------------- /assets/dist/js/page/modules-calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/modules-calendar.js -------------------------------------------------------------------------------- /assets/dist/js/page/modules-chartjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/modules-chartjs.js -------------------------------------------------------------------------------- /assets/dist/js/page/modules-datatables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/modules-datatables.js -------------------------------------------------------------------------------- /assets/dist/js/page/modules-ion-icons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/modules-ion-icons.js -------------------------------------------------------------------------------- /assets/dist/js/page/modules-slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/modules-slider.js -------------------------------------------------------------------------------- /assets/dist/js/page/modules-sparkline.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/modules-sparkline.js -------------------------------------------------------------------------------- /assets/dist/js/page/modules-sweetalert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/modules-sweetalert.js -------------------------------------------------------------------------------- /assets/dist/js/page/modules-toastr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/modules-toastr.js -------------------------------------------------------------------------------- /assets/dist/js/page/modules-vector-map.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/modules-vector-map.js -------------------------------------------------------------------------------- /assets/dist/js/page/utilities-contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/page/utilities-contact.js -------------------------------------------------------------------------------- /assets/dist/js/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/scripts.js -------------------------------------------------------------------------------- /assets/dist/js/stisla.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/js/stisla.js -------------------------------------------------------------------------------- /assets/dist/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/scripts.js -------------------------------------------------------------------------------- /assets/dist/stisla.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/dist/stisla.js -------------------------------------------------------------------------------- /assets/images/approval/1302613950.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/approval/1302613950.png -------------------------------------------------------------------------------- /assets/images/approval/160009120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/approval/160009120.jpg -------------------------------------------------------------------------------- /assets/images/approval/1613638290.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/approval/1613638290.jpg -------------------------------------------------------------------------------- /assets/images/approval/627279081.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/approval/627279081.png -------------------------------------------------------------------------------- /assets/images/approval/847659507.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/approval/847659507.png -------------------------------------------------------------------------------- /assets/images/logo-pnm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/logo-pnm.png -------------------------------------------------------------------------------- /assets/images/slider/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/slider/1.jpg -------------------------------------------------------------------------------- /assets/images/slider/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/slider/2.jpg -------------------------------------------------------------------------------- /assets/images/slider/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/slider/3.jpg -------------------------------------------------------------------------------- /assets/images/slider/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/slider/4.jpg -------------------------------------------------------------------------------- /assets/images/slider/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/slider/5.jpg -------------------------------------------------------------------------------- /assets/images/slider/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/slider/6.jpg -------------------------------------------------------------------------------- /assets/images/slider/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/images/slider/7.jpg -------------------------------------------------------------------------------- /assets/pengguna.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/pengguna.php -------------------------------------------------------------------------------- /assets/plugins/bootstrap-colorpicker/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/bootstrap-colorpicker/LICENSE -------------------------------------------------------------------------------- /assets/plugins/bootstrap-daterangepicker/example/browserify/bundle.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/bootstrap-social/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | dev 3 | node_modules 4 | -------------------------------------------------------------------------------- /assets/plugins/bootstrap-social/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/bootstrap-social/LICENSE -------------------------------------------------------------------------------- /assets/plugins/bootstrap-social/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/bootstrap-social/README.md -------------------------------------------------------------------------------- /assets/plugins/bootstrap-social/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/bootstrap-social/bower.json -------------------------------------------------------------------------------- /assets/plugins/bootstrap-social/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/bootstrap-social/index.html -------------------------------------------------------------------------------- /assets/plugins/bootstrap-social/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/bootstrap-social/package.json -------------------------------------------------------------------------------- /assets/plugins/bootstrap-tagsinput/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/bootstrap-tagsinput/LICENSE -------------------------------------------------------------------------------- /assets/plugins/bootstrap-tagsinput/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/bootstrap-tagsinput/README.md -------------------------------------------------------------------------------- /assets/plugins/chart.js/dist/Chart.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chart.js/dist/Chart.min.js -------------------------------------------------------------------------------- /assets/plugins/chocolat/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /assets/plugins/chocolat/.prettierrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/.prettierrc.js -------------------------------------------------------------------------------- /assets/plugins/chocolat/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/chocolat/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/LICENSE -------------------------------------------------------------------------------- /assets/plugins/chocolat/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/bower.json -------------------------------------------------------------------------------- /assets/plugins/chocolat/dist/images/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/dist/images/left.png -------------------------------------------------------------------------------- /assets/plugins/chocolat/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/dist/index.html -------------------------------------------------------------------------------- /assets/plugins/chocolat/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/gulpfile.js -------------------------------------------------------------------------------- /assets/plugins/chocolat/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/package.json -------------------------------------------------------------------------------- /assets/plugins/chocolat/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/readme.md -------------------------------------------------------------------------------- /assets/plugins/chocolat/src/css/chocolat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/src/css/chocolat.css -------------------------------------------------------------------------------- /assets/plugins/chocolat/src/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/src/images/close.png -------------------------------------------------------------------------------- /assets/plugins/chocolat/src/images/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/src/images/left.png -------------------------------------------------------------------------------- /assets/plugins/chocolat/src/images/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/src/images/right.png -------------------------------------------------------------------------------- /assets/plugins/chocolat/test/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/test/index.html -------------------------------------------------------------------------------- /assets/plugins/chocolat/test/lib/chai.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/test/lib/chai.js -------------------------------------------------------------------------------- /assets/plugins/chocolat/test/lib/mocha.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/test/lib/mocha.css -------------------------------------------------------------------------------- /assets/plugins/chocolat/test/lib/mocha.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/test/lib/mocha.js -------------------------------------------------------------------------------- /assets/plugins/chocolat/test/lib/sinon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/test/lib/sinon.js -------------------------------------------------------------------------------- /assets/plugins/chocolat/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/chocolat/yarn.lock -------------------------------------------------------------------------------- /assets/plugins/cleave.js/.eslintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/.eslintignore -------------------------------------------------------------------------------- /assets/plugins/cleave.js/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/.eslintrc.js -------------------------------------------------------------------------------- /assets/plugins/cleave.js/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | /node_modules 3 | /.idea 4 | /local 5 | /issues 6 | npm-debug.log 7 | -------------------------------------------------------------------------------- /assets/plugins/cleave.js/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/cleave.js/ISSUE_TEMPLATE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/ISSUE_TEMPLATE -------------------------------------------------------------------------------- /assets/plugins/cleave.js/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/LICENSE -------------------------------------------------------------------------------- /assets/plugins/cleave.js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/README.md -------------------------------------------------------------------------------- /assets/plugins/cleave.js/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/bower.json -------------------------------------------------------------------------------- /assets/plugins/cleave.js/codacy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/codacy.json -------------------------------------------------------------------------------- /assets/plugins/cleave.js/dist/cleave-esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/dist/cleave-esm.js -------------------------------------------------------------------------------- /assets/plugins/cleave.js/dist/cleave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/dist/cleave.js -------------------------------------------------------------------------------- /assets/plugins/cleave.js/dist/cleave.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/dist/cleave.min.js -------------------------------------------------------------------------------- /assets/plugins/cleave.js/doc/constructor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/doc/constructor.md -------------------------------------------------------------------------------- /assets/plugins/cleave.js/doc/doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/doc/doc.md -------------------------------------------------------------------------------- /assets/plugins/cleave.js/doc/js-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/doc/js-api.md -------------------------------------------------------------------------------- /assets/plugins/cleave.js/doc/options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/doc/options.md -------------------------------------------------------------------------------- /assets/plugins/cleave.js/gulp-tasks/addon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/gulp-tasks/addon.js -------------------------------------------------------------------------------- /assets/plugins/cleave.js/gulp-tasks/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/gulp-tasks/build.js -------------------------------------------------------------------------------- /assets/plugins/cleave.js/gulp-tasks/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/gulp-tasks/test.js -------------------------------------------------------------------------------- /assets/plugins/cleave.js/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/gulpfile.js -------------------------------------------------------------------------------- /assets/plugins/cleave.js/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/package-lock.json -------------------------------------------------------------------------------- /assets/plugins/cleave.js/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/package.json -------------------------------------------------------------------------------- /assets/plugins/cleave.js/react.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./dist/cleave-react-node.js'); 2 | -------------------------------------------------------------------------------- /assets/plugins/cleave.js/src/Cleave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/src/Cleave.js -------------------------------------------------------------------------------- /assets/plugins/cleave.js/src/Cleave.react.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/src/Cleave.react.js -------------------------------------------------------------------------------- /assets/plugins/cleave.js/src/utils/Util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/src/utils/Util.js -------------------------------------------------------------------------------- /assets/plugins/cleave.js/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave.js/yarn.lock -------------------------------------------------------------------------------- /assets/plugins/cleave/.eslintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/.eslintignore -------------------------------------------------------------------------------- /assets/plugins/cleave/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/.eslintrc.js -------------------------------------------------------------------------------- /assets/plugins/cleave/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | /node_modules 3 | /.idea 4 | /local 5 | /issues 6 | npm-debug.log 7 | -------------------------------------------------------------------------------- /assets/plugins/cleave/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/cleave/ISSUE_TEMPLATE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/ISSUE_TEMPLATE -------------------------------------------------------------------------------- /assets/plugins/cleave/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/LICENSE -------------------------------------------------------------------------------- /assets/plugins/cleave/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/README.md -------------------------------------------------------------------------------- /assets/plugins/cleave/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/bower.json -------------------------------------------------------------------------------- /assets/plugins/cleave/codacy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/codacy.json -------------------------------------------------------------------------------- /assets/plugins/cleave/dist/cleave-angular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/dist/cleave-angular.js -------------------------------------------------------------------------------- /assets/plugins/cleave/dist/cleave-esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/dist/cleave-esm.js -------------------------------------------------------------------------------- /assets/plugins/cleave/dist/cleave-esm.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/dist/cleave-esm.min.js -------------------------------------------------------------------------------- /assets/plugins/cleave/dist/cleave-react.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/dist/cleave-react.js -------------------------------------------------------------------------------- /assets/plugins/cleave/dist/cleave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/dist/cleave.js -------------------------------------------------------------------------------- /assets/plugins/cleave/dist/cleave.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/dist/cleave.min.js -------------------------------------------------------------------------------- /assets/plugins/cleave/doc/constructor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/doc/constructor.md -------------------------------------------------------------------------------- /assets/plugins/cleave/doc/doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/doc/doc.md -------------------------------------------------------------------------------- /assets/plugins/cleave/doc/js-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/doc/js-api.md -------------------------------------------------------------------------------- /assets/plugins/cleave/doc/not-in-the-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/doc/not-in-the-plan.md -------------------------------------------------------------------------------- /assets/plugins/cleave/doc/options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/doc/options.md -------------------------------------------------------------------------------- /assets/plugins/cleave/doc/phone-lib-addon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/doc/phone-lib-addon.md -------------------------------------------------------------------------------- /assets/plugins/cleave/doc/public-methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/doc/public-methods.md -------------------------------------------------------------------------------- /assets/plugins/cleave/gulp-tasks/addon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/gulp-tasks/addon.js -------------------------------------------------------------------------------- /assets/plugins/cleave/gulp-tasks/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/gulp-tasks/build.js -------------------------------------------------------------------------------- /assets/plugins/cleave/gulp-tasks/rollup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/gulp-tasks/rollup.js -------------------------------------------------------------------------------- /assets/plugins/cleave/gulp-tasks/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/gulp-tasks/test.js -------------------------------------------------------------------------------- /assets/plugins/cleave/gulp-tasks/webpack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/gulp-tasks/webpack.js -------------------------------------------------------------------------------- /assets/plugins/cleave/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/gulpfile.js -------------------------------------------------------------------------------- /assets/plugins/cleave/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/package-lock.json -------------------------------------------------------------------------------- /assets/plugins/cleave/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/package.json -------------------------------------------------------------------------------- /assets/plugins/cleave/react.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./dist/cleave-react-node.js'); 2 | -------------------------------------------------------------------------------- /assets/plugins/cleave/src/Cleave.angular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/src/Cleave.angular.js -------------------------------------------------------------------------------- /assets/plugins/cleave/src/Cleave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/src/Cleave.js -------------------------------------------------------------------------------- /assets/plugins/cleave/src/Cleave.react.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/src/Cleave.react.js -------------------------------------------------------------------------------- /assets/plugins/cleave/src/build/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/src/build/license.txt -------------------------------------------------------------------------------- /assets/plugins/cleave/src/utils/Util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/src/utils/Util.js -------------------------------------------------------------------------------- /assets/plugins/cleave/test/browser/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/test/browser/custom.js -------------------------------------------------------------------------------- /assets/plugins/cleave/test/browser/date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/test/browser/date.js -------------------------------------------------------------------------------- /assets/plugins/cleave/test/browser/phone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/test/browser/phone.js -------------------------------------------------------------------------------- /assets/plugins/cleave/test/browser/time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/test/browser/time.js -------------------------------------------------------------------------------- /assets/plugins/cleave/test/unit/Util_spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/test/unit/Util_spec.js -------------------------------------------------------------------------------- /assets/plugins/cleave/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/cleave/yarn.lock -------------------------------------------------------------------------------- /assets/plugins/codemirror/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/.editorconfig -------------------------------------------------------------------------------- /assets/plugins/codemirror/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/.gitattributes -------------------------------------------------------------------------------- /assets/plugins/codemirror/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/.gitignore -------------------------------------------------------------------------------- /assets/plugins/codemirror/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/.npmignore -------------------------------------------------------------------------------- /assets/plugins/codemirror/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/codemirror/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/AUTHORS -------------------------------------------------------------------------------- /assets/plugins/codemirror/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/CHANGELOG.md -------------------------------------------------------------------------------- /assets/plugins/codemirror/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/CONTRIBUTING.md -------------------------------------------------------------------------------- /assets/plugins/codemirror/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/LICENSE -------------------------------------------------------------------------------- /assets/plugins/codemirror/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/README.md -------------------------------------------------------------------------------- /assets/plugins/codemirror/addon/lint/lint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/addon/lint/lint.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/addon/tern/tern.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/addon/tern/tern.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/bin/authors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/bin/authors.sh -------------------------------------------------------------------------------- /assets/plugins/codemirror/bin/lint: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env node 2 | 3 | process.exit(require("../test/lint").ok ? 0 : 1); 4 | -------------------------------------------------------------------------------- /assets/plugins/codemirror/bin/release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/bin/release -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/bidi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/bidi.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/btree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/btree.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/buffers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/buffers.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/closetag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/closetag.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/complete.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/complete.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/emacs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/emacs.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/folding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/folding.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/hardwrap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/hardwrap.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/lint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/lint.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/loadmode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/loadmode.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/marker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/marker.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/merge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/merge.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/mustache.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/mustache.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/panel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/panel.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/preview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/preview.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/resize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/resize.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/rulers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/rulers.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/runmode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/runmode.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/search.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/sublime.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/sublime.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/tern.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/tern.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/theme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/theme.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/vim.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/vim.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/demo/widget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/demo/widget.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/doc/docs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/doc/docs.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/doc/internals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/doc/internals.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/doc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/doc/logo.png -------------------------------------------------------------------------------- /assets/plugins/codemirror/doc/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/doc/logo.svg -------------------------------------------------------------------------------- /assets/plugins/codemirror/doc/manual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/doc/manual.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/doc/realworld.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/doc/realworld.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/doc/releases.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/doc/releases.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/doc/yinyang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/doc/yinyang.png -------------------------------------------------------------------------------- /assets/plugins/codemirror/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/index.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/keymap/emacs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/keymap/emacs.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/keymap/vim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/keymap/vim.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/apl/apl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/apl/apl.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/css/css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/css/css.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/d/d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/d/d.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/d/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/d/test.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/dtd/dtd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/dtd/dtd.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/ecl/ecl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/ecl/ecl.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/elm/elm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/elm/elm.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/fcl/fcl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/fcl/fcl.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/gas/gas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/gas/gas.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/gfm/gfm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/gfm/gfm.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/go/go.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/go/go.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/idl/idl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/idl/idl.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/index.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/jsx/jsx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/jsx/jsx.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/lua/lua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/lua/lua.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/meta.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/oz/oz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/oz/oz.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/php/php.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/php/php.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/pig/pig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/pig/pig.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/pug/pug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/pug/pug.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/q/q.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/q/q.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/r/r.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/r/r.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/rpm/rpm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/rpm/rpm.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/rst/rst.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/rst/rst.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/sas/sas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/sas/sas.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/soy/soy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/soy/soy.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/sql/sql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/sql/sql.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/tcl/tcl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/tcl/tcl.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/vb/vb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/vb/vb.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/vue/vue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/vue/vue.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/xml/xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/xml/xml.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/mode/z80/z80.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/mode/z80/z80.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/package.json -------------------------------------------------------------------------------- /assets/plugins/codemirror/src/line/pos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/src/line/pos.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/src/modes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/src/modes.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/src/util/dom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/src/util/dom.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/test/driver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/test/driver.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/test/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/test/index.html -------------------------------------------------------------------------------- /assets/plugins/codemirror/test/lint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/test/lint.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/test/run.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/test/run.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/test/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/test/test.js -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/idea.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/idea.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/mbo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/mbo.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/moxer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/moxer.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/neat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/neat.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/neo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/neo.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/night.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/night.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/nord.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/nord.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/seti.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/seti.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/ssms.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/ssms.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/ttcn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/ttcn.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/yeti.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/yeti.css -------------------------------------------------------------------------------- /assets/plugins/codemirror/theme/yonce.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/codemirror/theme/yonce.css -------------------------------------------------------------------------------- /assets/plugins/datatables/Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/datatables/Contributing.md -------------------------------------------------------------------------------- /assets/plugins/datatables/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/datatables/Readme.md -------------------------------------------------------------------------------- /assets/plugins/datatables/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/datatables/license.txt -------------------------------------------------------------------------------- /assets/plugins/dropzone/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/.gitignore -------------------------------------------------------------------------------- /assets/plugins/dropzone/.tagconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/.tagconfig -------------------------------------------------------------------------------- /assets/plugins/dropzone/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/CONTRIBUTING.md -------------------------------------------------------------------------------- /assets/plugins/dropzone/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/LICENSE -------------------------------------------------------------------------------- /assets/plugins/dropzone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/README.md -------------------------------------------------------------------------------- /assets/plugins/dropzone/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/bower.json -------------------------------------------------------------------------------- /assets/plugins/dropzone/component.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/component.json -------------------------------------------------------------------------------- /assets/plugins/dropzone/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/composer.json -------------------------------------------------------------------------------- /assets/plugins/dropzone/dist/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/dist/basic.css -------------------------------------------------------------------------------- /assets/plugins/dropzone/dist/dropzone.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/dist/dropzone.css -------------------------------------------------------------------------------- /assets/plugins/dropzone/dist/dropzone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/dist/dropzone.js -------------------------------------------------------------------------------- /assets/plugins/dropzone/dist/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/dist/readme.md -------------------------------------------------------------------------------- /assets/plugins/dropzone/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/index.js -------------------------------------------------------------------------------- /assets/plugins/dropzone/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/dropzone/package.json -------------------------------------------------------------------------------- /assets/plugins/flag-icon-css/.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | open_collective: lipis 2 | -------------------------------------------------------------------------------- /assets/plugins/flag-icon-css/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | bower_components 3 | main 4 | node_modules 5 | temp 6 | update 7 | -------------------------------------------------------------------------------- /assets/plugins/flag-icon-css/.prettierignore: -------------------------------------------------------------------------------- 1 | flag-icon.min.css 2 | bower_components/ 3 | main/ 4 | temp/ 5 | -------------------------------------------------------------------------------- /assets/plugins/flag-icon-css/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/flag-icon-css/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/flag-icon-css/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/flag-icon-css/LICENSE -------------------------------------------------------------------------------- /assets/plugins/flag-icon-css/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/flag-icon-css/README.md -------------------------------------------------------------------------------- /assets/plugins/flag-icon-css/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/flag-icon-css/bower.json -------------------------------------------------------------------------------- /assets/plugins/flag-icon-css/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/flag-icon-css/index.html -------------------------------------------------------------------------------- /assets/plugins/flag-icon-css/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/flag-icon-css/package.json -------------------------------------------------------------------------------- /assets/plugins/flag-icon-css/svgo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/flag-icon-css/svgo.yaml -------------------------------------------------------------------------------- /assets/plugins/flag-icon-css/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/flag-icon-css/yarn.lock -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/.editorconfig -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/.gitignore -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/.gitmodules -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/CHANGELOG.md -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/LICENSE.txt -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/README.md -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/eslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/eslint.json -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/gulpfile.js -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/package.json -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/scripts/ci.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/scripts/ci.sh -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/tsconfig.json -------------------------------------------------------------------------------- /assets/plugins/fullcalendar/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/fullcalendar/tslint.json -------------------------------------------------------------------------------- /assets/plugins/gmaps/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | index.html 3 | *.zip 4 | node_modules/ 5 | -------------------------------------------------------------------------------- /assets/plugins/gmaps/Gruntfile.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/gmaps/Gruntfile.coffee -------------------------------------------------------------------------------- /assets/plugins/gmaps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/gmaps/README.md -------------------------------------------------------------------------------- /assets/plugins/gmaps/css/example.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/gmaps/css/example.css -------------------------------------------------------------------------------- /assets/plugins/gmaps/examples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/gmaps/examples.html -------------------------------------------------------------------------------- /assets/plugins/gmaps/examples.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/gmaps/examples.js -------------------------------------------------------------------------------- /assets/plugins/gmaps/gmap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/gmaps/gmap.min.js -------------------------------------------------------------------------------- /assets/plugins/gmaps/images/gmap_pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/gmaps/images/gmap_pin.png -------------------------------------------------------------------------------- /assets/plugins/gmaps/jquery.gmap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/gmaps/jquery.gmap.js -------------------------------------------------------------------------------- /assets/plugins/gmaps/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/gmaps/package.json -------------------------------------------------------------------------------- /assets/plugins/ionicons201/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/ionicons201/.gitignore -------------------------------------------------------------------------------- /assets/plugins/ionicons201/.npmrc: -------------------------------------------------------------------------------- 1 | package-lock=false -------------------------------------------------------------------------------- /assets/plugins/ionicons201/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/ionicons201/CHANGELOG.md -------------------------------------------------------------------------------- /assets/plugins/ionicons201/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/ionicons201/LICENSE -------------------------------------------------------------------------------- /assets/plugins/ionicons201/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/ionicons201/package.json -------------------------------------------------------------------------------- /assets/plugins/ionicons201/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/ionicons201/readme.md -------------------------------------------------------------------------------- /assets/plugins/ionicons201/src/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/ionicons201/src/data.json -------------------------------------------------------------------------------- /assets/plugins/ionicons201/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/ionicons201/src/index.html -------------------------------------------------------------------------------- /assets/plugins/ionicons201/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/ionicons201/src/index.ts -------------------------------------------------------------------------------- /assets/plugins/ionicons201/src/svg/at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/ionicons201/src/svg/at.svg -------------------------------------------------------------------------------- /assets/plugins/ionicons201/src/svg/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/ionicons201/src/svg/tv.svg -------------------------------------------------------------------------------- /assets/plugins/ionicons201/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/ionicons201/tsconfig.json -------------------------------------------------------------------------------- /assets/plugins/izitoast/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/izitoast/LICENSE -------------------------------------------------------------------------------- /assets/plugins/izitoast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/izitoast/README.md -------------------------------------------------------------------------------- /assets/plugins/izitoast/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/izitoast/bower.json -------------------------------------------------------------------------------- /assets/plugins/izitoast/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/izitoast/gulpfile.js -------------------------------------------------------------------------------- /assets/plugins/izitoast/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/izitoast/package.json -------------------------------------------------------------------------------- /assets/plugins/izitoast/types/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/izitoast/types/index.d.ts -------------------------------------------------------------------------------- /assets/plugins/jquery-sparkline/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore vim temp files 2 | .*.sw[a-z] 3 | *.un~ 4 | Session.vim 5 | -------------------------------------------------------------------------------- /assets/plugins/jquery-sparkline/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jquery-sparkline/Makefile -------------------------------------------------------------------------------- /assets/plugins/jquery-sparkline/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jquery-sparkline/README.md -------------------------------------------------------------------------------- /assets/plugins/jquery-sparkline/dist/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /assets/plugins/jquery-sparkline/src/footer.js: -------------------------------------------------------------------------------- 1 | }))}(document, Math)); 2 | -------------------------------------------------------------------------------- /assets/plugins/jquery-sparkline/version.txt: -------------------------------------------------------------------------------- 1 | 2.1.3 2 | -------------------------------------------------------------------------------- /assets/plugins/jquery-ui-dist/AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jquery-ui-dist/AUTHORS.txt -------------------------------------------------------------------------------- /assets/plugins/jquery-ui-dist/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jquery-ui-dist/LICENSE.txt -------------------------------------------------------------------------------- /assets/plugins/jquery-ui-dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jquery-ui-dist/index.html -------------------------------------------------------------------------------- /assets/plugins/jqvmap/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/.editorconfig -------------------------------------------------------------------------------- /assets/plugins/jqvmap/.eslintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/.eslintignore -------------------------------------------------------------------------------- /assets/plugins/jqvmap/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/.eslintrc -------------------------------------------------------------------------------- /assets/plugins/jqvmap/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/.gitignore -------------------------------------------------------------------------------- /assets/plugins/jqvmap/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/CHANGELOG.md -------------------------------------------------------------------------------- /assets/plugins/jqvmap/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/CONTRIBUTING.md -------------------------------------------------------------------------------- /assets/plugins/jqvmap/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/LICENSE -------------------------------------------------------------------------------- /assets/plugins/jqvmap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/README.md -------------------------------------------------------------------------------- /assets/plugins/jqvmap/REGIONS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/REGIONS.md -------------------------------------------------------------------------------- /assets/plugins/jqvmap/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/bower.json -------------------------------------------------------------------------------- /assets/plugins/jqvmap/create/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/create/README.md -------------------------------------------------------------------------------- /assets/plugins/jqvmap/create/jqvmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/create/jqvmap.py -------------------------------------------------------------------------------- /assets/plugins/jqvmap/create/output/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /assets/plugins/jqvmap/create/source/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /assets/plugins/jqvmap/dist/jquery.vmap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/dist/jquery.vmap.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/dist/jqvmap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/dist/jqvmap.css -------------------------------------------------------------------------------- /assets/plugins/jqvmap/dist/jqvmap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/dist/jqvmap.min.css -------------------------------------------------------------------------------- /assets/plugins/jqvmap/examples/iran.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/examples/iran.html -------------------------------------------------------------------------------- /assets/plugins/jqvmap/examples/iraq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/examples/iraq.html -------------------------------------------------------------------------------- /assets/plugins/jqvmap/examples/multi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/examples/multi.html -------------------------------------------------------------------------------- /assets/plugins/jqvmap/examples/pins.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/examples/pins.html -------------------------------------------------------------------------------- /assets/plugins/jqvmap/examples/usa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/examples/usa.html -------------------------------------------------------------------------------- /assets/plugins/jqvmap/examples/world.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/examples/world.html -------------------------------------------------------------------------------- /assets/plugins/jqvmap/grunt/bump.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/grunt/bump.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/grunt/changelog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/grunt/changelog.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/grunt/clean.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/grunt/clean.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/grunt/concat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/grunt/concat.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/grunt/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/grunt/index.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/grunt/qunit.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | dist: ['tests/*.html'] 3 | }; 4 | -------------------------------------------------------------------------------- /assets/plugins/jqvmap/grunt/shell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/grunt/shell.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/grunt/uglify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/grunt/uglify.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/gruntfile.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/package.json -------------------------------------------------------------------------------- /assets/plugins/jqvmap/src/Base.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/src/Base.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/src/ColorScale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/src/ColorScale.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/src/JQVMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/src/JQVMap.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/src/JQVMap/reset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/src/JQVMap/reset.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/src/VectorCanvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/src/VectorCanvas.js -------------------------------------------------------------------------------- /assets/plugins/jqvmap/tests/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/tests/index.html -------------------------------------------------------------------------------- /assets/plugins/jqvmap/tests/tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/jqvmap/tests/tests.js -------------------------------------------------------------------------------- /assets/plugins/moment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/moment.js -------------------------------------------------------------------------------- /assets/plugins/moment.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/moment.min.js -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/owl.carousel/.gitignore -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/owl.carousel/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/owl.carousel/Gruntfile.js -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/owl.carousel/LICENSE -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/owl.carousel/README.md -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/ROADMAP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/owl.carousel/ROADMAP.md -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/owl.carousel/_config.json -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/owl.carousel/bower.json -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/dist/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/owl.carousel/dist/LICENSE -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/docs_src/helpers/modulo.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/docs_src/templates/partials/releated-docs.hbs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/owl.carousel/package.json -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/src/scss/owl.theme.default.scss: -------------------------------------------------------------------------------- 1 | @import "theme.default"; -------------------------------------------------------------------------------- /assets/plugins/owl.carousel/src/scss/owl.theme.green.scss: -------------------------------------------------------------------------------- 1 | @import "theme.green"; -------------------------------------------------------------------------------- /assets/plugins/prismjs/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/.editorconfig -------------------------------------------------------------------------------- /assets/plugins/prismjs/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/.gitattributes -------------------------------------------------------------------------------- /assets/plugins/prismjs/.gitignore: -------------------------------------------------------------------------------- 1 | hide-*.js 2 | node_modules 3 | .idea/ 4 | .DS_Store 5 | -------------------------------------------------------------------------------- /assets/plugins/prismjs/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/.npmignore -------------------------------------------------------------------------------- /assets/plugins/prismjs/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/prismjs/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/CHANGELOG.md -------------------------------------------------------------------------------- /assets/plugins/prismjs/CNAME: -------------------------------------------------------------------------------- 1 | prismjs.com -------------------------------------------------------------------------------- /assets/plugins/prismjs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/LICENSE -------------------------------------------------------------------------------- /assets/plugins/prismjs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/README.md -------------------------------------------------------------------------------- /assets/plugins/prismjs/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/bower.json -------------------------------------------------------------------------------- /assets/plugins/prismjs/components.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/components.js -------------------------------------------------------------------------------- /assets/plugins/prismjs/components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/components.json -------------------------------------------------------------------------------- /assets/plugins/prismjs/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/composer.json -------------------------------------------------------------------------------- /assets/plugins/prismjs/download.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/download.html -------------------------------------------------------------------------------- /assets/plugins/prismjs/examples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/examples.html -------------------------------------------------------------------------------- /assets/plugins/prismjs/extending.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/extending.html -------------------------------------------------------------------------------- /assets/plugins/prismjs/faq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/faq.html -------------------------------------------------------------------------------- /assets/plugins/prismjs/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/favicon.png -------------------------------------------------------------------------------- /assets/plugins/prismjs/img/logo-ala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/img/logo-ala.png -------------------------------------------------------------------------------- /assets/plugins/prismjs/img/logo-mdn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/img/logo-mdn.png -------------------------------------------------------------------------------- /assets/plugins/prismjs/img/logo-react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/img/logo-react.png -------------------------------------------------------------------------------- /assets/plugins/prismjs/img/spectrum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/img/spectrum.png -------------------------------------------------------------------------------- /assets/plugins/prismjs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/index.html -------------------------------------------------------------------------------- /assets/plugins/prismjs/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/logo.svg -------------------------------------------------------------------------------- /assets/plugins/prismjs/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/package-lock.json -------------------------------------------------------------------------------- /assets/plugins/prismjs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/package.json -------------------------------------------------------------------------------- /assets/plugins/prismjs/plugins/autolinker/prism-autolinker.css: -------------------------------------------------------------------------------- 1 | .token a { 2 | color: inherit; 3 | } -------------------------------------------------------------------------------- /assets/plugins/prismjs/plugins/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/plugins/index.html -------------------------------------------------------------------------------- /assets/plugins/prismjs/prism.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/prism.js -------------------------------------------------------------------------------- /assets/plugins/prismjs/scripts/code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/scripts/code.js -------------------------------------------------------------------------------- /assets/plugins/prismjs/scripts/utopia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/scripts/utopia.js -------------------------------------------------------------------------------- /assets/plugins/prismjs/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/style.css -------------------------------------------------------------------------------- /assets/plugins/prismjs/test-suite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/test-suite.html -------------------------------------------------------------------------------- /assets/plugins/prismjs/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/test.html -------------------------------------------------------------------------------- /assets/plugins/prismjs/tests/run.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/tests/run.js -------------------------------------------------------------------------------- /assets/plugins/prismjs/themes/prism.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/prismjs/themes/prism.css -------------------------------------------------------------------------------- /assets/plugins/select2/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/.editorconfig -------------------------------------------------------------------------------- /assets/plugins/select2/.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/.github/stale.yml -------------------------------------------------------------------------------- /assets/plugins/select2/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | dist/js/i18n/build.txt 3 | .sass-cache 4 | -------------------------------------------------------------------------------- /assets/plugins/select2/.jshintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/.jshintignore -------------------------------------------------------------------------------- /assets/plugins/select2/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/.jshintrc -------------------------------------------------------------------------------- /assets/plugins/select2/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/select2/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/CHANGELOG.md -------------------------------------------------------------------------------- /assets/plugins/select2/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/Gruntfile.js -------------------------------------------------------------------------------- /assets/plugins/select2/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/LICENSE.md -------------------------------------------------------------------------------- /assets/plugins/select2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/README.md -------------------------------------------------------------------------------- /assets/plugins/select2/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/bower.json -------------------------------------------------------------------------------- /assets/plugins/select2/component.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/component.json -------------------------------------------------------------------------------- /assets/plugins/select2/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/composer.json -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/af.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/ar.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/az.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/az.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/bg.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/bn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/bn.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/bs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/bs.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/ca.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/cs.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/da.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/de.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/el.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/en.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/es.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/et.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/et.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/eu.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/fa.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/fi.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/fr.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/gl.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/he.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/hi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/hi.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/hr.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/hu.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/hy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/hy.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/id.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/is.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/is.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/it.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/ja.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/ka.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/ka.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/km.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/km.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/ko.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/lt.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/lv.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/mk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/mk.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/ms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/ms.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/nb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/nb.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/ne.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/ne.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/nl.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/pl.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/ps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/ps.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/pt.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/ro.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/ru.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/sk.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/sl.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/sq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/sq.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/sr.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/sv.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/th.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/tk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/tk.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/tr.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/uk.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/i18n/vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/i18n/vi.js -------------------------------------------------------------------------------- /assets/plugins/select2/dist/js/select2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/dist/js/select2.js -------------------------------------------------------------------------------- /assets/plugins/select2/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/docs/README.md -------------------------------------------------------------------------------- /assets/plugins/select2/docs/examples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/docs/examples.html -------------------------------------------------------------------------------- /assets/plugins/select2/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/docs/index.html -------------------------------------------------------------------------------- /assets/plugins/select2/docs/options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/docs/options.html -------------------------------------------------------------------------------- /assets/plugins/select2/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/package.json -------------------------------------------------------------------------------- /assets/plugins/select2/src/scss/core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/src/scss/core.scss -------------------------------------------------------------------------------- /assets/plugins/select2/tests/helpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/select2/tests/helpers.js -------------------------------------------------------------------------------- /assets/plugins/selectric/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/.editorconfig -------------------------------------------------------------------------------- /assets/plugins/selectric/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/.eslintrc -------------------------------------------------------------------------------- /assets/plugins/selectric/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/.gitattributes -------------------------------------------------------------------------------- /assets/plugins/selectric/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/.gitignore -------------------------------------------------------------------------------- /assets/plugins/selectric/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/selectric/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/LICENSE -------------------------------------------------------------------------------- /assets/plugins/selectric/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/README.md -------------------------------------------------------------------------------- /assets/plugins/selectric/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/bower.json -------------------------------------------------------------------------------- /assets/plugins/selectric/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/gulpfile.js -------------------------------------------------------------------------------- /assets/plugins/selectric/karma.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/karma.conf.js -------------------------------------------------------------------------------- /assets/plugins/selectric/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/package.json -------------------------------------------------------------------------------- /assets/plugins/selectric/public/CNAME: -------------------------------------------------------------------------------- 1 | selectric.js.org -------------------------------------------------------------------------------- /assets/plugins/selectric/public/ajax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/public/ajax.html -------------------------------------------------------------------------------- /assets/plugins/selectric/public/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/public/demo.html -------------------------------------------------------------------------------- /assets/plugins/selectric/public/share.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/public/share.jpg -------------------------------------------------------------------------------- /assets/plugins/selectric/public/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/selectric/public/style.css -------------------------------------------------------------------------------- /assets/plugins/simpleweather/.jshintrc: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /assets/plugins/simpleweather/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/simpleweather/CHANGELOG.md -------------------------------------------------------------------------------- /assets/plugins/simpleweather/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/simpleweather/README.md -------------------------------------------------------------------------------- /assets/plugins/simpleweather/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/simpleweather/bower.json -------------------------------------------------------------------------------- /assets/plugins/simpleweather/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/simpleweather/gulpfile.js -------------------------------------------------------------------------------- /assets/plugins/simpleweather/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/simpleweather/index.html -------------------------------------------------------------------------------- /assets/plugins/simpleweather/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/simpleweather/package.json -------------------------------------------------------------------------------- /assets/plugins/summernote/.agignore: -------------------------------------------------------------------------------- 1 | dist/* 2 | node_modules/* 3 | -------------------------------------------------------------------------------- /assets/plugins/summernote/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/.editorconfig -------------------------------------------------------------------------------- /assets/plugins/summernote/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/.eslintrc -------------------------------------------------------------------------------- /assets/plugins/summernote/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/.gitignore -------------------------------------------------------------------------------- /assets/plugins/summernote/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/.npmignore -------------------------------------------------------------------------------- /assets/plugins/summernote/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/summernote/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/Gruntfile.js -------------------------------------------------------------------------------- /assets/plugins/summernote/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/LICENSE -------------------------------------------------------------------------------- /assets/plugins/summernote/MAINTAIN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/MAINTAIN.md -------------------------------------------------------------------------------- /assets/plugins/summernote/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/README.md -------------------------------------------------------------------------------- /assets/plugins/summernote/examples/example.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin-top: 1rem; 3 | } 4 | -------------------------------------------------------------------------------- /assets/plugins/summernote/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/index.html -------------------------------------------------------------------------------- /assets/plugins/summernote/karma.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/karma.conf.js -------------------------------------------------------------------------------- /assets/plugins/summernote/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/package.json -------------------------------------------------------------------------------- /assets/plugins/summernote/src/less/lite-ui/mixins.less: -------------------------------------------------------------------------------- 1 | @import "mixins/buttons.less"; -------------------------------------------------------------------------------- /assets/plugins/summernote/test/chaidom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/test/chaidom.js -------------------------------------------------------------------------------- /assets/plugins/summernote/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/summernote/tsconfig.json -------------------------------------------------------------------------------- /assets/plugins/sweetalert/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/.babelrc -------------------------------------------------------------------------------- /assets/plugins/sweetalert/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/.editorconfig -------------------------------------------------------------------------------- /assets/plugins/sweetalert/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/.gitignore -------------------------------------------------------------------------------- /assets/plugins/sweetalert/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/.travis.yml -------------------------------------------------------------------------------- /assets/plugins/sweetalert/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/LICENSE.md -------------------------------------------------------------------------------- /assets/plugins/sweetalert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/README.md -------------------------------------------------------------------------------- /assets/plugins/sweetalert/assets/swal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/assets/swal.gif -------------------------------------------------------------------------------- /assets/plugins/sweetalert/docs-src/assets/sweetalert: -------------------------------------------------------------------------------- 1 | ../../dist/ -------------------------------------------------------------------------------- /assets/plugins/sweetalert/docs/CNAME: -------------------------------------------------------------------------------- 1 | sweetalert.js.org 2 | -------------------------------------------------------------------------------- /assets/plugins/sweetalert/docs/assets/css/variables.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/sweetalert/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/docs/index.html -------------------------------------------------------------------------------- /assets/plugins/sweetalert/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/package.json -------------------------------------------------------------------------------- /assets/plugins/sweetalert/src/core.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/src/core.ts -------------------------------------------------------------------------------- /assets/plugins/sweetalert/test/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/test/utils.ts -------------------------------------------------------------------------------- /assets/plugins/sweetalert/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/tsconfig.json -------------------------------------------------------------------------------- /assets/plugins/sweetalert/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/sweetalert/tslint.json -------------------------------------------------------------------------------- /assets/plugins/sweetalert/typings/modules/markup/buttons.d.ts: -------------------------------------------------------------------------------- 1 | export declare const buttonMarkup: string; 2 | -------------------------------------------------------------------------------- /assets/plugins/tcpdf.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf.zip -------------------------------------------------------------------------------- /assets/plugins/tcpdf/.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/.github/FUNDING.yml -------------------------------------------------------------------------------- /assets/plugins/tcpdf/.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /assets/plugins/tcpdf/CHANGELOG.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/CHANGELOG.TXT -------------------------------------------------------------------------------- /assets/plugins/tcpdf/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/LICENSE.TXT -------------------------------------------------------------------------------- /assets/plugins/tcpdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/README.md -------------------------------------------------------------------------------- /assets/plugins/tcpdf/VERSION: -------------------------------------------------------------------------------- 1 | 6.3.5 2 | -------------------------------------------------------------------------------- /assets/plugins/tcpdf/backup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/backup.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/composer.json -------------------------------------------------------------------------------- /assets/plugins/tcpdf/config/kop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/config/kop.png -------------------------------------------------------------------------------- /assets/plugins/tcpdf/examples/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/examples/index.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/aealarabiya.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/aealarabiya.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/aefurat.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/aefurat.ctg.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/aefurat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/aefurat.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/aefurat.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/aefurat.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/cid0cs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/cid0cs.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/cid0ct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/cid0ct.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/cid0jp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/cid0jp.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/cid0kr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/cid0kr.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/courier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/courier.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/courierb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/courierb.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/courierbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/courierbi.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/courieri.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/courieri.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/dejavusans.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/dejavusans.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/dejavusans.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/dejavusans.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/dejavusansb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/dejavusansb.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/dejavusansbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/dejavusansbi.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/dejavusansi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/dejavusansi.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/dejavuserif.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/dejavuserif.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/dejavuserifb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/dejavuserifb.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/dejavuserifi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/dejavuserifi.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freemono.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freemono.ctg.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freemono.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freemono.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freemono.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freemono.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freemonob.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freemonob.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freemonob.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freemonob.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freemonobi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freemonobi.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freemonobi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freemonobi.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freemonoi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freemonoi.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freemonoi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freemonoi.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freesans.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freesans.ctg.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freesans.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freesans.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freesans.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freesans.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freesansb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freesansb.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freesansb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freesansb.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freesansbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freesansbi.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freesansbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freesansbi.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freesansi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freesansi.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freesansi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freesansi.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freeserif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freeserif.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freeserif.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freeserif.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freeserifb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freeserifb.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freeserifb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freeserifb.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freeserifbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freeserifbi.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freeserifi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freeserifi.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/freeserifi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/freeserifi.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/helvetica.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/helvetica.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/helveticab.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/helveticab.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/helveticai.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/helveticai.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfacourier.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfacourier.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfacourierb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfacourierb.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfacourieri.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfacourieri.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfasymbol.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfasymbol.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfasymbol.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfasymbol.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfatimes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfatimes.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfatimes.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfatimes.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfatimesb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfatimesb.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfatimesb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfatimesb.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfatimesbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfatimesbi.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfatimesi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfatimesi.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/pdfatimesi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/pdfatimesi.z -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/symbol.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/symbol.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/times.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/times.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/timesb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/timesb.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/timesbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/timesbi.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/fonts/timesi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/fonts/timesi.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/include/sRGB.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/include/sRGB.icc -------------------------------------------------------------------------------- /assets/plugins/tcpdf/kop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/kop.png -------------------------------------------------------------------------------- /assets/plugins/tcpdf/tcpdf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/tcpdf.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/tcpdf_autoconfig.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/tcpdf_autoconfig.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/tcpdf_import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/tcpdf_import.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/tcpdf_parser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/tcpdf/tcpdf_parser.php -------------------------------------------------------------------------------- /assets/plugins/tcpdf/tools/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /assets/plugins/weathericons/.gitignore: -------------------------------------------------------------------------------- 1 | config.codekit 2 | *.sass-cache* -------------------------------------------------------------------------------- /assets/plugins/weathericons/.npmignore: -------------------------------------------------------------------------------- 1 | /_builder 2 | /_docs 3 | -------------------------------------------------------------------------------- /assets/plugins/weathericons/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/weathericons/README.md -------------------------------------------------------------------------------- /assets/plugins/weathericons/_builder/csv/temp.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/plugins/weathericons/_docs/gh-pages/CNAME: -------------------------------------------------------------------------------- 1 | weathericons.io 2 | -------------------------------------------------------------------------------- /assets/plugins/weathericons/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/weathericons/bower.json -------------------------------------------------------------------------------- /assets/plugins/weathericons/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/weathericons/package.json -------------------------------------------------------------------------------- /assets/plugins/weathericons/svg/wi-na.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/plugins/weathericons/svg/wi-na.svg -------------------------------------------------------------------------------- /assets/tambah-pengguna.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/assets/tambah-pengguna.php -------------------------------------------------------------------------------- /beranda.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/beranda.php -------------------------------------------------------------------------------- /cabang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/cabang.php -------------------------------------------------------------------------------- /db_otis.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/db_otis.sql -------------------------------------------------------------------------------- /detail-cabang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/detail-cabang.php -------------------------------------------------------------------------------- /detail-lembur.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/detail-lembur.php -------------------------------------------------------------------------------- /detail-level.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/detail-level.php -------------------------------------------------------------------------------- /detail-outlet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/detail-outlet.php -------------------------------------------------------------------------------- /detail-pengguna.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/detail-pengguna.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/index.php -------------------------------------------------------------------------------- /koneksi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/koneksi.php -------------------------------------------------------------------------------- /laporan-lembur-excel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/laporan-lembur-excel.php -------------------------------------------------------------------------------- /laporan-lembur.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/laporan-lembur.php -------------------------------------------------------------------------------- /lembur.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/lembur.php -------------------------------------------------------------------------------- /level.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/level.php -------------------------------------------------------------------------------- /menu/aside.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/menu/aside.php -------------------------------------------------------------------------------- /menu/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/menu/footer.php -------------------------------------------------------------------------------- /menu/head.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/menu/head.php -------------------------------------------------------------------------------- /menu/nav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/menu/nav.php -------------------------------------------------------------------------------- /menu/script.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/menu/script.php -------------------------------------------------------------------------------- /outlet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/outlet.php -------------------------------------------------------------------------------- /pengguna.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/pengguna.php -------------------------------------------------------------------------------- /proses/add-cabang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/add-cabang.php -------------------------------------------------------------------------------- /proses/add-keranjang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/add-keranjang.php -------------------------------------------------------------------------------- /proses/add-lembur-staf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/add-lembur-staf.php -------------------------------------------------------------------------------- /proses/add-lembur.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/add-lembur.php -------------------------------------------------------------------------------- /proses/add-level.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/add-level.php -------------------------------------------------------------------------------- /proses/add-outlet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/add-outlet.php -------------------------------------------------------------------------------- /proses/add-pengguna.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/add-pengguna.php -------------------------------------------------------------------------------- /proses/approval-cabang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/approval-cabang.php -------------------------------------------------------------------------------- /proses/approval-final.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/approval-final.php -------------------------------------------------------------------------------- /proses/approval-unit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/approval-unit.php -------------------------------------------------------------------------------- /proses/delete-cabang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/delete-cabang.php -------------------------------------------------------------------------------- /proses/delete-lembur.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/delete-lembur.php -------------------------------------------------------------------------------- /proses/delete-level.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/delete-level.php -------------------------------------------------------------------------------- /proses/delete-outlet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/delete-outlet.php -------------------------------------------------------------------------------- /proses/delete-pengguna.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/delete-pengguna.php -------------------------------------------------------------------------------- /proses/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/login.php -------------------------------------------------------------------------------- /proses/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/logout.php -------------------------------------------------------------------------------- /proses/register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/register.php -------------------------------------------------------------------------------- /proses/tolak-approval.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/tolak-approval.php -------------------------------------------------------------------------------- /proses/update-akun.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/update-akun.php -------------------------------------------------------------------------------- /proses/update-cabang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/update-cabang.php -------------------------------------------------------------------------------- /proses/update-lembur.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/update-lembur.php -------------------------------------------------------------------------------- /proses/update-level.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/update-level.php -------------------------------------------------------------------------------- /proses/update-outlet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/update-outlet.php -------------------------------------------------------------------------------- /proses/update-pengguna.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/proses/update-pengguna.php -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/readme.md -------------------------------------------------------------------------------- /tambah-cabang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/tambah-cabang.php -------------------------------------------------------------------------------- /tambah-lembur.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/tambah-lembur.php -------------------------------------------------------------------------------- /tambah-level.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/tambah-level.php -------------------------------------------------------------------------------- /tambah-outlet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/tambah-outlet.php -------------------------------------------------------------------------------- /tambah-pengguna.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raihan-muhammad/simple-absensi-app/HEAD/tambah-pengguna.php --------------------------------------------------------------------------------