在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → 云商城小程序(带php完整后端)-微信小程序

云商城小程序(带php完整后端)-微信小程序

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:18.64M
  • 下载次数:8
  • 浏览次数:42
  • 发布时间:2023-10-21
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】云商城小程序(带php完整后端)-微信小程序
云商城小程序(带php完整后端)-微信小程序,可以用于研究或者学习,微信小程序(wei xin xiao cheng xu),简称小程序,英文名Mini Program,是一种不需要下载安装即可使用的应用,它实现了应用“触手可及”的梦想...

【实例截图】

from clipboard

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── 好例子网_云商城小程序(带php完整后端)-微信小程序.rar
└── 云商城(带php后端)
    ├── lendoo-web
    │   ├── application
    │   │   ├── cache
    │   │   │   └── index.html
    │   │   ├── config
    │   │   │   ├── autoload.php
    │   │   │   ├── config.php
    │   │   │   ├── constants.php
    │   │   │   ├── database.php
    │   │   │   ├── doctypes.php
    │   │   │   ├── foreign_chars.php
    │   │   │   ├── hooks.php
    │   │   │   ├── index.html
    │   │   │   ├── memcached.php
    │   │   │   ├── migration.php
    │   │   │   ├── mimes.php
    │   │   │   ├── pagination.php
    │   │   │   ├── profiler.php
    │   │   │   ├── routes.php
    │   │   │   ├── smileys.php
    │   │   │   └── user_agents.php
    │   │   ├── controllers
    │   │   │   ├── AdminController.php
    │   │   │   ├── Category.php
    │   │   │   ├── Dashboard.php
    │   │   │   ├── Goods.php
    │   │   │   ├── Manager.php
    │   │   │   ├── Order.php
    │   │   │   ├── Upload.php
    │   │   │   ├── WXPay.php
    │   │   │   ├── Welcome.php
    │   │   │   └── index.html
    │   │   ├── core
    │   │   │   ├── BaseController.php
    │   │   │   └── index.html
    │   │   ├── helpers
    │   │   │   ├── acl_helper.php
    │   │   │   └── index.html
    │   │   ├── hooks
    │   │   │   └── index.html
    │   │   ├── index.html
    │   │   ├── language
    │   │   │   ├── english
    │   │   │   │   └── index.html
    │   │   │   └── index.html
    │   │   ├── libraries
    │   │   │   ├── Layout.php
    │   │   │   └── index.html
    │   │   ├── logs
    │   │   │   └── index.html
    │   │   ├── models
    │   │   │   ├── Category_model.php
    │   │   │   ├── Manager_model.php
    │   │   │   └── index.html
    │   │   ├── third_party
    │   │   │   ├── index.html
    │   │   │   └── wxpay
    │   │   │       ├── WxPay.Api.php
    │   │   │       ├── WxPay.Config.php
    │   │   │       ├── WxPay.Data.php
    │   │   │       ├── WxPay.Exception.php
    │   │   │       └── WxPay.Notify.php
    │   │   └── views
    │   │       ├── category
    │   │       │   ├── add.php
    │   │       │   ├── edit.php
    │   │       │   ├── index.php
    │   │       │   └── msg.php
    │   │       ├── dashboard
    │   │       │   └── index.php
    │   │       ├── errors
    │   │       │   ├── cli
    │   │       │   │   ├── error_404.php
    │   │       │   │   ├── error_db.php
    │   │       │   │   ├── error_exception.php
    │   │       │   │   ├── error_general.php
    │   │       │   │   ├── error_php.php
    │   │       │   │   └── index.html
    │   │       │   ├── html
    │   │       │   │   ├── error_404.php
    │   │       │   │   ├── error_db.php
    │   │       │   │   ├── error_exception.php
    │   │       │   │   ├── error_general.php
    │   │       │   │   ├── error_php.php
    │   │       │   │   └── index.html
    │   │       │   └── index.html
    │   │       ├── goods
    │   │       │   ├── add.php
    │   │       │   ├── edit.php
    │   │       │   ├── index.php
    │   │       │   └── msg.php
    │   │       ├── index.html
    │   │       ├── index.php
    │   │       ├── layout_main.php
    │   │       ├── manager
    │   │       │   ├── login.php
    │   │       │   ├── msg.php
    │   │       │   └── profile.php
    │   │       └── order
    │   │           ├── index.php
    │   │           └── msg.php
    │   ├── composer.json
    │   ├── composer.lock
    │   ├── contributing.md
    │   ├── license.txt
    │   ├── public
    │   │   ├── assets
    │   │   │   ├── css
    │   │   │   │   ├── global.css
    │   │   │   │   └── webuploader.css
    │   │   │   ├── images
    │   │   │   │   ├── banner.jpg
    │   │   │   │   ├── bg.png
    │   │   │   │   ├── icons.png
    │   │   │   │   ├── image.png
    │   │   │   │   ├── logo180.png
    │   │   │   │   ├── logo48.png
    │   │   │   │   ├── progress.png
    │   │   │   │   ├── qrcode.png
    │   │   │   │   └── success.png
    │   │   │   └── js
    │   │   │       ├── category
    │   │   │       │   └── edit.js
    │   │   │       └── goods
    │   │   │           └── edit.js
    │   │   ├── bower_components
    │   │   │   ├── AdminLTE
    │   │   │   │   ├── Gruntfile.js
    │   │   │   │   ├── LICENSE
    │   │   │   │   ├── README.md
    │   │   │   │   ├── bootstrap
    │   │   │   │   │   ├── css
    │   │   │   │   │   │   ├── bootstrap-theme.css
    │   │   │   │   │   │   ├── bootstrap-theme.css.map
    │   │   │   │   │   │   ├── bootstrap-theme.min.css
    │   │   │   │   │   │   ├── bootstrap-theme.min.css.map
    │   │   │   │   │   │   ├── bootstrap.css
    │   │   │   │   │   │   ├── bootstrap.css.map
    │   │   │   │   │   │   ├── bootstrap.min.css
    │   │   │   │   │   │   └── bootstrap.min.css.map
    │   │   │   │   │   ├── fonts
    │   │   │   │   │   │   ├── glyphicons-halflings-regular.eot
    │   │   │   │   │   │   ├── glyphicons-halflings-regular.svg
    │   │   │   │   │   │   ├── glyphicons-halflings-regular.ttf
    │   │   │   │   │   │   ├── glyphicons-halflings-regular.woff
    │   │   │   │   │   │   └── glyphicons-halflings-regular.woff2
    │   │   │   │   │   └── js
    │   │   │   │   │       ├── bootstrap.js
    │   │   │   │   │       ├── bootstrap.min.js
    │   │   │   │   │       └── npm.js
    │   │   │   │   ├── bower.json
    │   │   │   │   ├── build
    │   │   │   │   │   ├── bootstrap-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
    │   │   │   │   │   │   ├── mixins.less
    │   │   │   │   │   │   └── variables.less
    │   │   │   │   │   └── less
    │   │   │   │   │       ├── 404_500_errors.less
    │   │   │   │   │       ├── AdminLTE-without-plugins.less
    │   │   │   │   │       ├── AdminLTE.less
    │   │   │   │   │       ├── alerts.less
    │   │   │   │   │       ├── bootstrap-social.less
    │   │   │   │   │       ├── boxes.less
    │   │   │   │   │       ├── buttons.less
    │   │   │   │   │       ├── callout.less
    │   │   │   │   │       ├── carousel.less
    │   │   │   │   │       ├── control-sidebar.less
    │   │   │   │   │       ├── core.less
    │   │   │   │   │       ├── direct-chat.less
    │   │   │   │   │       ├── dropdown.less
    │   │   │   │   │       ├── forms.less
    │   │   │   │   │       ├── fullcalendar.less
    │   │   │   │   │       ├── header.less
    │   │   │   │   │       ├── info-box.less
    │   │   │   │   │       ├── invoice.less
    │   │   │   │   │       ├── labels.less
    │   │   │   │   │       ├── lockscreen.less
    │   │   │   │   │       ├── login_and_register.less
    │   │   │   │   │       ├── mailbox.less
    │   │   │   │   │       ├── miscellaneous.less
    │   │   │   │   │       ├── mixins.less
    │   │   │   │   │       ├── modal.less
    │   │   │   │   │       ├── navs.less
    │   │   │   │   │       ├── plugins.less
    │   │   │   │   │       ├── print.less
    │   │   │   │   │       ├── products.less
    │   │   │   │   │       ├── profile.less
    │   │   │   │   │       ├── progress-bars.less
    │   │   │   │   │       ├── select2.less
    │   │   │   │   │       ├── sidebar-mini.less
    │   │   │   │   │       ├── sidebar.less
    │   │   │   │   │       ├── skins
    │   │   │   │   │       │   ├── _all-skins.less
    │   │   │   │   │       │   ├── skin-black-light.less
    │   │   │   │   │       │   ├── skin-black.less
    │   │   │   │   │       │   ├── skin-blue-light.less
    │   │   │   │   │       │   ├── skin-blue.less
    │   │   │   │   │       │   ├── skin-green-light.less
    │   │   │   │   │       │   ├── skin-green.less
    │   │   │   │   │       │   ├── skin-purple-light.less
    │   │   │   │   │       │   ├── skin-purple.less
    │   │   │   │   │       │   ├── skin-red-light.less
    │   │   │   │   │       │   ├── skin-red.less
    │   │   │   │   │       │   ├── skin-yellow-light.less
    │   │   │   │   │       │   └── skin-yellow.less
    │   │   │   │   │       ├── small-box.less
    │   │   │   │   │       ├── social-widgets.less
    │   │   │   │   │       ├── table.less
    │   │   │   │   │       ├── timeline.less
    │   │   │   │   │       ├── users-list.less
    │   │   │   │   │       └── variables.less
    │   │   │   │   ├── changelog.md
    │   │   │   │   ├── dist
    │   │   │   │   │   ├── css
    │   │   │   │   │   │   ├── AdminLTE.css
    │   │   │   │   │   │   ├── AdminLTE.min.css
    │   │   │   │   │   │   ├── alt
    │   │   │   │   │   │   │   ├── AdminLTE-bootstrap-social.css
    │   │   │   │   │   │   │   ├── AdminLTE-bootstrap-social.min.css
    │   │   │   │   │   │   │   ├── AdminLTE-fullcalendar.css
    │   │   │   │   │   │   │   ├── AdminLTE-fullcalendar.min.css
    │   │   │   │   │   │   │   ├── AdminLTE-select2.css
    │   │   │   │   │   │   │   ├── AdminLTE-select2.min.css
    │   │   │   │   │   │   │   ├── AdminLTE-without-plugins.css
    │   │   │   │   │   │   │   └── AdminLTE-without-plugins.min.css
    │   │   │   │   │   │   └── skins
    │   │   │   │   │   │       ├── _all-skins.css
    │   │   │   │   │   │       ├── _all-skins.min.css
    │   │   │   │   │   │       ├── skin-black-light.css
    │   │   │   │   │   │       ├── skin-black-light.min.css
    │   │   │   │   │   │       ├── skin-black.css
    │   │   │   │   │   │       ├── skin-black.min.css
    │   │   │   │   │   │       ├── skin-blue-light.css
    │   │   │   │   │   │       ├── skin-blue-light.min.css
    │   │   │   │   │   │       ├── skin-blue.css
    │   │   │   │   │   │       ├── skin-blue.min.css
    │   │   │   │   │   │       ├── skin-green-light.css
    │   │   │   │   │   │       ├── skin-green-light.min.css
    │   │   │   │   │   │       ├── skin-green.css
    │   │   │   │   │   │       ├── skin-green.min.css
    │   │   │   │   │   │       ├── skin-purple-light.css
    │   │   │   │   │   │       ├── skin-purple-light.min.css
    │   │   │   │   │   │       ├── skin-purple.css
    │   │   │   │   │   │       ├── skin-purple.min.css
    │   │   │   │   │   │       ├── skin-red-light.css
    │   │   │   │   │   │       ├── skin-red-light.min.css
    │   │   │   │   │   │       ├── skin-red.css
    │   │   │   │   │   │       ├── skin-red.min.css
    │   │   │   │   │   │       ├── skin-yellow-light.css
    │   │   │   │   │   │       ├── skin-yellow-light.min.css
    │   │   │   │   │   │       ├── skin-yellow.css
    │   │   │   │   │   │       └── skin-yellow.min.css
    │   │   │   │   │   ├── img
    │   │   │   │   │   │   ├── avatar.png
    │   │   │   │   │   │   ├── avatar04.png
    │   │   │   │   │   │   ├── avatar2.png
    │   │   │   │   │   │   ├── avatar3.png
    │   │   │   │   │   │   ├── avatar5.png
    │   │   │   │   │   │   ├── boxed-bg.jpg
    │   │   │   │   │   │   ├── boxed-bg.png
    │   │   │   │   │   │   ├── credit
    │   │   │   │   │   │   │   ├── american-express.png
    │   │   │   │   │   │   │   ├── cirrus.png
    │   │   │   │   │   │   │   ├── mastercard.png
    │   │   │   │   │   │   │   ├── mestro.png
    │   │   │   │   │   │   │   ├── paypal.png
    │   │   │   │   │   │   │   ├── paypal2.png
    │   │   │   │   │   │   │   └── visa.png
    │   │   │   │   │   │   ├── default-50x50.gif
    │   │   │   │   │   │   ├── icons.png
    │   │   │   │   │   │   ├── photo1.png
    │   │   │   │   │   │   ├── photo2.png
    │   │   │   │   │   │   ├── photo3.jpg
    │   │   │   │   │   │   ├── photo4.jpg
    │   │   │   │   │   │   ├── user1-128x128.jpg
    │   │   │   │   │   │   ├── user2-160x160.jpg
    │   │   │   │   │   │   ├── user3-128x128.jpg
    │   │   │   │   │   │   ├── user4-128x128.jpg
    │   │   │   │   │   │   ├── user5-128x128.jpg
    │   │   │   │   │   │   ├── user6-128x128.jpg
    │   │   │   │   │   │   ├── user7-128x128.jpg
    │   │   │   │   │   │   └── user8-128x128.jpg
    │   │   │   │   │   └── js
    │   │   │   │   │       ├── app.js
    │   │   │   │   │       ├── app.min.js
    │   │   │   │   │       ├── demo.js
    │   │   │   │   │       └── pages
    │   │   │   │   │           ├── dashboard.js
    │   │   │   │   │           └── dashboard2.js
    │   │   │   │   ├── index.html
    │   │   │   │   ├── index2.html
    │   │   │   │   ├── package.json
    │   │   │   │   ├── pages
    │   │   │   │   │   ├── UI
    │   │   │   │   │   │   ├── buttons.html
    │   │   │   │   │   │   ├── general.html
    │   │   │   │   │   │   ├── icons.html
    │   │   │   │   │   │   ├── modals.html
    │   │   │   │   │   │   ├── sliders.html
    │   │   │   │   │   │   └── timeline.html
    │   │   │   │   │   ├── calendar.html
    │   │   │   │   │   ├── charts
    │   │   │   │   │   │   ├── chartjs.html
    │   │   │   │   │   │   ├── flot.html
    │   │   │   │   │   │   ├── inline.html
    │   │   │   │   │   │   └── morris.html
    │   │   │   │   │   ├── examples
    │   │   │   │   │   │   ├── 404.html
    │   │   │   │   │   │   ├── 500.html
    │   │   │   │   │   │   ├── blank.html
    │   │   │   │   │   │   ├── invoice-print.html
    │   │   │   │   │   │   ├── invoice.html
    │   │   │   │   │   │   ├── lockscreen.html
    │   │   │   │   │   │   ├── login.html
    │   │   │   │   │   │   ├── pace.html
    │   │   │   │   │   │   ├── profile.html
    │   │   │   │   │   │   └── register.html
    │   │   │   │   │   ├── forms
    │   │   │   │   │   │   ├── advanced.html
    │   │   │   │   │   │   ├── editors.html
    │   │   │   │   │   │   └── general.html
    │   │   │   │   │   ├── layout
    │   │   │   │   │   │   ├── boxed.html
    │   │   │   │   │   │   ├── collapsed-sidebar.html
    │   │   │   │   │   │   ├── fixed.html
    │   │   │   │   │   │   └── top-nav.html
    │   │   │   │   │   ├── mailbox
    │   │   │   │   │   │   ├── compose.html
    │   │   │   │   │   │   ├── mailbox.html
    │   │   │   │   │   │   └── read-mail.html
    │   │   │   │   │   ├── tables
    │   │   │   │   │   │   ├── data.html
    │   │   │   │   │   │   └── simple.html
    │   │   │   │   │   └── widgets.html
    │   │   │   │   ├── plugins
    │   │   │   │   │   ├── bootstrap-slider
    │   │   │   │   │   │   ├── bootstrap-slider.js
    │   │   │   │   │   │   └── slider.css
    │   │   │   │   │   ├── bootstrap-wysihtml5
    │   │   │   │   │   │   ├── bootstrap3-wysihtml5.all.js
    │   │   │   │   │   │   ├── bootstrap3-wysihtml5.all.min.js
    │   │   │   │   │   │   ├── bootstrap3-wysihtml5.css
    │   │   │   │   │   │   └── bootstrap3-wysihtml5.min.css
    │   │   │   │   │   ├── chartjs
    │   │   │   │   │   │   ├── Chart.js
    │   │   │   │   │   │   └── Chart.min.js
    │   │   │   │   │   ├── ckeditor
    │   │   │   │   │   │   ├── CHANGES.md
    │   │   │   │   │   │   ├── LICENSE.md
    │   │   │   │   │   │   ├── README.md
    │   │   │   │   │   │   ├── adapters
    │   │   │   │   │   │   │   └── jquery.js
    │   │   │   │   │   │   ├── build-config.js
    │   │   │   │   │   │   ├── ckeditor.js
    │   │   │   │   │   │   ├── config.js
    │   │   │   │   │   │   ├── contents.css
    │   │   │   │   │   │   ├── lang
    │   │   │   │   │   │   │   ├── af.js
    │   │   │   │   │   │   │   ├── ar.js
    │   │   │   │   │   │   │   ├── bg.js
    │   │   │   │   │   │   │   ├── bn.js
    │   │   │   │   │   │   │   ├── bs.js
    │   │   │   │   │   │   │   ├── ca.js
    │   │   │   │   │   │   │   ├── cs.js
    │   │   │   │   │   │   │   ├── cy.js
    │   │   │   │   │   │   │   ├── da.js
    │   │   │   │   │   │   │   ├── de-ch.js
    │   │   │   │   │   │   │   ├── de.js
    │   │   │   │   │   │   │   ├── el.js
    │   │   │   │   │   │   │   ├── en-au.js
    │   │   │   │   │   │   │   ├── en-ca.js
    │   │   │   │   │   │   │   ├── en-gb.js
    │   │   │   │   │   │   │   ├── en.js
    │   │   │   │   │   │   │   ├── eo.js
    │   │   │   │   │   │   │   ├── es.js
    │   │   │   │   │   │   │   ├── et.js
    │   │   │   │   │   │   │   ├── eu.js
    │   │   │   │   │   │   │   ├── fa.js
    │   │   │   │   │   │   │   ├── fi.js
    │   │   │   │   │   │   │   ├── fo.js
    │   │   │   │   │   │   │   ├── fr-ca.js
    │   │   │   │   │   │   │   ├── fr.js
    │   │   │   │   │   │   │   ├── gl.js
    │   │   │   │   │   │   │   ├── gu.js
    │   │   │   │   │   │   │   ├── he.js
    │   │   │   │   │   │   │   ├── hi.js
    │   │   │   │   │   │   │   ├── hr.js
    │   │   │   │   │   │   │   ├── hu.js
    │   │   │   │   │   │   │   ├── id.js
    │   │   │   │   │   │   │   ├── is.js
    │   │   │   │   │   │   │   ├── it.js
    │   │   │   │   │   │   │   ├── ja.js
    │   │   │   │   │   │   │   ├── ka.js
    │   │   │   │   │   │   │   ├── km.js
    │   │   │   │   │   │   │   ├── ko.js
    │   │   │   │   │   │   │   ├── ku.js
    │   │   │   │   │   │   │   ├── lt.js
    │   │   │   │   │   │   │   ├── lv.js
    │   │   │   │   │   │   │   ├── mk.js
    │   │   │   │   │   │   │   ├── mn.js
    │   │   │   │   │   │   │   ├── ms.js
    │   │   │   │   │   │   │   ├── nb.js
    │   │   │   │   │   │   │   ├── nl.js
    │   │   │   │   │   │   │   ├── no.js
    │   │   │   │   │   │   │   ├── pl.js
    │   │   │   │   │   │   │   ├── pt-br.js
    │   │   │   │   │   │   │   ├── pt.js
    │   │   │   │   │   │   │   ├── ro.js
    │   │   │   │   │   │   │   ├── ru.js
    │   │   │   │   │   │   │   ├── si.js
    │   │   │   │   │   │   │   ├── sk.js
    │   │   │   │   │   │   │   ├── sl.js
    │   │   │   │   │   │   │   ├── sq.js
    │   │   │   │   │   │   │   ├── sr-latn.js
    │   │   │   │   │   │   │   ├── sr.js
    │   │   │   │   │   │   │   ├── sv.js
    │   │   │   │   │   │   │   ├── th.js
    │   │   │   │   │   │   │   ├── tr.js
    │   │   │   │   │   │   │   ├── tt.js
    │   │   │   │   │   │   │   ├── ug.js
    │   │   │   │   │   │   │   ├── uk.js
    │   │   │   │   │   │   │   ├── vi.js
    │   │   │   │   │   │   │   ├── zh-cn.js
    │   │   │   │   │   │   │   └── zh.js
    │   │   │   │   │   │   ├── plugins
    │   │   │   │   │   │   │   ├── a11yhelp
    │   │   │   │   │   │   │   │   └── dialogs
    │   │   │   │   │   │   │   │       ├── a11yhelp.js
    │   │   │   │   │   │   │   │       └── lang
    │   │   │   │   │   │   │   │           ├── _translationstatus.txt
    │   │   │   │   │   │   │   │           ├── af.js
    │   │   │   │   │   │   │   │           ├── ar.js
    │   │   │   │   │   │   │   │           ├── bg.js
    │   │   │   │   │   │   │   │           ├── ca.js
    │   │   │   │   │   │   │   │           ├── cs.js
    │   │   │   │   │   │   │   │           ├── cy.js
    │   │   │   │   │   │   │   │           ├── da.js
    │   │   │   │   │   │   │   │           ├── de-ch.js
    │   │   │   │   │   │   │   │           ├── de.js
    │   │   │   │   │   │   │   │           ├── el.js
    │   │   │   │   │   │   │   │           ├── en-gb.js
    │   │   │   │   │   │   │   │           ├── en.js
    │   │   │   │   │   │   │   │           ├── eo.js
    │   │   │   │   │   │   │   │           ├── es.js
    │   │   │   │   │   │   │   │           ├── et.js
    │   │   │   │   │   │   │   │           ├── eu.js
    │   │   │   │   │   │   │   │           ├── fa.js
    │   │   │   │   │   │   │   │           ├── fi.js
    │   │   │   │   │   │   │   │           ├── fo.js
    │   │   │   │   │   │   │   │           ├── fr-ca.js
    │   │   │   │   │   │   │   │           ├── fr.js
    │   │   │   │   │   │   │   │           ├── gl.js
    │   │   │   │   │   │   │   │           ├── gu.js
    │   │   │   │   │   │   │   │           ├── he.js
    │   │   │   │   │   │   │   │           ├── hi.js
    │   │   │   │   │   │   │   │           ├── hr.js
    │   │   │   │   │   │   │   │           ├── hu.js
    │   │   │   │   │   │   │   │           ├── id.js
    │   │   │   │   │   │   │   │           ├── it.js
    │   │   │   │   │   │   │   │           ├── ja.js
    │   │   │   │   │   │   │   │           ├── km.js
    │   │   │   │   │   │   │   │           ├── ko.js
    │   │   │   │   │   │   │   │           ├── ku.js
    │   │   │   │   │   │   │   │           ├── lt.js
    │   │   │   │   │   │   │   │           ├── lv.js
    │   │   │   │   │   │   │   │           ├── mk.js
    │   │   │   │   │   │   │   │           ├── mn.js
    │   │   │   │   │   │   │   │           ├── nb.js
    │   │   │   │   │   │   │   │           ├── nl.js
    │   │   │   │   │   │   │   │           ├── no.js
    │   │   │   │   │   │   │   │           ├── pl.js
    │   │   │   │   │   │   │   │           ├── pt-br.js
    │   │   │   │   │   │   │   │           ├── pt.js
    │   │   │   │   │   │   │   │           ├── ro.js
    │   │   │   │   │   │   │   │           ├── ru.js
    │   │   │   │   │   │   │   │           ├── si.js
    │   │   │   │   │   │   │   │           ├── sk.js
    │   │   │   │   │   │   │   │           ├── sl.js
    │   │   │   │   │   │   │   │           ├── sq.js
    │   │   │   │   │   │   │   │           ├── sr-latn.js
    │   │   │   │   │   │   │   │           ├── sr.js
    │   │   │   │   │   │   │   │           ├── sv.js
    │   │   │   │   │   │   │   │           ├── th.js
    │   │   │   │   │   │   │   │           ├── tr.js
    │   │   │   │   │   │   │   │           ├── tt.js
    │   │   │   │   │   │   │   │           ├── ug.js
    │   │   │   │   │   │   │   │           ├── uk.js
    │   │   │   │   │   │   │   │           ├── vi.js
    │   │   │   │   │   │   │   │           ├── zh-cn.js
    │   │   │   │   │   │   │   │           └── zh.js
    │   │   │   │   │   │   │   ├── about
    │   │   │   │   │   │   │   │   └── dialogs
    │   │   │   │   │   │   │   │       ├── about.js
    │   │   │   │   │   │   │   │       ├── hidpi
    │   │   │   │   │   │   │   │       │   └── logo_ckeditor.png
    │   │   │   │   │   │   │   │       └── logo_ckeditor.png
    │   │   │   │   │   │   │   ├── clipboard
    │   │   │   │   │   │   │   │   └── dialogs
    │   │   │   │   │   │   │   │       └── paste.js
    │   │   │   │   │   │   │   ├── dialog
    │   │   │   │   │   │   │   │   └── dialogDefinition.js
    │   │   │   │   │   │   │   ├── icons.png
    │   │   │   │   │   │   │   ├── icons_hidpi.png
    │   │   │   │   │   │   │   ├── image
    │   │   │   │   │   │   │   │   ├── dialogs
    │   │   │   │   │   │   │   │   │   └── image.js
    │   │   │   │   │   │   │   │   └── images
    │   │   │   │   │   │   │   │       └── noimage.png
    │   │   │   │   │   │   │   ├── link
    │   │   │   │   │   │   │   │   ├── dialogs
    │   │   │   │   │   │   │   │   │   ├── anchor.js
    │   │   │   │   │   │   │   │   │   └── link.js
    │   │   │   │   │   │   │   │   └── images
    │   │   │   │   │   │   │   │       ├── anchor.png
    │   │   │   │   │   │   │   │       └── hidpi
    │   │   │   │   │   │   │   │           └── anchor.png
    │   │   │   │   │   │   │   ├── magicline
    │   │   │   │   │   │   │   │   └── images
    │   │   │   │   │   │   │   │       ├── hidpi
    │   │   │   │   │   │   │   │       │   ├── icon-rtl.png
    │   │   │   │   │   │   │   │       │   └── icon.png
    │   │   │   │   │   │   │   │       ├── icon-rtl.png
    │   │   │   │   │   │   │   │       └── icon.png
    │   │   │   │   │   │   │   ├── pastefromword
    │   │   │   │   │   │   │   │   └── filter
    │   │   │   │   │   │   │   │       └── default.js
    │   │   │   │   │   │   │   ├── scayt
    │   │   │   │   │   │   │   │   ├── CHANGELOG.md
    │   │   │   │   │   │   │   │   ├── LICENSE.md
    │   │   │   │   │   │   │   │   ├── README.md
    │   │   │   │   │   │   │   │   └── dialogs
    │   │   │   │   │   │   │   │       ├── options.js
    │   │   │   │   │   │   │   │       └── toolbar.css
    │   │   │   │   │   │   │   ├── specialchar
    │   │   │   │   │   │   │   │   └── dialogs
    │   │   │   │   │   │   │   │       ├── lang
    │   │   │   │   │   │   │   │       │   ├── _translationstatus.txt
    │   │   │   │   │   │   │   │       │   ├── af.js
    │   │   │   │   │   │   │   │       │   ├── ar.js
    │   │   │   │   │   │   │   │       │   ├── bg.js
    │   │   │   │   │   │   │   │       │   ├── ca.js
    │   │   │   │   │   │   │   │       │   ├── cs.js
    │   │   │   │   │   │   │   │       │   ├── cy.js
    │   │   │   │   │   │   │   │       │   ├── da.js
    │   │   │   │   │   │   │   │       │   ├── de-ch.js
    │   │   │   │   │   │   │   │       │   ├── de.js
    │   │   │   │   │   │   │   │       │   ├── el.js
    │   │   │   │   │   │   │   │       │   ├── en-gb.js
    │   │   │   │   │   │   │   │       │   ├── en.js
    │   │   │   │   │   │   │   │       │   ├── eo.js
    │   │   │   │   │   │   │   │       │   ├── es.js
    │   │   │   │   │   │   │   │       │   ├── et.js
    │   │   │   │   │   │   │   │       │   ├── eu.js
    │   │   │   │   │   │   │   │       │   ├── fa.js
    │   │   │   │   │   │   │   │       │   ├── fi.js
    │   │   │   │   │   │   │   │       │   ├── fr-ca.js
    │   │   │   │   │   │   │   │       │   ├── fr.js
    │   │   │   │   │   │   │   │       │   ├── gl.js
    │   │   │   │   │   │   │   │       │   ├── he.js
    │   │   │   │   │   │   │   │       │   ├── hr.js
    │   │   │   │   │   │   │   │       │   ├── hu.js
    │   │   │   │   │   │   │   │       │   ├── id.js
    │   │   │   │   │   │   │   │       │   ├── it.js
    │   │   │   │   │   │   │   │       │   ├── ja.js
    │   │   │   │   │   │   │   │       │   ├── km.js
    │   │   │   │   │   │   │   │       │   ├── ko.js
    │   │   │   │   │   │   │   │       │   ├── ku.js
    │   │   │   │   │   │   │   │       │   ├── lt.js
    │   │   │   │   │   │   │   │       │   ├── lv.js
    │   │   │   │   │   │   │   │       │   ├── nb.js
    │   │   │   │   │   │   │   │       │   ├── nl.js
    │   │   │   │   │   │   │   │       │   ├── no.js
    │   │   │   │   │   │   │   │       │   ├── pl.js
    │   │   │   │   │   │   │   │       │   ├── pt-br.js
    │   │   │   │   │   │   │   │       │   ├── pt.js
    │   │   │   │   │   │   │   │       │   ├── ru.js
    │   │   │   │   │   │   │   │       │   ├── si.js
    │   │   │   │   │   │   │   │       │   ├── sk.js
    │   │   │   │   │   │   │   │       │   ├── sl.js
    │   │   │   │   │   │   │   │       │   ├── sq.js
    │   │   │   │   │   │   │   │       │   ├── sv.js
    │   │   │   │   │   │   │   │       │   ├── th.js
    │   │   │   │   │   │   │   │       │   ├── tr.js
    │   │   │   │   │   │   │   │       │   ├── tt.js
    │   │   │   │   │   │   │   │       │   ├── ug.js
    │   │   │   │   │   │   │   │       │   ├── uk.js
    │   │   │   │   │   │   │   │       │   ├── vi.js
    │   │   │   │   │   │   │   │       │   ├── zh-cn.js
    │   │   │   │   │   │   │   │       │   └── zh.js
    │   │   │   │   │   │   │   │       └── specialchar.js
    │   │   │   │   │   │   │   ├── table
    │   │   │   │   │   │   │   │   └── dialogs
    │   │   │   │   │   │   │   │       └── table.js
    │   │   │   │   │   │   │   ├── tabletools
    │   │   │   │   │   │   │   │   └── dialogs
    │   │   │   │   │   │   │   │       └── tableCell.js
    │   │   │   │   │   │   │   └── wsc
    │   │   │   │   │   │   │       ├── LICENSE.md
    │   │   │   │   │   │   │       ├── README.md
    │   │   │   │   │   │   │       └── dialogs
    │   │   │   │   │   │   │           ├── ciframe.html
    │   │   │   │   │   │   │           ├── tmpFrameset.html
    │   │   │   │   │   │   │           ├── wsc.css
    │   │   │   │   │   │   │           ├── wsc.js
    │   │   │   │   │   │   │           └── wsc_ie.js
    │   │   │   │   │   │   ├── samples
    │   │   │   │   │   │   │   ├── css
    │   │   │   │   │   │   │   │   └── samples.css
    │   │   │   │   │   │   │   ├── img
    │   │   │   │   │   │   │   │   ├── github-top.png
    │   │   │   │   │   │   │   │   ├── header-bg.png
    │   │   │   │   │   │   │   │   ├── header-separator.png
    │   │   │   │   │   │   │   │   ├── logo.png
    │   │   │   │   │   │   │   │   └── navigation-tip.png
    │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   ├── js
    │   │   │   │   │   │   │   │   ├── sample.js
    │   │   │   │   │   │   │   │   └── sf.js
    │   │   │   │   │   │   │   ├── old
    │   │   │   │   │   │   │   │   ├── ajax.html
    │   │   │   │   │   │   │   │   ├── api.html
    │   │   │   │   │   │   │   │   ├── appendto.html
    │   │   │   │   │   │   │   │   ├── assets
    │   │   │   │   │   │   │   │   │   ├── inlineall
    │   │   │   │   │   │   │   │   │   │   └── logo.png
    │   │   │   │   │   │   │   │   │   ├── outputxhtml
    │   │   │   │   │   │   │   │   │   │   └── outputxhtml.css
    │   │   │   │   │   │   │   │   │   ├── posteddata.php
    │   │   │   │   │   │   │   │   │   ├── sample.jpg
    │   │   │   │   │   │   │   │   │   └── uilanguages
    │   │   │   │   │   │   │   │   │       └── languages.js
    │   │   │   │   │   │   │   │   ├── datafiltering.html
    │   │   │   │   │   │   │   │   ├── dialog
    │   │   │   │   │   │   │   │   │   ├── assets
    │   │   │   │   │   │   │   │   │   │   └── my_dialog.js
    │   │   │   │   │   │   │   │   │   └── dialog.html
    │   │   │   │   │   │   │   │   ├── divreplace.html
    │   │   │   │   │   │   │   │   ├── enterkey
    │   │   │   │   │   │   │   │   │   └── enterkey.html
    │   │   │   │   │   │   │   │   ├── htmlwriter
    │   │   │   │   │   │   │   │   │   ├── assets
    │   │   │   │   │   │   │   │   │   │   └── outputforflash
    │   │   │   │   │   │   │   │   │   │       ├── outputforflash.fla
    │   │   │   │   │   │   │   │   │   │       ├── outputforflash.swf
    │   │   │   │   │   │   │   │   │   │       └── swfobject.js
    │   │   │   │   │   │   │   │   │   ├── outputforflash.html
    │   │   │   │   │   │   │   │   │   └── outputhtml.html
    │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   ├── inlineall.html
    │   │   │   │   │   │   │   │   ├── inlinebycode.html
    │   │   │   │   │   │   │   │   ├── inlinetextarea.html
    │   │   │   │   │   │   │   │   ├── jquery.html
    │   │   │   │   │   │   │   │   ├── magicline
    │   │   │   │   │   │   │   │   │   └── magicline.html
    │   │   │   │   │   │   │   │   ├── readonly.html
    │   │   │   │   │   │   │   │   ├── replacebyclass.html
    │   │   │   │   │   │   │   │   ├── replacebycode.html
    │   │   │   │   │   │   │   │   ├── sample.css
    │   │   │   │   │   │   │   │   ├── sample.js
    │   │   │   │   │   │   │   │   ├── sample_posteddata.php
    │   │   │   │   │   │   │   │   ├── tabindex.html
    │   │   │   │   │   │   │   │   ├── toolbar
    │   │   │   │   │   │   │   │   │   └── toolbar.html
    │   │   │   │   │   │   │   │   ├── uicolor.html
    │   │   │   │   │   │   │   │   ├── uilanguages.html
    │   │   │   │   │   │   │   │   ├── wysiwygarea
    │   │   │   │   │   │   │   │   │   └── fullpage.html
    │   │   │   │   │   │   │   │   └── xhtmlstyle.html
    │   │   │   │   │   │   │   └── toolbarconfigurator
    │   │   │   │   │   │   │       ├── css
    │   │   │   │   │   │   │       │   └── fontello.css
    │   │   │   │   │   │   │       ├── font
    │   │   │   │   │   │   │       │   ├── LICENSE.txt
    │   │   │   │   │   │   │       │   ├── config.json
    │   │   │   │   │   │   │       │   ├── fontello.eot
    │   │   │   │   │   │   │       │   ├── fontello.svg
    │   │   │   │   │   │   │       │   ├── fontello.ttf
    │   │   │   │   │   │   │       │   └── fontello.woff
    │   │   │   │   │   │   │       ├── index.html
    │   │   │   │   │   │   │       ├── js
    │   │   │   │   │   │   │       │   ├── abstracttoolbarmodifier.js
    │   │   │   │   │   │   │       │   ├── fulltoolbareditor.js
    │   │   │   │   │   │   │       │   ├── toolbarmodifier.js
    │   │   │   │   │   │   │       │   └── toolbartextmodifier.js
    │   │   │   │   │   │   │       └── lib
    │   │   │   │   │   │   │           └── codemirror
    │   │   │   │   │   │   │               ├── LICENSE
    │   │   │   │   │   │   │               ├── codemirror.css
    │   │   │   │   │   │   │               ├── codemirror.js
    │   │   │   │   │   │   │               ├── javascript.js
    │   │   │   │   │   │   │               ├── neo.css
    │   │   │   │   │   │   │               ├── show-hint.css
    │   │   │   │   │   │   │               └── show-hint.js
    │   │   │   │   │   │   ├── skins
    │   │   │   │   │   │   │   └── moono
    │   │   │   │   │   │   │       ├── dialog.css
    │   │   │   │   │   │   │       ├── dialog_ie.css
    │   │   │   │   │   │   │       ├── dialog_ie7.css
    │   │   │   │   │   │   │       ├── dialog_ie8.css
    │   │   │   │   │   │   │       ├── dialog_iequirks.css
    │   │   │   │   │   │   │       ├── editor.css
    │   │   │   │   │   │   │       ├── editor_gecko.css
    │   │   │   │   │   │   │       ├── editor_ie.css
    │   │   │   │   │   │   │       ├── editor_ie7.css
    │   │   │   │   │   │   │       ├── editor_ie8.css
    │   │   │   │   │   │   │       ├── editor_iequirks.css
    │   │   │   │   │   │   │       ├── icons.png
    │   │   │   │   │   │   │       ├── icons_hidpi.png
    │   │   │   │   │   │   │       ├── images
    │   │   │   │   │   │   │       │   ├── arrow.png
    │   │   │   │   │   │   │       │   ├── close.png
    │   │   │   │   │   │   │       │   ├── hidpi
    │   │   │   │   │   │   │       │   │   ├── close.png
    │   │   │   │   │   │   │       │   │   ├── lock-open.png
    │   │   │   │   │   │   │       │   │   ├── lock.png
    │   │   │   │   │   │   │       │   │   └── refresh.png
    │   │   │   │   │   │   │       │   ├── lock-open.png
    │   │   │   │   │   │   │       │   ├── lock.png
    │   │   │   │   │   │   │       │   ├── refresh.png
    │   │   │   │   │   │   │       │   └── spinner.gif
    │   │   │   │   │   │   │       └── readme.md
    │   │   │   │   │   │   └── styles.js
    │   │   │   │   │   ├── colorpicker
    │   │   │   │   │   │   ├── bootstrap-colorpicker.css
    │   │   │   │   │   │   ├── bootstrap-colorpicker.js
    │   │   │   │   │   │   ├── bootstrap-colorpicker.min.css
    │   │   │   │   │   │   ├── bootstrap-colorpicker.min.js
    │   │   │   │   │   │   └── img
    │   │   │   │   │   │       ├── alpha-horizontal.png
    │   │   │   │   │   │       ├── alpha.png
    │   │   │   │   │   │       ├── hue-horizontal.png
    │   │   │   │   │   │       ├── hue.png
    │   │   │   │   │   │       └── saturation.png
    │   │   │   │   │   ├── datatables
    │   │   │   │   │   │   ├── dataTables.bootstrap.css
    │   │   │   │   │   │   ├── dataTables.bootstrap.js
    │   │   │   │   │   │   ├── dataTables.bootstrap.min.js
    │   │   │   │   │   │   ├── extensions
    │   │   │   │   │   │   │   ├── AutoFill
    │   │   │   │   │   │   │   │   ├── Readme.txt
    │   │   │   │   │   │   │   │   ├── css
    │   │   │   │   │   │   │   │   │   ├── dataTables.autoFill.css
    │   │   │   │   │   │   │   │   │   └── dataTables.autoFill.min.css
    │   │   │   │   │   │   │   │   ├── examples
    │   │   │   │   │   │   │   │   │   ├── columns.html
    │   │   │   │   │   │   │   │   │   ├── complete-callback.html
    │   │   │   │   │   │   │   │   │   ├── fill-both.html
    │   │   │   │   │   │   │   │   │   ├── fill-horizontal.html
    │   │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   │   ├── scrolling.html
    │   │   │   │   │   │   │   │   │   ├── simple.html
    │   │   │   │   │   │   │   │   │   └── step-callback.html
    │   │   │   │   │   │   │   │   ├── images
    │   │   │   │   │   │   │   │   │   └── filler.png
    │   │   │   │   │   │   │   │   └── js
    │   │   │   │   │   │   │   │       ├── dataTables.autoFill.js
    │   │   │   │   │   │   │   │       └── dataTables.autoFill.min.js
    │   │   │   │   │   │   │   ├── ColReorder
    │   │   │   │   │   │   │   │   ├── License.txt
    │   │   │   │   │   │   │   │   ├── Readme.md
    │   │   │   │   │   │   │   │   ├── css
    │   │   │   │   │   │   │   │   │   ├── dataTables.colReorder.css
    │   │   │   │   │   │   │   │   │   └── dataTables.colReorder.min.css
    │   │   │   │   │   │   │   │   ├── examples
    │   │   │   │   │   │   │   │   │   ├── alt_insert.html
    │   │   │   │   │   │   │   │   │   ├── col_filter.html
    │   │   │   │   │   │   │   │   │   ├── colvis.html
    │   │   │   │   │   │   │   │   │   ├── fixedcolumns.html
    │   │   │   │   │   │   │   │   │   ├── fixedheader.html
    │   │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   │   ├── jqueryui.html
    │   │   │   │   │   │   │   │   │   ├── new_init.html
    │   │   │   │   │   │   │   │   │   ├── predefined.html
    │   │   │   │   │   │   │   │   │   ├── realtime.html
    │   │   │   │   │   │   │   │   │   ├── reset.html
    │   │   │   │   │   │   │   │   │   ├── scrolling.html
    │   │   │   │   │   │   │   │   │   ├── server_side.html
    │   │   │   │   │   │   │   │   │   ├── simple.html
    │   │   │   │   │   │   │   │   │   └── state_save.html
    │   │   │   │   │   │   │   │   ├── images
    │   │   │   │   │   │   │   │   │   └── insert.png
    │   │   │   │   │   │   │   │   └── js
    │   │   │   │   │   │   │   │       ├── dataTables.colReorder.js
    │   │   │   │   │   │   │   │       └── dataTables.colReorder.min.js
    │   │   │   │   │   │   │   ├── ColVis
    │   │   │   │   │   │   │   │   ├── License.txt
    │   │   │   │   │   │   │   │   ├── Readme.md
    │   │   │   │   │   │   │   │   ├── css
    │   │   │   │   │   │   │   │   │   ├── dataTables.colVis.css
    │   │   │   │   │   │   │   │   │   ├── dataTables.colVis.min.css
    │   │   │   │   │   │   │   │   │   └── dataTables.colvis.jqueryui.css
    │   │   │   │   │   │   │   │   ├── examples
    │   │   │   │   │   │   │   │   │   ├── button_order.html
    │   │   │   │   │   │   │   │   │   ├── exclude_columns.html
    │   │   │   │   │   │   │   │   │   ├── group_columns.html
    │   │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   │   ├── jqueryui.html
    │   │   │   │   │   │   │   │   │   ├── mouseover.html
    │   │   │   │   │   │   │   │   │   ├── new_init.html
    │   │   │   │   │   │   │   │   │   ├── restore.html
    │   │   │   │   │   │   │   │   │   ├── simple.html
    │   │   │   │   │   │   │   │   │   ├── text.html
    │   │   │   │   │   │   │   │   │   ├── title_callback.html
    │   │   │   │   │   │   │   │   │   ├── two_tables.html
    │   │   │   │   │   │   │   │   │   └── two_tables_identical.html
    │   │   │   │   │   │   │   │   └── js
    │   │   │   │   │   │   │   │       ├── dataTables.colVis.js
    │   │   │   │   │   │   │   │       └── dataTables.colVis.min.js
    │   │   │   │   │   │   │   ├── FixedColumns
    │   │   │   │   │   │   │   │   ├── License.txt
    │   │   │   │   │   │   │   │   ├── Readme.md
    │   │   │   │   │   │   │   │   ├── css
    │   │   │   │   │   │   │   │   │   ├── dataTables.fixedColumns.css
    │   │   │   │   │   │   │   │   │   └── dataTables.fixedColumns.min.css
    │   │   │   │   │   │   │   │   ├── examples
    │   │   │   │   │   │   │   │   │   ├── bootstrap.html
    │   │   │   │   │   │   │   │   │   ├── col_filter.html
    │   │   │   │   │   │   │   │   │   ├── colvis.html
    │   │   │   │   │   │   │   │   │   ├── css_size.html
    │   │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   │   ├── index_column.html
    │   │   │   │   │   │   │   │   │   ├── left_right_columns.html
    │   │   │   │   │   │   │   │   │   ├── right_column.html
    │   │   │   │   │   │   │   │   │   ├── rowspan.html
    │   │   │   │   │   │   │   │   │   ├── server-side-processing.html
    │   │   │   │   │   │   │   │   │   ├── simple.html
    │   │   │   │   │   │   │   │   │   ├── size_fixed.html
    │   │   │   │   │   │   │   │   │   ├── size_fluid.html
    │   │   │   │   │   │   │   │   │   └── two_columns.html
    │   │   │   │   │   │   │   │   └── js
    │   │   │   │   │   │   │   │       ├── dataTables.fixedColumns.js
    │   │   │   │   │   │   │   │       └── dataTables.fixedColumns.min.js
    │   │   │   │   │   │   │   ├── FixedHeader
    │   │   │   │   │   │   │   │   ├── Readme.txt
    │   │   │   │   │   │   │   │   ├── css
    │   │   │   │   │   │   │   │   │   ├── dataTables.fixedHeader.css
    │   │   │   │   │   │   │   │   │   └── dataTables.fixedHeader.min.css
    │   │   │   │   │   │   │   │   ├── examples
    │   │   │   │   │   │   │   │   │   ├── header_footer.html
    │   │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   │   ├── simple.html
    │   │   │   │   │   │   │   │   │   ├── top_left_right.html
    │   │   │   │   │   │   │   │   │   ├── two_tables.html
    │   │   │   │   │   │   │   │   │   └── zIndexes.html
    │   │   │   │   │   │   │   │   └── js
    │   │   │   │   │   │   │   │       ├── dataTables.fixedHeader.js
    │   │   │   │   │   │   │   │       └── dataTables.fixedHeader.min.js
    │   │   │   │   │   │   │   ├── KeyTable
    │   │   │   │   │   │   │   │   ├── Readme.txt
    │   │   │   │   │   │   │   │   ├── css
    │   │   │   │   │   │   │   │   │   ├── dataTables.keyTable.css
    │   │   │   │   │   │   │   │   │   └── dataTables.keyTable.min.css
    │   │   │   │   │   │   │   │   ├── examples
    │   │   │   │   │   │   │   │   │   ├── events.html
    │   │   │   │   │   │   │   │   │   ├── html.html
    │   │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   │   ├── scrolling.html
    │   │   │   │   │   │   │   │   │   └── simple.html
    │   │   │   │   │   │   │   │   └── js
    │   │   │   │   │   │   │   │       ├── dataTables.keyTable.js
    │   │   │   │   │   │   │   │       └── dataTables.keyTable.min.js
    │   │   │   │   │   │   │   ├── Responsive
    │   │   │   │   │   │   │   │   ├── License.txt
    │   │   │   │   │   │   │   │   ├── Readme.md
    │   │   │   │   │   │   │   │   ├── css
    │   │   │   │   │   │   │   │   │   ├── dataTables.responsive.css
    │   │   │   │   │   │   │   │   │   └── dataTables.responsive.scss
    │   │   │   │   │   │   │   │   ├── examples
    │   │   │   │   │   │   │   │   │   ├── child-rows
    │   │   │   │   │   │   │   │   │   │   ├── column-control.html
    │   │   │   │   │   │   │   │   │   │   ├── custom-renderer.html
    │   │   │   │   │   │   │   │   │   │   ├── disable-child-rows.html
    │   │   │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   │   │   ├── right-column.html
    │   │   │   │   │   │   │   │   │   │   └── whole-row-control.html
    │   │   │   │   │   │   │   │   │   ├── display-control
    │   │   │   │   │   │   │   │   │   │   ├── auto.html
    │   │   │   │   │   │   │   │   │   │   ├── classes.html
    │   │   │   │   │   │   │   │   │   │   ├── complexHeader.html
    │   │   │   │   │   │   │   │   │   │   ├── fixedHeader.html
    │   │   │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   │   │   └── init-classes.html
    │   │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   │   ├── initialisation
    │   │   │   │   │   │   │   │   │   │   ├── ajax.html
    │   │   │   │   │   │   │   │   │   │   ├── className.html
    │   │   │   │   │   │   │   │   │   │   ├── default.html
    │   │   │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   │   │   ├── new.html
    │   │   │   │   │   │   │   │   │   │   └── option.html
    │   │   │   │   │   │   │   │   │   └── styling
    │   │   │   │   │   │   │   │   │       ├── bootstrap.html
    │   │   │   │   │   │   │   │   │       ├── compact.html
    │   │   │   │   │   │   │   │   │       ├── foundation.html
    │   │   │   │   │   │   │   │   │       ├── index.html
    │   │   │   │   │   │   │   │   │       └── scrolling.html
    │   │   │   │   │   │   │   │   └── js
    │   │   │   │   │   │   │   │       ├── dataTables.responsive.js
    │   │   │   │   │   │   │   │       └── dataTables.responsive.min.js
    │   │   │   │   │   │   │   ├── Scroller
    │   │   │   │   │   │   │   │   ├── Readme.txt
    │   │   │   │   │   │   │   │   ├── css
    │   │   │   │   │   │   │   │   │   ├── dataTables.scroller.css
    │   │   │   │   │   │   │   │   │   └── dataTables.scroller.min.css
    │   │   │   │   │   │   │   │   ├── examples
    │   │   │   │   │   │   │   │   │   ├── api_scrolling.html
    │   │   │   │   │   │   │   │   │   ├── data
    │   │   │   │   │   │   │   │   │   │   ├── 2500.txt
    │   │   │   │   │   │   │   │   │   │   └── ssp.php
    │   │   │   │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   │   │   │   ├── large_js_source.html
    │   │   │   │   │   │   │   │   │   ├── server-side_processing.html
    │   │   │   │   │   │   │   │   │   ├── simple.html
    │   │   │   │   │   │   │   │   │   └── state_saving.html
    │   │   │   │   │   │   │   │   ├── images
    │   │   │   │   │   │   │   │   │   └── loading-background.png
    │   │   │   │   │   │   │   │   └── js
    │   │   │   │   │   │   │   │       ├── dataTables.scroller.js
    │   │   │   │   │   │   │   │       └── dataTables.scroller.min.js
    │   │   │   │   │   │   │   └── TableTools
    │   │   │   │   │   │   │       ├── Readme.md
    │   │   │   │   │   │   │       ├── css
    │   │   │   │   │   │   │       │   ├── dataTables.tableTools.css
    │   │   │   │   │   │   │       │   └── dataTables.tableTools.min.css
    │   │   │   │   │   │   │       ├── examples
    │   │   │   │   │   │   │       │   ├── ajax.html
    │   │   │   │   │   │   │       │   ├── alter_buttons.html
    │   │   │   │   │   │   │       │   ├── bootstrap.html
    │   │   │   │   │   │   │       │   ├── button_text.html
    │   │   │   │   │   │   │       │   ├── collection.html
    │   │   │   │   │   │   │       │   ├── defaults.html
    │   │   │   │   │   │   │       │   ├── index.html
    │   │   │   │   │   │   │       │   ├── jqueryui.html
    │   │   │   │   │   │   │       │   ├── multi_instance.html
    │   │   │   │   │   │   │       │   ├── multiple_tables.html
    │   │   │   │   │   │   │       │   ├── new_init.html
    │   │   │   │   │   │   │       │   ├── pdf_message.html
    │   │   │   │   │   │   │       │   ├── plug-in.html
    │   │   │   │   │   │   │       │   ├── select_column.html
    │   │   │   │   │   │   │       │   ├── select_multi.html
    │   │   │   │   │   │   │       │   ├── select_os.html
    │   │   │   │   │   │   │       │   ├── select_single.html
    │   │   │   │   │   │   │       │   ├── simple.html
    │   │   │   │   │   │   │       │   └── swf_path.html
    │   │   │   │   │   │   │       ├── images
    │   │   │   │   │   │   │       │   ├── collection.png
    │   │   │   │   │   │   │       │   ├── collection_hover.png
    │   │   │   │   │   │   │       │   ├── copy.png
    │   │   │   │   │   │   │       │   ├── copy_hover.png
    │   │   │   │   │   │   │       │   ├── csv.png
    │   │   │   │   │   │   │       │   ├── csv_hover.png
    │   │   │   │   │   │   │       │   ├── pdf.png
    │   │   │   │   │   │   │       │   ├── pdf_hover.png
    │   │   │   │   │   │   │       │   ├── print.png
    │   │   │   │   │   │   │       │   ├── print_hover.png
    │   │   │   │   │   │   │       │   ├── psd
    │   │   │   │   │   │   │       │   │   ├── collection.psd
    │   │   │   │   │   │   │       │   │   ├── copy document.psd
    │   │   │   │   │   │   │       │   │   ├── file_types.psd
    │   │   │   │   │   │   │       │   │   └── printer.psd
    │   │   │   │   │   │   │       │   ├── xls.png
    │   │   │   │   │   │   │       │   └── xls_hover.png
    │   │   │   │   │   │   │       ├── js
    │   │   │   │   │   │   │       │   ├── dataTables.tableTools.js
    │   │   │   │   │   │   │       │   └── dataTables.tableTools.min.js
    │   │   │   │   │   │   │       └── swf
    │   │   │   │   │   │   │           ├── copy_csv_xls.swf
    │   │   │   │   │   │   │           └── copy_csv_xls_pdf.swf
    │   │   │   │   │   │   ├── images
    │   │   │   │   │   │   │   ├── sort_asc.png
    │   │   │   │   │   │   │   ├── sort_asc_disabled.png
    │   │   │   │   │   │   │   ├── sort_both.png
    │   │   │   │   │   │   │   ├── sort_desc.png
    │   │   │   │   │   │   │   └── sort_desc_disabled.png
    │   │   │   │   │   │   ├── jquery.dataTables.css
    │   │   │   │   │   │   ├── jquery.dataTables.js
    │   │   │   │   │   │   ├── jquery.dataTables.min.css
    │   │   │   │   │   │   ├── jquery.dataTables.min.js
    │   │   │   │   │   │   └── jquery.dataTables_themeroller.css
    │   │   │   │   │   ├── datepicker
    │   │   │   │   │   │   ├── bootstrap-datepicker.js
    │   │   │   │   │   │   ├── datepicker3.css
    │   │   │   │   │   │   └── locales
    │   │   │   │   │   │       ├── bootstrap-datepicker.ar.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.az.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.bg.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.ca.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.cs.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.cy.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.da.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.de.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.el.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.es.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.et.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.fa.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.fi.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.fr.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.gl.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.he.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.hr.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.hu.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.id.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.is.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.it.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.ja.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.ka.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.kk.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.kr.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.lt.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.lv.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.mk.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.ms.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.nb.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.nl-BE.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.nl.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.no.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.pl.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.pt-BR.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.pt.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.ro.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.rs-latin.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.rs.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.ru.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.sk.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.sl.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.sq.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.sv.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.sw.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.th.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.tr.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.ua.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.vi.js
    │   │   │   │   │   │       ├── bootstrap-datepicker.zh-CN.js
    │   │   │   │   │   │       └── bootstrap-datepicker.zh-TW.js
    │   │   │   │   │   ├── daterangepicker
    │   │   │   │   │   │   ├── daterangepicker.css
    │   │   │   │   │   │   ├── daterangepicker.js
    │   │   │   │   │   │   ├── moment.js
    │   │   │   │   │   │   └── moment.min.js
    │   │   │   │   │   ├── fastclick
    │   │   │   │   │   │   ├── fastclick.js
    │   │   │   │   │   │   └── fastclick.min.js
    │   │   │   │   │   ├── flot
    │   │   │   │   │   │   ├── excanvas.js
    │   │   │   │   │   │   ├── excanvas.min.js
    │   │   │   │   │   │   ├── jquery.colorhelpers.js
    │   │   │   │   │   │   ├── jquery.colorhelpers.min.js
    │   │   │   │   │   │   ├── jquery.flot.canvas.js
    │   │   │   │   │   │   ├── jquery.flot.canvas.min.js
    │   │   │   │   │   │   ├── jquery.flot.categories.js
    │   │   │   │   │   │   ├── jquery.flot.categories.min.js
    │   │   │   │   │   │   ├── jquery.flot.crosshair.js
    │   │   │   │   │   │   ├── jquery.flot.crosshair.min.js
    │   │   │   │   │   │   ├── jquery.flot.errorbars.js
    │   │   │   │   │   │   ├── jquery.flot.errorbars.min.js
    │   │   │   │   │   │   ├── jquery.flot.fillbetween.js
    │   │   │   │   │   │   ├── jquery.flot.fillbetween.min.js
    │   │   │   │   │   │   ├── jquery.flot.image.js
    │   │   │   │   │   │   ├── jquery.flot.image.min.js
    │   │   │   │   │   │   ├── jquery.flot.js
    │   │   │   │   │   │   ├── jquery.flot.min.js
    │   │   │   │   │   │   ├── jquery.flot.navigate.js
    │   │   │   │   │   │   ├── jquery.flot.navigate.min.js
    │   │   │   │   │   │   ├── jquery.flot.pie.js
    │   │   │   │   │   │   ├── jquery.flot.pie.min.js
    │   │   │   │   │   │   ├── jquery.flot.resize.js
    │   │   │   │   │   │   ├── jquery.flot.resize.min.js
    │   │   │   │   │   │   ├── jquery.flot.selection.js
    │   │   │   │   │   │   ├── jquery.flot.selection.min.js
    │   │   │   │   │   │   ├── jquery.flot.stack.js
    │   │   │   │   │   │   ├── jquery.flot.stack.min.js
    │   │   │   │   │   │   ├── jquery.flot.symbol.js
    │   │   │   │   │   │   ├── jquery.flot.symbol.min.js
    │   │   │   │   │   │   ├── jquery.flot.threshold.js
    │   │   │   │   │   │   ├── jquery.flot.threshold.min.js
    │   │   │   │   │   │   ├── jquery.flot.time.js
    │   │   │   │   │   │   └── jquery.flot.time.min.js
    │   │   │   │   │   ├── fullcalendar
    │   │   │   │   │   │   ├── fullcalendar.css
    │   │   │   │   │   │   ├── fullcalendar.js
    │   │   │   │   │   │   ├── fullcalendar.min.css
    │   │   │   │   │   │   ├── fullcalendar.min.js
    │   │   │   │   │   │   └── fullcalendar.print.css
    │   │   │   │   │   ├── iCheck
    │   │   │   │   │   │   ├── all.css
    │   │   │   │   │   │   ├── flat
    │   │   │   │   │   │   │   ├── _all.css
    │   │   │   │   │   │   │   ├── aero.css
    │   │   │   │   │   │   │   ├── aero.png
    │   │   │   │   │   │   │   ├── aero@2x.png
    │   │   │   │   │   │   │   ├── blue.css
    │   │   │   │   │   │   │   ├── blue.png
    │   │   │   │   │   │   │   ├── blue@2x.png
    │   │   │   │   │   │   │   ├── flat.css
    │   │   │   │   │   │   │   ├── flat.png
    │   │   │   │   │   │   │   ├── flat@2x.png
    │   │   │   │   │   │   │   ├── green.css
    │   │   │   │   │   │   │   ├── green.png
    │   │   │   │   │   │   │   ├── green@2x.png
    │   │   │   │   │   │   │   ├── grey.css
    │   │   │   │   │   │   │   ├── grey.png
    │   │   │   │   │   │   │   ├── grey@2x.png
    │   │   │   │   │   │   │   ├── orange.css
    │   │   │   │   │   │   │   ├── orange.png
    │   │   │   │   │   │   │   ├── orange@2x.png
    │   │   │   │   │   │   │   ├── pink.css
    │   │   │   │   │   │   │   ├── pink.png
    │   │   │   │   │   │   │   ├── pink@2x.png
    │   │   │   │   │   │   │   ├── purple.css
    │   │   │   │   │   │   │   ├── purple.png
    │   │   │   │   │   │   │   ├── purple@2x.png
    │   │   │   │   │   │   │   ├── red.css
    │   │   │   │   │   │   │   ├── red.png
    │   │   │   │   │   │   │   ├── red@2x.png
    │   │   │   │   │   │   │   ├── yellow.css
    │   │   │   │   │   │   │   ├── yellow.png
    │   │   │   │   │   │   │   └── yellow@2x.png
    │   │   │   │   │   │   ├── futurico
    │   │   │   │   │   │   │   ├── futurico.css
    │   │   │   │   │   │   │   ├── futurico.png
    │   │   │   │   │   │   │   └── futurico@2x.png
    │   │   │   │   │   │   ├── icheck.js
    │   │   │   │   │   │   ├── icheck.min.js
    │   │   │   │   │   │   ├── line
    │   │   │   │   │   │   │   ├── _all.css
    │   │   │   │   │   │   │   ├── aero.css
    │   │   │   │   │   │   │   ├── blue.css
    │   │   │   │   │   │   │   ├── green.css
    │   │   │   │   │   │   │   ├── grey.css
    │   │   │   │   │   │   │   ├── line.css
    │   │   │   │   │   │   │   ├── line.png
    │   │   │   │   │   │   │   ├── line@2x.png
    │   │   │   │   │   │   │   ├── orange.css
    │   │   │   │   │   │   │   ├── pink.css
    │   │   │   │   │   │   │   ├── purple.css
    │   │   │   │   │   │   │   ├── red.css
    │   │   │   │   │   │   │   └── yellow.css
    │   │   │   │   │   │   ├── minimal
    │   │   │   │   │   │   │   ├── _all.css
    │   │   │   │   │   │   │   ├── aero.css
    │   │   │   │   │   │   │   ├── aero.png
    │   │   │   │   │   │   │   ├── aero@2x.png
    │   │   │   │   │   │   │   ├── blue.css
    │   │   │   │   │   │   │   ├── blue.png
    │   │   │   │   │   │   │   ├── blue@2x.png
    │   │   │   │   │   │   │   ├── green.css
    │   │   │   │   │   │   │   ├── green.png
    │   │   │   │   │   │   │   ├── green@2x.png
    │   │   │   │   │   │   │   ├── grey.css
    │   │   │   │   │   │   │   ├── grey.png
    │   │   │   │   │   │   │   ├── grey@2x.png
    │   │   │   │   │   │   │   ├── minimal.css
    │   │   │   │   │   │   │   ├── minimal.png
    │   │   │   │   │   │   │   ├── minimal@2x.png
    │   │   │   │   │   │   │   ├── orange.css
    │   │   │   │   │   │   │   ├── orange.png
    │   │   │   │   │   │   │   ├── orange@2x.png
    │   │   │   │   │   │   │   ├── pink.css
    │   │   │   │   │   │   │   ├── pink.png
    │   │   │   │   │   │   │   ├── pink@2x.png
    │   │   │   │   │   │   │   ├── purple.css
    │   │   │   │   │   │   │   ├── purple.png
    │   │   │   │   │   │   │   ├── purple@2x.png
    │   │   │   │   │   │   │   ├── red.css
    │   │   │   │   │   │   │   ├── red.png
    │   │   │   │   │   │   │   ├── red@2x.png
    │   │   │   │   │   │   │   ├── yellow.css
    │   │   │   │   │   │   │   ├── yellow.png
    │   │   │   │   │   │   │   └── yellow@2x.png
    │   │   │   │   │   │   ├── polaris
    │   │   │   │   │   │   │   ├── polaris.css
    │   │   │   │   │   │   │   ├── polaris.png
    │   │   │   │   │   │   │   └── polaris@2x.png
    │   │   │   │   │   │   └── square
    │   │   │   │   │   │       ├── _all.css
    │   │   │   │   │   │       ├── aero.css
    │   │   │   │   │   │       ├── aero.png
    │   │   │   │   │   │       ├── aero@2x.png
    │   │   │   │   │   │       ├── blue.css
    │   │   │   │   │   │       ├── blue.png
    │   │   │   │   │   │       ├── blue@2x.png
    │   │   │   │   │   │       ├── green.css
    │   │   │   │   │   │       ├── green.png
    │   │   │   │   │   │       ├── green@2x.png
    │   │   │   │   │   │       ├── grey.css
    │   │   │   │   │   │       ├── grey.png
    │   │   │   │   │   │       ├── grey@2x.png
    │   │   │   │   │   │       ├── orange.css
    │   │   │   │   │   │       ├── orange.png
    │   │   │   │   │   │       ├── orange@2x.png
    │   │   │   │   │   │       ├── pink.css
    │   │   │   │   │   │       ├── pink.png
    │   │   │   │   │   │       ├── pink@2x.png
    │   │   │   │   │   │       ├── purple.css
    │   │   │   │   │   │       ├── purple.png
    │   │   │   │   │   │       ├── purple@2x.png
    │   │   │   │   │   │       ├── red.css
    │   │   │   │   │   │       ├── red.png
    │   │   │   │   │   │       ├── red@2x.png
    │   │   │   │   │   │       ├── square.css
    │   │   │   │   │   │       ├── square.png
    │   │   │   │   │   │       ├── square@2x.png
    │   │   │   │   │   │       ├── yellow.css
    │   │   │   │   │   │       ├── yellow.png
    │   │   │   │   │   │       └── yellow@2x.png
    │   │   │   │   │   ├── input-mask
    │   │   │   │   │   │   ├── jquery.inputmask.date.extensions.js
    │   │   │   │   │   │   ├── jquery.inputmask.extensions.js
    │   │   │   │   │   │   ├── jquery.inputmask.js
    │   │   │   │   │   │   ├── jquery.inputmask.numeric.extensions.js
    │   │   │   │   │   │   ├── jquery.inputmask.phone.extensions.js
    │   │   │   │   │   │   ├── jquery.inputmask.regex.extensions.js
    │   │   │   │   │   │   └── phone-codes
    │   │   │   │   │   │       ├── phone-be.json
    │   │   │   │   │   │       ├── phone-codes.json
    │   │   │   │   │   │       └── readme.txt
    │   │   │   │   │   ├── ionslider
    │   │   │   │   │   │   ├── img
    │   │   │   │   │   │   │   ├── sprite-skin-flat.png
    │   │   │   │   │   │   │   └── sprite-skin-nice.png
    │   │   │   │   │   │   ├── ion.rangeSlider.css
    │   │   │   │   │   │   ├── ion.rangeSlider.min.js
    │   │   │   │   │   │   ├── ion.rangeSlider.skinFlat.css
    │   │   │   │   │   │   └── ion.rangeSlider.skinNice.css
    │   │   │   │   │   ├── jQuery
    │   │   │   │   │   │   └── jquery-2.2.3.min.js
    │   │   │   │   │   ├── jQueryUI
    │   │   │   │   │   │   ├── jquery-ui.js
    │   │   │   │   │   │   └── jquery-ui.min.js
    │   │   │   │   │   ├── jvectormap
    │   │   │   │   │   │   ├── jquery-jvectormap-1.2.2.css
    │   │   │   │   │   │   ├── jquery-jvectormap-1.2.2.min.js
    │   │   │   │   │   │   ├── jquery-jvectormap-usa-en.js
    │   │   │   │   │   │   └── jquery-jvectormap-world-mill-en.js
    │   │   │   │   │   ├── knob
    │   │   │   │   │   │   └── jquery.knob.js
    │   │   │   │   │   ├── morris
    │   │   │   │   │   │   ├── morris.css
    │   │   │   │   │   │   ├── morris.js
    │   │   │   │   │   │   └── morris.min.js
    │   │   │   │   │   ├── pace
    │   │   │   │   │   │   ├── pace.css
    │   │   │   │   │   │   ├── pace.js
    │   │   │   │   │   │   ├── pace.min.css
    │   │   │   │   │   │   └── pace.min.js
    │   │   │   │   │   ├── select2
    │   │   │   │   │   │   ├── i18n
    │   │   │   │   │   │   │   ├── ar.js
    │   │   │   │   │   │   │   ├── az.js
    │   │   │   │   │   │   │   ├── bg.js
    │   │   │   │   │   │   │   ├── ca.js
    │   │   │   │   │   │   │   ├── cs.js
    │   │   │   │   │   │   │   ├── da.js
    │   │   │   │   │   │   │   ├── de.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
    │   │   │   │   │   │   │   ├── hu.js
    │   │   │   │   │   │   │   ├── id.js
    │   │   │   │   │   │   │   ├── is.js
    │   │   │   │   │   │   │   ├── it.js
    │   │   │   │   │   │   │   ├── ja.js
    │   │   │   │   │   │   │   ├── km.js
    │   │   │   │   │   │   │   ├── ko.js
    │   │   │   │   │   │   │   ├── lt.js
    │   │   │   │   │   │   │   ├── lv.js
    │   │   │   │   │   │   │   ├── mk.js
    │   │   │   │   │   │   │   ├── ms.js
    │   │   │   │   │   │   │   ├── nb.js
    │   │   │   │   │   │   │   ├── nl.js
    │   │   │   │   │   │   │   ├── pl.js
    │   │   │   │   │   │   │   ├── pt-BR.js
    │   │   │   │   │   │   │   ├── pt.js
    │   │   │   │   │   │   │   ├── ro.js
    │   │   │   │   │   │   │   ├── ru.js
    │   │   │   │   │   │   │   ├── sk.js
    │   │   │   │   │   │   │   ├── sr-Cyrl.js
    │   │   │   │   │   │   │   ├── sr.js
    │   │   │   │   │   │   │   ├── sv.js
    │   │   │   │   │   │   │   ├── th.js
    │   │   │   │   │   │   │   ├── tr.js
    │   │   │   │   │   │   │   ├── uk.js
    │   │   │   │   │   │   │   ├── vi.js
    │   │   │   │   │   │   │   ├── zh-CN.js
    │   │   │   │   │   │   │   └── zh-TW.js
    │   │   │   │   │   │   ├── select2.css
    │   │   │   │   │   │   ├── select2.full.js
    │   │   │   │   │   │   ├── select2.full.min.js
    │   │   │   │   │   │   ├── select2.js
    │   │   │   │   │   │   ├── select2.min.css
    │   │   │   │   │   │   └── select2.min.js
    │   │   │   │   │   ├── slimScroll
    │   │   │   │   │   │   ├── jquery.slimscroll.js
    │   │   │   │   │   │   └── jquery.slimscroll.min.js
    │   │   │   │   │   ├── sparkline
    │   │   │   │   │   │   ├── jquery.sparkline.js
    │   │   │   │   │   │   └── jquery.sparkline.min.js
    │   │   │   │   │   └── timepicker
    │   │   │   │   │       ├── bootstrap-timepicker.css
    │   │   │   │   │       ├── bootstrap-timepicker.js
    │   │   │   │   │       ├── bootstrap-timepicker.min.css
    │   │   │   │   │       └── bootstrap-timepicker.min.js
    │   │   │   │   ├── starter.html
    │   │   │   │   └── yarn.lock
    │   │   │   ├── bs-confirmation
    │   │   │   │   ├── README.md
    │   │   │   │   ├── bootstrap-confirmation.js
    │   │   │   │   ├── bootstrap-confirmation.min.js
    │   │   │   │   ├── bower.json
    │   │   │   │   ├── composer.json
    │   │   │   │   └── demo.html
    │   │   │   ├── fex-webuploader
    │   │   │   │   ├── Gruntfile.js
    │   │   │   │   ├── LICENSE
    │   │   │   │   ├── README.md
    │   │   │   │   ├── bower.json
    │   │   │   │   ├── dist
    │   │   │   │   │   ├── README.md
    │   │   │   │   │   ├── Uploader.swf
    │   │   │   │   │   ├── webuploader.css
    │   │   │   │   │   ├── webuploader.custom.js
    │   │   │   │   │   ├── webuploader.custom.min.js
    │   │   │   │   │   ├── webuploader.fis.js
    │   │   │   │   │   ├── webuploader.flashonly.js
    │   │   │   │   │   ├── webuploader.flashonly.min.js
    │   │   │   │   │   ├── webuploader.html5only.js
    │   │   │   │   │   ├── webuploader.html5only.min.js
    │   │   │   │   │   ├── webuploader.js
    │   │   │   │   │   ├── webuploader.min.js
    │   │   │   │   │   ├── webuploader.noimage.js
    │   │   │   │   │   ├── webuploader.noimage.min.js
    │   │   │   │   │   ├── webuploader.nolog.js
    │   │   │   │   │   ├── webuploader.nolog.min.js
    │   │   │   │   │   ├── webuploader.withoutimage.js
    │   │   │   │   │   └── webuploader.withoutimage.min.js
    │   │   │   │   ├── package.json
    │   │   │   │   └── src
    │   │   │   │       ├── base.js
    │   │   │   │       ├── dollar-builtin.js
    │   │   │   │       ├── dollar-third.js
    │   │   │   │       ├── dollar.js
    │   │   │   │       ├── file.js
    │   │   │   │       ├── lib
    │   │   │   │       │   ├── blob.js
    │   │   │   │       │   ├── dnd.js
    │   │   │   │       │   ├── file.js
    │   │   │   │       │   ├── filepaste.js
    │   │   │   │       │   ├── filepicker.js
    │   │   │   │       │   ├── image.js
    │   │   │   │       │   ├── md5.js
    │   │   │   │       │   └── transport.js
    │   │   │   │       ├── mediator.js
    │   │   │   │       ├── preset
    │   │   │   │       │   ├── all.js
    │   │   │   │       │   ├── flashonly.js
    │   │   │   │       │   ├── html5only.js
    │   │   │   │       │   └── withoutimage.js
    │   │   │   │       ├── promise-builtin.js
    │   │   │   │       ├── promise-third.js
    │   │   │   │       ├── promise.js
    │   │   │   │       ├── queue.js
    │   │   │   │       ├── runtime
    │   │   │   │       │   ├── client.js
    │   │   │   │       │   ├── compbase.js
    │   │   │   │       │   ├── flash
    │   │   │   │       │   │   ├── blob.js
    │   │   │   │       │   │   ├── filepicker.js
    │   │   │   │       │   │   ├── image.js
    │   │   │   │       │   │   ├── md5.js
    │   │   │   │       │   │   ├── runtime.js
    │   │   │   │       │   │   └── transport.js
    │   │   │   │       │   ├── html5
    │   │   │   │       │   │   ├── androidpatch.js
    │   │   │   │       │   │   ├── blob.js
    │   │   │   │       │   │   ├── dnd.js
    │   │   │   │       │   │   ├── filepaste.js
    │   │   │   │       │   │   ├── filepicker.js
    │   │   │   │       │   │   ├── image.js
    │   │   │   │       │   │   ├── imagemeta
    │   │   │   │       │   │   │   └── exif.js
    │   │   │   │       │   │   ├── imagemeta.js
    │   │   │   │       │   │   ├── jpegencoder.js
    │   │   │   │       │   │   ├── md5.js
    │   │   │   │       │   │   ├── runtime.js
    │   │   │   │       │   │   ├── transport.js
    │   │   │   │       │   │   └── util.js
    │   │   │   │       │   └── runtime.js
    │   │   │   │       ├── uploader.js
    │   │   │   │       ├── webuploader.js
    │   │   │   │       └── widgets
    │   │   │   │           ├── filednd.js
    │   │   │   │           ├── filepaste.js
    │   │   │   │           ├── filepicker.js
    │   │   │   │           ├── image.js
    │   │   │   │           ├── log.js
    │   │   │   │           ├── md5.js
    │   │   │   │           ├── queue.js
    │   │   │   │           ├── runtime.js
    │   │   │   │           ├── upload.js
    │   │   │   │           ├── validator.js
    │   │   │   │           └── widget.js
    │   │   │   ├── jquery
    │   │   │   │   ├── AUTHORS.txt
    │   │   │   │   ├── LICENSE.txt
    │   │   │   │   ├── README.md
    │   │   │   │   ├── bower.json
    │   │   │   │   ├── dist
    │   │   │   │   │   ├── core.js
    │   │   │   │   │   ├── jquery.js
    │   │   │   │   │   ├── jquery.min.js
    │   │   │   │   │   ├── jquery.min.map
    │   │   │   │   │   ├── jquery.slim.js
    │   │   │   │   │   ├── jquery.slim.min.js
    │   │   │   │   │   └── jquery.slim.min.map
    │   │   │   │   ├── external
    │   │   │   │   │   └── sizzle
    │   │   │   │   │       ├── LICENSE.txt
    │   │   │   │   │       └── dist
    │   │   │   │   │           ├── sizzle.js
    │   │   │   │   │           ├── sizzle.min.js
    │   │   │   │   │           └── sizzle.min.map
    │   │   │   │   └── src
    │   │   │   │       ├── ajax
    │   │   │   │       │   ├── jsonp.js
    │   │   │   │       │   ├── load.js
    │   │   │   │       │   ├── parseXML.js
    │   │   │   │       │   ├── script.js
    │   │   │   │       │   ├── var
    │   │   │   │       │   │   ├── location.js
    │   │   │   │       │   │   ├── nonce.js
    │   │   │   │       │   │   └── rquery.js
    │   │   │   │       │   └── xhr.js
    │   │   │   │       ├── ajax.js
    │   │   │   │       ├── attributes
    │   │   │   │       │   ├── attr.js
    │   │   │   │       │   ├── classes.js
    │   │   │   │       │   ├── prop.js
    │   │   │   │       │   ├── support.js
    │   │   │   │       │   └── val.js
    │   │   │   │       ├── attributes.js
    │   │   │   │       ├── callbacks.js
    │   │   │   │       ├── core
    │   │   │   │       │   ├── DOMEval.js
    │   │   │   │       │   ├── access.js
    │   │   │   │       │   ├── init.js
    │   │   │   │       │   ├── nodeName.js
    │   │   │   │       │   ├── parseHTML.js
    │   │   │   │       │   ├── ready-no-deferred.js
    │   │   │   │       │   ├── ready.js
    │   │   │   │       │   ├── readyException.js
    │   │   │   │       │   ├── stripAndCollapse.js
    │   │   │   │       │   ├── support.js
    │   │   │   │       │   └── var
    │   │   │   │       │       └── rsingleTag.js
    │   │   │   │       ├── core.js
    │   │   │   │       ├── css
    │   │   │   │       │   ├── addGetHookIf.js
    │   │   │   │       │   ├── adjustCSS.js
    │   │   │   │       │   ├── curCSS.js
    │   │   │   │       │   ├── hiddenVisibleSelectors.js
    │   │   │   │       │   ├── showHide.js
    │   │   │   │       │   ├── support.js
    │   │   │   │       │   └── var
    │   │   │   │       │       ├── cssExpand.js
    │   │   │   │       │       ├── getStyles.js
    │   │   │   │       │       ├── isHiddenWithinTree.js
    │   │   │   │       │       ├── rmargin.js
    │   │   │   │       │       ├── rnumnonpx.js
    │   │   │   │       │       └── swap.js
    │   │   │   │       ├── css.js
    │   │   │   │       ├── data
    │   │   │   │       │   ├── Data.js
    │   │   │   │       │   └── var
    │   │   │   │       │       ├── acceptData.js
    │   │   │   │       │       ├── dataPriv.js
    │   │   │   │       │       └── dataUser.js
    │   │   │   │       ├── data.js
    │   │   │   │       ├── deferred
    │   │   │   │       │   └── exceptionHook.js
    │   │   │   │       ├── deferred.js
    │   │   │   │       ├── deprecated.js
    │   │   │   │       ├── dimensions.js
    │   │   │   │       ├── effects
    │   │   │   │       │   ├── Tween.js
    │   │   │   │       │   └── animatedSelector.js
    │   │   │   │       ├── effects.js
    │   │   │   │       ├── event
    │   │   │   │       │   ├── ajax.js
    │   │   │   │       │   ├── alias.js
    │   │   │   │       │   ├── focusin.js
    │   │   │   │       │   ├── support.js
    │   │   │   │       │   └── trigger.js
    │   │   │   │       ├── event.js
    │   │   │   │       ├── exports
    │   │   │   │       │   ├── amd.js
    │   │   │   │       │   └── global.js
    │   │   │   │       ├── jquery.js
    │   │   │   │       ├── manipulation
    │   │   │   │       │   ├── _evalUrl.js
    │   │   │   │       │   ├── buildFragment.js
    │   │   │   │       │   ├── getAll.js
    │   │   │   │       │   ├── setGlobalEval.js
    │   │   │   │       │   ├── support.js
    │   │   │   │       │   ├── var
    │   │   │   │       │   │   ├── rcheckableType.js
    │   │   │   │       │   │   ├── rscriptType.js
    │   │   │   │       │   │   └── rtagName.js
    │   │   │   │       │   └── wrapMap.js
    │   │   │   │       ├── manipulation.js
    │   │   │   │       ├── offset.js
    │   │   │   │       ├── queue
    │   │   │   │       │   └── delay.js
    │   │   │   │       ├── queue.js
    │   │   │   │       ├── selector-native.js
    │   │   │   │       ├── selector-sizzle.js
    │   │   │   │       ├── selector.js
    │   │   │   │       ├── serialize.js
    │   │   │   │       ├── traversing
    │   │   │   │       │   ├── findFilter.js
    │   │   │   │       │   └── var
    │   │   │   │       │       ├── dir.js
    │   │   │   │       │       ├── rneedsContext.js
    │   │   │   │       │       └── siblings.js
    │   │   │   │       ├── traversing.js
    │   │   │   │       ├── var
    │   │   │   │       │   ├── ObjectFunctionString.js
    │   │   │   │       │   ├── arr.js
    │   │   │   │       │   ├── class2type.js
    │   │   │   │       │   ├── concat.js
    │   │   │   │       │   ├── document.js
    │   │   │   │       │   ├── documentElement.js
    │   │   │   │       │   ├── fnToString.js
    │   │   │   │       │   ├── getProto.js
    │   │   │   │       │   ├── hasOwn.js
    │   │   │   │       │   ├── indexOf.js
    │   │   │   │       │   ├── pnum.js
    │   │   │   │       │   ├── push.js
    │   │   │   │       │   ├── rcssNum.js
    │   │   │   │       │   ├── rnothtmlwhite.js
    │   │   │   │       │   ├── slice.js
    │   │   │   │       │   ├── support.js
    │   │   │   │       │   └── toString.js
    │   │   │   │       └── wrap.js
    │   │   │   ├── vue
    │   │   │   │   ├── BACKERS.md
    │   │   │   │   ├── LICENSE
    │   │   │   │   ├── README.md
    │   │   │   │   ├── benchmarks
    │   │   │   │   │   ├── big-table
    │   │   │   │   │   │   ├── demo.css
    │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   └── style.css
    │   │   │   │   │   ├── dbmon
    │   │   │   │   │   │   ├── ENV.js
    │   │   │   │   │   │   ├── app.js
    │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   └── lib
    │   │   │   │   │   │       ├── memory-stats.js
    │   │   │   │   │   │       ├── monitor.js
    │   │   │   │   │   │       └── styles.css
    │   │   │   │   │   ├── reorder-list
    │   │   │   │   │   │   └── index.html
    │   │   │   │   │   ├── ssr
    │   │   │   │   │   │   ├── README.md
    │   │   │   │   │   │   ├── common.js
    │   │   │   │   │   │   ├── renderToStream.js
    │   │   │   │   │   │   └── renderToString.js
    │   │   │   │   │   ├── svg
    │   │   │   │   │   │   └── index.html
    │   │   │   │   │   └── uptime
    │   │   │   │   │       └── index.html
    │   │   │   │   ├── build
    │   │   │   │   │   ├── alias.js
    │   │   │   │   │   ├── build.js
    │   │   │   │   │   ├── ci.sh
    │   │   │   │   │   ├── config.js
    │   │   │   │   │   ├── get-weex-version.js
    │   │   │   │   │   ├── git-hooks
    │   │   │   │   │   │   └── pre-commit
    │   │   │   │   │   ├── karma.base.config.js
    │   │   │   │   │   ├── karma.cover.config.js
    │   │   │   │   │   ├── karma.dev.config.js
    │   │   │   │   │   ├── karma.sauce.config.js
    │   │   │   │   │   ├── karma.unit.config.js
    │   │   │   │   │   ├── nightwatch.config.js
    │   │   │   │   │   ├── release-weex.sh
    │   │   │   │   │   └── release.sh
    │   │   │   │   ├── circle.yml
    │   │   │   │   ├── dist
    │   │   │   │   │   ├── README.md
    │   │   │   │   │   ├── vue.common.js
    │   │   │   │   │   ├── vue.esm.js
    │   │   │   │   │   ├── vue.js
    │   │   │   │   │   ├── vue.min.js
    │   │   │   │   │   ├── vue.runtime.common.js
    │   │   │   │   │   ├── vue.runtime.esm.js
    │   │   │   │   │   ├── vue.runtime.js
    │   │   │   │   │   └── vue.runtime.min.js
    │   │   │   │   ├── examples
    │   │   │   │   │   ├── commits
    │   │   │   │   │   │   ├── app.js
    │   │   │   │   │   │   └── index.html
    │   │   │   │   │   ├── elastic-header
    │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   └── style.css
    │   │   │   │   │   ├── firebase
    │   │   │   │   │   │   ├── app.js
    │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   └── style.css
    │   │   │   │   │   ├── grid
    │   │   │   │   │   │   ├── grid.js
    │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   └── style.css
    │   │   │   │   │   ├── markdown
    │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   └── style.css
    │   │   │   │   │   ├── modal
    │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   └── style.css
    │   │   │   │   │   ├── move-animations
    │   │   │   │   │   │   └── index.html
    │   │   │   │   │   ├── select2
    │   │   │   │   │   │   └── index.html
    │   │   │   │   │   ├── svg
    │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   ├── style.css
    │   │   │   │   │   │   └── svg.js
    │   │   │   │   │   ├── todomvc
    │   │   │   │   │   │   ├── app.js
    │   │   │   │   │   │   ├── index.html
    │   │   │   │   │   │   └── readme.md
    │   │   │   │   │   └── tree
    │   │   │   │   │       ├── index.html
    │   │   │   │   │       └── tree.js
    │   │   │   │   ├── flow
    │   │   │   │   │   ├── compiler.js
    │   │   │   │   │   ├── component.js
    │   │   │   │   │   ├── global-api.js
    │   │   │   │   │   ├── modules.js
    │   │   │   │   │   ├── options.js
    │   │   │   │   │   ├── ssr.js
    │   │   │   │   │   └── vnode.js
    │   │   │   │   ├── package.json
    │   │   │   │   ├── packages
    │   │   │   │   │   ├── vue-server-renderer
    │   │   │   │   │   │   ├── README.md
    │   │   │   │   │   │   ├── build.js
    │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   └── package.json
    │   │   │   │   │   ├── vue-template-compiler
    │   │   │   │   │   │   ├── README.md
    │   │   │   │   │   │   ├── build.js
    │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   └── package.json
    │   │   │   │   │   ├── weex-template-compiler
    │   │   │   │   │   │   ├── README.md
    │   │   │   │   │   │   ├── build.js
    │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   └── package.json
    │   │   │   │   │   └── weex-vue-framework
    │   │   │   │   │       ├── README.md
    │   │   │   │   │       ├── factory.js
    │   │   │   │   │       ├── index.js
    │   │   │   │   │       └── package.json
    │   │   │   │   ├── src
    │   │   │   │   │   ├── compiler
    │   │   │   │   │   │   ├── codegen
    │   │   │   │   │   │   │   ├── events.js
    │   │   │   │   │   │   │   └── index.js
    │   │   │   │   │   │   ├── directives
    │   │   │   │   │   │   │   ├── bind.js
    │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   └── model.js
    │   │   │   │   │   │   ├── error-detector.js
    │   │   │   │   │   │   ├── helpers.js
    │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   ├── optimizer.js
    │   │   │   │   │   │   └── parser
    │   │   │   │   │   │       ├── entity-decoder.js
    │   │   │   │   │   │       ├── filter-parser.js
    │   │   │   │   │   │       ├── html-parser.js
    │   │   │   │   │   │       ├── index.js
    │   │   │   │   │   │       └── text-parser.js
    │   │   │   │   │   ├── core
    │   │   │   │   │   │   ├── components
    │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   └── keep-alive.js
    │   │   │   │   │   │   ├── config.js
    │   │   │   │   │   │   ├── global-api
    │   │   │   │   │   │   │   ├── assets.js
    │   │   │   │   │   │   │   ├── extend.js
    │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   ├── mixin.js
    │   │   │   │   │   │   │   └── use.js
    │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   ├── instance
    │   │   │   │   │   │   │   ├── events.js
    │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   ├── init.js
    │   │   │   │   │   │   │   ├── inject.js
    │   │   │   │   │   │   │   ├── lifecycle.js
    │   │   │   │   │   │   │   ├── proxy.js
    │   │   │   │   │   │   │   ├── render-helpers
    │   │   │   │   │   │   │   │   ├── bind-object-props.js
    │   │   │   │   │   │   │   │   ├── check-keycodes.js
    │   │   │   │   │   │   │   │   ├── render-list.js
    │   │   │   │   │   │   │   │   ├── render-slot.js
    │   │   │   │   │   │   │   │   ├── render-static.js
    │   │   │   │   │   │   │   │   ├── resolve-filter.js
    │   │   │   │   │   │   │   │   └── resolve-slots.js
    │   │   │   │   │   │   │   ├── render.js
    │   │   │   │   │   │   │   └── state.js
    │   │   │   │   │   │   ├── observer
    │   │   │   │   │   │   │   ├── array.js
    │   │   │   │   │   │   │   ├── dep.js
    │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   ├── scheduler.js
    │   │   │   │   │   │   │   └── watcher.js
    │   │   │   │   │   │   ├── util
    │   │   │   │   │   │   │   ├── debug.js
    │   │   │   │   │   │   │   ├── env.js
    │   │   │   │   │   │   │   ├── error.js
    │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   ├── lang.js
    │   │   │   │   │   │   │   ├── options.js
    │   │   │   │   │   │   │   ├── perf.js
    │   │   │   │   │   │   │   └── props.js
    │   │   │   │   │   │   └── vdom
    │   │   │   │   │   │       ├── create-component.js
    │   │   │   │   │   │       ├── create-element.js
    │   │   │   │   │   │       ├── helpers
    │   │   │   │   │   │       │   ├── index.js
    │   │   │   │   │   │       │   ├── merge-hook.js
    │   │   │   │   │   │       │   ├── normalize-children.js
    │   │   │   │   │   │       │   └── update-listeners.js
    │   │   │   │   │   │       ├── modules
    │   │   │   │   │   │       │   ├── directives.js
    │   │   │   │   │   │       │   ├── index.js
    │   │   │   │   │   │       │   └── ref.js
    │   │   │   │   │   │       ├── patch.js
    │   │   │   │   │   │       └── vnode.js
    │   │   │   │   │   ├── entries
    │   │   │   │   │   │   ├── web-compiler.js
    │   │   │   │   │   │   ├── web-runtime-with-compiler.js
    │   │   │   │   │   │   ├── web-runtime.js
    │   │   │   │   │   │   ├── web-server-renderer.js
    │   │   │   │   │   │   ├── weex-compiler.js
    │   │   │   │   │   │   ├── weex-factory.js
    │   │   │   │   │   │   └── weex-framework.js
    │   │   │   │   │   ├── platforms
    │   │   │   │   │   │   ├── web
    │   │   │   │   │   │   │   ├── compiler
    │   │   │   │   │   │   │   │   ├── directives
    │   │   │   │   │   │   │   │   │   ├── html.js
    │   │   │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   │   │   ├── model.js
    │   │   │   │   │   │   │   │   │   └── text.js
    │   │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   │   ├── modules
    │   │   │   │   │   │   │   │   │   ├── class.js
    │   │   │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   │   │   └── style.js
    │   │   │   │   │   │   │   │   └── util.js
    │   │   │   │   │   │   │   ├── runtime
    │   │   │   │   │   │   │   │   ├── class-util.js
    │   │   │   │   │   │   │   │   ├── components
    │   │   │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   │   │   ├── transition-group.js
    │   │   │   │   │   │   │   │   │   └── transition.js
    │   │   │   │   │   │   │   │   ├── directives
    │   │   │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   │   │   ├── model.js
    │   │   │   │   │   │   │   │   │   └── show.js
    │   │   │   │   │   │   │   │   ├── modules
    │   │   │   │   │   │   │   │   │   ├── attrs.js
    │   │   │   │   │   │   │   │   │   ├── class.js
    │   │   │   │   │   │   │   │   │   ├── dom-props.js
    │   │   │   │   │   │   │   │   │   ├── events.js
    │   │   │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   │   │   ├── style.js
    │   │   │   │   │   │   │   │   │   └── transition.js
    │   │   │   │   │   │   │   │   ├── node-ops.js
    │   │   │   │   │   │   │   │   ├── patch.js
    │   │   │   │   │   │   │   │   └── transition-util.js
    │   │   │   │   │   │   │   ├── server
    │   │   │   │   │   │   │   │   ├── directives
    │   │   │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   │   │   └── show.js
    │   │   │   │   │   │   │   │   ├── modules
    │   │   │   │   │   │   │   │   │   ├── attrs.js
    │   │   │   │   │   │   │   │   │   ├── class.js
    │   │   │   │   │   │   │   │   │   ├── dom-props.js
    │   │   │   │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   │   │   │   └── style.js
    │   │   │   │   │   │   │   │   └── util.js
    │   │   │   │   │   │   │   └── util
    │   │   │   │   │   │   │       ├── attrs.js
    │   │   │   │   │   │   │       ├── class.js
    │   │   │   │   │   │   │       ├── compat.js
    │   │   │   │   │   │   │       ├── element.js
    │   │   │   │   │   │   │       ├── index.js
    │   │   │   │   │   │   │       └── style.js
    │   │   │   │   │   │   └── weex
    │   │   │   │   │   │       ├── compiler
    │   │   │   │   │   │       │   ├── directives
    │   │   │   │   │   │       │   │   ├── index.js
    │   │   │   │   │   │       │   │   └── model.js
    │   │   │   │   │   │       │   ├── index.js
    │   │   │   │   │   │       │   └── modules
    │   │   │   │   │   │       │       ├── append.js
    │   │   │   │   │   │       │       ├── class.js
    │   │   │   │   │   │       │       ├── index.js
    │   │   │   │   │   │       │       ├── props.js
    │   │   │   │   │   │       │       └── style.js
    │   │   │   │   │   │       ├── framework.js
    │   │   │   │   │   │       ├── runtime
    │   │   │   │   │   │       │   ├── components
    │   │   │   │   │   │       │   │   ├── index.js
    │   │   │   │   │   │       │   │   ├── transition-group.js
    │   │   │   │   │   │       │   │   └── transition.js
    │   │   │   │   │   │       │   ├── directives
    │   │   │   │   │   │       │   │   └── index.js
    │   │   │   │   │   │       │   ├── index.js
    │   │   │   │   │   │       │   ├── modules
    │   │   │   │   │   │       │   │   ├── attrs.js
    │   │   │   │   │   │       │   │   ├── class.js
    │   │   │   │   │   │       │   │   ├── events.js
    │   │   │   │   │   │       │   │   ├── index.js
    │   │   │   │   │   │       │   │   ├── style.js
    │   │   │   │   │   │       │   │   └── transition.js
    │   │   │   │   │   │       │   ├── node-ops.js
    │   │   │   │   │   │       │   ├── patch.js
    │   │   │   │   │   │       │   └── text-node.js
    │   │   │   │   │   │       └── util
    │   │   │   │   │   │           └── index.js
    │   │   │   │   │   ├── server
    │   │   │   │   │   │   ├── create-bundle-renderer.js
    │   │   │   │   │   │   ├── create-bundle-runner.js
    │   │   │   │   │   │   ├── create-renderer.js
    │   │   │   │   │   │   ├── render-context.js
    │   │   │   │   │   │   ├── render-stream.js
    │   │   │   │   │   │   ├── render.js
    │   │   │   │   │   │   ├── source-map-support.js
    │   │   │   │   │   │   └── write.js
    │   │   │   │   │   ├── sfc
    │   │   │   │   │   │   └── parser.js
    │   │   │   │   │   └── shared
    │   │   │   │   │       └── util.js
    │   │   │   │   ├── test
    │   │   │   │   │   ├── e2e
    │   │   │   │   │   │   ├── runner.js
    │   │   │   │   │   │   └── specs
    │   │   │   │   │   │       ├── commits.js
    │   │   │   │   │   │       ├── grid.js
    │   │   │   │   │   │       ├── markdown.js
    │   │   │   │   │   │       ├── modal.js
    │   │   │   │   │   │       ├── select2.js
    │   │   │   │   │   │       ├── svg.js
    │   │   │   │   │   │       ├── todomvc.js
    │   │   │   │   │   │       └── tree.js
    │   │   │   │   │   ├── helpers
    │   │   │   │   │   │   ├── classlist.js
    │   │   │   │   │   │   ├── to-equal.js
    │   │   │   │   │   │   ├── to-have-been-warned.js
    │   │   │   │   │   │   ├── trigger-event.js
    │   │   │   │   │   │   ├── vdom.js
    │   │   │   │   │   │   └── wait-for-update.js
    │   │   │   │   │   ├── ssr
    │   │   │   │   │   │   ├── fixtures
    │   │   │   │   │   │   │   ├── app.js
    │   │   │   │   │   │   │   ├── cache.js
    │   │   │   │   │   │   │   ├── comp.js
    │   │   │   │   │   │   │   ├── error.js
    │   │   │   │   │   │   │   └── split.js
    │   │   │   │   │   │   ├── jasmine.json
    │   │   │   │   │   │   ├── ssr-bundle-render.spec.js
    │   │   │   │   │   │   ├── ssr-stream.spec.js
    │   │   │   │   │   │   └── ssr-string.spec.js
    │   │   │   │   │   ├── unit
    │   │   │   │   │   │   ├── features
    │   │   │   │   │   │   │   ├── component
    │   │   │   │   │   │   │   │   ├── component-async.spec.js
    │   │   │   │   │   │   │   │   ├── component-keep-alive.spec.js
    │   │   │   │   │   │   │   │   ├── component-scoped-slot.spec.js
    │   │   │   │   │   │   │   │   ├── component-slot.spec.js
    │   │   │   │   │   │   │   │   └── component.spec.js
    │   │   │   │   │   │   │   ├── directives
    │   │   │   │   │   │   │   │   ├── bind.spec.js
    │   │   │   │   │   │   │   │   ├── class.spec.js
    │   │   │   │   │   │   │   │   ├── cloak.spec.js
    │   │   │   │   │   │   │   │   ├── for.spec.js
    │   │   │   │   │   │   │   │   ├── html.spec.js
    │   │   │   │   │   │   │   │   ├── if.spec.js
    │   │   │   │   │   │   │   │   ├── model-checkbox.spec.js
    │   │   │   │   │   │   │   │   ├── model-component.spec.js
    │   │   │   │   │   │   │   │   ├── model-dynamic.spec.js
    │   │   │   │   │   │   │   │   ├── model-file.spec.js
    │   │   │   │   │   │   │   │   ├── model-parse.spec.js
    │   │   │   │   │   │   │   │   ├── model-radio.spec.js
    │   │   │   │   │   │   │   │   ├── model-select.spec.js
    │   │   │   │   │   │   │   │   ├── model-text.spec.js
    │   │   │   │   │   │   │   │   ├── on.spec.js
    │   │   │   │   │   │   │   │   ├── once.spec.js
    │   │   │   │   │   │   │   │   ├── pre.spec.js
    │   │   │   │   │   │   │   │   ├── show.spec.js
    │   │   │   │   │   │   │   │   ├── static-style-parser.spec.js
    │   │   │   │   │   │   │   │   ├── style.spec.js
    │   │   │   │   │   │   │   │   └── text.spec.js
    │   │   │   │   │   │   │   ├── error-handling.spec.js
    │   │   │   │   │   │   │   ├── filter
    │   │   │   │   │   │   │   │   └── filter.spec.js
    │   │   │   │   │   │   │   ├── global-api
    │   │   │   │   │   │   │   │   ├── assets.spec.js
    │   │   │   │   │   │   │   │   ├── compile.spec.js
    │   │   │   │   │   │   │   │   ├── config.spec.js
    │   │   │   │   │   │   │   │   ├── extend.spec.js
    │   │   │   │   │   │   │   │   ├── mixin.spec.js
    │   │   │   │   │   │   │   │   ├── set-delete.spec.js
    │   │   │   │   │   │   │   │   └── use.spec.js
    │   │   │   │   │   │   │   ├── instance
    │   │   │   │   │   │   │   │   ├── init.spec.js
    │   │   │   │   │   │   │   │   ├── methods-data.spec.js
    │   │   │   │   │   │   │   │   ├── methods-events.spec.js
    │   │   │   │   │   │   │   │   ├── methods-lifecycle.spec.js
    │   │   │   │   │   │   │   │   ├── properties.spec.js
    │   │   │   │   │   │   │   │   └── render-proxy.spec.js
    │   │   │   │   │   │   │   ├── options
    │   │   │   │   │   │   │   │   ├── _scopeId.spec.js
    │   │   │   │   │   │   │   │   ├── components.spec.js
    │   │   │   │   │   │   │   │   ├── computed.spec.js
    │   │   │   │   │   │   │   │   ├── data.spec.js
    │   │   │   │   │   │   │   │   ├── delimiters.spec.js
    │   │   │   │   │   │   │   │   ├── directives.spec.js
    │   │   │   │   │   │   │   │   ├── el.spec.js
    │   │   │   │   │   │   │   │   ├── extends.spec.js
    │   │   │   │   │   │   │   │   ├── functional.spec.js
    │   │   │   │   │   │   │   │   ├── inject.spec.js
    │   │   │   │   │   │   │   │   ├── lifecycle.spec.js
    │   │   │   │   │   │   │   │   ├── methods.spec.js
    │   │   │   │   │   │   │   │   ├── mixins.spec.js
    │   │   │   │   │   │   │   │   ├── name.spec.js
    │   │   │   │   │   │   │   │   ├── parent.spec.js
    │   │   │   │   │   │   │   │   ├── props.spec.js
    │   │   │   │   │   │   │   │   ├── propsData.spec.js
    │   │   │   │   │   │   │   │   ├── render.spec.js
    │   │   │   │   │   │   │   │   ├── renderError.spec.js
    │   │   │   │   │   │   │   │   ├── template.spec.js
    │   │   │   │   │   │   │   │   └── watch.spec.js
    │   │   │   │   │   │   │   ├── ref.spec.js
    │   │   │   │   │   │   │   └── transition
    │   │   │   │   │   │   │       ├── inject-styles.js
    │   │   │   │   │   │   │       ├── transition-group.spec.js
    │   │   │   │   │   │   │       ├── transition-mode.spec.js
    │   │   │   │   │   │   │       └── transition.spec.js
    │   │   │   │   │   │   ├── index.js
    │   │   │   │   │   │   └── modules
    │   │   │   │   │   │       ├── compiler
    │   │   │   │   │   │       │   ├── codegen.spec.js
    │   │   │   │   │   │       │   ├── compiler-options.spec.js
    │   │   │   │   │   │       │   ├── optimizer.spec.js
    │   │   │   │   │   │       │   └── parser.spec.js
    │   │   │   │   │   │       ├── observer
    │   │   │   │   │   │       │   ├── observer.spec.js
    │   │   │   │   │   │       │   ├── scheduler.spec.js
    │   │   │   │   │   │       │   └── watcher.spec.js
    │   │   │   │   │   │       ├── sfc
    │   │   │   │   │   │       │   └── sfc-parser.spec.js
    │   │   │   │   │   │       ├── util
    │   │   │   │   │   │       │   └── next-tick.spec.js
    │   │   │   │   │   │       └── vdom
    │   │   │   │   │   │           ├── create-component.spec.js
    │   │   │   │   │   │           ├── create-element.spec.js
    │   │   │   │   │   │           ├── modules
    │   │   │   │   │   │           │   ├── attrs.spec.js
    │   │   │   │   │   │           │   ├── class.spec.js
    │   │   │   │   │   │           │   ├── directive.spec.js
    │   │   │   │   │   │           │   ├── dom-props.spec.js
    │   │   │   │   │   │           │   ├── events.spec.js
    │   │   │   │   │   │           │   └── style.spec.js
    │   │   │   │   │   │           └── patch
    │   │   │   │   │   │               ├── children.spec.js
    │   │   │   │   │   │               ├── edge-cases.spec.js
    │   │   │   │   │   │               ├── element.spec.js
    │   │   │   │   │   │               ├── hooks.spec.js
    │   │   │   │   │   │               └── hydration.spec.js
    │   │   │   │   │   └── weex
    │   │   │   │   │       ├── compiler
    │   │   │   │   │       │   ├── append.spec.js
    │   │   │   │   │       │   ├── class.spec.js
    │   │   │   │   │       │   ├── compile.spec.js
    │   │   │   │   │       │   ├── props.spec.js
    │   │   │   │   │       │   ├── style.spec.js
    │   │   │   │   │       │   └── v-model.spec.js
    │   │   │   │   │       ├── helpers
    │   │   │   │   │       │   └── index.js
    │   │   │   │   │       ├── jasmine.json
    │   │   │   │   │       └── runtime
    │   │   │   │   │           ├── attrs.spec.js
    │   │   │   │   │           ├── class.spec.js
    │   │   │   │   │           ├── events.spec.js
    │   │   │   │   │           ├── framework.spec.js
    │   │   │   │   │           ├── node.spec.js
    │   │   │   │   │           └── style.spec.js
    │   │   │   │   ├── types
    │   │   │   │   │   ├── index.d.ts
    │   │   │   │   │   ├── options.d.ts
    │   │   │   │   │   ├── plugin.d.ts
    │   │   │   │   │   ├── test
    │   │   │   │   │   │   ├── augmentation-test.ts
    │   │   │   │   │   │   ├── options-test.ts
    │   │   │   │   │   │   ├── plugin-test.ts
    │   │   │   │   │   │   ├── tsconfig.json
    │   │   │   │   │   │   └── vue-test.ts
    │   │   │   │   │   ├── typings.json
    │   │   │   │   │   ├── vnode.d.ts
    │   │   │   │   │   └── vue.d.ts
    │   │   │   │   └── yarn.lock
    │   │   │   └── vue-router
    │   │   │       ├── LICENSE
    │   │   │       ├── bower.json
    │   │   │       ├── build
    │   │   │       │   ├── build.js
    │   │   │       │   ├── dev.config.js
    │   │   │       │   ├── release.sh
    │   │   │       │   └── update-docs.sh
    │   │   │       ├── dist
    │   │   │       │   ├── vue-router.common.js
    │   │   │       │   ├── vue-router.esm.js
    │   │   │       │   ├── vue-router.js
    │   │   │       │   └── vue-router.min.js
    │   │   │       ├── flow
    │   │   │       │   └── declarations.js
    │   │   │       ├── src
    │   │   │       │   ├── components
    │   │   │       │   │   ├── link.js
    │   │   │       │   │   └── view.js
    │   │   │       │   ├── create-matcher.js
    │   │   │       │   ├── create-route-map.js
    │   │   │       │   ├── history
    │   │   │       │   │   ├── abstract.js
    │   │   │       │   │   ├── base.js
    │   │   │       │   │   ├── hash.js
    │   │   │       │   │   └── html5.js
    │   │   │       │   ├── index.js
    │   │   │       │   ├── install.js
    │   │   │       │   └── util
    │   │   │       │       ├── async.js
    │   │   │       │       ├── dom.js
    │   │   │       │       ├── location.js
    │   │   │       │       ├── params.js
    │   │   │       │       ├── path.js
    │   │   │       │       ├── push-state.js
    │   │   │       │       ├── query.js
    │   │   │       │       ├── route.js
    │   │   │       │       ├── scroll.js
    │   │   │       │       └── warn.js
    │   │   │       └── types
    │   │   │           ├── index.d.ts
    │   │   │           ├── router.d.ts
    │   │   │           └── vue.d.ts
    │   │   └── index.php
    │   ├── readme.md
    │   └── vendor
    │       ├── almasaeed2010
    │       │   └── adminlte
    │       │       ├── Gruntfile.js
    │       │       ├── LICENSE
    │       │       ├── README.md
    │       │       ├── bootstrap
    │       │       │   ├── css
    │       │       │   │   ├── bootstrap-theme.css
    │       │       │   │   ├── bootstrap-theme.css.map
    │       │       │   │   ├── bootstrap-theme.min.css
    │       │       │   │   ├── bootstrap-theme.min.css.map
    │       │       │   │   ├── bootstrap.css
    │       │       │   │   ├── bootstrap.css.map
    │       │       │   │   ├── bootstrap.min.css
    │       │       │   │   └── bootstrap.min.css.map
    │       │       │   ├── fonts
    │       │       │   │   ├── glyphicons-halflings-regular.eot
    │       │       │   │   ├── glyphicons-halflings-regular.svg
    │       │       │   │   ├── glyphicons-halflings-regular.ttf
    │       │       │   │   ├── glyphicons-halflings-regular.woff
    │       │       │   │   └── glyphicons-halflings-regular.woff2
    │       │       │   └── js
    │       │       │       ├── bootstrap.js
    │       │       │       ├── bootstrap.min.js
    │       │       │       └── npm.js
    │       │       ├── bower.json
    │       │       ├── build
    │       │       │   ├── bootstrap-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
    │       │       │   │   ├── mixins.less
    │       │       │   │   └── variables.less
    │       │       │   └── less
    │       │       │       ├── 404_500_errors.less
    │       │       │       ├── AdminLTE-without-plugins.less
    │       │       │       ├── AdminLTE.less
    │       │       │       ├── alerts.less
    │       │       │       ├── bootstrap-social.less
    │       │       │       ├── boxes.less
    │       │       │       ├── buttons.less
    │       │       │       ├── callout.less
    │       │       │       ├── carousel.less
    │       │       │       ├── control-sidebar.less
    │       │       │       ├── core.less
    │       │       │       ├── direct-chat.less
    │       │       │       ├── dropdown.less
    │       │       │       ├── forms.less
    │       │       │       ├── fullcalendar.less
    │       │       │       ├── header.less
    │       │       │       ├── info-box.less
    │       │       │       ├── invoice.less
    │       │       │       ├── labels.less
    │       │       │       ├── lockscreen.less
    │       │       │       ├── login_and_register.less
    │       │       │       ├── mailbox.less
    │       │       │       ├── miscellaneous.less
    │       │       │       ├── mixins.less
    │       │       │       ├── modal.less
    │       │       │       ├── navs.less
    │       │       │       ├── plugins.less
    │       │       │       ├── print.less
    │       │       │       ├── products.less
    │       │       │       ├── profile.less
    │       │       │       ├── progress-bars.less
    │       │       │       ├── select2.less
    │       │       │       ├── sidebar-mini.less
    │       │       │       ├── sidebar.less
    │       │       │       ├── skins
    │       │       │       │   ├── _all-skins.less
    │       │       │       │   ├── skin-black-light.less
    │       │       │       │   ├── skin-black.less
    │       │       │       │   ├── skin-blue-light.less
    │       │       │       │   ├── skin-blue.less
    │       │       │       │   ├── skin-green-light.less
    │       │       │       │   ├── skin-green.less
    │       │       │       │   ├── skin-purple-light.less
    │       │       │       │   ├── skin-purple.less
    │       │       │       │   ├── skin-red-light.less
    │       │       │       │   ├── skin-red.less
    │       │       │       │   ├── skin-yellow-light.less
    │       │       │       │   └── skin-yellow.less
    │       │       │       ├── small-box.less
    │       │       │       ├── social-widgets.less
    │       │       │       ├── table.less
    │       │       │       ├── timeline.less
    │       │       │       ├── users-list.less
    │       │       │       └── variables.less
    │       │       ├── changelog.md
    │       │       ├── composer.json
    │       │       ├── dist
    │       │       │   ├── css
    │       │       │   │   ├── AdminLTE.css
    │       │       │   │   ├── AdminLTE.min.css
    │       │       │   │   ├── alt
    │       │       │   │   │   ├── AdminLTE-bootstrap-social.css
    │       │       │   │   │   ├── AdminLTE-bootstrap-social.min.css
    │       │       │   │   │   ├── AdminLTE-fullcalendar.css
    │       │       │   │   │   ├── AdminLTE-fullcalendar.min.css
    │       │       │   │   │   ├── AdminLTE-select2.css
    │       │       │   │   │   ├── AdminLTE-select2.min.css
    │       │       │   │   │   ├── AdminLTE-without-plugins.css
    │       │       │   │   │   └── AdminLTE-without-plugins.min.css
    │       │       │   │   └── skins
    │       │       │   │       ├── _all-skins.css
    │       │       │   │       ├── _all-skins.min.css
    │       │       │   │       ├── skin-black-light.css
    │       │       │   │       ├── skin-black-light.min.css
    │       │       │   │       ├── skin-black.css
    │       │       │   │       ├── skin-black.min.css
    │       │       │   │       ├── skin-blue-light.css
    │       │       │   │       ├── skin-blue-light.min.css
    │       │       │   │       ├── skin-blue.css
    │       │       │   │       ├── skin-blue.min.css
    │       │       │   │       ├── skin-green-light.css
    │       │       │   │       ├── skin-green-light.min.css
    │       │       │   │       ├── skin-green.css
    │       │       │   │       ├── skin-green.min.css
    │       │       │   │       ├── skin-purple-light.css
    │       │       │   │       ├── skin-purple-light.min.css
    │       │       │   │       ├── skin-purple.css
    │       │       │   │       ├── skin-purple.min.css
    │       │       │   │       ├── skin-red-light.css
    │       │       │   │       ├── skin-red-light.min.css
    │       │       │   │       ├── skin-red.css
    │       │       │   │       ├── skin-red.min.css
    │       │       │   │       ├── skin-yellow-light.css
    │       │       │   │       ├── skin-yellow-light.min.css
    │       │       │   │       ├── skin-yellow.css
    │       │       │   │       └── skin-yellow.min.css
    │       │       │   ├── img
    │       │       │   │   ├── avatar.png
    │       │       │   │   ├── avatar04.png
    │       │       │   │   ├── avatar2.png
    │       │       │   │   ├── avatar3.png
    │       │       │   │   ├── avatar5.png
    │       │       │   │   ├── boxed-bg.jpg
    │       │       │   │   ├── boxed-bg.png
    │       │       │   │   ├── credit
    │       │       │   │   │   ├── american-express.png
    │       │       │   │   │   ├── cirrus.png
    │       │       │   │   │   ├── mastercard.png
    │       │       │   │   │   ├── mestro.png
    │       │       │   │   │   ├── paypal.png
    │       │       │   │   │   ├── paypal2.png
    │       │       │   │   │   └── visa.png
    │       │       │   │   ├── default-50x50.gif
    │       │       │   │   ├── icons.png
    │       │       │   │   ├── photo1.png
    │       │       │   │   ├── photo2.png
    │       │       │   │   ├── photo3.jpg
    │       │       │   │   ├── photo4.jpg
    │       │       │   │   ├── user1-128x128.jpg
    │       │       │   │   ├── user2-160x160.jpg
    │       │       │   │   ├── user3-128x128.jpg
    │       │       │   │   ├── user4-128x128.jpg
    │       │       │   │   ├── user5-128x128.jpg
    │       │       │   │   ├── user6-128x128.jpg
    │       │       │   │   ├── user7-128x128.jpg
    │       │       │   │   └── user8-128x128.jpg
    │       │       │   └── js
    │       │       │       ├── app.js
    │       │       │       ├── app.min.js
    │       │       │       ├── demo.js
    │       │       │       └── pages
    │       │       │           ├── dashboard.js
    │       │       │           └── dashboard2.js
    │       │       ├── documentation
    │       │       │   ├── build
    │       │       │   │   ├── include
    │       │       │   │   │   ├── adminlte-options.html
    │       │       │   │   │   ├── advice.html
    │       │       │   │   │   ├── browsers.html
    │       │       │   │   │   ├── components.html
    │       │       │   │   │   ├── dependencies.html
    │       │       │   │   │   ├── download.html
    │       │       │   │   │   ├── faq.html
    │       │       │   │   │   ├── implementations.html
    │       │       │   │   │   ├── introduction.html
    │       │       │   │   │   ├── layout.html
    │       │       │   │   │   ├── license.html
    │       │       │   │   │   ├── plugins.html
    │       │       │   │   │   └── upgrade.html
    │       │       │   │   └── index.html
    │       │       │   ├── docs.js
    │       │       │   ├── index.html
    │       │       │   └── style.css
    │       │       ├── index.html
    │       │       ├── index2.html
    │       │       ├── package.json
    │       │       ├── pages
    │       │       │   ├── UI
    │       │       │   │   ├── buttons.html
    │       │       │   │   ├── general.html
    │       │       │   │   ├── icons.html
    │       │       │   │   ├── modals.html
    │       │       │   │   ├── sliders.html
    │       │       │   │   └── timeline.html
    │       │       │   ├── calendar.html
    │       │       │   ├── charts
    │       │       │   │   ├── chartjs.html
    │       │       │   │   ├── flot.html
    │       │       │   │   ├── inline.html
    │       │       │   │   └── morris.html
    │       │       │   ├── examples
    │       │       │   │   ├── 404.html
    │       │       │   │   ├── 500.html
    │       │       │   │   ├── blank.html
    │       │       │   │   ├── invoice-print.html
    │       │       │   │   ├── invoice.html
    │       │       │   │   ├── lockscreen.html
    │       │       │   │   ├── login.html
    │       │       │   │   ├── pace.html
    │       │       │   │   ├── profile.html
    │       │       │   │   └── register.html
    │       │       │   ├── forms
    │       │       │   │   ├── advanced.html
    │       │       │   │   ├── editors.html
    │       │       │   │   └── general.html
    │       │       │   ├── layout
    │       │       │   │   ├── boxed.html
    │       │       │   │   ├── collapsed-sidebar.html
    │       │       │   │   ├── fixed.html
    │       │       │   │   └── top-nav.html
    │       │       │   ├── mailbox
    │       │       │   │   ├── compose.html
    │       │       │   │   ├── mailbox.html
    │       │       │   │   └── read-mail.html
    │       │       │   ├── tables
    │       │       │   │   ├── data.html
    │       │       │   │   └── simple.html
    │       │       │   └── widgets.html
    │       │       ├── plugins
    │       │       │   ├── bootstrap-slider
    │       │       │   │   ├── bootstrap-slider.js
    │       │       │   │   └── slider.css
    │       │       │   ├── bootstrap-wysihtml5
    │       │       │   │   ├── bootstrap3-wysihtml5.all.js
    │       │       │   │   ├── bootstrap3-wysihtml5.all.min.js
    │       │       │   │   ├── bootstrap3-wysihtml5.css
    │       │       │   │   └── bootstrap3-wysihtml5.min.css
    │       │       │   ├── chartjs
    │       │       │   │   ├── Chart.js
    │       │       │   │   └── Chart.min.js
    │       │       │   ├── ckeditor
    │       │       │   │   ├── CHANGES.md
    │       │       │   │   ├── LICENSE.md
    │       │       │   │   ├── README.md
    │       │       │   │   ├── adapters
    │       │       │   │   │   └── jquery.js
    │       │       │   │   ├── build-config.js
    │       │       │   │   ├── ckeditor.js
    │       │       │   │   ├── config.js
    │       │       │   │   ├── contents.css
    │       │       │   │   ├── lang
    │       │       │   │   │   ├── af.js
    │       │       │   │   │   ├── ar.js
    │       │       │   │   │   ├── bg.js
    │       │       │   │   │   ├── bn.js
    │       │       │   │   │   ├── bs.js
    │       │       │   │   │   ├── ca.js
    │       │       │   │   │   ├── cs.js
    │       │       │   │   │   ├── cy.js
    │       │       │   │   │   ├── da.js
    │       │       │   │   │   ├── de-ch.js
    │       │       │   │   │   ├── de.js
    │       │       │   │   │   ├── el.js
    │       │       │   │   │   ├── en-au.js
    │       │       │   │   │   ├── en-ca.js
    │       │       │   │   │   ├── en-gb.js
    │       │       │   │   │   ├── en.js
    │       │       │   │   │   ├── eo.js
    │       │       │   │   │   ├── es.js
    │       │       │   │   │   ├── et.js
    │       │       │   │   │   ├── eu.js
    │       │       │   │   │   ├── fa.js
    │       │       │   │   │   ├── fi.js
    │       │       │   │   │   ├── fo.js
    │       │       │   │   │   ├── fr-ca.js
    │       │       │   │   │   ├── fr.js
    │       │       │   │   │   ├── gl.js
    │       │       │   │   │   ├── gu.js
    │       │       │   │   │   ├── he.js
    │       │       │   │   │   ├── hi.js
    │       │       │   │   │   ├── hr.js
    │       │       │   │   │   ├── hu.js
    │       │       │   │   │   ├── id.js
    │       │       │   │   │   ├── is.js
    │       │       │   │   │   ├── it.js
    │       │       │   │   │   ├── ja.js
    │       │       │   │   │   ├── ka.js
    │       │       │   │   │   ├── km.js
    │       │       │   │   │   ├── ko.js
    │       │       │   │   │   ├── ku.js
    │       │       │   │   │   ├── lt.js
    │       │       │   │   │   ├── lv.js
    │       │       │   │   │   ├── mk.js
    │       │       │   │   │   ├── mn.js
    │       │       │   │   │   ├── ms.js
    │       │       │   │   │   ├── nb.js
    │       │       │   │   │   ├── nl.js
    │       │       │   │   │   ├── no.js
    │       │       │   │   │   ├── pl.js
    │       │       │   │   │   ├── pt-br.js
    │       │       │   │   │   ├── pt.js
    │       │       │   │   │   ├── ro.js
    │       │       │   │   │   ├── ru.js
    │       │       │   │   │   ├── si.js
    │       │       │   │   │   ├── sk.js
    │       │       │   │   │   ├── sl.js
    │       │       │   │   │   ├── sq.js
    │       │       │   │   │   ├── sr-latn.js
    │       │       │   │   │   ├── sr.js
    │       │       │   │   │   ├── sv.js
    │       │       │   │   │   ├── th.js
    │       │       │   │   │   ├── tr.js
    │       │       │   │   │   ├── tt.js
    │       │       │   │   │   ├── ug.js
    │       │       │   │   │   ├── uk.js
    │       │       │   │   │   ├── vi.js
    │       │       │   │   │   ├── zh-cn.js
    │       │       │   │   │   └── zh.js
    │       │       │   │   ├── plugins
    │       │       │   │   │   ├── a11yhelp
    │       │       │   │   │   │   └── dialogs
    │       │       │   │   │   │       ├── a11yhelp.js
    │       │       │   │   │   │       └── lang
    │       │       │   │   │   │           ├── _translationstatus.txt
    │       │       │   │   │   │           ├── af.js
    │       │       │   │   │   │           ├── ar.js
    │       │       │   │   │   │           ├── bg.js
    │       │       │   │   │   │           ├── ca.js
    │       │       │   │   │   │           ├── cs.js
    │       │       │   │   │   │           ├── cy.js
    │       │       │   │   │   │           ├── da.js
    │       │       │   │   │   │           ├── de-ch.js
    │       │       │   │   │   │           ├── de.js
    │       │       │   │   │   │           ├── el.js
    │       │       │   │   │   │           ├── en-gb.js
    │       │       │   │   │   │           ├── en.js
    │       │       │   │   │   │           ├── eo.js
    │       │       │   │   │   │           ├── es.js
    │       │       │   │   │   │           ├── et.js
    │       │       │   │   │   │           ├── eu.js
    │       │       │   │   │   │           ├── fa.js
    │       │       │   │   │   │           ├── fi.js
    │       │       │   │   │   │           ├── fo.js
    │       │       │   │   │   │           ├── fr-ca.js
    │       │       │   │   │   │           ├── fr.js
    │       │       │   │   │   │           ├── gl.js
    │       │       │   │   │   │           ├── gu.js
    │       │       │   │   │   │           ├── he.js
    │       │       │   │   │   │           ├── hi.js
    │       │       │   │   │   │           ├── hr.js
    │       │       │   │   │   │           ├── hu.js
    │       │       │   │   │   │           ├── id.js
    │       │       │   │   │   │           ├── it.js
    │       │       │   │   │   │           ├── ja.js
    │       │       │   │   │   │           ├── km.js
    │       │       │   │   │   │           ├── ko.js
    │       │       │   │   │   │           ├── ku.js
    │       │       │   │   │   │           ├── lt.js
    │       │       │   │   │   │           ├── lv.js
    │       │       │   │   │   │           ├── mk.js
    │       │       │   │   │   │           ├── mn.js
    │       │       │   │   │   │           ├── nb.js
    │       │       │   │   │   │           ├── nl.js
    │       │       │   │   │   │           ├── no.js
    │       │       │   │   │   │           ├── pl.js
    │       │       │   │   │   │           ├── pt-br.js
    │       │       │   │   │   │           ├── pt.js
    │       │       │   │   │   │           ├── ro.js
    │       │       │   │   │   │           ├── ru.js
    │       │       │   │   │   │           ├── si.js
    │       │       │   │   │   │           ├── sk.js
    │       │       │   │   │   │           ├── sl.js
    │       │       │   │   │   │           ├── sq.js
    │       │       │   │   │   │           ├── sr-latn.js
    │       │       │   │   │   │           ├── sr.js
    │       │       │   │   │   │           ├── sv.js
    │       │       │   │   │   │           ├── th.js
    │       │       │   │   │   │           ├── tr.js
    │       │       │   │   │   │           ├── tt.js
    │       │       │   │   │   │           ├── ug.js
    │       │       │   │   │   │           ├── uk.js
    │       │       │   │   │   │           ├── vi.js
    │       │       │   │   │   │           ├── zh-cn.js
    │       │       │   │   │   │           └── zh.js
    │       │       │   │   │   ├── about
    │       │       │   │   │   │   └── dialogs
    │       │       │   │   │   │       ├── about.js
    │       │       │   │   │   │       ├── hidpi
    │       │       │   │   │   │       │   └── logo_ckeditor.png
    │       │       │   │   │   │       └── logo_ckeditor.png
    │       │       │   │   │   ├── clipboard
    │       │       │   │   │   │   └── dialogs
    │       │       │   │   │   │       └── paste.js
    │       │       │   │   │   ├── dialog
    │       │       │   │   │   │   └── dialogDefinition.js
    │       │       │   │   │   ├── icons.png
    │       │       │   │   │   ├── icons_hidpi.png
    │       │       │   │   │   ├── image
    │       │       │   │   │   │   ├── dialogs
    │       │       │   │   │   │   │   └── image.js
    │       │       │   │   │   │   └── images
    │       │       │   │   │   │       └── noimage.png
    │       │       │   │   │   ├── link
    │       │       │   │   │   │   ├── dialogs
    │       │       │   │   │   │   │   ├── anchor.js
    │       │       │   │   │   │   │   └── link.js
    │       │       │   │   │   │   └── images
    │       │       │   │   │   │       ├── anchor.png
    │       │       │   │   │   │       └── hidpi
    │       │       │   │   │   │           └── anchor.png
    │       │       │   │   │   ├── magicline
    │       │       │   │   │   │   └── images
    │       │       │   │   │   │       ├── hidpi
    │       │       │   │   │   │       │   ├── icon-rtl.png
    │       │       │   │   │   │       │   └── icon.png
    │       │       │   │   │   │       ├── icon-rtl.png
    │       │       │   │   │   │       └── icon.png
    │       │       │   │   │   ├── pastefromword
    │       │       │   │   │   │   └── filter
    │       │       │   │   │   │       └── default.js
    │       │       │   │   │   ├── scayt
    │       │       │   │   │   │   ├── CHANGELOG.md
    │       │       │   │   │   │   ├── LICENSE.md
    │       │       │   │   │   │   ├── README.md
    │       │       │   │   │   │   └── dialogs
    │       │       │   │   │   │       ├── options.js
    │       │       │   │   │   │       └── toolbar.css
    │       │       │   │   │   ├── specialchar
    │       │       │   │   │   │   └── dialogs
    │       │       │   │   │   │       ├── lang
    │       │       │   │   │   │       │   ├── _translationstatus.txt
    │       │       │   │   │   │       │   ├── af.js
    │       │       │   │   │   │       │   ├── ar.js
    │       │       │   │   │   │       │   ├── bg.js
    │       │       │   │   │   │       │   ├── ca.js
    │       │       │   │   │   │       │   ├── cs.js
    │       │       │   │   │   │       │   ├── cy.js
    │       │       │   │   │   │       │   ├── da.js
    │       │       │   │   │   │       │   ├── de-ch.js
    │       │       │   │   │   │       │   ├── de.js
    │       │       │   │   │   │       │   ├── el.js
    │       │       │   │   │   │       │   ├── en-gb.js
    │       │       │   │   │   │       │   ├── en.js
    │       │       │   │   │   │       │   ├── eo.js
    │       │       │   │   │   │       │   ├── es.js
    │       │       │   │   │   │       │   ├── et.js
    │       │       │   │   │   │       │   ├── eu.js
    │       │       │   │   │   │       │   ├── fa.js
    │       │       │   │   │   │       │   ├── fi.js
    │       │       │   │   │   │       │   ├── fr-ca.js
    │       │       │   │   │   │       │   ├── fr.js
    │       │       │   │   │   │       │   ├── gl.js
    │       │       │   │   │   │       │   ├── he.js
    │       │       │   │   │   │       │   ├── hr.js
    │       │       │   │   │   │       │   ├── hu.js
    │       │       │   │   │   │       │   ├── id.js
    │       │       │   │   │   │       │   ├── it.js
    │       │       │   │   │   │       │   ├── ja.js
    │       │       │   │   │   │       │   ├── km.js
    │       │       │   │   │   │       │   ├── ko.js
    │       │       │   │   │   │       │   ├── ku.js
    │       │       │   │   │   │       │   ├── lt.js
    │       │       │   │   │   │       │   ├── lv.js
    │       │       │   │   │   │       │   ├── nb.js
    │       │       │   │   │   │       │   ├── nl.js
    │       │       │   │   │   │       │   ├── no.js
    │       │       │   │   │   │       │   ├── pl.js
    │       │       │   │   │   │       │   ├── pt-br.js
    │       │       │   │   │   │       │   ├── pt.js
    │       │       │   │   │   │       │   ├── ru.js
    │       │       │   │   │   │       │   ├── si.js
    │       │       │   │   │   │       │   ├── sk.js
    │       │       │   │   │   │       │   ├── sl.js
    │       │       │   │   │   │       │   ├── sq.js
    │       │       │   │   │   │       │   ├── sv.js
    │       │       │   │   │   │       │   ├── th.js
    │       │       │   │   │   │       │   ├── tr.js
    │       │       │   │   │   │       │   ├── tt.js
    │       │       │   │   │   │       │   ├── ug.js
    │       │       │   │   │   │       │   ├── uk.js
    │       │       │   │   │   │       │   ├── vi.js
    │       │       │   │   │   │       │   ├── zh-cn.js
    │       │       │   │   │   │       │   └── zh.js
    │       │       │   │   │   │       └── specialchar.js
    │       │       │   │   │   ├── table
    │       │       │   │   │   │   └── dialogs
    │       │       │   │   │   │       └── table.js
    │       │       │   │   │   ├── tabletools
    │       │       │   │   │   │   └── dialogs
    │       │       │   │   │   │       └── tableCell.js
    │       │       │   │   │   └── wsc
    │       │       │   │   │       ├── LICENSE.md
    │       │       │   │   │       ├── README.md
    │       │       │   │   │       └── dialogs
    │       │       │   │   │           ├── ciframe.html
    │       │       │   │   │           ├── tmpFrameset.html
    │       │       │   │   │           ├── wsc.css
    │       │       │   │   │           ├── wsc.js
    │       │       │   │   │           └── wsc_ie.js
    │       │       │   │   ├── samples
    │       │       │   │   │   ├── css
    │       │       │   │   │   │   └── samples.css
    │       │       │   │   │   ├── img
    │       │       │   │   │   │   ├── github-top.png
    │       │       │   │   │   │   ├── header-bg.png
    │       │       │   │   │   │   ├── header-separator.png
    │       │       │   │   │   │   ├── logo.png
    │       │       │   │   │   │   └── navigation-tip.png
    │       │       │   │   │   ├── index.html
    │       │       │   │   │   ├── js
    │       │       │   │   │   │   ├── sample.js
    │       │       │   │   │   │   └── sf.js
    │       │       │   │   │   ├── old
    │       │       │   │   │   │   ├── ajax.html
    │       │       │   │   │   │   ├── api.html
    │       │       │   │   │   │   ├── appendto.html
    │       │       │   │   │   │   ├── assets
    │       │       │   │   │   │   │   ├── inlineall
    │       │       │   │   │   │   │   │   └── logo.png
    │       │       │   │   │   │   │   ├── outputxhtml
    │       │       │   │   │   │   │   │   └── outputxhtml.css
    │       │       │   │   │   │   │   ├── posteddata.php
    │       │       │   │   │   │   │   ├── sample.jpg
    │       │       │   │   │   │   │   └── uilanguages
    │       │       │   │   │   │   │       └── languages.js
    │       │       │   │   │   │   ├── datafiltering.html
    │       │       │   │   │   │   ├── dialog
    │       │       │   │   │   │   │   ├── assets
    │       │       │   │   │   │   │   │   └── my_dialog.js
    │       │       │   │   │   │   │   └── dialog.html
    │       │       │   │   │   │   ├── divreplace.html
    │       │       │   │   │   │   ├── enterkey
    │       │       │   │   │   │   │   └── enterkey.html
    │       │       │   │   │   │   ├── htmlwriter
    │       │       │   │   │   │   │   ├── assets
    │       │       │   │   │   │   │   │   └── outputforflash
    │       │       │   │   │   │   │   │       ├── outputforflash.fla
    │       │       │   │   │   │   │   │       ├── outputforflash.swf
    │       │       │   │   │   │   │   │       └── swfobject.js
    │       │       │   │   │   │   │   ├── outputforflash.html
    │       │       │   │   │   │   │   └── outputhtml.html
    │       │       │   │   │   │   ├── index.html
    │       │       │   │   │   │   ├── inlineall.html
    │       │       │   │   │   │   ├── inlinebycode.html
    │       │       │   │   │   │   ├── inlinetextarea.html
    │       │       │   │   │   │   ├── jquery.html
    │       │       │   │   │   │   ├── magicline
    │       │       │   │   │   │   │   └── magicline.html
    │       │       │   │   │   │   ├── readonly.html
    │       │       │   │   │   │   ├── replacebyclass.html
    │       │       │   │   │   │   ├── replacebycode.html
    │       │       │   │   │   │   ├── sample.css
    │       │       │   │   │   │   ├── sample.js
    │       │       │   │   │   │   ├── sample_posteddata.php
    │       │       │   │   │   │   ├── tabindex.html
    │       │       │   │   │   │   ├── toolbar
    │       │       │   │   │   │   │   └── toolbar.html
    │       │       │   │   │   │   ├── uicolor.html
    │       │       │   │   │   │   ├── uilanguages.html
    │       │       │   │   │   │   ├── wysiwygarea
    │       │       │   │   │   │   │   └── fullpage.html
    │       │       │   │   │   │   └── xhtmlstyle.html
    │       │       │   │   │   └── toolbarconfigurator
    │       │       │   │   │       ├── css
    │       │       │   │   │       │   └── fontello.css
    │       │       │   │   │       ├── font
    │       │       │   │   │       │   ├── LICENSE.txt
    │       │       │   │   │       │   ├── config.json
    │       │       │   │   │       │   ├── fontello.eot
    │       │       │   │   │       │   ├── fontello.svg
    │       │       │   │   │       │   ├── fontello.ttf
    │       │       │   │   │       │   └── fontello.woff
    │       │       │   │   │       ├── index.html
    │       │       │   │   │       ├── js
    │       │       │   │   │       │   ├── abstracttoolbarmodifier.js
    │       │       │   │   │       │   ├── fulltoolbareditor.js
    │       │       │   │   │       │   ├── toolbarmodifier.js
    │       │       │   │   │       │   └── toolbartextmodifier.js
    │       │       │   │   │       └── lib
    │       │       │   │   │           └── codemirror
    │       │       │   │   │               ├── LICENSE
    │       │       │   │   │               ├── codemirror.css
    │       │       │   │   │               ├── codemirror.js
    │       │       │   │   │               ├── javascript.js
    │       │       │   │   │               ├── neo.css
    │       │       │   │   │               ├── show-hint.css
    │       │       │   │   │               └── show-hint.js
    │       │       │   │   ├── skins
    │       │       │   │   │   └── moono
    │       │       │   │   │       ├── dialog.css
    │       │       │   │   │       ├── dialog_ie.css
    │       │       │   │   │       ├── dialog_ie7.css
    │       │       │   │   │       ├── dialog_ie8.css
    │       │       │   │   │       ├── dialog_iequirks.css
    │       │       │   │   │       ├── editor.css
    │       │       │   │   │       ├── editor_gecko.css
    │       │       │   │   │       ├── editor_ie.css
    │       │       │   │   │       ├── editor_ie7.css
    │       │       │   │   │       ├── editor_ie8.css
    │       │       │   │   │       ├── editor_iequirks.css
    │       │       │   │   │       ├── icons.png
    │       │       │   │   │       ├── icons_hidpi.png
    │       │       │   │   │       ├── images
    │       │       │   │   │       │   ├── arrow.png
    │       │       │   │   │       │   ├── close.png
    │       │       │   │   │       │   ├── hidpi
    │       │       │   │   │       │   │   ├── close.png
    │       │       │   │   │       │   │   ├── lock-open.png
    │       │       │   │   │       │   │   ├── lock.png
    │       │       │   │   │       │   │   └── refresh.png
    │       │       │   │   │       │   ├── lock-open.png
    │       │       │   │   │       │   ├── lock.png
    │       │       │   │   │       │   ├── refresh.png
    │       │       │   │   │       │   └── spinner.gif
    │       │       │   │   │       └── readme.md
    │       │       │   │   └── styles.js
    │       │       │   ├── colorpicker
    │       │       │   │   ├── bootstrap-colorpicker.css
    │       │       │   │   ├── bootstrap-colorpicker.js
    │       │       │   │   ├── bootstrap-colorpicker.min.css
    │       │       │   │   ├── bootstrap-colorpicker.min.js
    │       │       │   │   └── img
    │       │       │   │       ├── alpha-horizontal.png
    │       │       │   │       ├── alpha.png
    │       │       │   │       ├── hue-horizontal.png
    │       │       │   │       ├── hue.png
    │       │       │   │       └── saturation.png
    │       │       │   ├── datatables
    │       │       │   │   ├── dataTables.bootstrap.css
    │       │       │   │   ├── dataTables.bootstrap.js
    │       │       │   │   ├── dataTables.bootstrap.min.js
    │       │       │   │   ├── extensions
    │       │       │   │   │   ├── AutoFill
    │       │       │   │   │   │   ├── Readme.txt
    │       │       │   │   │   │   ├── css
    │       │       │   │   │   │   │   ├── dataTables.autoFill.css
    │       │       │   │   │   │   │   └── dataTables.autoFill.min.css
    │       │       │   │   │   │   ├── examples
    │       │       │   │   │   │   │   ├── columns.html
    │       │       │   │   │   │   │   ├── complete-callback.html
    │       │       │   │   │   │   │   ├── fill-both.html
    │       │       │   │   │   │   │   ├── fill-horizontal.html
    │       │       │   │   │   │   │   ├── index.html
    │       │       │   │   │   │   │   ├── scrolling.html
    │       │       │   │   │   │   │   ├── simple.html
    │       │       │   │   │   │   │   └── step-callback.html
    │       │       │   │   │   │   ├── images
    │       │       │   │   │   │   │   └── filler.png
    │       │       │   │   │   │   └── js
    │       │       │   │   │   │       ├── dataTables.autoFill.js
    │       │       │   │   │   │       └── dataTables.autoFill.min.js
    │       │       │   │   │   ├── ColReorder
    │       │       │   │   │   │   ├── License.txt
    │       │       │   │   │   │   ├── Readme.md
    │       │       │   │   │   │   ├── css
    │       │       │   │   │   │   │   ├── dataTables.colReorder.css
    │       │       │   │   │   │   │   └── dataTables.colReorder.min.css
    │       │       │   │   │   │   ├── examples
    │       │       │   │   │   │   │   ├── alt_insert.html
    │       │       │   │   │   │   │   ├── col_filter.html
    │       │       │   │   │   │   │   ├── colvis.html
    │       │       │   │   │   │   │   ├── fixedcolumns.html
    │       │       │   │   │   │   │   ├── fixedheader.html
    │       │       │   │   │   │   │   ├── index.html
    │       │       │   │   │   │   │   ├── jqueryui.html
    │       │       │   │   │   │   │   ├── new_init.html
    │       │       │   │   │   │   │   ├── predefined.html
    │       │       │   │   │   │   │   ├── realtime.html
    │       │       │   │   │   │   │   ├── reset.html
    │       │       │   │   │   │   │   ├── scrolling.html
    │       │       │   │   │   │   │   ├── server_side.html
    │       │       │   │   │   │   │   ├── simple.html
    │       │       │   │   │   │   │   └── state_save.html
    │       │       │   │   │   │   ├── images
    │       │       │   │   │   │   │   └── insert.png
    │       │       │   │   │   │   └── js
    │       │       │   │   │   │       ├── dataTables.colReorder.js
    │       │       │   │   │   │       └── dataTables.colReorder.min.js
    │       │       │   │   │   ├── ColVis
    │       │       │   │   │   │   ├── License.txt
    │       │       │   │   │   │   ├── Readme.md
    │       │       │   │   │   │   ├── css
    │       │       │   │   │   │   │   ├── dataTables.colVis.css
    │       │       │   │   │   │   │   ├── dataTables.colVis.min.css
    │       │       │   │   │   │   │   └── dataTables.colvis.jqueryui.css
    │       │       │   │   │   │   ├── examples
    │       │       │   │   │   │   │   ├── button_order.html
    │       │       │   │   │   │   │   ├── exclude_columns.html
    │       │       │   │   │   │   │   ├── group_columns.html
    │       │       │   │   │   │   │   ├── index.html
    │       │       │   │   │   │   │   ├── jqueryui.html
    │       │       │   │   │   │   │   ├── mouseover.html
    │       │       │   │   │   │   │   ├── new_init.html
    │       │       │   │   │   │   │   ├── restore.html
    │       │       │   │   │   │   │   ├── simple.html
    │       │       │   │   │   │   │   ├── text.html
    │       │       │   │   │   │   │   ├── title_callback.html
    │       │       │   │   │   │   │   ├── two_tables.html
    │       │       │   │   │   │   │   └── two_tables_identical.html
    │       │       │   │   │   │   └── js
    │       │       │   │   │   │       ├── dataTables.colVis.js
    │       │       │   │   │   │       └── dataTables.colVis.min.js
    │       │       │   │   │   ├── FixedColumns
    │       │       │   │   │   │   ├── License.txt
    │       │       │   │   │   │   ├── Readme.md
    │       │       │   │   │   │   ├── css
    │       │       │   │   │   │   │   ├── dataTables.fixedColumns.css
    │       │       │   │   │   │   │   └── dataTables.fixedColumns.min.css
    │       │       │   │   │   │   ├── examples
    │       │       │   │   │   │   │   ├── bootstrap.html
    │       │       │   │   │   │   │   ├── col_filter.html
    │       │       │   │   │   │   │   ├── colvis.html
    │       │       │   │   │   │   │   ├── css_size.html
    │       │       │   │   │   │   │   ├── index.html
    │       │       │   │   │   │   │   ├── index_column.html
    │       │       │   │   │   │   │   ├── left_right_columns.html
    │       │       │   │   │   │   │   ├── right_column.html
    │       │       │   │   │   │   │   ├── rowspan.html
    │       │       │   │   │   │   │   ├── server-side-processing.html
    │       │       │   │   │   │   │   ├── simple.html
    │       │       │   │   │   │   │   ├── size_fixed.html
    │       │       │   │   │   │   │   ├── size_fluid.html
    │       │       │   │   │   │   │   └── two_columns.html
    │       │       │   │   │   │   └── js
    │       │       │   │   │   │       ├── dataTables.fixedColumns.js
    │       │       │   │   │   │       └── dataTables.fixedColumns.min.js
    │       │       │   │   │   ├── FixedHeader
    │       │       │   │   │   │   ├── Readme.txt
    │       │       │   │   │   │   ├── css
    │       │       │   │   │   │   │   ├── dataTables.fixedHeader.css
    │       │       │   │   │   │   │   └── dataTables.fixedHeader.min.css
    │       │       │   │   │   │   ├── examples
    │       │       │   │   │   │   │   ├── header_footer.html
    │       │       │   │   │   │   │   ├── index.html
    │       │       │   │   │   │   │   ├── simple.html
    │       │       │   │   │   │   │   ├── top_left_right.html
    │       │       │   │   │   │   │   ├── two_tables.html
    │       │       │   │   │   │   │   └── zIndexes.html
    │       │       │   │   │   │   └── js
    │       │       │   │   │   │       ├── dataTables.fixedHeader.js
    │       │       │   │   │   │       └── dataTables.fixedHeader.min.js
    │       │       │   │   │   ├── KeyTable
    │       │       │   │   │   │   ├── Readme.txt
    │       │       │   │   │   │   ├── css
    │       │       │   │   │   │   │   ├── dataTables.keyTable.css
    │       │       │   │   │   │   │   └── dataTables.keyTable.min.css
    │       │       │   │   │   │   ├── examples
    │       │       │   │   │   │   │   ├── events.html
    │       │       │   │   │   │   │   ├── html.html
    │       │       │   │   │   │   │   ├── index.html
    │       │       │   │   │   │   │   ├── scrolling.html
    │       │       │   │   │   │   │   └── simple.html
    │       │       │   │   │   │   └── js
    │       │       │   │   │   │       ├── dataTables.keyTable.js
    │       │       │   │   │   │       └── dataTables.keyTable.min.js
    │       │       │   │   │   ├── Responsive
    │       │       │   │   │   │   ├── License.txt
    │       │       │   │   │   │   ├── Readme.md
    │       │       │   │   │   │   ├── css
    │       │       │   │   │   │   │   ├── dataTables.responsive.css
    │       │       │   │   │   │   │   └── dataTables.responsive.scss
    │       │       │   │   │   │   ├── examples
    │       │       │   │   │   │   │   ├── child-rows
    │       │       │   │   │   │   │   │   ├── column-control.html
    │       │       │   │   │   │   │   │   ├── custom-renderer.html
    │       │       │   │   │   │   │   │   ├── disable-child-rows.html
    │       │       │   │   │   │   │   │   ├── index.html
    │       │       │   │   │   │   │   │   ├── right-column.html
    │       │       │   │   │   │   │   │   └── whole-row-control.html
    │       │       │   │   │   │   │   ├── display-control
    │       │       │   │   │   │   │   │   ├── auto.html
    │       │       │   │   │   │   │   │   ├── classes.html
    │       │       │   │   │   │   │   │   ├── complexHeader.html
    │       │       │   │   │   │   │   │   ├── fixedHeader.html
    │       │       │   │   │   │   │   │   ├── index.html
    │       │       │   │   │   │   │   │   └── init-classes.html
    │       │       │   │   │   │   │   ├── index.html
    │       │       │   │   │   │   │   ├── initialisation
    │       │       │   │   │   │   │   │   ├── ajax.html
    │       │       │   │   │   │   │   │   ├── className.html
    │       │       │   │   │   │   │   │   ├── default.html
    │       │       │   │   │   │   │   │   ├── index.html
    │       │       │   │   │   │   │   │   ├── new.html
    │       │       │   │   │   │   │   │   └── option.html
    │       │       │   │   │   │   │   └── styling
    │       │       │   │   │   │   │       ├── bootstrap.html
    │       │       │   │   │   │   │       ├── compact.html
    │       │       │   │   │   │   │       ├── foundation.html
    │       │       │   │   │   │   │       ├── index.html
    │       │       │   │   │   │   │       └── scrolling.html
    │       │       │   │   │   │   └── js
    │       │       │   │   │   │       ├── dataTables.responsive.js
    │       │       │   │   │   │       └── dataTables.responsive.min.js
    │       │       │   │   │   ├── Scroller
    │       │       │   │   │   │   ├── Readme.txt
    │       │       │   │   │   │   ├── css
    │       │       │   │   │   │   │   ├── dataTables.scroller.css
    │       │       │   │   │   │   │   └── dataTables.scroller.min.css
    │       │       │   │   │   │   ├── examples
    │       │       │   │   │   │   │   ├── api_scrolling.html
    │       │       │   │   │   │   │   ├── data
    │       │       │   │   │   │   │   │   ├── 2500.txt
    │       │       │   │   │   │   │   │   └── ssp.php
    │       │       │   │   │   │   │   ├── index.html
    │       │       │   │   │   │   │   ├── large_js_source.html
    │       │       │   │   │   │   │   ├── server-side_processing.html
    │       │       │   │   │   │   │   ├── simple.html
    │       │       │   │   │   │   │   └── state_saving.html
    │       │       │   │   │   │   ├── images
    │       │       │   │   │   │   │   └── loading-background.png
    │       │       │   │   │   │   └── js
    │       │       │   │   │   │       ├── dataTables.scroller.js
    │       │       │   │   │   │       └── dataTables.scroller.min.js
    │       │       │   │   │   └── TableTools
    │       │       │   │   │       ├── Readme.md
    │       │       │   │   │       ├── css
    │       │       │   │   │       │   ├── dataTables.tableTools.css
    │       │       │   │   │       │   └── dataTables.tableTools.min.css
    │       │       │   │   │       ├── examples
    │       │       │   │   │       │   ├── ajax.html
    │       │       │   │   │       │   ├── alter_buttons.html
    │       │       │   │   │       │   ├── bootstrap.html
    │       │       │   │   │       │   ├── button_text.html
    │       │       │   │   │       │   ├── collection.html
    │       │       │   │   │       │   ├── defaults.html
    │       │       │   │   │       │   ├── index.html
    │       │       │   │   │       │   ├── jqueryui.html
    │       │       │   │   │       │   ├── multi_instance.html
    │       │       │   │   │       │   ├── multiple_tables.html
    │       │       │   │   │       │   ├── new_init.html
    │       │       │   │   │       │   ├── pdf_message.html
    │       │       │   │   │       │   ├── plug-in.html
    │       │       │   │   │       │   ├── select_column.html
    │       │       │   │   │       │   ├── select_multi.html
    │       │       │   │   │       │   ├── select_os.html
    │       │       │   │   │       │   ├── select_single.html
    │       │       │   │   │       │   ├── simple.html
    │       │       │   │   │       │   └── swf_path.html
    │       │       │   │   │       ├── images
    │       │       │   │   │       │   ├── collection.png
    │       │       │   │   │       │   ├── collection_hover.png
    │       │       │   │   │       │   ├── copy.png
    │       │       │   │   │       │   ├── copy_hover.png
    │       │       │   │   │       │   ├── csv.png
    │       │       │   │   │       │   ├── csv_hover.png
    │       │       │   │   │       │   ├── pdf.png
    │       │       │   │   │       │   ├── pdf_hover.png
    │       │       │   │   │       │   ├── print.png
    │       │       │   │   │       │   ├── print_hover.png
    │       │       │   │   │       │   ├── psd
    │       │       │   │   │       │   │   ├── collection.psd
    │       │       │   │   │       │   │   ├── copy document.psd
    │       │       │   │   │       │   │   ├── file_types.psd
    │       │       │   │   │       │   │   └── printer.psd
    │       │       │   │   │       │   ├── xls.png
    │       │       │   │   │       │   └── xls_hover.png
    │       │       │   │   │       ├── js
    │       │       │   │   │       │   ├── dataTables.tableTools.js
    │       │       │   │   │       │   └── dataTables.tableTools.min.js
    │       │       │   │   │       └── swf
    │       │       │   │   │           ├── copy_csv_xls.swf
    │       │       │   │   │           └── copy_csv_xls_pdf.swf
    │       │       │   │   ├── images
    │       │       │   │   │   ├── sort_asc.png
    │       │       │   │   │   ├── sort_asc_disabled.png
    │       │       │   │   │   ├── sort_both.png
    │       │       │   │   │   ├── sort_desc.png
    │       │       │   │   │   └── sort_desc_disabled.png
    │       │       │   │   ├── jquery.dataTables.css
    │       │       │   │   ├── jquery.dataTables.js
    │       │       │   │   ├── jquery.dataTables.min.css
    │       │       │   │   ├── jquery.dataTables.min.js
    │       │       │   │   └── jquery.dataTables_themeroller.css
    │       │       │   ├── datepicker
    │       │       │   │   ├── bootstrap-datepicker.js
    │       │       │   │   ├── datepicker3.css
    │       │       │   │   └── locales
    │       │       │   │       ├── bootstrap-datepicker.ar.js
    │       │       │   │       ├── bootstrap-datepicker.az.js
    │       │       │   │       ├── bootstrap-datepicker.bg.js
    │       │       │   │       ├── bootstrap-datepicker.ca.js
    │       │       │   │       ├── bootstrap-datepicker.cs.js
    │       │       │   │       ├── bootstrap-datepicker.cy.js
    │       │       │   │       ├── bootstrap-datepicker.da.js
    │       │       │   │       ├── bootstrap-datepicker.de.js
    │       │       │   │       ├── bootstrap-datepicker.el.js
    │       │       │   │       ├── bootstrap-datepicker.es.js
    │       │       │   │       ├── bootstrap-datepicker.et.js
    │       │       │   │       ├── bootstrap-datepicker.fa.js
    │       │       │   │       ├── bootstrap-datepicker.fi.js
    │       │       │   │       ├── bootstrap-datepicker.fr.js
    │       │       │   │       ├── bootstrap-datepicker.gl.js
    │       │       │   │       ├── bootstrap-datepicker.he.js
    │       │       │   │       ├── bootstrap-datepicker.hr.js
    │       │       │   │       ├── bootstrap-datepicker.hu.js
    │       │       │   │       ├── bootstrap-datepicker.id.js
    │       │       │   │       ├── bootstrap-datepicker.is.js
    │       │       │   │       ├── bootstrap-datepicker.it.js
    │       │       │   │       ├── bootstrap-datepicker.ja.js
    │       │       │   │       ├── bootstrap-datepicker.ka.js
    │       │       │   │       ├── bootstrap-datepicker.kk.js
    │       │       │   │       ├── bootstrap-datepicker.kr.js
    │       │       │   │       ├── bootstrap-datepicker.lt.js
    │       │       │   │       ├── bootstrap-datepicker.lv.js
    │       │       │   │       ├── bootstrap-datepicker.mk.js
    │       │       │   │       ├── bootstrap-datepicker.ms.js
    │       │       │   │       ├── bootstrap-datepicker.nb.js
    │       │       │   │       ├── bootstrap-datepicker.nl-BE.js
    │       │       │   │       ├── bootstrap-datepicker.nl.js
    │       │       │   │       ├── bootstrap-datepicker.no.js
    │       │       │   │       ├── bootstrap-datepicker.pl.js
    │       │       │   │       ├── bootstrap-datepicker.pt-BR.js
    │       │       │   │       ├── bootstrap-datepicker.pt.js
    │       │       │   │       ├── bootstrap-datepicker.ro.js
    │       │       │   │       ├── bootstrap-datepicker.rs-latin.js
    │       │       │   │       ├── bootstrap-datepicker.rs.js
    │       │       │   │       ├── bootstrap-datepicker.ru.js
    │       │       │   │       ├── bootstrap-datepicker.sk.js
    │       │       │   │       ├── bootstrap-datepicker.sl.js
    │       │       │   │       ├── bootstrap-datepicker.sq.js
    │       │       │   │       ├── bootstrap-datepicker.sv.js
    │       │       │   │       ├── bootstrap-datepicker.sw.js
    │       │       │   │       ├── bootstrap-datepicker.th.js
    │       │       │   │       ├── bootstrap-datepicker.tr.js
    │       │       │   │       ├── bootstrap-datepicker.ua.js
    │       │       │   │       ├── bootstrap-datepicker.vi.js
    │       │       │   │       ├── bootstrap-datepicker.zh-CN.js
    │       │       │   │       └── bootstrap-datepicker.zh-TW.js
    │       │       │   ├── daterangepicker
    │       │       │   │   ├── daterangepicker.css
    │       │       │   │   ├── daterangepicker.js
    │       │       │   │   ├── moment.js
    │       │       │   │   └── moment.min.js
    │       │       │   ├── fastclick
    │       │       │   │   ├── fastclick.js
    │       │       │   │   └── fastclick.min.js
    │       │       │   ├── flot
    │       │       │   │   ├── excanvas.js
    │       │       │   │   ├── excanvas.min.js
    │       │       │   │   ├── jquery.colorhelpers.js
    │       │       │   │   ├── jquery.colorhelpers.min.js
    │       │       │   │   ├── jquery.flot.canvas.js
    │       │       │   │   ├── jquery.flot.canvas.min.js
    │       │       │   │   ├── jquery.flot.categories.js
    │       │       │   │   ├── jquery.flot.categories.min.js
    │       │       │   │   ├── jquery.flot.crosshair.js
    │       │       │   │   ├── jquery.flot.crosshair.min.js
    │       │       │   │   ├── jquery.flot.errorbars.js
    │       │       │   │   ├── jquery.flot.errorbars.min.js
    │       │       │   │   ├── jquery.flot.fillbetween.js
    │       │       │   │   ├── jquery.flot.fillbetween.min.js
    │       │       │   │   ├── jquery.flot.image.js
    │       │       │   │   ├── jquery.flot.image.min.js
    │       │       │   │   ├── jquery.flot.js
    │       │       │   │   ├── jquery.flot.min.js
    │       │       │   │   ├── jquery.flot.navigate.js
    │       │       │   │   ├── jquery.flot.navigate.min.js
    │       │       │   │   ├── jquery.flot.pie.js
    │       │       │   │   ├── jquery.flot.pie.min.js
    │       │       │   │   ├── jquery.flot.resize.js
    │       │       │   │   ├── jquery.flot.resize.min.js
    │       │       │   │   ├── jquery.flot.selection.js
    │       │       │   │   ├── jquery.flot.selection.min.js
    │       │       │   │   ├── jquery.flot.stack.js
    │       │       │   │   ├── jquery.flot.stack.min.js
    │       │       │   │   ├── jquery.flot.symbol.js
    │       │       │   │   ├── jquery.flot.symbol.min.js
    │       │       │   │   ├── jquery.flot.threshold.js
    │       │       │   │   ├── jquery.flot.threshold.min.js
    │       │       │   │   ├── jquery.flot.time.js
    │       │       │   │   └── jquery.flot.time.min.js
    │       │       │   ├── fullcalendar
    │       │       │   │   ├── fullcalendar.css
    │       │       │   │   ├── fullcalendar.js
    │       │       │   │   ├── fullcalendar.min.css
    │       │       │   │   ├── fullcalendar.min.js
    │       │       │   │   └── fullcalendar.print.css
    │       │       │   ├── iCheck
    │       │       │   │   ├── all.css
    │       │       │   │   ├── flat
    │       │       │   │   │   ├── _all.css
    │       │       │   │   │   ├── aero.css
    │       │       │   │   │   ├── aero.png
    │       │       │   │   │   ├── aero@2x.png
    │       │       │   │   │   ├── blue.css
    │       │       │   │   │   ├── blue.png
    │       │       │   │   │   ├── blue@2x.png
    │       │       │   │   │   ├── flat.css
    │       │       │   │   │   ├── flat.png
    │       │       │   │   │   ├── flat@2x.png
    │       │       │   │   │   ├── green.css
    │       │       │   │   │   ├── green.png
    │       │       │   │   │   ├── green@2x.png
    │       │       │   │   │   ├── grey.css
    │       │       │   │   │   ├── grey.png
    │       │       │   │   │   ├── grey@2x.png
    │       │       │   │   │   ├── orange.css
    │       │       │   │   │   ├── orange.png
    │       │       │   │   │   ├── orange@2x.png
    │       │       │   │   │   ├── pink.css
    │       │       │   │   │   ├── pink.png
    │       │       │   │   │   ├── pink@2x.png
    │       │       │   │   │   ├── purple.css
    │       │       │   │   │   ├── purple.png
    │       │       │   │   │   ├── purple@2x.png
    │       │       │   │   │   ├── red.css
    │       │       │   │   │   ├── red.png
    │       │       │   │   │   ├── red@2x.png
    │       │       │   │   │   ├── yellow.css
    │       │       │   │   │   ├── yellow.png
    │       │       │   │   │   └── yellow@2x.png
    │       │       │   │   ├── futurico
    │       │       │   │   │   ├── futurico.css
    │       │       │   │   │   ├── futurico.png
    │       │       │   │   │   └── futurico@2x.png
    │       │       │   │   ├── icheck.js
    │       │       │   │   ├── icheck.min.js
    │       │       │   │   ├── line
    │       │       │   │   │   ├── _all.css
    │       │       │   │   │   ├── aero.css
    │       │       │   │   │   ├── blue.css
    │       │       │   │   │   ├── green.css
    │       │       │   │   │   ├── grey.css
    │       │       │   │   │   ├── line.css
    │       │       │   │   │   ├── line.png
    │       │       │   │   │   ├── line@2x.png
    │       │       │   │   │   ├── orange.css
    │       │       │   │   │   ├── pink.css
    │       │       │   │   │   ├── purple.css
    │       │       │   │   │   ├── red.css
    │       │       │   │   │   └── yellow.css
    │       │       │   │   ├── minimal
    │       │       │   │   │   ├── _all.css
    │       │       │   │   │   ├── aero.css
    │       │       │   │   │   ├── aero.png
    │       │       │   │   │   ├── aero@2x.png
    │       │       │   │   │   ├── blue.css
    │       │       │   │   │   ├── blue.png
    │       │       │   │   │   ├── blue@2x.png
    │       │       │   │   │   ├── green.css
    │       │       │   │   │   ├── green.png
    │       │       │   │   │   ├── green@2x.png
    │       │       │   │   │   ├── grey.css
    │       │       │   │   │   ├── grey.png
    │       │       │   │   │   ├── grey@2x.png
    │       │       │   │   │   ├── minimal.css
    │       │       │   │   │   ├── minimal.png
    │       │       │   │   │   ├── minimal@2x.png
    │       │       │   │   │   ├── orange.css
    │       │       │   │   │   ├── orange.png
    │       │       │   │   │   ├── orange@2x.png
    │       │       │   │   │   ├── pink.css
    │       │       │   │   │   ├── pink.png
    │       │       │   │   │   ├── pink@2x.png
    │       │       │   │   │   ├── purple.css
    │       │       │   │   │   ├── purple.png
    │       │       │   │   │   ├── purple@2x.png
    │       │       │   │   │   ├── red.css
    │       │       │   │   │   ├── red.png
    │       │       │   │   │   ├── red@2x.png
    │       │       │   │   │   ├── yellow.css
    │       │       │   │   │   ├── yellow.png
    │       │       │   │   │   └── yellow@2x.png
    │       │       │   │   ├── polaris
    │       │       │   │   │   ├── polaris.css
    │       │       │   │   │   ├── polaris.png
    │       │       │   │   │   └── polaris@2x.png
    │       │       │   │   └── square
    │       │       │   │       ├── _all.css
    │       │       │   │       ├── aero.css
    │       │       │   │       ├── aero.png
    │       │       │   │       ├── aero@2x.png
    │       │       │   │       ├── blue.css
    │       │       │   │       ├── blue.png
    │       │       │   │       ├── blue@2x.png
    │       │       │   │       ├── green.css
    │       │       │   │       ├── green.png
    │       │       │   │       ├── green@2x.png
    │       │       │   │       ├── grey.css
    │       │       │   │       ├── grey.png
    │       │       │   │       ├── grey@2x.png
    │       │       │   │       ├── orange.css
    │       │       │   │       ├── orange.png
    │       │       │   │       ├── orange@2x.png
    │       │       │   │       ├── pink.css
    │       │       │   │       ├── pink.png
    │       │       │   │       ├── pink@2x.png
    │       │       │   │       ├── purple.css
    │       │       │   │       ├── purple.png
    │       │       │   │       ├── purple@2x.png
    │       │       │   │       ├── red.css
    │       │       │   │       ├── red.png
    │       │       │   │       ├── red@2x.png
    │       │       │   │       ├── square.css
    │       │       │   │       ├── square.png
    │       │       │   │       ├── square@2x.png
    │       │       │   │       ├── yellow.css
    │       │       │   │       ├── yellow.png
    │       │       │   │       └── yellow@2x.png
    │       │       │   ├── input-mask
    │       │       │   │   ├── jquery.inputmask.date.extensions.js
    │       │       │   │   ├── jquery.inputmask.extensions.js
    │       │       │   │   ├── jquery.inputmask.js
    │       │       │   │   ├── jquery.inputmask.numeric.extensions.js
    │       │       │   │   ├── jquery.inputmask.phone.extensions.js
    │       │       │   │   ├── jquery.inputmask.regex.extensions.js
    │       │       │   │   └── phone-codes
    │       │       │   │       ├── phone-be.json
    │       │       │   │       ├── phone-codes.json
    │       │       │   │       └── readme.txt
    │       │       │   ├── ionslider
    │       │       │   │   ├── img
    │       │       │   │   │   ├── sprite-skin-flat.png
    │       │       │   │   │   └── sprite-skin-nice.png
    │       │       │   │   ├── ion.rangeSlider.css
    │       │       │   │   ├── ion.rangeSlider.min.js
    │       │       │   │   ├── ion.rangeSlider.skinFlat.css
    │       │       │   │   └── ion.rangeSlider.skinNice.css
    │       │       │   ├── jQuery
    │       │       │   │   └── jquery-2.2.3.min.js
    │       │       │   ├── jQueryUI
    │       │       │   │   ├── jquery-ui.js
    │       │       │   │   └── jquery-ui.min.js
    │       │       │   ├── jvectormap
    │       │       │   │   ├── jquery-jvectormap-1.2.2.css
    │       │       │   │   ├── jquery-jvectormap-1.2.2.min.js
    │       │       │   │   ├── jquery-jvectormap-usa-en.js
    │       │       │   │   └── jquery-jvectormap-world-mill-en.js
    │       │       │   ├── knob
    │       │       │   │   └── jquery.knob.js
    │       │       │   ├── morris
    │       │       │   │   ├── morris.css
    │       │       │   │   ├── morris.js
    │       │       │   │   └── morris.min.js
    │       │       │   ├── pace
    │       │       │   │   ├── pace.css
    │       │       │   │   ├── pace.js
    │       │       │   │   ├── pace.min.css
    │       │       │   │   └── pace.min.js
    │       │       │   ├── select2
    │       │       │   │   ├── i18n
    │       │       │   │   │   ├── ar.js
    │       │       │   │   │   ├── az.js
    │       │       │   │   │   ├── bg.js
    │       │       │   │   │   ├── ca.js
    │       │       │   │   │   ├── cs.js
    │       │       │   │   │   ├── da.js
    │       │       │   │   │   ├── de.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
    │       │       │   │   │   ├── hu.js
    │       │       │   │   │   ├── id.js
    │       │       │   │   │   ├── is.js
    │       │       │   │   │   ├── it.js
    │       │       │   │   │   ├── ja.js
    │       │       │   │   │   ├── km.js
    │       │       │   │   │   ├── ko.js
    │       │       │   │   │   ├── lt.js
    │       │       │   │   │   ├── lv.js
    │       │       │   │   │   ├── mk.js
    │       │       │   │   │   ├── ms.js
    │       │       │   │   │   ├── nb.js
    │       │       │   │   │   ├── nl.js
    │       │       │   │   │   ├── pl.js
    │       │       │   │   │   ├── pt-BR.js
    │       │       │   │   │   ├── pt.js
    │       │       │   │   │   ├── ro.js
    │       │       │   │   │   ├── ru.js
    │       │       │   │   │   ├── sk.js
    │       │       │   │   │   ├── sr-Cyrl.js
    │       │       │   │   │   ├── sr.js
    │       │       │   │   │   ├── sv.js
    │       │       │   │   │   ├── th.js
    │       │       │   │   │   ├── tr.js
    │       │       │   │   │   ├── uk.js
    │       │       │   │   │   ├── vi.js
    │       │       │   │   │   ├── zh-CN.js
    │       │       │   │   │   └── zh-TW.js
    │       │       │   │   ├── select2.css
    │       │       │   │   ├── select2.full.js
    │       │       │   │   ├── select2.full.min.js
    │       │       │   │   ├── select2.js
    │       │       │   │   ├── select2.min.css
    │       │       │   │   └── select2.min.js
    │       │       │   ├── slimScroll
    │       │       │   │   ├── jquery.slimscroll.js
    │       │       │   │   └── jquery.slimscroll.min.js
    │       │       │   ├── sparkline
    │       │       │   │   ├── jquery.sparkline.js
    │       │       │   │   └── jquery.sparkline.min.js
    │       │       │   └── timepicker
    │       │       │       ├── bootstrap-timepicker.css
    │       │       │       ├── bootstrap-timepicker.js
    │       │       │       ├── bootstrap-timepicker.min.css
    │       │       │       └── bootstrap-timepicker.min.js
    │       │       ├── starter.html
    │       │       └── yarn.lock
    │       ├── autoload.php
    │       ├── codeigniter
    │       │   └── framework
    │       │       ├── application
    │       │       │   ├── cache
    │       │       │   │   └── index.html
    │       │       │   ├── config
    │       │       │   │   ├── autoload.php
    │       │       │   │   ├── config.php
    │       │       │   │   ├── constants.php
    │       │       │   │   ├── database.php
    │       │       │   │   ├── doctypes.php
    │       │       │   │   ├── foreign_chars.php
    │       │       │   │   ├── hooks.php
    │       │       │   │   ├── index.html
    │       │       │   │   ├── memcached.php
    │       │       │   │   ├── migration.php
    │       │       │   │   ├── mimes.php
    │       │       │   │   ├── profiler.php
    │       │       │   │   ├── routes.php
    │       │       │   │   ├── smileys.php
    │       │       │   │   └── user_agents.php
    │       │       │   ├── controllers
    │       │       │   │   ├── Welcome.php
    │       │       │   │   └── index.html
    │       │       │   ├── core
    │       │       │   │   └── index.html
    │       │       │   ├── helpers
    │       │       │   │   └── index.html
    │       │       │   ├── hooks
    │       │       │   │   └── index.html
    │       │       │   ├── index.html
    │       │       │   ├── language
    │       │       │   │   ├── english
    │       │       │   │   │   └── index.html
    │       │       │   │   └── index.html
    │       │       │   ├── libraries
    │       │       │   │   └── index.html
    │       │       │   ├── logs
    │       │       │   │   └── index.html
    │       │       │   ├── models
    │       │       │   │   └── index.html
    │       │       │   ├── third_party
    │       │       │   │   └── index.html
    │       │       │   └── views
    │       │       │       ├── errors
    │       │       │       │   ├── cli
    │       │       │       │   │   ├── error_404.php
    │       │       │       │   │   ├── error_db.php
    │       │       │       │   │   ├── error_exception.php
    │       │       │       │   │   ├── error_general.php
    │       │       │       │   │   ├── error_php.php
    │       │       │       │   │   └── index.html
    │       │       │       │   ├── html
    │       │       │       │   │   ├── error_404.php
    │       │       │       │   │   ├── error_db.php
    │       │       │       │   │   ├── error_exception.php
    │       │       │       │   │   ├── error_general.php
    │       │       │       │   │   ├── error_php.php
    │       │       │       │   │   └── index.html
    │       │       │       │   └── index.html
    │       │       │       ├── index.html
    │       │       │       └── welcome_message.php
    │       │       ├── composer.json
    │       │       ├── contributing.md
    │       │       ├── index.php
    │       │       ├── license.txt
    │       │       ├── readme.rst
    │       │       ├── system
    │       │       │   ├── core
    │       │       │   │   ├── Benchmark.php
    │       │       │   │   ├── CodeIgniter.php
    │       │       │   │   ├── Common.php
    │       │       │   │   ├── Config.php
    │       │       │   │   ├── Controller.php
    │       │       │   │   ├── Exceptions.php
    │       │       │   │   ├── Hooks.php
    │       │       │   │   ├── Input.php
    │       │       │   │   ├── Lang.php
    │       │       │   │   ├── Loader.php
    │       │       │   │   ├── Log.php
    │       │       │   │   ├── Model.php
    │       │       │   │   ├── Output.php
    │       │       │   │   ├── Router.php
    │       │       │   │   ├── Security.php
    │       │       │   │   ├── URI.php
    │       │       │   │   ├── Utf8.php
    │       │       │   │   ├── compat
    │       │       │   │   │   ├── hash.php
    │       │       │   │   │   ├── index.html
    │       │       │   │   │   ├── mbstring.php
    │       │       │   │   │   ├── password.php
    │       │       │   │   │   └── standard.php
    │       │       │   │   └── index.html
    │       │       │   ├── database
    │       │       │   │   ├── DB.php
    │       │       │   │   ├── DB_cache.php
    │       │       │   │   ├── DB_driver.php
    │       │       │   │   ├── DB_forge.php
    │       │       │   │   ├── DB_query_builder.php
    │       │       │   │   ├── DB_result.php
    │       │       │   │   ├── DB_utility.php
    │       │       │   │   ├── drivers
    │       │       │   │   │   ├── cubrid
    │       │       │   │   │   │   ├── cubrid_driver.php
    │       │       │   │   │   │   ├── cubrid_forge.php
    │       │       │   │   │   │   ├── cubrid_result.php
    │       │       │   │   │   │   ├── cubrid_utility.php
    │       │       │   │   │   │   └── index.html
    │       │       │   │   │   ├── ibase
    │       │       │   │   │   │   ├── ibase_driver.php
    │       │       │   │   │   │   ├── ibase_forge.php
    │       │       │   │   │   │   ├── ibase_result.php
    │       │       │   │   │   │   ├── ibase_utility.php
    │       │       │   │   │   │   └── index.html
    │       │       │   │   │   ├── index.html
    │       │       │   │   │   ├── mssql
    │       │       │   │   │   │   ├── index.html
    │       │       │   │   │   │   ├── mssql_driver.php
    │       │       │   │   │   │   ├── mssql_forge.php
    │       │       │   │   │   │   ├── mssql_result.php
    │       │       │   │   │   │   └── mssql_utility.php
    │       │       │   │   │   ├── mysql
    │       │       │   │   │   │   ├── index.html
    │       │       │   │   │   │   ├── mysql_driver.php
    │       │       │   │   │   │   ├── mysql_forge.php
    │       │       │   │   │   │   ├── mysql_result.php
    │       │       │   │   │   │   └── mysql_utility.php
    │       │       │   │   │   ├── mysqli
    │       │       │   │   │   │   ├── index.html
    │       │       │   │   │   │   ├── mysqli_driver.php
    │       │       │   │   │   │   ├── mysqli_forge.php
    │       │       │   │   │   │   ├── mysqli_result.php
    │       │       │   │   │   │   └── mysqli_utility.php
    │       │       │   │   │   ├── oci8
    │       │       │   │   │   │   ├── index.html
    │       │       │   │   │   │   ├── oci8_driver.php
    │       │       │   │   │   │   ├── oci8_forge.php
    │       │       │   │   │   │   ├── oci8_result.php
    │       │       │   │   │   │   └── oci8_utility.php
    │       │       │   │   │   ├── odbc
    │       │       │   │   │   │   ├── index.html
    │       │       │   │   │   │   ├── odbc_driver.php
    │       │       │   │   │   │   ├── odbc_forge.php
    │       │       │   │   │   │   ├── odbc_result.php
    │       │       │   │   │   │   └── odbc_utility.php
    │       │       │   │   │   ├── pdo
    │       │       │   │   │   │   ├── index.html
    │       │       │   │   │   │   ├── pdo_driver.php
    │       │       │   │   │   │   ├── pdo_forge.php
    │       │       │   │   │   │   ├── pdo_result.php
    │       │       │   │   │   │   ├── pdo_utility.php
    │       │       │   │   │   │   └── subdrivers
    │       │       │   │   │   │       ├── index.html
    │       │       │   │   │   │       ├── pdo_4d_driver.php
    │       │       │   │   │   │       ├── pdo_4d_forge.php
    │       │       │   │   │   │       ├── pdo_cubrid_driver.php
    │       │       │   │   │   │       ├── pdo_cubrid_forge.php
    │       │       │   │   │   │       ├── pdo_dblib_driver.php
    │       │       │   │   │   │       ├── pdo_dblib_forge.php
    │       │       │   │   │   │       ├── pdo_firebird_driver.php
    │       │       │   │   │   │       ├── pdo_firebird_forge.php
    │       │       │   │   │   │       ├── pdo_ibm_driver.php
    │       │       │   │   │   │       ├── pdo_ibm_forge.php
    │       │       │   │   │   │       ├── pdo_informix_driver.php
    │       │       │   │   │   │       ├── pdo_informix_forge.php
    │       │       │   │   │   │       ├── pdo_mysql_driver.php
    │       │       │   │   │   │       ├── pdo_mysql_forge.php
    │       │       │   │   │   │       ├── pdo_oci_driver.php
    │       │       │   │   │   │       ├── pdo_oci_forge.php
    │       │       │   │   │   │       ├── pdo_odbc_driver.php
    │       │       │   │   │   │       ├── pdo_odbc_forge.php
    │       │       │   │   │   │       ├── pdo_pgsql_driver.php
    │       │       │   │   │   │       ├── pdo_pgsql_forge.php
    │       │       │   │   │   │       ├── pdo_sqlite_driver.php
    │       │       │   │   │   │       ├── pdo_sqlite_forge.php
    │       │       │   │   │   │       ├── pdo_sqlsrv_driver.php
    │       │       │   │   │   │       └── pdo_sqlsrv_forge.php
    │       │       │   │   │   ├── postgre
    │       │       │   │   │   │   ├── index.html
    │       │       │   │   │   │   ├── postgre_driver.php
    │       │       │   │   │   │   ├── postgre_forge.php
    │       │       │   │   │   │   ├── postgre_result.php
    │       │       │   │   │   │   └── postgre_utility.php
    │       │       │   │   │   ├── sqlite
    │       │       │   │   │   │   ├── index.html
    │       │       │   │   │   │   ├── sqlite_driver.php
    │       │       │   │   │   │   ├── sqlite_forge.php
    │       │       │   │   │   │   ├── sqlite_result.php
    │       │       │   │   │   │   └── sqlite_utility.php
    │       │       │   │   │   ├── sqlite3
    │       │       │   │   │   │   ├── index.html
    │       │       │   │   │   │   ├── sqlite3_driver.php
    │       │       │   │   │   │   ├── sqlite3_forge.php
    │       │       │   │   │   │   ├── sqlite3_result.php
    │       │       │   │   │   │   └── sqlite3_utility.php
    │       │       │   │   │   └── sqlsrv
    │       │       │   │   │       ├── index.html
    │       │       │   │   │       ├── sqlsrv_driver.php
    │       │       │   │   │       ├── sqlsrv_forge.php
    │       │       │   │   │       ├── sqlsrv_result.php
    │       │       │   │   │       └── sqlsrv_utility.php
    │       │       │   │   └── index.html
    │       │       │   ├── fonts
    │       │       │   │   ├── index.html
    │       │       │   │   └── texb.ttf
    │       │       │   ├── helpers
    │       │       │   │   ├── array_helper.php
    │       │       │   │   ├── captcha_helper.php
    │       │       │   │   ├── cookie_helper.php
    │       │       │   │   ├── date_helper.php
    │       │       │   │   ├── directory_helper.php
    │       │       │   │   ├── download_helper.php
    │       │       │   │   ├── email_helper.php
    │       │       │   │   ├── file_helper.php
    │       │       │   │   ├── form_helper.php
    │       │       │   │   ├── html_helper.php
    │       │       │   │   ├── index.html
    │       │       │   │   ├── inflector_helper.php
    │       │       │   │   ├── language_helper.php
    │       │       │   │   ├── number_helper.php
    │       │       │   │   ├── path_helper.php
    │       │       │   │   ├── security_helper.php
    │       │       │   │   ├── smiley_helper.php
    │       │       │   │   ├── string_helper.php
    │       │       │   │   ├── text_helper.php
    │       │       │   │   ├── typography_helper.php
    │       │       │   │   ├── url_helper.php
    │       │       │   │   └── xml_helper.php
    │       │       │   ├── index.html
    │       │       │   ├── language
    │       │       │   │   ├── english
    │       │       │   │   │   ├── calendar_lang.php
    │       │       │   │   │   ├── date_lang.php
    │       │       │   │   │   ├── db_lang.php
    │       │       │   │   │   ├── email_lang.php
    │       │       │   │   │   ├── form_validation_lang.php
    │       │       │   │   │   ├── ftp_lang.php
    │       │       │   │   │   ├── imglib_lang.php
    │       │       │   │   │   ├── index.html
    │       │       │   │   │   ├── migration_lang.php
    │       │       │   │   │   ├── number_lang.php
    │       │       │   │   │   ├── pagination_lang.php
    │       │       │   │   │   ├── profiler_lang.php
    │       │       │   │   │   ├── unit_test_lang.php
    │       │       │   │   │   └── upload_lang.php
    │       │       │   │   └── index.html
    │       │       │   └── libraries
    │       │       │       ├── Cache
    │       │       │       │   ├── Cache.php
    │       │       │       │   ├── drivers
    │       │       │       │   │   ├── Cache_apc.php
    │       │       │       │   │   ├── Cache_dummy.php
    │       │       │       │   │   ├── Cache_file.php
    │       │       │       │   │   ├── Cache_memcached.php
    │       │       │       │   │   ├── Cache_redis.php
    │       │       │       │   │   ├── Cache_wincache.php
    │       │       │       │   │   └── index.html
    │       │       │       │   └── index.html
    │       │       │       ├── Calendar.php
    │       │       │       ├── Cart.php
    │       │       │       ├── Driver.php
    │       │       │       ├── Email.php
    │       │       │       ├── Encrypt.php
    │       │       │       ├── Encryption.php
    │       │       │       ├── Form_validation.php
    │       │       │       ├── Ftp.php
    │       │       │       ├── Image_lib.php
    │       │       │       ├── Javascript
    │       │       │       │   ├── Jquery.php
    │       │       │       │   └── index.html
    │       │       │       ├── Javascript.php
    │       │       │       ├── Migration.php
    │       │       │       ├── Pagination.php
    │       │       │       ├── Parser.php
    │       │       │       ├── Profiler.php
    │       │       │       ├── Session
    │       │       │       │   ├── Session.php
    │       │       │       │   ├── SessionHandlerInterface.php
    │       │       │       │   ├── Session_driver.php
    │       │       │       │   ├── drivers
    │       │       │       │   │   ├── Session_database_driver.php
    │       │       │       │   │   ├── Session_files_driver.php
    │       │       │       │   │   ├── Session_memcached_driver.php
    │       │       │       │   │   ├── Session_redis_driver.php
    │       │       │       │   │   └── index.html
    │       │       │       │   └── index.html
    │       │       │       ├── Table.php
    │       │       │       ├── Trackback.php
    │       │       │       ├── Typography.php
    │       │       │       ├── Unit_test.php
    │       │       │       ├── Upload.php
    │       │       │       ├── User_agent.php
    │       │       │       ├── Xmlrpc.php
    │       │       │       ├── Xmlrpcs.php
    │       │       │       ├── Zip.php
    │       │       │       └── index.html
    │       │       └── user_guide
    │       │           ├── DCO.html
    │       │           ├── _downloads
    │       │           │   └── ELDocs.tmbundle.zip
    │       │           ├── _images
    │       │           │   ├── appflowchart.gif
    │       │           │   └── smile.gif
    │       │           ├── _static
    │       │           │   ├── ajax-loader.gif
    │       │           │   ├── basic.css
    │       │           │   ├── ci-icon.ico
    │       │           │   ├── comment-bright.png
    │       │           │   ├── comment-close.png
    │       │           │   ├── comment.png
    │       │           │   ├── css
    │       │           │   │   ├── badge_only.css
    │       │           │   │   ├── citheme.css
    │       │           │   │   └── theme.css
    │       │           │   ├── doctools.js
    │       │           │   ├── down-pressed.png
    │       │           │   ├── down.png
    │       │           │   ├── file.png
    │       │           │   ├── fonts
    │       │           │   │   ├── FontAwesome.otf
    │       │           │   │   ├── fontawesome-webfont.eot
    │       │           │   │   ├── fontawesome-webfont.svg
    │       │           │   │   ├── fontawesome-webfont.ttf
    │       │           │   │   └── fontawesome-webfont.woff
    │       │           │   ├── images
    │       │           │   │   └── ci-icon.ico
    │       │           │   ├── jquery.js
    │       │           │   ├── js
    │       │           │   │   ├── oldtheme.js
    │       │           │   │   └── theme.js
    │       │           │   ├── minus.png
    │       │           │   ├── plus.png
    │       │           │   ├── pygments.css
    │       │           │   ├── searchtools.js
    │       │           │   ├── underscore.js
    │       │           │   ├── up-pressed.png
    │       │           │   ├── up.png
    │       │           │   └── websupport.js
    │       │           ├── changelog.html
    │       │           ├── contributing
    │       │           │   └── index.html
    │       │           ├── database
    │       │           │   ├── caching.html
    │       │           │   ├── call_function.html
    │       │           │   ├── configuration.html
    │       │           │   ├── connecting.html
    │       │           │   ├── db_driver_reference.html
    │       │           │   ├── examples.html
    │       │           │   ├── forge.html
    │       │           │   ├── helpers.html
    │       │           │   ├── index.html
    │       │           │   ├── metadata.html
    │       │           │   ├── queries.html
    │       │           │   ├── query_builder.html
    │       │           │   ├── results.html
    │       │           │   ├── transactions.html
    │       │           │   └── utilities.html
    │       │           ├── documentation
    │       │           │   └── index.html
    │       │           ├── general
    │       │           │   ├── alternative_php.html
    │       │           │   ├── ancillary_classes.html
    │       │           │   ├── autoloader.html
    │       │           │   ├── caching.html
    │       │           │   ├── cli.html
    │       │           │   ├── common_functions.html
    │       │           │   ├── compatibility_functions.html
    │       │           │   ├── controllers.html
    │       │           │   ├── core_classes.html
    │       │           │   ├── creating_drivers.html
    │       │           │   ├── creating_libraries.html
    │       │           │   ├── credits.html
    │       │           │   ├── drivers.html
    │       │           │   ├── environments.html
    │       │           │   ├── errors.html
    │       │           │   ├── helpers.html
    │       │           │   ├── hooks.html
    │       │           │   ├── index.html
    │       │           │   ├── libraries.html
    │       │           │   ├── managing_apps.html
    │       │           │   ├── models.html
    │       │           │   ├── profiling.html
    │       │           │   ├── requirements.html
    │       │           │   ├── reserved_names.html
    │       │           │   ├── routing.html
    │       │           │   ├── security.html
    │       │           │   ├── styleguide.html
    │       │           │   ├── urls.html
    │       │           │   ├── views.html
    │       │           │   └── welcome.html
    │       │           ├── genindex.html
    │       │           ├── helpers
    │       │           │   ├── array_helper.html
    │       │           │   ├── captcha_helper.html
    │       │           │   ├── cookie_helper.html
    │       │           │   ├── date_helper.html
    │       │           │   ├── directory_helper.html
    │       │           │   ├── download_helper.html
    │       │           │   ├── email_helper.html
    │       │           │   ├── file_helper.html
    │       │           │   ├── form_helper.html
    │       │           │   ├── html_helper.html
    │       │           │   ├── index.html
    │       │           │   ├── inflector_helper.html
    │       │           │   ├── language_helper.html
    │       │           │   ├── number_helper.html
    │       │           │   ├── path_helper.html
    │       │           │   ├── security_helper.html
    │       │           │   ├── smiley_helper.html
    │       │           │   ├── string_helper.html
    │       │           │   ├── text_helper.html
    │       │           │   ├── typography_helper.html
    │       │           │   ├── url_helper.html
    │       │           │   └── xml_helper.html
    │       │           ├── index.html
    │       │           ├── installation
    │       │           │   ├── downloads.html
    │       │           │   ├── index.html
    │       │           │   ├── troubleshooting.html
    │       │           │   ├── upgrade_120.html
    │       │           │   ├── upgrade_130.html
    │       │           │   ├── upgrade_131.html
    │       │           │   ├── upgrade_132.html
    │       │           │   ├── upgrade_133.html
    │       │           │   ├── upgrade_140.html
    │       │           │   ├── upgrade_141.html
    │       │           │   ├── upgrade_150.html
    │       │           │   ├── upgrade_152.html
    │       │           │   ├── upgrade_153.html
    │       │           │   ├── upgrade_154.html
    │       │           │   ├── upgrade_160.html
    │       │           │   ├── upgrade_161.html
    │       │           │   ├── upgrade_162.html
    │       │           │   ├── upgrade_163.html
    │       │           │   ├── upgrade_170.html
    │       │           │   ├── upgrade_171.html
    │       │           │   ├── upgrade_172.html
    │       │           │   ├── upgrade_200.html
    │       │           │   ├── upgrade_201.html
    │       │           │   ├── upgrade_202.html
    │       │           │   ├── upgrade_203.html
    │       │           │   ├── upgrade_210.html
    │       │           │   ├── upgrade_211.html
    │       │           │   ├── upgrade_212.html
    │       │           │   ├── upgrade_213.html
    │       │           │   ├── upgrade_214.html
    │       │           │   ├── upgrade_220.html
    │       │           │   ├── upgrade_221.html
    │       │           │   ├── upgrade_222.html
    │       │           │   ├── upgrade_223.html
    │       │           │   ├── upgrade_300.html
    │       │           │   ├── upgrade_301.html
    │       │           │   ├── upgrade_302.html
    │       │           │   ├── upgrade_303.html
    │       │           │   ├── upgrade_304.html
    │       │           │   ├── upgrade_305.html
    │       │           │   ├── upgrade_306.html
    │       │           │   ├── upgrade_310.html
    │       │           │   ├── upgrade_311.html
    │       │           │   ├── upgrade_312.html
    │       │           │   ├── upgrade_313.html
    │       │           │   ├── upgrade_314.html
    │       │           │   ├── upgrade_b11.html
    │       │           │   └── upgrading.html
    │       │           ├── libraries
    │       │           │   ├── benchmark.html
    │       │           │   ├── caching.html
    │       │           │   ├── calendar.html
    │       │           │   ├── cart.html
    │       │           │   ├── config.html
    │       │           │   ├── email.html
    │       │           │   ├── encrypt.html
    │       │           │   ├── encryption.html
    │       │           │   ├── file_uploading.html
    │       │           │   ├── form_validation.html
    │       │           │   ├── ftp.html
    │       │           │   ├── image_lib.html
    │       │           │   ├── index.html
    │       │           │   ├── input.html
    │       │           │   ├── javascript.html
    │       │           │   ├── language.html
    │       │           │   ├── loader.html
    │       │           │   ├── migration.html
    │       │           │   ├── output.html
    │       │           │   ├── pagination.html
    │       │           │   ├── parser.html
    │       │           │   ├── security.html
    │       │           │   ├── sessions.html
    │       │           │   ├── table.html
    │       │           │   ├── trackback.html
    │       │           │   ├── typography.html
    │       │           │   ├── unit_testing.html
    │       │           │   ├── uri.html
    │       │           │   ├── user_agent.html
    │       │           │   ├── xmlrpc.html
    │       │           │   └── zip.html
    │       │           ├── license.html
    │       │           ├── objects.inv
    │       │           ├── overview
    │       │           │   ├── appflow.html
    │       │           │   ├── at_a_glance.html
    │       │           │   ├── features.html
    │       │           │   ├── getting_started.html
    │       │           │   ├── goals.html
    │       │           │   ├── index.html
    │       │           │   └── mvc.html
    │       │           ├── search.html
    │       │           ├── searchindex.js
    │       │           └── tutorial
    │       │               ├── conclusion.html
    │       │               ├── create_news_items.html
    │       │               ├── index.html
    │       │               ├── news_section.html
    │       │               └── static_pages.html
    │       ├── composer
    │       │   ├── ClassLoader.php
    │       │   ├── LICENSE
    │       │   ├── autoload_classmap.php
    │       │   ├── autoload_namespaces.php
    │       │   ├── autoload_psr4.php
    │       │   ├── autoload_real.php
    │       │   ├── autoload_static.php
    │       │   └── installed.json
    │       ├── leancloud
    │       │   └── leancloud-sdk
    │       │       ├── Changelog.md
    │       │       ├── Hacking.md
    │       │       ├── Makefile
    │       │       ├── README.md
    │       │       ├── composer.json
    │       │       ├── composer.lock
    │       │       ├── docs
    │       │       │   ├── 404.html
    │       │       │   ├── class-LeanCloud.ACL.html
    │       │       │   ├── class-LeanCloud.BatchRequestError.html
    │       │       │   ├── class-LeanCloud.Bytes.html
    │       │       │   ├── class-LeanCloud.Client.html
    │       │       │   ├── class-LeanCloud.CloudException.html
    │       │       │   ├── class-LeanCloud.Engine.Cloud.html
    │       │       │   ├── class-LeanCloud.Engine.FunctionError.html
    │       │       │   ├── class-LeanCloud.Engine.LaravelEngine.html
    │       │       │   ├── class-LeanCloud.Engine.LeanEngine.html
    │       │       │   ├── class-LeanCloud.Engine.SlimEngine.html
    │       │       │   ├── class-LeanCloud.File.html
    │       │       │   ├── class-LeanCloud.GeoPoint.html
    │       │       │   ├── class-LeanCloud.MIMEType.html
    │       │       │   ├── class-LeanCloud.Object.html
    │       │       │   ├── class-LeanCloud.Operation.ArrayOperation.html
    │       │       │   ├── class-LeanCloud.Operation.DeleteOperation.html
    │       │       │   ├── class-LeanCloud.Operation.IOperation.html
    │       │       │   ├── class-LeanCloud.Operation.IncrementOperation.html
    │       │       │   ├── class-LeanCloud.Operation.RelationOperation.html
    │       │       │   ├── class-LeanCloud.Operation.SetOperation.html
    │       │       │   ├── class-LeanCloud.Push.html
    │       │       │   ├── class-LeanCloud.Query.html
    │       │       │   ├── class-LeanCloud.Relation.html
    │       │       │   ├── class-LeanCloud.Role.html
    │       │       │   ├── class-LeanCloud.SMS.html
    │       │       │   ├── class-LeanCloud.SaveOption.html
    │       │       │   ├── class-LeanCloud.Storage.CookieStorage.html
    │       │       │   ├── class-LeanCloud.Storage.IStorage.html
    │       │       │   ├── class-LeanCloud.Storage.SessionStorage.html
    │       │       │   ├── class-LeanCloud.Uploader.QCloudUploader.html
    │       │       │   ├── class-LeanCloud.Uploader.QiniuUploader.html
    │       │       │   ├── class-LeanCloud.Uploader.S3Uploader.html
    │       │       │   ├── class-LeanCloud.Uploader.SimpleUploader.html
    │       │       │   ├── class-LeanCloud.User.html
    │       │       │   ├── elementlist.js
    │       │       │   ├── index.html
    │       │       │   ├── namespace-LeanCloud.Engine.html
    │       │       │   ├── namespace-LeanCloud.Operation.html
    │       │       │   ├── namespace-LeanCloud.Storage.html
    │       │       │   ├── namespace-LeanCloud.Uploader.html
    │       │       │   ├── namespace-LeanCloud.html
    │       │       │   ├── resources
    │       │       │   │   ├── collapsed.png
    │       │       │   │   ├── combined.js
    │       │       │   │   ├── footer.png
    │       │       │   │   ├── inherit.png
    │       │       │   │   ├── resize.png
    │       │       │   │   ├── sort.png
    │       │       │   │   ├── style.css
    │       │       │   │   ├── tree-cleaner.png
    │       │       │   │   ├── tree-hasnext.png
    │       │       │   │   ├── tree-last.png
    │       │       │   │   └── tree-vertical.png
    │       │       │   ├── source-class-LeanCloud.ACL.html
    │       │       │   ├── source-class-LeanCloud.BatchRequestError.html
    │       │       │   ├── source-class-LeanCloud.Bytes.html
    │       │       │   ├── source-class-LeanCloud.Client.html
    │       │       │   ├── source-class-LeanCloud.CloudException.html
    │       │       │   ├── source-class-LeanCloud.Engine.Cloud.html
    │       │       │   ├── source-class-LeanCloud.Engine.FunctionError.html
    │       │       │   ├── source-class-LeanCloud.Engine.LaravelEngine.html
    │       │       │   ├── source-class-LeanCloud.Engine.LeanEngine.html
    │       │       │   ├── source-class-LeanCloud.Engine.SlimEngine.html
    │       │       │   ├── source-class-LeanCloud.File.html
    │       │       │   ├── source-class-LeanCloud.GeoPoint.html
    │       │       │   ├── source-class-LeanCloud.MIMEType.html
    │       │       │   ├── source-class-LeanCloud.Object.html
    │       │       │   ├── source-class-LeanCloud.Operation.ArrayOperation.html
    │       │       │   ├── source-class-LeanCloud.Operation.DeleteOperation.html
    │       │       │   ├── source-class-LeanCloud.Operation.IOperation.html
    │       │       │   ├── source-class-LeanCloud.Operation.IncrementOperation.html
    │       │       │   ├── source-class-LeanCloud.Operation.RelationOperation.html
    │       │       │   ├── source-class-LeanCloud.Operation.SetOperation.html
    │       │       │   ├── source-class-LeanCloud.Push.html
    │       │       │   ├── source-class-LeanCloud.Query.html
    │       │       │   ├── source-class-LeanCloud.Relation.html
    │       │       │   ├── source-class-LeanCloud.Role.html
    │       │       │   ├── source-class-LeanCloud.SMS.html
    │       │       │   ├── source-class-LeanCloud.SaveOption.html
    │       │       │   ├── source-class-LeanCloud.Storage.CookieStorage.html
    │       │       │   ├── source-class-LeanCloud.Storage.IStorage.html
    │       │       │   ├── source-class-LeanCloud.Storage.SessionStorage.html
    │       │       │   ├── source-class-LeanCloud.Uploader.QCloudUploader.html
    │       │       │   ├── source-class-LeanCloud.Uploader.QiniuUploader.html
    │       │       │   ├── source-class-LeanCloud.Uploader.S3Uploader.html
    │       │       │   ├── source-class-LeanCloud.Uploader.SimpleUploader.html
    │       │       │   └── source-class-LeanCloud.User.html
    │       │       ├── fabfile.py
    │       │       ├── phpunit.xml
    │       │       ├── release.sh
    │       │       ├── src
    │       │       │   ├── LeanCloud
    │       │       │   │   ├── ACL.php
    │       │       │   │   ├── BatchRequestError.php
    │       │       │   │   ├── Bytes.php
    │       │       │   │   ├── Client.php
    │       │       │   │   ├── CloudException.php
    │       │       │   │   ├── Engine
    │       │       │   │   │   ├── Cloud.php
    │       │       │   │   │   ├── FunctionError.php
    │       │       │   │   │   ├── LaravelEngine.php
    │       │       │   │   │   ├── LeanEngine.php
    │       │       │   │   │   └── SlimEngine.php
    │       │       │   │   ├── File.php
    │       │       │   │   ├── GeoPoint.php
    │       │       │   │   ├── MIMEType.php
    │       │       │   │   ├── Object.php
    │       │       │   │   ├── Operation
    │       │       │   │   │   ├── ArrayOperation.php
    │       │       │   │   │   ├── DeleteOperation.php
    │       │       │   │   │   ├── IOperation.php
    │       │       │   │   │   ├── IncrementOperation.php
    │       │       │   │   │   ├── RelationOperation.php
    │       │       │   │   │   └── SetOperation.php
    │       │       │   │   ├── Push.php
    │       │       │   │   ├── Query.php
    │       │       │   │   ├── Relation.php
    │       │       │   │   ├── Role.php
    │       │       │   │   ├── SMS.php
    │       │       │   │   ├── SaveOption.php
    │       │       │   │   ├── Storage
    │       │       │   │   │   ├── CookieStorage.php
    │       │       │   │   │   ├── IStorage.php
    │       │       │   │   │   └── SessionStorage.php
    │       │       │   │   ├── Uploader
    │       │       │   │   │   ├── QCloudUploader.php
    │       │       │   │   │   ├── QiniuUploader.php
    │       │       │   │   │   ├── S3Uploader.php
    │       │       │   │   │   └── SimpleUploader.php
    │       │       │   │   └── User.php
    │       │       │   └── autoload.php
    │       │       └── test
    │       │           ├── ACLTest.php
    │       │           ├── APITest.php
    │       │           ├── ArrayOperationTest.php
    │       │           ├── BytesTest.php
    │       │           ├── ClientTest.php
    │       │           ├── CloudTest.php
    │       │           ├── DeleteOperationTest.php
    │       │           ├── FileTest.php
    │       │           ├── GeoPointTest.php
    │       │           ├── IncrementOperationTest.php
    │       │           ├── ObjectTest.php
    │       │           ├── PushTest.php
    │       │           ├── QueryTest.php
    │       │           ├── RelationOperationTest.php
    │       │           ├── RelationTest.php
    │       │           ├── RoleTest.php
    │       │           ├── SetOperationTest.php
    │       │           ├── StorageTest.php
    │       │           ├── UserTest.php
    │       │           └── engine
    │       │               ├── LeanEngineTest.php
    │       │               └── index.php
    │       └── mikey179
    │           └── vfsStream
    │               ├── CHANGES
    │               ├── LICENSE
    │               ├── composer.json
    │               ├── examples
    │               │   ├── Example.php
    │               │   ├── ExampleTestCaseOldWay.php
    │               │   ├── ExampleTestCaseWithVfsStream.php
    │               │   ├── FailureExample.php
    │               │   ├── FailureExampleTestCase.php
    │               │   ├── FileModeExampleTestCaseOldWay.php
    │               │   ├── FilePermissionsExample.php
    │               │   ├── FilePermissionsExampleTestCase.php
    │               │   ├── FilemodeExample.php
    │               │   ├── FilemodeExampleTestCaseWithVfsStream.php
    │               │   └── bootstrap.php
    │               ├── phpdoc.dist.xml
    │               ├── phpunit.xml.dist
    │               ├── readme.md
    │               └── src
    │                   ├── main
    │                   │   └── php
    │                   │       └── org
    │                   │           └── bovigo
    │                   │               └── vfs
    │                   │                   ├── Quota.php
    │                   │                   ├── vfsStream.php
    │                   │                   ├── vfsStreamAbstractContent.php
    │                   │                   ├── vfsStreamContainer.php
    │                   │                   ├── vfsStreamContainerIterator.php
    │                   │                   ├── vfsStreamContent.php
    │                   │                   ├── vfsStreamDirectory.php
    │                   │                   ├── vfsStreamException.php
    │                   │                   ├── vfsStreamFile.php
    │                   │                   ├── vfsStreamWrapper.php
    │                   │                   └── visitor
    │                   │                       ├── vfsStreamAbstractVisitor.php
    │                   │                       ├── vfsStreamPrintVisitor.php
    │                   │                       ├── vfsStreamStructureVisitor.php
    │                   │                       └── vfsStreamVisitor.php
    │                   └── test
    │                       ├── php
    │                       │   └── org
    │                       │       └── bovigo
    │                       │           └── vfs
    │                       │               ├── QuotaTestCase.php
    │                       │               ├── proxy
    │                       │               │   └── vfsStreamWrapperRecordingProxy.php
    │                       │               ├── vfsStreamAbstractContentTestCase.php
    │                       │               ├── vfsStreamContainerIteratorTestCase.php
    │                       │               ├── vfsStreamDirectoryIssue18TestCase.php
    │                       │               ├── vfsStreamDirectoryTestCase.php
    │                       │               ├── vfsStreamFileTestCase.php
    │                       │               ├── vfsStreamGlobTestCase.php
    │                       │               ├── vfsStreamResolveIncludePathTestCase.php
    │                       │               ├── vfsStreamTestCase.php
    │                       │               ├── vfsStreamUmaskTestCase.php
    │                       │               ├── vfsStreamWrapperAlreadyRegisteredTestCase.php
    │                       │               ├── vfsStreamWrapperBaseTestCase.php
    │                       │               ├── vfsStreamWrapperDirSeparatorTestCase.php
    │                       │               ├── vfsStreamWrapperDirTestCase.php
    │                       │               ├── vfsStreamWrapperFileTestCase.php
    │                       │               ├── vfsStreamWrapperFileTimesTestCase.php
    │                       │               ├── vfsStreamWrapperFlockTestCase.php
    │                       │               ├── vfsStreamWrapperQuotaTestCase.php
    │                       │               ├── vfsStreamWrapperSetOptionTestCase.php
    │                       │               ├── vfsStreamWrapperStreamSelectTestCase.php
    │                       │               ├── vfsStreamWrapperTestCase.php
    │                       │               ├── vfsStreamWrapperWithoutRootTestCase.php
    │                       │               ├── vfsStreamZipTestCase.php
    │                       │               └── visitor
    │                       │                   ├── vfsStreamAbstractVisitorTestCase.php
    │                       │                   ├── vfsStreamPrintVisitorTestCase.php
    │                       │                   └── vfsStreamStructureVisitorTestCase.php
    │                       └── resources
    │                           └── filesystemcopy
    │                               ├── emptyFolder
    │                               └── withSubfolders
    │                                   ├── aFile.txt
    │                                   ├── subfolder1
    │                                   │   └── file1.txt
    │                                   └── subfolder2
    ├── lendoo-wx
    │   ├── README.md
    │   ├── app.js
    │   ├── app.json
    │   ├── app.wxss
    │   ├── images
    │   │   ├── favor.png
    │   │   ├── icon_aboutus.png
    │   │   ├── icon_address.png
    │   │   ├── icon_all.png
    │   │   ├── icon_cart.png
    │   │   ├── icon_cart_selected.png
    │   │   ├── icon_cate.png
    │   │   ├── icon_cate_selected.png
    │   │   ├── icon_delete.png
    │   │   ├── icon_donate.png
    │   │   ├── icon_edit.png
    │   │   ├── icon_favor.png
    │   │   ├── icon_home.png
    │   │   ├── icon_home_selected.png
    │   │   ├── icon_member.png
    │   │   ├── icon_member_selected.png
    │   │   ├── icon_order.png
    │   │   ├── icon_share.png
    │   │   └── icon_shopping.png
    │   ├── pages
    │   │   ├── address
    │   │   │   ├── add
    │   │   │   │   ├── add.js
    │   │   │   │   ├── add.wxml
    │   │   │   │   └── add.wxss
    │   │   │   └── list
    │   │   │       ├── list.js
    │   │   │       ├── list.wxml
    │   │   │       └── list.wxss
    │   │   ├── cart
    │   │   │   ├── cart.js
    │   │   │   ├── cart.wxml
    │   │   │   └── cart.wxss
    │   │   ├── category
    │   │   │   ├── category.js
    │   │   │   ├── category.wxml
    │   │   │   └── category.wxss
    │   │   ├── goods
    │   │   │   ├── detail
    │   │   │   │   ├── detail.js
    │   │   │   │   ├── detail.wxml
    │   │   │   │   └── detail.wxss
    │   │   │   └── list
    │   │   │       ├── list.js
    │   │   │       ├── list.json
    │   │   │       ├── list.wxml
    │   │   │       └── list.wxss
    │   │   ├── index
    │   │   │   ├── index.js
    │   │   │   ├── index.wxml
    │   │   │   └── index.wxss
    │   │   ├── member
    │   │   │   ├── aboutus
    │   │   │   │   ├── aboutus.js
    │   │   │   │   ├── aboutus.json
    │   │   │   │   ├── aboutus.wxml
    │   │   │   │   └── aboutus.wxss
    │   │   │   ├── donate
    │   │   │   │   ├── donate.js
    │   │   │   │   ├── donate.json
    │   │   │   │   ├── donate.wxml
    │   │   │   │   └── donate.wxss
    │   │   │   ├── index
    │   │   │   │   ├── index.js
    │   │   │   │   ├── index.wxml
    │   │   │   │   └── index.wxss
    │   │   │   └── share
    │   │   │       ├── share.js
    │   │   │       ├── share.json
    │   │   │       ├── share.wxml
    │   │   │       └── share.wxss
    │   │   └── order
    │   │       ├── checkout
    │   │       │   ├── checkout.js
    │   │       │   ├── checkout.wxml
    │   │       │   └── checkout.wxss
    │   │       ├── list
    │   │       │   ├── list.js
    │   │       │   ├── list.json
    │   │       │   ├── list.wxml
    │   │       │   └── list.wxss
    │   │       └── payment
    │   │           ├── payment.js
    │   │           ├── payment.wxml
    │   │           └── payment.wxss
    │   └── utils
    │       ├── av-weapp.js
    │       └── qqmap-wx-jssdk.min.js
    ├── 后端源码.zip
    ├── 云商城前端.zip
    └── 安装演示说明文件(1).txt

653 directories, 3558 files


实例下载地址

云商城小程序(带php完整后端)-微信小程序

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警