实例介绍
20套前台模版后台自由切换,手机版2套,支持二次开完,完整无加密, NG接口开户,WG接口开户,BI接口开户,AG包杀接口,娱乐城源码,
【实例截图】
【核心代码】
new1
├── new1
│ ├── new1
│ │ ├── app
│ │ │ ├── Console
│ │ │ │ ├── Commands
│ │ │ │ │ ├── getAgGameRecord.php
│ │ │ │ │ ├── getBbinGameRecord.php
│ │ │ │ │ ├── getMgGameRecord.php
│ │ │ │ │ ├── getOgGameRecord.php
│ │ │ │ │ └── getTcgGameRecord.php
│ │ │ │ └── Kernel.php
│ │ │ ├── Events
│ │ │ │ └── RechargeApply.php
│ │ │ ├── Exceptions
│ │ │ │ └── Handler.php
│ │ │ ├── helpers.php
│ │ │ ├── Http
│ │ │ │ ├── Controllers
│ │ │ │ │ ├── Admin
│ │ │ │ │ │ ├── AboutController.php
│ │ │ │ │ │ ├── ActivityController.php
│ │ │ │ │ │ ├── AdminActionMoneyLogController.php
│ │ │ │ │ │ ├── AdminBaseController.php
│ │ │ │ │ │ ├── AdminController.php
│ │ │ │ │ │ ├── AdminLoginLogController.php
│ │ │ │ │ │ ├── AppleController.php
│ │ │ │ │ │ ├── AuthController.php
│ │ │ │ │ │ ├── BankCardController.php
│ │ │ │ │ │ ├── BannerController.php
│ │ │ │ │ │ ├── BlackListIpController.php
│ │ │ │ │ │ ├── CtrController.php
│ │ │ │ │ │ ├── DailiMoneyLogController.php
│ │ │ │ │ │ ├── DividendController.php
│ │ │ │ │ │ ├── DrawingController.php
│ │ │ │ │ │ ├── FeedbackController.php
│ │ │ │ │ │ ├── FsController.php
│ │ │ │ │ │ ├── FsLevelController.php
│ │ │ │ │ │ ├── FsNowController.php
│ │ │ │ │ │ ├── GameListController.php
│ │ │ │ │ │ ├── GameRecordController.php
│ │ │ │ │ │ ├── MemberController.php
│ │ │ │ │ │ ├── MemberDailiApplyController.php
│ │ │ │ │ │ ├── MemberDailiController.php
│ │ │ │ │ │ ├── MemberLoginLogController.php
│ │ │ │ │ │ ├── MemberOfflineController.php
│ │ │ │ │ │ ├── MemberOfflineDividendController.php
│ │ │ │ │ │ ├── MemberOfflineDrawingController.php
│ │ │ │ │ │ ├── MemberOfflineGameRecordController.php
│ │ │ │ │ │ ├── MemberOfflineRechargeController.php
│ │ │ │ │ │ ├── MessageController.php
│ │ │ │ │ │ ├── MoneyReportController.php
│ │ │ │ │ │ ├── MonitorController.php
│ │ │ │ │ │ ├── RechargeAliController.php
│ │ │ │ │ │ ├── RechargeBankController.php
│ │ │ │ │ │ ├── RechargeController.php
│ │ │ │ │ │ ├── RechargeWeixinController.php
│ │ │ │ │ │ ├── RedController.php
│ │ │ │ │ │ ├── RoleController.php
│ │ │ │ │ │ ├── SendDailiMoneyController.php
│ │ │ │ │ │ ├── SendFsController.php
│ │ │ │ │ │ ├── SystemConfigController.php
│ │ │ │ │ │ ├── SystemNoticeController.php
│ │ │ │ │ │ ├── TcgGameListController.php
│ │ │ │ │ │ ├── TransferController.php
│ │ │ │ │ │ ├── UserController.php
│ │ │ │ │ │ └── YjLevelController.php
│ │ │ │ │ ├── Api
│ │ │ │ │ │ ├── ApiClientController.php
│ │ │ │ │ │ ├── log.txt
│ │ │ │ │ │ └── SelfController.php
│ │ │ │ │ ├── Auth
│ │ │ │ │ │ ├── ForgotPasswordController.php
│ │ │ │ │ │ ├── LoginController.php
│ │ │ │ │ │ ├── RegisterController.php
│ │ │ │ │ │ └── ResetPasswordController.php
│ │ │ │ │ ├── Controller.php
│ │ │ │ │ ├── Daili
│ │ │ │ │ │ ├── AuthController.php
│ │ │ │ │ │ ├── DailiBaseController.php
│ │ │ │ │ │ ├── DailiController.php
│ │ │ │ │ │ ├── DailiMoneyLogController.php
│ │ │ │ │ │ ├── MemberDailiController.php
│ │ │ │ │ │ ├── MemberOfflineController.php
│ │ │ │ │ │ ├── MemberOfflineDividendController.php
│ │ │ │ │ │ ├── MemberOfflineDrawingController.php
│ │ │ │ │ │ ├── MemberOfflineGameRecordController.php
│ │ │ │ │ │ └── MemberOfflineRechargeController.php
│ │ │ │ │ ├── Member
│ │ │ │ │ │ ├── AsyncController.php
│ │ │ │ │ │ ├── ForgotPasswordController.php
│ │ │ │ │ │ ├── IndexController.php
│ │ │ │ │ │ ├── LoginController.php
│ │ │ │ │ │ ├── PayController.php
│ │ │ │ │ │ └── RegisterController.php
│ │ │ │ │ ├── UploadController.php
│ │ │ │ │ ├── Wap
│ │ │ │ │ │ ├── IndexController.php
│ │ │ │ │ │ ├── LoginController.php
│ │ │ │ │ │ ├── PayController.php
│ │ │ │ │ │ └── RegisterController.php
│ │ │ │ │ └── Web
│ │ │ │ │ ├── IndexController.php
│ │ │ │ │ ├── IndexController.php.bak
│ │ │ │ │ ├── MemberController.php
│ │ │ │ │ └── WebBaseController.php
│ │ │ │ ├── Kernel.php
│ │ │ │ └── Middleware
│ │ │ │ ├── AdminAuthMiddleware.php
│ │ │ │ ├── Authorize.php
│ │ │ │ ├── DailiAuthMiddleware.php
│ │ │ │ ├── EncryptCookies.php
│ │ │ │ ├── MemberAuthMiddleware.php
│ │ │ │ ├── RedirectIfAuthenticated.php
│ │ │ │ ├── TrimStrings.php
│ │ │ │ ├── VerifyCsrfToken.php
│ │ │ │ ├── WapMemberAuthMiddleware.php
│ │ │ │ └── WebMainTain.php
│ │ │ ├── Listeners
│ │ │ │ └── RechargeApplyListener.php
│ │ │ ├── log.txt
│ │ │ ├── Models
│ │ │ │ ├── About.php
│ │ │ │ ├── Activity.php
│ │ │ │ ├── AdminActionMoneyLog.php
│ │ │ │ ├── AdminLoginLog.php
│ │ │ │ ├── Api.php
│ │ │ │ ├── BankCard.php
│ │ │ │ ├── Banners.php
│ │ │ │ ├── Base.php
│ │ │ │ ├── BlackListIp.php
│ │ │ │ ├── Ctr.php
│ │ │ │ ├── DailiMoneyLog.php
│ │ │ │ ├── DistillRedLog.php
│ │ │ │ ├── Dividend.php
│ │ │ │ ├── Drawing.php
│ │ │ │ ├── Feedback.php
│ │ │ │ ├── FsLevel.php
│ │ │ │ ├── FsLog.php
│ │ │ │ ├── GameList.php
│ │ │ │ ├── GameRecord.php
│ │ │ │ ├── MemberAPi.php
│ │ │ │ ├── MemberDailiApply.php
│ │ │ │ ├── MemberLoginLog.php
│ │ │ │ ├── MemberMessage.php
│ │ │ │ ├── MemberOnline.php
│ │ │ │ ├── Member.php
│ │ │ │ ├── Message.php
│ │ │ │ ├── PayRecord.php
│ │ │ │ ├── Recharge.php
│ │ │ │ ├── RedLog.php
│ │ │ │ ├── Red.php
│ │ │ │ ├── Role.php
│ │ │ │ ├── RoleRouter.php
│ │ │ │ ├── SystemConfig.php
│ │ │ │ ├── SystemNotice.php
│ │ │ │ ├── TcgGameList.php
│ │ │ │ ├── TcgGameRecord.php
│ │ │ │ ├── Transfer.php
│ │ │ │ ├── User.php
│ │ │ │ └── YjLevel.php
│ │ │ ├── Providers
│ │ │ │ ├── AppServiceProvider.php
│ │ │ │ ├── AuthServiceProvider.php
│ │ │ │ ├── BroadcastServiceProvider.php
│ │ │ │ ├── EventServiceProvider.php
│ │ │ │ ├── RouteServiceProvider.php
│ │ │ │ └── ViewServiceProvider.php
│ │ │ ├── Services
│ │ │ │ ├── CurlService.php
│ │ │ │ ├── DesService.php
│ │ │ │ ├── MbPay.php
│ │ │ │ ├── PayService.php
│ │ │ │ ├── SelfService.php
│ │ │ │ ├── SelfService.php.bak
│ │ │ │ ├── TggPayService.php
│ │ │ │ ├── TGPayService.php
│ │ │ │ ├── UcpaasService.php
│ │ │ │ └── UploadService.php
│ │ │ └── Traits
│ │ │ ├── BaseRepositoryTrait.php
│ │ │ └── ValidationTrait.php
│ │ ├── artisan
│ │ ├── bootstrap
│ │ │ ├── app.php
│ │ │ ├── autoload.php
│ │ │ └── cache
│ │ │ └── services.php
│ │ ├── composer.json
│ │ ├── composer.lock
│ │ ├── config
│ │ │ ├── admin_menu.php
│ │ │ ├── admin.php
│ │ │ ├── app.php
│ │ │ ├── aside_menu.php
│ │ │ ├── auth.php
│ │ │ ├── broadcasting.php
│ │ │ ├── cache.php
│ │ │ ├── database.php
│ │ │ ├── filesystems.php
│ │ │ ├── game_list.php
│ │ │ ├── mail.php
│ │ │ ├── pay.php
│ │ │ ├── platform.php
│ │ │ ├── queue.php
│ │ │ ├── services.php
│ │ │ ├── session.php
│ │ │ ├── ucpass.php
│ │ │ ├── validation.php
│ │ │ ├── view.php
│ │ │ ├── web.php
│ │ │ └── wechat.php
│ │ ├── database
│ │ │ ├── factories
│ │ │ │ └── ModelFactory.php
│ │ │ ├── migrations
│ │ │ │ ├── 2014_10_12_000000_create_users_table.php
│ │ │ │ ├── 2016_12_26_171107_create_member_table.php
│ │ │ │ ├── 2017_04_24_103644_create_finances_table.php
│ │ │ │ ├── 2017_04_24_143636_create_transfers_table.php
│ │ │ │ ├── 2017_04_25_134304_create_game_record_table.php
│ │ │ │ ├── 2017_04_25_163600_create_system_config_table.php
│ │ │ │ ├── 2017_04_26_124242_create_activities_table.php
│ │ │ │ ├── 2017_04_28_195111_create_api_tables.php
│ │ │ │ ├── 2017_05_08_090943_create_roles_table.php
│ │ │ │ ├── 2017_05_19_132945_create_game_list_table.php
│ │ │ │ ├── 2017_07_29_125746_create_pay_records_table.php
│ │ │ │ ├── 2017_08_16_195057_create_game_lists_table.php
│ │ │ │ ├── 2017_11_16_134233_create_ctrs_table.php
│ │ │ │ ├── 2018_01_22_133424_create_abouts_table.php
│ │ │ │ ├── 2018_03_29_130904_create_reds_table.php
│ │ │ │ └── 2018_06_16_141610_create_banners_table.php
│ │ │ └── seeds
│ │ │ ├── CommonSeeder.php
│ │ │ └── DatabaseSeeder.php
│ │ ├── package.json
│ │ ├── phpunit.xml
│ │ ├── public
│ │ │ ├── backstage
│ │ │ │ ├── audio
│ │ │ │ │ ├── hd_notice.mp3
│ │ │ │ │ ├── hk_notice.mp3
│ │ │ │ │ ├── on_line_tips.mp3
│ │ │ │ │ └── tk_notice.mp3
│ │ │ │ ├── css
│ │ │ │ │ ├── admin.css
│ │ │ │ │ ├── demo.css
│ │ │ │ │ ├── demo-ie8.css
│ │ │ │ │ ├── jquery.fileupload.css
│ │ │ │ │ ├── jquery.fileupload-noscript.css
│ │ │ │ │ ├── jquery.fileupload-ui.css
│ │ │ │ │ ├── jquery.fileupload-ui-noscript.css
│ │ │ │ │ └── style.css
│ │ │ │ ├── images
│ │ │ │ │ ├── admin_bg1.jpg
│ │ │ │ │ ├── AG.jpg
│ │ │ │ │ ├── ALLBET.jpg
│ │ │ │ │ ├── BBIN.jpg
│ │ │ │ │ ├── bg-ico.png
│ │ │ │ │ ├── BG.jpg
│ │ │ │ │ ├── BS.jpg
│ │ │ │ │ ├── CG.jpg
│ │ │ │ │ ├── CQ9.jpg
│ │ │ │ │ ├── DG.jpg
│ │ │ │ │ ├── DT.jpg
│ │ │ │ │ ├── EBET.jpg
│ │ │ │ │ ├── EG.jpg
│ │ │ │ │ ├── GD.jpg
│ │ │ │ │ ├── GG.jpg
│ │ │ │ │ ├── IBC.jpg
│ │ │ │ │ ├── KG.jpg
│ │ │ │ │ ├── KY.jpg
│ │ │ │ │ ├── login_bg2.png
│ │ │ │ │ ├── login_bg3.jpg
│ │ │ │ │ ├── MG.jpg
│ │ │ │ │ ├── MW.jpg
│ │ │ │ │ ├── OG.jpg
│ │ │ │ │ ├── PNG.jpg
│ │ │ │ │ ├── PT.jpg
│ │ │ │ │ ├── SA.jpg
│ │ │ │ │ ├── SS.jpg
│ │ │ │ │ ├── SUNBET.jpg
│ │ │ │ │ ├── TTG.jpg
│ │ │ │ │ ├── VR.jpg
│ │ │ │ │ └── YC.jpg
│ │ │ │ └── js
│ │ │ │ ├── echarts.min.js
│ │ │ │ ├── form_v.js
│ │ │ │ ├── jquery.fileupload.js
│ │ │ │ ├── jquery.iframe-transport.js
│ │ │ │ ├── jquery.ui.widget.js
│ │ │ │ ├── layer-date-default.js
│ │ │ │ ├── macarons.js
│ │ │ │ ├── particles.js
│ │ │ │ └── style.js
│ │ │ ├── css
│ │ │ │ └── app.css
│ │ │ ├── favicon.ico
│ │ │ ├── index.jsp
│ │ │ ├── index.php
│ │ │ ├── js
│ │ │ │ ├── app.js
│ │ │ │ ├── jquery-2.2.3.min.js
│ │ │ │ └── submitformsync.js
│ │ │ ├── node_modules
│ │ │ │ └── admin-lte
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ │ ├── bootstrap.css.map
│ │ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ │ ├── bootstrap.min.css.map
│ │ │ │ │ │ ├── bootstrap-theme.css
│ │ │ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ │ │ └── bootstrap-theme.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.less
│ │ │ │ │ ├── AdminLTE-without-plugins.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.less
│ │ │ │ │ ├── sidebar-mini.less
│ │ │ │ │ ├── skins
│ │ │ │ │ │ ├── _all-skins.less
│ │ │ │ │ │ ├── skin-black.less
│ │ │ │ │ │ ├── skin-black-light.less
│ │ │ │ │ │ ├── skin-blue.less
│ │ │ │ │ │ ├── skin-blue-light.less
│ │ │ │ │ │ ├── skin-green.less
│ │ │ │ │ │ ├── skin-green-light.less
│ │ │ │ │ │ ├── skin-purple.less
│ │ │ │ │ │ ├── skin-purple-light.less
│ │ │ │ │ │ ├── skin-red.less
│ │ │ │ │ │ ├── skin-red-light.less
│ │ │ │ │ │ ├── skin-yellow.less
│ │ │ │ │ │ └── skin-yellow-light.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.css
│ │ │ │ │ │ ├── skin-black-light.css
│ │ │ │ │ │ ├── skin-black-light.min.css
│ │ │ │ │ │ ├── skin-black.min.css
│ │ │ │ │ │ ├── skin-blue.css
│ │ │ │ │ │ ├── skin-blue-light.css
│ │ │ │ │ │ ├── skin-blue-light.min.css
│ │ │ │ │ │ ├── skin-blue.min.css
│ │ │ │ │ │ ├── skin-green.css
│ │ │ │ │ │ ├── skin-green-light.css
│ │ │ │ │ │ ├── skin-green-light.min.css
│ │ │ │ │ │ ├── skin-green.min.css
│ │ │ │ │ │ ├── skin-purple.css
│ │ │ │ │ │ ├── skin-purple-light.css
│ │ │ │ │ │ ├── skin-purple-light.min.css
│ │ │ │ │ │ ├── skin-purple.min.css
│ │ │ │ │ │ ├── skin-red.css
│ │ │ │ │ │ ├── skin-red-light.css
│ │ │ │ │ │ ├── skin-red-light.min.css
│ │ │ │ │ │ ├── skin-red.min.css
│ │ │ │ │ │ ├── skin-yellow.css
│ │ │ │ │ │ ├── skin-yellow-light.css
│ │ │ │ │ │ ├── skin-yellow-light.min.css
│ │ │ │ │ │ └── skin-yellow.min.css
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── avatar04.png
│ │ │ │ │ │ ├── avatar2.png
│ │ │ │ │ │ ├── avatar3.png
│ │ │ │ │ │ ├── avatar5.png
│ │ │ │ │ │ ├── avatar.png
│ │ │ │ │ │ ├── boxed-bg.jpg
│ │ │ │ │ │ ├── boxed-bg.png
│ │ │ │ │ │ ├── credit
│ │ │ │ │ │ │ ├── american-express.png
│ │ │ │ │ │ │ ├── cirrus.png
│ │ │ │ │ │ │ ├── mastercard.png
│ │ │ │ │ │ │ ├── mestro.png
│ │ │ │ │ │ │ ├── paypal2.png
│ │ │ │ │ │ │ ├── paypal.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
│ │ │ │ │ ├── dashboard2.js
│ │ │ │ │ └── dashboard.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
│ │ │ │ ├── Gruntfile.js
│ │ │ │ ├── index2.html
│ │ │ │ ├── index.html
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.json
│ │ │ │ ├── pages
│ │ │ │ │ ├── calendar.html
│ │ │ │ │ ├── charts
│ │ │ │ │ │ ├── chartjs.html
│ │ │ │ │ │ ├── flot.html
│ │ │ │ │ │ ├── inline.html
│ │ │ │ │ │ └── morris.html
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── 404.html
│ │ │ │ │ │ ├── 500.html
│ │ │ │ │ │ ├── blank.html
│ │ │ │ │ │ ├── invoice.html
│ │ │ │ │ │ ├── invoice-print.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
│ │ │ │ │ ├── UI
│ │ │ │ │ │ ├── buttons.html
│ │ │ │ │ │ ├── general.html
│ │ │ │ │ │ ├── icons.html
│ │ │ │ │ │ ├── modals.html
│ │ │ │ │ │ ├── sliders.html
│ │ │ │ │ │ └── timeline.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
│ │ │ │ │ │ ├── adapters
│ │ │ │ │ │ │ └── jquery.js
│ │ │ │ │ │ ├── build-config.js
│ │ │ │ │ │ ├── CHANGES.md
│ │ │ │ │ │ ├── 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.js
│ │ │ │ │ │ │ ├── sr-latn.js
│ │ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ │ ├── tt.js
│ │ │ │ │ │ │ ├── ug.js
│ │ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ │ └── zh.js
│ │ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ │ ├── plugins
│ │ │ │ │ │ │ ├── a11yhelp
│ │ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ │ ├── a11yhelp.js
│ │ │ │ │ │ │ │ └── lang
│ │ │ │ │ │ │ │ ├── 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.js
│ │ │ │ │ │ │ │ ├── sr-latn.js
│ │ │ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ │ │ ├── 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_hidpi.png
│ │ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ │ ├── image
│ │ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ │ └── image.js
│ │ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ │ └── noimage.png
│ │ │ │ │ │ │ ├── link
│ │ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ │ ├── anchor.js
│ │ │ │ │ │ │ │ │ └── link.js
│ │ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ │ ├── anchor.png
│ │ │ │ │ │ │ │ └── hidpi
│ │ │ │ │ │ │ │ └── anchor.png
│ │ │ │ │ │ │ ├── magicline
│ │ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ │ ├── hidpi
│ │ │ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ │ │ └── icon-rtl.png
│ │ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ │ └── icon-rtl.png
│ │ │ │ │ │ │ ├── pastefromword
│ │ │ │ │ │ │ │ └── filter
│ │ │ │ │ │ │ │ └── default.js
│ │ │ │ │ │ │ ├── scayt
│ │ │ │ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ │ ├── options.js
│ │ │ │ │ │ │ │ │ └── toolbar.css
│ │ │ │ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ │ ├── specialchar
│ │ │ │ │ │ │ │ └── dialogs
│ │ │ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── dialogs
│ │ │ │ │ │ │ │ ├── ciframe.html
│ │ │ │ │ │ │ │ ├── tmpFrameset.html
│ │ │ │ │ │ │ │ ├── wsc.css
│ │ │ │ │ │ │ │ ├── wsc_ie.js
│ │ │ │ │ │ │ │ └── wsc.js
│ │ │ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ │ │ └── README.md
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── config.json
│ │ │ │ │ │ │ │ ├── fontello.eot
│ │ │ │ │ │ │ │ ├── fontello.svg
│ │ │ │ │ │ │ │ ├── fontello.ttf
│ │ │ │ │ │ │ │ ├── fontello.woff
│ │ │ │ │ │ │ │ └── LICENSE.txt
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ │ ├── abstracttoolbarmodifier.js
│ │ │ │ │ │ │ │ ├── fulltoolbareditor.js
│ │ │ │ │ │ │ │ ├── toolbarmodifier.js
│ │ │ │ │ │ │ │ └── toolbartextmodifier.js
│ │ │ │ │ │ │ └── lib
│ │ │ │ │ │ │ └── codemirror
│ │ │ │ │ │ │ ├── codemirror.css
│ │ │ │ │ │ │ ├── codemirror.js
│ │ │ │ │ │ │ ├── javascript.js
│ │ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ │ ├── neo.css
│ │ │ │ │ │ │ ├── show-hint.css
│ │ │ │ │ │ │ └── show-hint.js
│ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ └── moono
│ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ ├── dialog_ie7.css
│ │ │ │ │ │ │ ├── dialog_ie8.css
│ │ │ │ │ │ │ ├── dialog_ie.css
│ │ │ │ │ │ │ ├── dialog_iequirks.css
│ │ │ │ │ │ │ ├── editor.css
│ │ │ │ │ │ │ ├── editor_gecko.css
│ │ │ │ │ │ │ ├── editor_ie7.css
│ │ │ │ │ │ │ ├── editor_ie8.css
│ │ │ │ │ │ │ ├── editor_ie.css
│ │ │ │ │ │ │ ├── editor_iequirks.css
│ │ │ │ │ │ │ ├── icons_hidpi.png
│ │ │ │ │ │ │ ├── icons.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
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ └── Readme.txt
│ │ │ │ │ │ │ ├── ColReorder
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── License.txt
│ │ │ │ │ │ │ │ └── Readme.md
│ │ │ │ │ │ │ ├── ColVis
│ │ │ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ │ │ ├── dataTables.colVis.css
│ │ │ │ │ │ │ │ │ ├── dataTables.colvis.jqueryui.css
│ │ │ │ │ │ │ │ │ └── dataTables.colVis.min.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
│ │ │ │ │ │ │ │ ├── License.txt
│ │ │ │ │ │ │ │ └── Readme.md
│ │ │ │ │ │ │ ├── FixedColumns
│ │ │ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ │ │ ├── dataTables.fixedColumns.css
│ │ │ │ │ │ │ │ │ └── dataTables.fixedColumns.min.css
│ │ │ │ │ │ │ │ ├── examples
│ │ │ │ │ │ │ │ │ ├── bootstrap.html
│ │ │ │ │ │ │ │ │ ├── col_filter.html
│ │ │ │ │ │ │ │ │ ├── colvis.html
│ │ │ │ │ │ │ │ │ ├── css_size.html
│ │ │ │ │ │ │ │ │ ├── index_column.html
│ │ │ │ │ │ │ │ │ ├── index.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
│ │ │ │ │ │ │ │ ├── License.txt
│ │ │ │ │ │ │ │ └── Readme.md
│ │ │ │ │ │ │ ├── FixedHeader
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ └── Readme.txt
│ │ │ │ │ │ │ ├── KeyTable
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ └── Readme.txt
│ │ │ │ │ │ │ ├── Responsive
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── License.txt
│ │ │ │ │ │ │ │ └── Readme.md
│ │ │ │ │ │ │ ├── Scroller
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ └── Readme.txt
│ │ │ │ │ │ │ └── TableTools
│ │ │ │ │ │ │ ├── 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_hover.png
│ │ │ │ │ │ │ │ ├── collection.png
│ │ │ │ │ │ │ │ ├── copy_hover.png
│ │ │ │ │ │ │ │ ├── copy.png
│ │ │ │ │ │ │ │ ├── csv_hover.png
│ │ │ │ │ │ │ │ ├── csv.png
│ │ │ │ │ │ │ │ ├── pdf_hover.png
│ │ │ │ │ │ │ │ ├── pdf.png
│ │ │ │ │ │ │ │ ├── print_hover.png
│ │ │ │ │ │ │ │ ├── print.png
│ │ │ │ │ │ │ │ ├── psd
│ │ │ │ │ │ │ │ │ ├── collection.psd
│ │ │ │ │ │ │ │ │ ├── copy document.psd
│ │ │ │ │ │ │ │ │ ├── file_types.psd
│ │ │ │ │ │ │ │ │ └── printer.psd
│ │ │ │ │ │ │ │ ├── xls_hover.png
│ │ │ │ │ │ │ │ └── xls.png
│ │ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ │ ├── dataTables.tableTools.js
│ │ │ │ │ │ │ │ └── dataTables.tableTools.min.js
│ │ │ │ │ │ │ ├── Readme.md
│ │ │ │ │ │ │ └── swf
│ │ │ │ │ │ │ ├── copy_csv_xls_pdf.swf
│ │ │ │ │ │ │ └── copy_csv_xls.swf
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── sort_asc_disabled.png
│ │ │ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ │ │ ├── sort_both.png
│ │ │ │ │ │ │ ├── sort_desc_disabled.png
│ │ │ │ │ │ │ └── sort_desc.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.js
│ │ │ │ │ │ ├── bootstrap-datepicker.rs-latin.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
│ │ │ │ │ │ │ ├── aero@2x.png
│ │ │ │ │ │ │ ├── aero.css
│ │ │ │ │ │ │ ├── aero.png
│ │ │ │ │ │ │ ├── _all.css
│ │ │ │ │ │ │ ├── blue@2x.png
│ │ │ │ │ │ │ ├── blue.css
│ │ │ │ │ │ │ ├── blue.png
│ │ │ │ │ │ │ ├── flat@2x.png
│ │ │ │ │ │ │ ├── flat.css
│ │ │ │ │ │ │ ├── flat.png
│ │ │ │ │ │ │ ├── green@2x.png
│ │ │ │ │ │ │ ├── green.css
│ │ │ │ │ │ │ ├── green.png
│ │ │ │ │ │ │ ├── grey@2x.png
│ │ │ │ │ │ │ ├── grey.css
│ │ │ │ │ │ │ ├── grey.png
│ │ │ │ │ │ │ ├── orange@2x.png
│ │ │ │ │ │ │ ├── orange.css
│ │ │ │ │ │ │ ├── orange.png
│ │ │ │ │ │ │ ├── pink@2x.png
│ │ │ │ │ │ │ ├── pink.css
│ │ │ │ │ │ │ ├── pink.png
│ │ │ │ │ │ │ ├── purple@2x.png
│ │ │ │ │ │ │ ├── purple.css
│ │ │ │ │ │ │ ├── purple.png
│ │ │ │ │ │ │ ├── red@2x.png
│ │ │ │ │ │ │ ├── red.css
│ │ │ │ │ │ │ ├── red.png
│ │ │ │ │ │ │ ├── yellow@2x.png
│ │ │ │ │ │ │ ├── yellow.css
│ │ │ │ │ │ │ └── yellow.png
│ │ │ │ │ │ ├── futurico
│ │ │ │ │ │ │ ├── futurico@2x.png
│ │ │ │ │ │ │ ├── futurico.css
│ │ │ │ │ │ │ └── futurico.png
│ │ │ │ │ │ ├── icheck.js
│ │ │ │ │ │ ├── icheck.min.js
│ │ │ │ │ │ ├── line
│ │ │ │ │ │ │ ├── aero.css
│ │ │ │ │ │ │ ├── _all.css
│ │ │ │ │ │ │ ├── blue.css
│ │ │ │ │ │ │ ├── green.css
│ │ │ │ │ │ │ ├── grey.css
│ │ │ │ │ │ │ ├── line@2x.png
│ │ │ │ │ │ │ ├── line.css
│ │ │ │ │ │ │ ├── line.png
│ │ │ │ │ │ │ ├── orange.css
│ │ │ │ │ │ │ ├── pink.css
│ │ │ │ │ │ │ ├── purple.css
│ │ │ │ │ │ │ ├── red.css
│ │ │ │ │ │ │ └── yellow.css
│ │ │ │ │ │ ├── minimal
│ │ │ │ │ │ │ ├── aero@2x.png
│ │ │ │ │ │ │ ├── aero.css
│ │ │ │ │ │ │ ├── aero.png
│ │ │ │ │ │ │ ├── _all.css
│ │ │ │ │ │ │ ├── blue@2x.png
│ │ │ │ │ │ │ ├── blue.css
│ │ │ │ │ │ │ ├── blue.png
│ │ │ │ │ │ │ ├── green@2x.png
│ │ │ │ │ │ │ ├── green.css
│ │ │ │ │ │ │ ├── green.png
│ │ │ │ │ │ │ ├── grey@2x.png
│ │ │ │ │ │ │ ├── grey.css
│ │ │ │ │ │ │ ├── grey.png
│ │ │ │ │ │ │ ├── minimal@2x.png
│ │ │ │ │ │ │ ├── minimal.css
│ │ │ │ │ │ │ ├── minimal.png
│ │ │ │ │ │ │ ├── orange@2x.png
│ │ │ │ │ │ │ ├── orange.css
│ │ │ │ │ │ │ ├── orange.png
│ │ │ │ │ │ │ ├── pink@2x.png
│ │ │ │ │ │ │ ├── pink.css
│ │ │ │ │ │ │ ├── pink.png
│ │ │ │ │ │ │ ├── purple@2x.png
│ │ │ │ │ │ │ ├── purple.css
│ │ │ │ │ │ │ ├── purple.png
│ │ │ │ │ │ │ ├── red@2x.png
│ │ │ │ │ │ │ ├── red.css
│ │ │ │ │ │ │ ├── red.png
│ │ │ │ │ │ │ ├── yellow@2x.png
│ │ │ │ │ │ │ ├── yellow.css
│ │ │ │ │ │ │ └── yellow.png
│ │ │ │ │ │ ├── polaris
│ │ │ │ │ │ │ ├── polaris@2x.png
│ │ │ │ │ │ │ ├── polaris.css
│ │ │ │ │ │ │ └── polaris.png
│ │ │ │ │ │ └── square
│ │ │ │ │ │ ├── aero@2x.png
│ │ │ │ │ │ ├── aero.css
│ │ │ │ │ │ ├── aero.png
│ │ │ │ │ │ ├── _all.css
│ │ │ │ │ │ ├── blue@2x.png
│ │ │ │ │ │ ├── blue.css
│ │ │ │ │ │ ├── blue.png
│ │ │ │ │ │ ├── green@2x.png
│ │ │ │ │ │ ├── green.css
│ │ │ │ │ │ ├── green.png
│ │ │ │ │ │ ├── grey@2x.png
│ │ │ │ │ │ ├── grey.css
│ │ │ │ │ │ ├── grey.png
│ │ │ │ │ │ ├── orange@2x.png
│ │ │ │ │ │ ├── orange.css
│ │ │ │ │ │ ├── orange.png
│ │ │ │ │ │ ├── pink@2x.png
│ │ │ │ │ │ ├── pink.css
│ │ │ │ │ │ ├── pink.png
│ │ │ │ │ │ ├── purple@2x.png
│ │ │ │ │ │ ├── purple.css
│ │ │ │ │ │ ├── purple.png
│ │ │ │ │ │ ├── red@2x.png
│ │ │ │ │ │ ├── red.css
│ │ │ │ │ │ ├── red.png
│ │ │ │ │ │ ├── square@2x.png
│ │ │ │ │ │ ├── square.css
│ │ │ │ │ │ ├── square.png
│ │ │ │ │ │ ├── yellow@2x.png
│ │ │ │ │ │ ├── yellow.css
│ │ │ │ │ │ └── yellow.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
│ │ │ │ ├── README.md
│ │ │ │ ├── starter.html
│ │ │ │ └── yarn.lock
│ │ │ ├── package.json
│ │ │ ├── robots.txt
│ │ │ ├── storage
│ │ │ │ └── u
│ │ │ │ └── image
│ │ │ │ ├── 20180709
│ │ │ │ │ ├── 1531142047.png
│ │ │ │ │ ├── 1531142082.png
│ │ │ │ │ ├── 1531142216.png
│ │ │ │ │ ├── 1531142229.png
│ │ │ │ │ ├── 1531142277.png
│ │ │ │ │ ├── 1531142328.png
│ │ │ │ │ ├── 1531142365.png
│ │ │ │ │ ├── 1531142395.png
│ │ │ │ │ ├── 1531142427.png
│ │ │ │ │ ├── 1531142454.png
│ │ │ │ │ ├── 1531142500.png
│ │ │ │ │ ├── 1531142529.png
│ │ │ │ │ ├── 1531142552.png
│ │ │ │ │ ├── 1531142580.png
│ │ │ │ │ └── 1531142609.png
│ │ │ │ ├── 20180711
│ │ │ │ │ ├── 1531292694.jpg
│ │ │ │ │ ├── 1531300083.jpg
│ │ │ │ │ ├── 1531300186.jpg
│ │ │ │ │ ├── 1531300345.jpg
│ │ │ │ │ ├── 1531300440.jpg
│ │ │ │ │ ├── 1531300617.jpg
│ │ │ │ │ ├── 1531300732.jpg
│ │ │ │ │ └── 1531321000.jpg
│ │ │ │ ├── 20180712
│ │ │ │ │ ├── 1531365391.jpg
│ │ │ │ │ ├── 1531365402.jpg
│ │ │ │ │ └── 1531365426.jpg
│ │ │ │ ├── 20180714
│ │ │ │ │ └── 1531542915.jpg
│ │ │ │ └── 20190525
│ │ │ │ ├── 1558784981.png
│ │ │ │ └── 1558785060.png
│ │ │ ├── ueditor
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── anchor
│ │ │ │ │ │ └── anchor.html
│ │ │ │ │ ├── attachment
│ │ │ │ │ │ ├── attachment.css
│ │ │ │ │ │ ├── attachment.html
│ │ │ │ │ │ ├── attachment.js
│ │ │ │ │ │ ├── fileTypeImages
│ │ │ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ │ │ ├── icon_default.png
│ │ │ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ │ │ └── icon_xls.gif
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── alignicon.gif
│ │ │ │ │ │ ├── alignicon.png
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ └── success.png
│ │ │ │ │ ├── background
│ │ │ │ │ │ ├── background.css
│ │ │ │ │ │ ├── background.html
│ │ │ │ │ │ ├── background.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ └── success.png
│ │ │ │ │ ├── charts
│ │ │ │ │ │ ├── chart.config.js
│ │ │ │ │ │ ├── charts.css
│ │ │ │ │ │ ├── charts.html
│ │ │ │ │ │ ├── charts.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── charts0.png
│ │ │ │ │ │ ├── charts1.png
│ │ │ │ │ │ ├── charts2.png
│ │ │ │ │ │ ├── charts3.png
│ │ │ │ │ │ ├── charts4.png
│ │ │ │ │ │ └── charts5.png
│ │ │ │ │ ├── emotion
│ │ │ │ │ │ ├── emotion.css
│ │ │ │ │ │ ├── emotion.html
│ │ │ │ │ │ ├── emotion.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ ├── bface.gif
│ │ │ │ │ │ ├── cface.gif
│ │ │ │ │ │ ├── fface.gif
│ │ │ │ │ │ ├── jxface2.gif
│ │ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ │ ├── tface.gif
│ │ │ │ │ │ ├── wface.gif
│ │ │ │ │ │ └── yface.gif
│ │ │ │ │ ├── gmap
│ │ │ │ │ │ └── gmap.html
│ │ │ │ │ ├── help
│ │ │ │ │ │ ├── help.css
│ │ │ │ │ │ ├── help.html
│ │ │ │ │ │ └── help.js
│ │ │ │ │ ├── image
│ │ │ │ │ │ ├── image.css
│ │ │ │ │ │ ├── image.html
│ │ │ │ │ │ ├── image.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── alignicon.jpg
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ └── success.png
│ │ │ │ │ ├── insertframe
│ │ │ │ │ │ └── insertframe.html
│ │ │ │ │ ├── internal.js
│ │ │ │ │ ├── link
│ │ │ │ │ │ └── link.html
│ │ │ │ │ ├── map
│ │ │ │ │ │ ├── map.html
│ │ │ │ │ │ └── show.html
│ │ │ │ │ ├── music
│ │ │ │ │ │ ├── music.css
│ │ │ │ │ │ ├── music.html
│ │ │ │ │ │ └── music.js
│ │ │ │ │ ├── preview
│ │ │ │ │ │ └── preview.html
│ │ │ │ │ ├── scrawl
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── addimg.png
│ │ │ │ │ │ │ ├── brush.png
│ │ │ │ │ │ │ ├── delimgH.png
│ │ │ │ │ │ │ ├── delimg.png
│ │ │ │ │ │ │ ├── emptyH.png
│ │ │ │ │ │ │ ├── empty.png
│ │ │ │ │ │ │ ├── eraser.png
│ │ │ │ │ │ │ ├── redoH.png
│ │ │ │ │ │ │ ├── redo.png
│ │ │ │ │ │ │ ├── scaleH.png
│ │ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ │ ├── size.png
│ │ │ │ │ │ │ ├── undoH.png
│ │ │ │ │ │ │ └── undo.png
│ │ │ │ │ │ ├── scrawl.css
│ │ │ │ │ │ ├── scrawl.html
│ │ │ │ │ │ └── scrawl.js
│ │ │ │ │ ├── searchreplace
│ │ │ │ │ │ ├── searchreplace.html
│ │ │ │ │ │ └── searchreplace.js
│ │ │ │ │ ├── snapscreen
│ │ │ │ │ │ └── snapscreen.html
│ │ │ │ │ ├── spechars
│ │ │ │ │ │ ├── spechars.html
│ │ │ │ │ │ └── spechars.js
│ │ │ │ │ ├── table
│ │ │ │ │ │ ├── dragicon.png
│ │ │ │ │ │ ├── edittable.css
│ │ │ │ │ │ ├── edittable.html
│ │ │ │ │ │ ├── edittable.js
│ │ │ │ │ │ ├── edittd.html
│ │ │ │ │ │ └── edittip.html
│ │ │ │ │ ├── template
│ │ │ │ │ │ ├── config.js
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ │ ├── pre0.png
│ │ │ │ │ │ │ ├── pre1.png
│ │ │ │ │ │ │ ├── pre2.png
│ │ │ │ │ │ │ ├── pre3.png
│ │ │ │ │ │ │ └── pre4.png
│ │ │ │ │ │ ├── template.css
│ │ │ │ │ │ ├── template.html
│ │ │ │ │ │ └── template.js
│ │ │ │ │ ├── video
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ │ └── success.png
│ │ │ │ │ │ ├── video.css
│ │ │ │ │ │ ├── video.html
│ │ │ │ │ │ └── video.js
│ │ │ │ │ ├── webapp
│ │ │ │ │ │ └── webapp.html
│ │ │ │ │ └── wordimage
│ │ │ │ │ ├── fClipboard_ueditor.swf
│ │ │ │ │ ├── imageUploader.swf
│ │ │ │ │ ├── tangram.js
│ │ │ │ │ ├── wordimage.html
│ │ │ │ │ └── wordimage.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── en
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── addimage.png
│ │ │ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ │ │ ├── background.png
│ │ │ │ │ │ ├── button.png
│ │ │ │ │ │ ├── copy.png
│ │ │ │ │ │ ├── deletedisable.png
│ │ │ │ │ │ ├── deleteenable.png
│ │ │ │ │ │ ├── listbackground.png
│ │ │ │ │ │ ├── localimage.png
│ │ │ │ │ │ ├── music.png
│ │ │ │ │ │ ├── rotateleftdisable.png
│ │ │ │ │ │ ├── rotateleftenable.png
│ │ │ │ │ │ ├── rotaterightdisable.png
│ │ │ │ │ │ ├── rotaterightenable.png
│ │ │ │ │ │ └── upload.png
│ │ │ │ │ └── zh-cn
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── copy.png
│ │ │ │ │ │ ├── localimage.png
│ │ │ │ │ │ ├── music.png
│ │ │ │ │ │ └── upload.png
│ │ │ │ │ └── zh-cn.js
│ │ │ │ ├── php
│ │ │ │ │ ├── action_crawler.php
│ │ │ │ │ ├── action_list.php
│ │ │ │ │ ├── action_upload.php
│ │ │ │ │ ├── config.json
│ │ │ │ │ ├── controller.php
│ │ │ │ │ └── Uploader.class.php
│ │ │ │ ├── themes
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ ├── ueditor.css
│ │ │ │ │ │ │ └── ueditor.min.css
│ │ │ │ │ │ ├── dialogbase.css
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── anchor.gif
│ │ │ │ │ │ ├── arrow_down.png
│ │ │ │ │ │ ├── arrow.png
│ │ │ │ │ │ ├── arrow_up.png
│ │ │ │ │ │ ├── button-bg.gif
│ │ │ │ │ │ ├── cancelbutton.gif
│ │ │ │ │ │ ├── charts.png
│ │ │ │ │ │ ├── cursor_h.gif
│ │ │ │ │ │ ├── cursor_h.png
│ │ │ │ │ │ ├── cursor_v.gif
│ │ │ │ │ │ ├── cursor_v.png
│ │ │ │ │ │ ├── dialog-title-bg.png
│ │ │ │ │ │ ├── filescan.png
│ │ │ │ │ │ ├── highlighted.gif
│ │ │ │ │ │ ├── icons-all.gif
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── loaderror.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── lock.gif
│ │ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ │ ├── pagebreak.gif
│ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ ├── sortable.png
│ │ │ │ │ │ ├── spacer.gif
│ │ │ │ │ │ ├── sparator_v.png
│ │ │ │ │ │ ├── table-cell-align.png
│ │ │ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ │ │ ├── toolbar_bg.png
│ │ │ │ │ │ ├── unhighlighted.gif
│ │ │ │ │ │ ├── upload.png
│ │ │ │ │ │ ├── videologo.gif
│ │ │ │ │ │ ├── word.gif
│ │ │ │ │ │ └── wordpaste.png
│ │ │ │ │ └── iframe.css
│ │ │ │ ├── third-party
│ │ │ │ │ ├── codemirror
│ │ │ │ │ │ ├── codemirror.css
│ │ │ │ │ │ └── codemirror.js
│ │ │ │ │ ├── highcharts
│ │ │ │ │ │ ├── adapters
│ │ │ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ │ │ ├── highcharts.js
│ │ │ │ │ │ ├── highcharts-more.js
│ │ │ │ │ │ ├── highcharts-more.src.js
│ │ │ │ │ │ ├── highcharts.src.js
│ │ │ │ │ │ ├── modules
│ │ │ │ │ │ │ ├── annotations.js
│ │ │ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ │ │ ├── data.js
│ │ │ │ │ │ │ ├── data.src.js
│ │ │ │ │ │ │ ├── drilldown.js
│ │ │ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ │ │ ├── exporting.js
│ │ │ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ │ │ ├── heatmap.js
│ │ │ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ │ ├── map.src.js
│ │ │ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ │ │ └── themes
│ │ │ │ │ │ ├── dark-blue.js
│ │ │ │ │ │ ├── dark-green.js
│ │ │ │ │ │ ├── gray.js
│ │ │ │ │ │ ├── grid.js
│ │ │ │ │ │ └── skies.js
│ │ │ │ │ ├── jquery-1.10.2.js
│ │ │ │ │ ├── jquery-1.10.2.min.js
│ │ │ │ │ ├── jquery-1.10.2.min.map
│ │ │ │ │ ├── snapscreen
│ │ │ │ │ │ └── UEditorSnapscreen.exe
│ │ │ │ │ ├── SyntaxHighlighter
│ │ │ │ │ │ ├── shCoreDefault.css
│ │ │ │ │ │ └── shCore.js
│ │ │ │ │ ├── video-js
│ │ │ │ │ │ ├── font
│ │ │ │ │ │ │ ├── vjs.eot
│ │ │ │ │ │ │ ├── vjs.svg
│ │ │ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ │ │ └── vjs.woff
│ │ │ │ │ │ ├── video.dev.js
│ │ │ │ │ │ ├── video.js
│ │ │ │ │ │ ├── video-js.css
│ │ │ │ │ │ ├── video-js.min.css
│ │ │ │ │ │ └── video-js.swf
│ │ │ │ │ ├── webuploader
│ │ │ │ │ │ ├── Uploader.swf
│ │ │ │ │ │ ├── webuploader.css
│ │ │ │ │ │ ├── webuploader.custom.js
│ │ │ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ │ │ ├── webuploader.html5only.js
│ │ │ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ │ │ ├── webuploader.js
│ │ │ │ │ │ ├── webuploader.min.js
│ │ │ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ │ │ └── zeroclipboard
│ │ │ │ │ ├── ZeroClipboard.js
│ │ │ │ │ ├── ZeroClipboard.min.js
│ │ │ │ │ └── ZeroClipboard.swf
│ │ │ │ ├── ueditor.all.js
│ │ │ │ ├── ueditor.all.min.js
│ │ │ │ ├── ueditor.config.js
│ │ │ │ ├── ueditor.parse.js
│ │ │ │ └── ueditor.parse.min.js
│ │ │ ├── uploads
│ │ │ │ ├── 2018-07-08
│ │ │ │ │ ├── 1b1c94951fff2b2733ba6b2a31eec5dcbca401f3.png
│ │ │ │ │ ├── 23fad3569153a15df4bbefc4a47aaef31089a9a4.png
│ │ │ │ │ ├── 250ef81ec23a23c68567e718a4a80456f7d58277.png
│ │ │ │ │ ├── 32548f9a358433c108aa3a039a2048bc26707310.png
│ │ │ │ │ ├── 547a536066b3fc9f3be36b3e3a98b7e77dfa1b96.jpg
│ │ │ │ │ ├── 54c2e5bf010240a5e4dbfdea3c01e0048d8f11ed.png
│ │ │ │ │ ├── 6159b7a9a948bad07a02c0851fab507c6dd8a28f.png
│ │ │ │ │ ├── 80c223f467ac9ce1d3cc6c8d8dd852b7d2734bc1.png
│ │ │ │ │ └── d2c3c6d44b4c16945717590cc8747122701f2234.png
│ │ │ │ ├── 2018-07-09
│ │ │ │ │ ├── 0c09b153a4dbeabe22fdb23c281b605d51f41081.png
│ │ │ │ │ ├── 2918bf8f26ae3ec410925740b5a21b69f87dc48c.png
│ │ │ │ │ ├── 4bee6b548099f2db32474c2171f5ecb59efb03e5.png
│ │ │ │ │ ├── 4ddf82eeaa561e39e19ee9fb8c89d7ddd32d29ae.png
│ │ │ │ │ ├── 4e6ac098ea6f08e1aa813fa48a5d0ae802300629.jpg
│ │ │ │ │ ├── 5015e62484339b7a8160fb679fcf06e7cad0bd63.png
│ │ │ │ │ ├── 5d16ccc9b78d0b38b84880f55f11e7b430567cf2.png
│ │ │ │ │ ├── 5e61bd4aac504e3688567f0fac8866457b26e6f2.png
│ │ │ │ │ ├── 6c7b534abb93bd65ee278652a0dd4ad3f69dcdc2.png
│ │ │ │ │ ├── 734d2aa9985f2d47ed8b3c4774f6968d4ebfd206.png
│ │ │ │ │ ├── 82ceeaa431b3c18ef2c65d14e6c08b632dac86e8.jpg
│ │ │ │ │ ├── 8f3a063e8274b7d24d110a53bc08e7d47839a3a3.png
│ │ │ │ │ ├── a1630147f60b7a1886f996b2f1c744deb1d46dca.png
│ │ │ │ │ ├── a8e8b0fc9f36a8b5047acf265cd625c8a74bdcce.jpg
│ │ │ │ │ ├── bd8a531a90cff0c80e114284d319f8c53a61907e.jpg
│ │ │ │ │ ├── c344a0e41342273338631b8347561f7cada6a455.png
│ │ │ │ │ ├── cfa01b5699eb82de5bd21ee1c47d79cdf60a9537.jpg
│ │ │ │ │ ├── d30fffe2f3b981671dac4960718499c8544912be.png
│ │ │ │ │ └── dc92526169af451444d4349c00f67a01cdb83797.png
│ │ │ │ ├── 2018-07-11
│ │ │ │ │ ├── 2aec8ae548096f9c2d6f65ef912bf3aaf341f4a1.png
│ │ │ │ │ └── c83a9d2edb985ca73a49f051c9cf2776336bc4e8.png
│ │ │ │ ├── 2018-07-12
│ │ │ │ │ ├── 57c40345a23f8ddc58c092dc249901bc51f6ea7e.jpg
│ │ │ │ │ └── 6587a5acda553b69e98a8b1696caec094c36878f.png
│ │ │ │ ├── 2018-07-13
│ │ │ │ │ ├── 14813a5e511d0cc146e68e00736a324a6026e699.png
│ │ │ │ │ ├── 2e6cb26beac6b68e4a7afd843968fa69a0503bf5.png
│ │ │ │ │ └── d918653654d16c7bec8d0abe24858160d056aaea.png
│ │ │ │ ├── 2018-07-14
│ │ │ │ │ ├── 5081f883e247fc3e68172e7392161702bcf020d5.png
│ │ │ │ │ └── f833e2a37f8bbd16644c05c3f5ccc9ab67200591.png
│ │ │ │ ├── 2018-07-15
│ │ │ │ │ ├── 0f25709aef28f51d47b85bcfbf5a43d2b0dff59b.png
│ │ │ │ │ └── 7d92d13654baa7792e61d54e53fed35ebd775865.jpg
│ │ │ │ ├── 2018-08-07
│ │ │ │ │ ├── 0932e94d7d616885b2375c7bbb0043f994cbeb94.png
│ │ │ │ │ ├── 2233d168ceb40cd3f70ea115f5ab00ffe757133a.png
│ │ │ │ │ ├── 338ff74eda15f958df1520fa1e7afdd59217b06e.png
│ │ │ │ │ ├── 40c5e42c1dbf4da3ff26836750a9b73f92ef3e11.png
│ │ │ │ │ ├── 45e0cab699f814969682bc2fa86196dfc1d586f2.png
│ │ │ │ │ ├── 4c4f62d4b8800b482c147a988d5ee8b2384c6fdc.png
│ │ │ │ │ ├── 71ca54a5308b4ee5c082814c588574ab6ec91c0e.png
│ │ │ │ │ ├── 7f2a30ad7c57362869554f1621353700fed0c93d.png
│ │ │ │ │ ├── 97e0be69cd4a5c534c6ff1e54584f23dd74d9f8a.png
│ │ │ │ │ ├── 9d578e1f91902057d0b7043532488bfd20832e67.png
│ │ │ │ │ ├── cfcd48ba957002e85a15dd3a32a2ef636be18cb7.jpg
│ │ │ │ │ ├── d4445f9711ab6cec19b9ab7d0500aad51b2ef280.png
│ │ │ │ │ ├── dceed2adba57eb469816b469af912b82abfb09b5.png
│ │ │ │ │ ├── f6419b03719b87a2a883a167ae004a5a9961db45.png
│ │ │ │ │ └── ffbbdace83d603e717b59e9e2a34ed88ca9517b8.png
│ │ │ │ ├── 2018-08-27
│ │ │ │ │ └── b17bccff048a7d257f13553b0da4d707bd7b9a5b.jpg
│ │ │ │ ├── 2019-01-14
│ │ │ │ │ ├── 0d058395941290ccfaa83130cf42183bd46e12e9.png
│ │ │ │ │ ├── 0d492ad6ef677ac84d308c9e6f62a70beafd435b.png
│ │ │ │ │ ├── 35d22216797c5ab258f6d67d5357442d84ddcf60.png
│ │ │ │ │ ├── 7b8bb61baea44ade3525f69c6cf3615aea46f00b.png
│ │ │ │ │ └── cd39447cc2f3c640661e5185e0f11ad4370ef945.png
│ │ │ │ ├── 2019-01-20
│ │ │ │ │ └── 6ae2c773b2410ee20c9f9b8706a0a4aaa8122bf8.png
│ │ │ │ ├── 2019-01-21
│ │ │ │ │ ├── 1415ae93a5200dbb60e2e3824cff005902af107c.png
│ │ │ │ │ ├── 648503c9cb59ac20439acc19ccbd95586098c563.png
│ │ │ │ │ ├── 6c08afc1d12ca3f6fe63ee12a254d3771cfd0dbe.png
│ │ │ │ │ └── f5e510e3bc8f877f914cab976d37ec586d1e93bc.png
│ │ │ │ ├── 2019-01-26
│ │ │ │ │ ├── 74edbd7fe9d7aecaa2510784324b7ca4cc76da17.png
│ │ │ │ │ └── ec41539ac9e99a931d234fcadd4c6b8c35d245db.png
│ │ │ │ ├── 2019-01-30
│ │ │ │ │ ├── 35c73114429be21ce664ce6613ccdbd868a61344.png
│ │ │ │ │ ├── 3ae9e8a7d519a880d53aacc2b9c28bd6ed01df89.png
│ │ │ │ │ └── 7739534936bd4bc4b308baddfdff8827ac795b28.png
│ │ │ │ ├── 2019-05-24
│ │ │ │ │ ├── 0a1eab288ae4c4f768aed917d4f6020d5b82aeed.gif
│ │ │ │ │ ├── 236fd7bce9ebf480db0bf1260631158fe65a832e.gif
│ │ │ │ │ ├── 30f1fa346c9c062919d244124283a368313e8a8b.png
│ │ │ │ │ ├── 4fa5e73f1455e84726d6980a9a15340ebb486c1c.png
│ │ │ │ │ ├── 5a4a32dec8185013078f255d5b0ba5f9059917f8.gif
│ │ │ │ │ ├── 679c3d0b84725d8aa8e30141d9676cc3741a1283.gif
│ │ │ │ │ ├── 6ae7b3fdfd1f8d022b599265ea9e89d65ffa6fbb.gif
│ │ │ │ │ ├── 89d8bc80296b80e1058e3f1dd7f27f41fe67bbb5.gif
│ │ │ │ │ ├── a6c1aa59fdadcdc65c3ed4fd60f58240c3c55be3.gif
│ │ │ │ │ ├── dcac15db02628231ddf61c5019656e08ef86fc43.gif
│ │ │ │ │ ├── df06d81d36731115db1757fc8e519a9cddf3ae9e.gif
│ │ │ │ │ ├── e6e4fd650c77e8df7757334b2d7372080b5bc5b3.gif
│ │ │ │ │ └── fc266ec164e5ca812e9647342730e1eba10e11e2.png
│ │ │ │ └── 2019-05-25
│ │ │ │ ├── 5b8960a5c092cacea0d6bf4138fd3c411094f2c4.jpg
│ │ │ │ └── 77d794df683f8eb863a0d9be5c02722b443b0e6c.png
│ │ │ ├── vendor
│ │ │ │ ├── laydate
│ │ │ │ │ ├── laydate.js
│ │ │ │ │ ├── need
│ │ │ │ │ │ └── laydate.css
│ │ │ │ │ └── skins
│ │ │ │ │ ├── dahong
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── laydate.css
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── laydate.css
│ │ │ │ │ └── molv
│ │ │ │ │ ├── icon.png
│ │ │ │ │ └── laydate.css
│ │ │ │ ├── layer
│ │ │ │ │ ├── layer.js
│ │ │ │ │ └── skin
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ │ └── loading-2.gif
│ │ │ │ │ └── layer.css
│ │ │ │ └── select2
│ │ │ │ ├── select2.full.min.js
│ │ │ │ └── select2.min.css
│ │ │ ├── wap
│ │ │ │ ├── css
│ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ ├── commonCss.css
│ │ │ │ │ ├── commonCss.css.map
│ │ │ │ │ ├── commonCss.scss
│ │ │ │ │ ├── drawer.min.css
│ │ │ │ │ ├── font-awesome.min.css
│ │ │ │ │ ├── index
│ │ │ │ │ │ ├── common.css
│ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ └── style.css
│ │ │ │ │ │ ├── index.css
│ │ │ │ │ │ └── mui.min.css
│ │ │ │ │ ├── main.css
│ │ │ │ │ ├── member.css
│ │ │ │ │ ├── mmenu.all.css
│ │ │ │ │ ├── ssc.css
│ │ │ │ │ ├── swiper
│ │ │ │ │ │ └── swiper.min.css
│ │ │ │ │ └── variable.scss
│ │ │ │ ├── fonts
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ ├── fontawesome-webfont.woff2
│ │ │ │ │ ├── footable.eot
│ │ │ │ │ ├── footable.svg
│ │ │ │ │ ├── footable.ttf
│ │ │ │ │ ├── footable.woff
│ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ │ ├── images
│ │ │ │ │ ├── 127-notice.png
│ │ │ │ │ ├── acesAndEights.png
│ │ │ │ │ ├── alipay.jpg
│ │ │ │ │ ├── aside_10.png
│ │ │ │ │ ├── aside_11.png
│ │ │ │ │ ├── aside_12.png
│ │ │ │ │ ├── aside_13.png
│ │ │ │ │ ├── aside_1.png
│ │ │ │ │ ├── aside_2.png
│ │ │ │ │ ├── aside_3.png
│ │ │ │ │ ├── aside_4.png
│ │ │ │ │ ├── aside_5.png
│ │ │ │ │ ├── aside_6.png
│ │ │ │ │ ├── aside_7.png
│ │ │ │ │ ├── aside_8.png
│ │ │ │ │ ├── aside_9.png
│ │ │ │ │ ├── aside_game10.png
│ │ │ │ │ ├── aside_game11.png
│ │ │ │ │ ├── aside_game12.png
│ │ │ │ │ ├── aside_game13.png
│ │ │ │ │ ├── aside_game1.png
│ │ │ │ │ ├── aside_game2.png
│ │ │ │ │ ├── aside_game3.png
│ │ │ │ │ ├── aside_game4.png
│ │ │ │ │ ├── aside_game5.png
│ │ │ │ │ ├── aside_game6.png
│ │ │ │ │ ├── aside_game7.png
│ │ │ │ │ ├── aside_game8.png
│ │ │ │ │ ├── aside_game9.png
│ │ │ │ │ ├── aside_level.png
│ │ │ │ │ ├── aside_money.png
│ │ │ │ │ ├── aside_usere.png
│ │ │ │ │ ├── banner_4.png
│ │ │ │ │ ├── bbin-lottory.png
│ │ │ │ │ ├── bg_welcome.jpg
│ │ │ │ │ ├── bg_welcome.png
│ │ │ │ │ ├── btn_account_h.png
│ │ │ │ │ ├── btn_home_h.png
│ │ │ │ │ ├── btn_message_h.png
│ │ │ │ │ ├── btn_promoyions_h.png
│ │ │ │ │ ├── btn_reward_h.png
│ │ │ │ │ ├── btn_shade_off_n.png
│ │ │ │ │ ├── btn_Signin_n.png
│ │ │ │ │ ├── dy
│ │ │ │ │ │ ├── ag_buyu_name.png
│ │ │ │ │ │ ├── ag_dianzi_name.png
│ │ │ │ │ │ ├── ag_name1.png
│ │ │ │ │ │ ├── ag_name.png
│ │ │ │ │ │ ├── ag.png
│ │ │ │ │ │ ├── ball_1.png
│ │ │ │ │ │ ├── ball_2.png
│ │ │ │ │ │ ├── ball_3.gif
│ │ │ │ │ │ ├── ball_4.png
│ │ │ │ │ │ ├── ball_5.png
│ │ │ │ │ │ ├── ball_6.png
│ │ │ │ │ │ ├── banner1.jpg
│ │ │ │ │ │ ├── banner1(原).jpg
│ │ │ │ │ │ ├── banner2.jpg
│ │ │ │ │ │ ├── banner3.jpg
│ │ │ │ │ │ ├── banner4.jpg
│ │ │ │ │ │ ├── banner5.jpg
│ │ │ │ │ │ ├── banner6.jpg
│ │ │ │ │ │ ├── banner7.jpg
│ │ │ │ │ │ ├── bbin_dianzi_name.png
│ │ │ │ │ │ ├── bbin_lottory_name.png
│ │ │ │ │ │ ├── bbin_name.png
│ │ │ │ │ │ ├── bbin.png
│ │ │ │ │ │ ├── bbin_sports_name.png
│ │ │ │ │ │ ├── bg_name.png
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── btn_bac.png
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── cp_logo.png
│ │ │ │ │ │ ├── eg_name.png
│ │ │ │ │ │ ├── eg.png
│ │ │ │ │ │ ├── fp.png
│ │ │ │ │ │ ├── game_10.png
│ │ │ │ │ │ ├── game_11.png
│ │ │ │ │ │ ├── game_12.png
│ │ │ │ │ │ ├── game_13.png
│ │ │ │ │ │ ├── game_14.png
│ │ │ │ │ │ ├── game_15.png
│ │ │ │ │ │ ├── game_1.png
│ │ │ │ │ │ ├── game_2.png
│ │ │ │ │ │ ├── game_3.png
│ │ │ │ │ │ ├── game_4.png
│ │ │ │ │ │ ├── game_5.png
│ │ │ │ │ │ ├── game_6.png
│ │ │ │ │ │ ├── game_7.png
│ │ │ │ │ │ ├── game_8.png
│ │ │ │ │ │ ├── game_9.png
│ │ │ │ │ │ ├── game_buyu1.png
│ │ │ │ │ │ ├── game_dianzi1.png
│ │ │ │ │ │ ├── game_dianzi2.png
│ │ │ │ │ │ ├── game_esports1.png
│ │ │ │ │ │ ├── game_esports2.png
│ │ │ │ │ │ ├── game_lottory1.png
│ │ │ │ │ │ ├── game_lottory2.png
│ │ │ │ │ │ ├── ibc.png
│ │ │ │ │ │ ├── ibc_sports_name.png
│ │ │ │ │ │ ├── icon-notice.png
│ │ │ │ │ │ ├── isComing1.png
│ │ │ │ │ │ ├── isComing.png
│ │ │ │ │ │ ├── login.png
│ │ │ │ │ │ ├── logo11.png
│ │ │ │ │ │ ├── logo.png
│ │ │ │ │ │ ├── mg_dianzi_name.png
│ │ │ │ │ │ ├── mg_name1.png
│ │ │ │ │ │ ├── mg_name.png
│ │ │ │ │ │ ├── mg.png
│ │ │ │ │ │ ├── nav_bac.png
│ │ │ │ │ │ ├── news_bac.png
│ │ │ │ │ │ ├── news_tit.png
│ │ │ │ │ │ ├── ob_name.png
│ │ │ │ │ │ ├── OB.png
│ │ │ │ │ │ ├── og_name.png
│ │ │ │ │ │ ├── og.png
│ │ │ │ │ │ ├── pt_buyu_name.png
│ │ │ │ │ │ ├── pt_dianzi_name.png
│ │ │ │ │ │ ├── pt_name.png
│ │ │ │ │ │ ├── pt.png
│ │ │ │ │ │ ├── select.png
│ │ │ │ │ │ ├── ss_name.png
│ │ │ │ │ │ ├── ss.png
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── yc_lottory_name.png
│ │ │ │ │ │ ├── yc.png
│ │ │ │ │ │ └── zrdz_logo.png
│ │ │ │ │ ├── game
│ │ │ │ │ │ ├── aside_10.png
│ │ │ │ │ │ ├── aside_11.png
│ │ │ │ │ │ ├── aside_12.png
│ │ │ │ │ │ ├── aside_13.png
│ │ │ │ │ │ ├── aside_1.png
│ │ │ │ │ │ ├── aside1.png
│ │ │ │ │ │ ├── aside_2.png
│ │ │ │ │ │ ├── aside2.png
│ │ │ │ │ │ ├── aside_3.png
│ │ │ │ │ │ ├── aside3.png
│ │ │ │ │ │ ├── aside_4.png
│ │ │ │ │ │ ├── aside4.png
│ │ │ │ │ │ ├── aside_5.png
│ │ │ │ │ │ ├── aside_6.png
│ │ │ │ │ │ ├── aside_7.png
│ │ │ │ │ │ ├── aside_8.png
│ │ │ │ │ │ ├── aside_9.png
│ │ │ │ │ │ ├── aside_game_10.png
│ │ │ │ │ │ ├── aside_game_11.png
│ │ │ │ │ │ ├── aside_game_12.png
│ │ │ │ │ │ ├── aside_game12.png
│ │ │ │ │ │ ├── aside_game13.png
│ │ │ │ │ │ ├── aside_game_1.png
│ │ │ │ │ │ ├── aside_game1.png
│ │ │ │ │ │ ├── aside_game_2.png
│ │ │ │ │ │ ├── aside_game2.png
│ │ │ │ │ │ ├── aside_game_3.png
│ │ │ │ │ │ ├── aside_game_4.png
│ │ │ │ │ │ ├── aside_game_5.png
│ │ │ │ │ │ ├── aside_game_6.png
│ │ │ │ │ │ ├── aside_game_7.png
│ │ │ │ │ │ ├── aside_game_8.png
│ │ │ │ │ │ ├── aside_game_9.png
│ │ │ │ │ │ ├── CGC.png
│ │ │ │ │ │ ├── game_10.png
│ │ │ │ │ │ ├── game_11.png
│ │ │ │ │ │ ├── game_12.png
│ │ │ │ │ │ ├── game_1.png
│ │ │ │ │ │ ├── game_2.png
│ │ │ │ │ │ ├── game_3.png
│ │ │ │ │ │ ├── game_4.png
│ │ │ │ │ │ ├── game_5.png
│ │ │ │ │ │ ├── game_6.png
│ │ │ │ │ │ ├── game_7.png
│ │ │ │ │ │ ├── game_8.png
│ │ │ │ │ │ ├── game_9.png
│ │ │ │ │ │ ├── game-buyu1.png
│ │ │ │ │ │ ├── game-buyu2.png
│ │ │ │ │ │ ├── game-game1.png
│ │ │ │ │ │ ├── game-game2.png
│ │ │ │ │ │ ├── game-game3.png
│ │ │ │ │ │ ├── game-gr.png
│ │ │ │ │ │ ├── game_kg.png
│ │ │ │ │ │ ├── game_ky.png
│ │ │ │ │ │ ├── game-live1.png
│ │ │ │ │ │ ├── game-live2.png
│ │ │ │ │ │ ├── game-live3.png
│ │ │ │ │ │ ├── game-live4.png
│ │ │ │ │ │ ├── game-live5.png
│ │ │ │ │ │ ├── game-live6.png
│ │ │ │ │ │ ├── game-live.png
│ │ │ │ │ │ ├── game-lottory1.png
│ │ │ │ │ │ ├── game-lottory2.png
│ │ │ │ │ │ ├── game-lottory3.png
│ │ │ │ │ │ ├── game-sports1.png
│ │ │ │ │ │ ├── gt.png
│ │ │ │ │ │ ├── HCdj.png
│ │ │ │ │ │ ├── igcp.png
│ │ │ │ │ │ ├── imty.png
│ │ │ │ │ │ ├── isComing.png
│ │ │ │ │ │ ├── mtqp.png
│ │ │ │ │ │ ├── sadz.png
│ │ │ │ │ │ └── ugty.png
│ │ │ │ │ ├── game_esports1.png
│ │ │ │ │ ├── gs1.jpg
│ │ │ │ │ ├── hgty_m.png
│ │ │ │ │ ├── ibc.png
│ │ │ │ │ ├── ibc_sports_name.png
│ │ │ │ │ ├── iconMore.png
│ │ │ │ │ ├── index
│ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ ├── api-bg.png
│ │ │ │ │ │ │ └── nav-item-active-bg.png
│ │ │ │ │ │ ├── game_icon
│ │ │ │ │ │ │ ├── casino
│ │ │ │ │ │ │ │ ├── HB.png
│ │ │ │ │ │ │ │ ├── icon-AE.png
│ │ │ │ │ │ │ │ ├── icon-ag.png
│ │ │ │ │ │ │ │ ├── icon-bbin.png
│ │ │ │ │ │ │ │ ├── icon-BETSOFT.png
│ │ │ │ │ │ │ │ ├── icon-bg.png
│ │ │ │ │ │ │ │ ├── icon-cgc.png
│ │ │ │ │ │ │ │ ├── icon-cg.png
│ │ │ │ │ │ │ │ ├── icon-cq9.png
│ │ │ │ │ │ │ │ ├── icon-ds.png
│ │ │ │ │ │ │ │ ├── icon-eg.png
│ │ │ │ │ │ │ │ ├── icon-GG.png
│ │ │ │ │ │ │ │ ├── icon-gr.png
│ │ │ │ │ │ │ │ ├── icon-gt.png
│ │ │ │ │ │ │ │ ├── icon-hc.png
│ │ │ │ │ │ │ │ ├── icon-ibc.png
│ │ │ │ │ │ │ │ ├── icon-ig.png
│ │ │ │ │ │ │ │ ├── icon-im.png
│ │ │ │ │ │ │ │ ├── icon-kg.png
│ │ │ │ │ │ │ │ ├── icon-ky1.png
│ │ │ │ │ │ │ │ ├── icon-ky2.png
│ │ │ │ │ │ │ │ ├── icon-ky.png
│ │ │ │ │ │ │ │ ├── icon-leg.png
│ │ │ │ │ │ │ │ ├── icon-mg.png
│ │ │ │ │ │ │ │ ├── icon-mt.png
│ │ │ │ │ │ │ │ ├── icon-mw.png
│ │ │ │ │ │ │ │ ├── icon-NEWBB.png
│ │ │ │ │ │ │ │ ├── icon-PG.png
│ │ │ │ │ │ │ │ ├── icon-png.png
│ │ │ │ │ │ │ │ ├── icon-PP.png
│ │ │ │ │ │ │ │ ├── icon-pt.png
│ │ │ │ │ │ │ │ ├── icon-SA.png
│ │ │ │ │ │ │ │ ├── icon-ss.png
│ │ │ │ │ │ │ │ ├── icon-SW.png
│ │ │ │ │ │ │ │ ├── icon-th.png
│ │ │ │ │ │ │ │ ├── icon-ttg.png
│ │ │ │ │ │ │ │ ├── icon-UG.png
│ │ │ │ │ │ │ │ ├── icon-vr.png
│ │ │ │ │ │ │ │ ├── icon-ws.png
│ │ │ │ │ │ │ │ ├── ISB.png
│ │ │ │ │ │ │ │ └── JDB.png
│ │ │ │ │ │ │ ├── fish
│ │ │ │ │ │ │ │ ├── 101.png
│ │ │ │ │ │ │ │ ├── 1051.png
│ │ │ │ │ │ │ │ ├── 38001.png
│ │ │ │ │ │ │ │ ├── 7001.png
│ │ │ │ │ │ │ │ ├── 7002.png
│ │ │ │ │ │ │ │ ├── 7003.png
│ │ │ │ │ │ │ │ ├── ag.png
│ │ │ │ │ │ │ │ ├── bb.png
│ │ │ │ │ │ │ │ ├── cq9.png
│ │ │ │ │ │ │ │ ├── TH0023.png
│ │ │ │ │ │ │ │ ├── TH0024.png
│ │ │ │ │ │ │ │ └── TH0034.png
│ │ │ │ │ │ │ └── live
│ │ │ │ │ │ │ ├── AB.png
│ │ │ │ │ │ │ ├── AG_1.png
│ │ │ │ │ │ │ ├── ag.png
│ │ │ │ │ │ │ ├── BBIN.png
│ │ │ │ │ │ │ ├── Bg.png
│ │ │ │ │ │ │ ├── cg.png
│ │ │ │ │ │ │ ├── MG.png
│ │ │ │ │ │ │ ├── Og.png
│ │ │ │ │ │ │ ├── pt.png
│ │ │ │ │ │ │ ├── SA.png
│ │ │ │ │ │ │ └── Sunbet.png
│ │ │ │ │ │ ├── icon-casino.png
│ │ │ │ │ │ ├── icon-chess-and-card.png
│ │ │ │ │ │ ├── icon-fish.png
│ │ │ │ │ │ ├── icon-hot.png
│ │ │ │ │ │ ├── icon-live.png
│ │ │ │ │ │ ├── icon-lottery.png
│ │ │ │ │ │ ├── icon-menu.png
│ │ │ │ │ │ ├── icon-sports.png
│ │ │ │ │ │ └── user_icon.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── m_activity1.png
│ │ │ │ │ ├── m_alipay.png
│ │ │ │ │ ├── m_banner1.jpg
│ │ │ │ │ ├── m_banner2.jpg
│ │ │ │ │ ├── m_banner3.jpg
│ │ │ │ │ ├── m_banner4.jpg
│ │ │ │ │ ├── m_banner5.jpg
│ │ │ │ │ ├── m_box-act1.png
│ │ │ │ │ ├── m_box-act2.png
│ │ │ │ │ ├── m_box-buyu1.png
│ │ │ │ │ ├── m_box-buyu2.png
│ │ │ │ │ ├── m_box-buyu3.png
│ │ │ │ │ ├── m_box-buyu4.png
│ │ │ │ │ ├── m_box-buyu5.png
│ │ │ │ │ ├── m_box-esports1.png
│ │ │ │ │ ├── m_box-esports2.jpg
│ │ │ │ │ ├── m_box-esports3.png
│ │ │ │ │ ├── m_box-esports-hc.png
│ │ │ │ │ ├── m_box-esports-im.png
│ │ │ │ │ ├── m_box-esports-opus.png
│ │ │ │ │ ├── m_box-game10.png
│ │ │ │ │ ├── m_box-game11.png
│ │ │ │ │ ├── m_box-game1.png
│ │ │ │ │ ├── m_box-game2.png
│ │ │ │ │ ├── m_box-game3.png
│ │ │ │ │ ├── m_box-game4.png
│ │ │ │ │ ├── m_box-game55.png
│ │ │ │ │ ├── m_box-game5.png
│ │ │ │ │ ├── m_box-game6.png
│ │ │ │ │ ├── m_box-game7.png
│ │ │ │ │ ├── m_box-game88.png
│ │ │ │ │ ├── m_box-game8.png
│ │ │ │ │ ├── m_box-game9.png
│ │ │ │ │ ├── m_box-gr.jpg
│ │ │ │ │ ├── m_box-ig.png
│ │ │ │ │ ├── m_box-live1.png
│ │ │ │ │ ├── m_box-live2.png
│ │ │ │ │ ├── m_box-live3.png
│ │ │ │ │ ├── m_box-live4.jpg
│ │ │ │ │ ├── m_box-live5.jpg
│ │ │ │ │ ├── m_box-live6.jpg
│ │ │ │ │ ├── m_box-live7.jpg
│ │ │ │ │ ├── m_box-live8.png
│ │ │ │ │ ├── m_box-live9.png
│ │ │ │ │ ├── m_box-lottory1.png
│ │ │ │ │ ├── m_box-lottory2.png
│ │ │ │ │ ├── m_box-lottory3.png
│ │ │ │ │ ├── m_box-lottory4.jpg
│ │ │ │ │ ├── m_box-poker1.jpg
│ │ │ │ │ ├── m_box-poker1.png
│ │ │ │ │ ├── m_box-poker2.jpg
│ │ │ │ │ ├── m_box-poker2.png
│ │ │ │ │ ├── m_box-poker-mt.png
│ │ │ │ │ ├── m_card.png
│ │ │ │ │ ├── mg
│ │ │ │ │ │ ├── 5ReelDrive.png
│ │ │ │ │ │ ├── acesAndEights.png
│ │ │ │ │ │ ├── acesAndFaces.png
│ │ │ │ │ │ ├── adventurePalace.png
│ │ │ │ │ │ ├── agentJaneBlonde.png
│ │ │ │ │ │ ├── ageOfDiscovery.png
│ │ │ │ │ │ ├── alaskanFishing.png
│ │ │ │ │ │ ├── americanRouletteGold.png
│ │ │ │ │ │ ├── ariana.png
│ │ │ │ │ │ ├── asianBeauty.png
│ │ │ │ │ │ ├── atlanticCityBlackjackGold.png
│ │ │ │ │ │ ├── avalon.png
│ │ │ │ │ │ ├── barBarBlackSheep5Reel.png
│ │ │ │ │ │ ├── barsNStripes.png
│ │ │ │ │ │ ├── basketballStar.png
│ │ │ │ │ │ ├── beachBabes.png
│ │ │ │ │ │ ├── bigKahuna.png
│ │ │ │ │ │ ├── bigTop.png
│ │ │ │ │ │ ├── bikiniParty.png
│ │ │ │ │ │ ├── bonusDeucesWild.png
│ │ │ │ │ │ ├── boogieMonsters.png
│ │ │ │ │ │ ├── breakAway.png
│ │ │ │ │ │ ├── breakDaBankAgain.png
│ │ │ │ │ │ ├── breakDaBank.png
│ │ │ │ │ │ ├── bridesmaids.png
│ │ │ │ │ │ ├── burningDesire.png
│ │ │ │ │ │ ├── bushTelegraph.png
│ │ │ │ │ │ ├── carnaval.png
│ │ │ │ │ │ ├── cashapillar.png
│ │ │ │ │ │ ├── cashSplash.png
│ │ │ │ │ │ ├── cashville.png
│ │ │ │ │ │ ├── centreCourt.png
│ │ │ │ │ │ ├── classicBlackjackGold.png
│ │ │ │ │ │ ├── coolWolf.png
│ │ │ │ │ │ ├── couchPotato.png
│ │ │ │ │ │ ├── cricketStar.png
│ │ │ │ │ │ ├── deckTheHalls.png
│ │ │ │ │ │ ├── deucesWild.png
│ │ │ │ │ │ ├── doubleDoubleBonus.png
│ │ │ │ │ │ ├── dragonDance.png
│ │ │ │ │ │ ├── dragonsMyth.png
│ │ │ │ │ │ ├── eaglesWings.png
│ │ │ │ │ │ ├── europeanBlackjackGold.png
│ │ │ │ │ │ ├── europeanRoulette.png
│ │ │ │ │ │ ├── fishParty.png
│ │ │ │ │ │ ├── footballStar.png
│ │ │ │ │ │ ├── frozenDiamonds.png
│ │ │ │ │ │ ├── goldenEra.png
│ │ │ │ │ │ ├── halloweenies.png
│ │ │ │ │ │ ├── happyHolidays.png
│ │ │ │ │ │ ├── harveys.png
│ │ │ │ │ │ ├── highSociety.png
│ │ │ │ │ │ ├── hitman.png
│ │ │ │ │ │ ├── isis.png
│ │ │ │ │ │ ├── jacksOrBetter.png
│ │ │ │ │ │ ├── jungleJimElDorado.png
│ │ │ │ │ │ ├── karaokeParty.png
│ │ │ │ │ │ ├── kathmandu.png
│ │ │ │ │ │ ├── kingsOfCash.png
│ │ │ │ │ │ ├── ladiesNite.png
│ │ │ │ │ │ ├── lionsPride.png
│ │ │ │ │ │ ├── liquidGold.png
│ │ │ │ │ │ ├── loaded.png
│ │ │ │ │ │ ├── lostVegas.png
│ │ │ │ │ │ ├── luckyKoi.png
│ │ │ │ │ │ ├── luckyLeprechaun.png
│ │ │ │ │ │ ├── madHatters.png
│ │ │ │ │ │ ├── majorMillions.png
│ │ │ │ │ │ ├── mayanPrincess.png
│ │ │ │ │ │ ├── mermaidsMillions.png
│ │ │ │ │ │ ├── mysticDreams.png
│ │ │ │ │ │ ├── partyIsland.png
│ │ │ │ │ │ ├── prettyKitty.png
│ │ │ │ │ │ ├── purePlatinum.png
│ │ │ │ │ │ ├── reelSpinner.png
│ │ │ │ │ │ ├── reelThunder.png
│ │ │ │ │ │ ├── rhymingReelsGeorgiePorgie.png
│ │ │ │ │ │ ├── rivieraRiches.png
│ │ │ │ │ │ ├── rugbyStar.png
│ │ │ │ │ │ ├── santaPaws.png
│ │ │ │ │ │ ├── secretAdmirer.png
│ │ │ │ │ │ ├── shoot.png
│ │ │ │ │ │ ├── soManyMonsters.png
│ │ │ │ │ │ ├── soMuchCandy.png
│ │ │ │ │ │ ├── soMuchSushi.png
│ │ │ │ │ │ ├── springBreak.png
│ │ │ │ │ │ ├── starlightKiss.png
│ │ │ │ │ │ ├── stashOfTheTitans.png
│ │ │ │ │ │ ├── sterlingSilver.png
│ │ │ │ │ │ ├── summerHoliday.png
│ │ │ │ │ │ ├── summertime.png
│ │ │ │ │ │ ├── sunTide.png
│ │ │ │ │ │ ├── supeItUp.png
│ │ │ │ │ │ ├── sureWin.png
│ │ │ │ │ │ ├── tallyHo.png
│ │ │ │ │ │ ├── theGrandJourney.png
│ │ │ │ │ │ ├── theTwistedCircus.png
│ │ │ │ │ │ ├── thunderstruckII.png
│ │ │ │ │ │ ├── thunderstruck.png
│ │ │ │ │ │ ├── tigersEye.png
│ │ │ │ │ │ ├── tombRaider.png
│ │ │ │ │ │ ├── treasureNile.png
│ │ │ │ │ │ ├── treasurePalace.png
│ │ │ │ │ │ ├── untamedGiantPanda.png
│ │ │ │ │ │ ├── vegasDowntownBlackjackGold.png
│ │ │ │ │ │ ├── vegasSingleDeckBlackjackGold.png
│ │ │ │ │ │ ├── vegasStripBlackjackGold.png
│ │ │ │ │ │ ├── voila.png
│ │ │ │ │ │ ├── whatAHoot.png
│ │ │ │ │ │ ├── wildOrient.png
│ │ │ │ │ │ └── winSumDimSum.png
│ │ │ │ │ ├── m_isComing.png
│ │ │ │ │ ├── m_logo.png
│ │ │ │ │ ├── m_scan.png
│ │ │ │ │ ├── m_title_column.png
│ │ │ │ │ ├── m_unipay.png
│ │ │ │ │ ├── m_userCenter-icon10.png
│ │ │ │ │ ├── m_userCenter-icon11.png
│ │ │ │ │ ├── m_userCenter-icon1.png
│ │ │ │ │ ├── m_userCenter-icon2.png
│ │ │ │ │ ├── m_userCenter-icon3.png
│ │ │ │ │ ├── m_userCenter-icon4.png
│ │ │ │ │ ├── m_userCenter-icon5.png
│ │ │ │ │ ├── m_userCenter-icon6.png
│ │ │ │ │ ├── m_userCenter-icon7.png
│ │ │ │ │ ├── m_userCenter-icon8.png
│ │ │ │ │ ├── m_userCenter-icon9.png
│ │ │ │ │ ├── m_weixinpay.png
│ │ │ │ │ ├── nav11.png
│ │ │ │ │ ├── nav1.png
│ │ │ │ │ ├── nav22.png
│ │ │ │ │ ├── nav2.png
│ │ │ │ │ ├── nav33.png
│ │ │ │ │ ├── nav3.png
│ │ │ │ │ ├── newgame
│ │ │ │ │ │ ├── 022aeb45b32b7710749b9a86d1360a73_573631f2bd927.jpeg
│ │ │ │ │ │ ├── 094408b205dfa21ef4997c5d79064448.jpg
│ │ │ │ │ │ ├── 0f7e5cc6c697c958cb037666032ca117.jpg
│ │ │ │ │ │ ├── 1031bb7a2fe32866903998bebd8a72e0_5735853610a45.jpeg
│ │ │ │ │ │ ├── 10d98569598be5e2ae30223875e9eee5_57358d9a2b3a2.jpeg
│ │ │ │ │ │ ├── 11496380d4fb4deb3c883a46e375a2f9_57bbe8fb77701.jpeg
│ │ │ │ │ │ ├── 16a94e37113efef09551b2c8773b4dd4_5704891d4597b.jpeg
│ │ │ │ │ │ ├── 16.jpg
│ │ │ │ │ │ ├── 192a65e89f0718e510a3f17500195962_570488c733e07.jpeg
│ │ │ │ │ │ ├── 1c0bf3d385a726f85b41cea6af870efa.jpg
│ │ │ │ │ │ ├── 24.jpg
│ │ │ │ │ │ ├── 2d3ebbe40d4e697bd1afdeafa122f3d3.jpg
│ │ │ │ │ │ ├── 2ec0af56643c7975f63cabfa0cff1c53_57362c9402d93.jpeg
│ │ │ │ │ │ ├── 3192414a30418e69824703c1a2ddfa7c.jpg
│ │ │ │ │ │ ├── 32.jpg
│ │ │ │ │ │ ├── 33.jpg
│ │ │ │ │ │ ├── 34.jpg
│ │ │ │ │ │ ├── 38c8adbf3ee29d51bbedd48198ed599e.jpg
│ │ │ │ │ │ ├── 3e99ae4536eb9b7634fddc5c75c5bd55.jpg
│ │ │ │ │ │ ├── 3ec8d25733f5ad5a4506af95b4799421.jpg
│ │ │ │ │ │ ├── 3f55499c3edfe2aab0989c021844081e_56653d8fbceb8.jpeg
│ │ │ │ │ │ ├── 3.jpg
│ │ │ │ │ │ ├── 45ec50a0287ca9a73991bc41495f1bc4_57f4703cb9589.jpeg
│ │ │ │ │ │ ├── 4ad063a9a40409a3f477a0c5af4d65d9_570487a867601.jpeg
│ │ │ │ │ │ ├── 4b805cdb7067712e2a03e84dd7a0d47a.jpg
│ │ │ │ │ │ ├── 50c7cae995562dfc67c7959a8f726299_5704870459119.jpeg
│ │ │ │ │ │ ├── 50.jpg
│ │ │ │ │ │ ├── 54e1eb317ef57803bc3a62a3f55ad932_57f7614093d42.jpeg
│ │ │ │ │ │ ├── 5f4a9aeab4206da11d57f735966b1719.jpg
│ │ │ │ │ │ ├── 5-Reel-Drive.jpg
│ │ │ │ │ │ ├── 6149eb65ea63138479c8bed42c3c1ad1.jpg
│ │ │ │ │ │ ├── 6316a2c9a9808d3f30e503e901a93062.jpg
│ │ │ │ │ │ ├── 6346e75852062c2468f05b1f6eea4bd4.jpg
│ │ │ │ │ │ ├── 646daf90b582f3da3afc2e871c3e6e13.jpg
│ │ │ │ │ │ ├── 64f11dfeed671c7a08a212d48335f919.jpg
│ │ │ │ │ │ ├── 6d0eddff2c70afb8585768aa2814ae1b_585238b14a733.jpeg
│ │ │ │ │ │ ├── 6.jpg
│ │ │ │ │ │ ├── 73e39f46c087a61eb9cc512d3100b4fa_57048982dcf10.jpeg
│ │ │ │ │ │ ├── 775e181dad45be8f915d0024988df391.jpg
│ │ │ │ │ │ ├── 78c1c5ab98f211fdb6a149e0b04faa2f.jpg
│ │ │ │ │ │ ├── 7b163372b408ecd5127071d61addd452.jpg
│ │ │ │ │ │ ├── 801691b8ded9850f0d5352c990918046.jpg
│ │ │ │ │ │ ├── 89b99a2780f05aa30a7f400f81ba80f0.jpg
│ │ │ │ │ │ ├── 8c5fda46d95eeb2195e3419ea689ba30_57362fc62e9ff.jpeg
│ │ │ │ │ │ ├── 8ce2f4a61507e74ae51c1e0da0521bff_57362e4ce5b1e.jpeg
│ │ │ │ │ │ ├── 8e16a584a977f861dd958d3b5da5f1c7_573630d17d90e.jpeg
│ │ │ │ │ │ ├── 8fd941226845eab8b56265dcb6d656ed.jpg
│ │ │ │ │ │ ├── 8.jpg
│ │ │ │ │ │ ├── 9086ae3144b0243b2c6d4f2ae2676ea3.jpg
│ │ │ │ │ │ ├── 9390378c3fbd9adbe0f9d1cbb1ba37d4.jpg
│ │ │ │ │ │ ├── 93bec2c5ae0c8f207b4f8aab03cb942a.jpg
│ │ │ │ │ │ ├── 9b0a2c73449d51c1874578d97761b93d.jpg
│ │ │ │ │ │ ├── 9.jpg
│ │ │ │ │ │ ├── a3cd870559fe2445fd5884d00f458b2b.jpg
│ │ │ │ │ │ ├── ad2cf68d46541e445ece7e4267c00202_577088dadfafd.jpeg
│ │ │ │ │ │ ├── Adventure-Palace.jpg
│ │ │ │ │ │ ├── ae3a1838cf6647c561aab54f6585fb11_5742d1a7aec6d.jpeg
│ │ │ │ │ │ ├── all.js
│ │ │ │ │ │ ├── AmazonAdventure.jpg
│ │ │ │ │ │ ├── AngelsTouch_0.jpg
│ │ │ │ │ │ ├── Ariana.jpg
│ │ │ │ │ │ ├── ArthursQuestII_0.jpg
│ │ │ │ │ │ ├── ArthursQuest.jpg
│ │ │ │ │ │ ├── b373e4298d5f0e8db80d05102eb31a63.jpg
│ │ │ │ │ │ ├── b6a45d9bcb2a547f9ce10e0b81532d15.jpg
│ │ │ │ │ │ ├── b84779afeee3c2c6402a6e443a4990d5.jpg
│ │ │ │ │ │ ├── BarsandBells.jpg
│ │ │ │ │ │ ├── bbbc79cd72a5be510192016921b10fc3.jpg
│ │ │ │ │ │ ├── bdddf74db6abefb4bba863da3aa457f7_582eb63ba6695.png
│ │ │ │ │ │ ├── Blackjack_0.jpg
│ │ │ │ │ │ ├── boyi-802a14043b.css
│ │ │ │ │ │ ├── boyi-afedeefc77.js
│ │ │ │ │ │ ├── Break-Away.jpg
│ │ │ │ │ │ ├── Burning-Desire.jpg
│ │ │ │ │ │ ├── Caribbean-Stud-Poker.jpg
│ │ │ │ │ │ ├── Cashapillar.jpg
│ │ │ │ │ │ ├── CashGrabII.jpg
│ │ │ │ │ │ ├── CashGrab.jpg
│ │ │ │ │ │ ├── CashInferno.jpg
│ │ │ │ │ │ ├── cbf83605ec08fcbc5455ff36a5e89119_5742b84fac88b.jpeg
│ │ │ │ │ │ ├── ce1e33106839ff71a5a815a2250d138e_57362ef3652a2.jpeg
│ │ │ │ │ │ ├── ce4d93311b6d9e362a46df30abcb9637.jpg
│ │ │ │ │ │ ├── Centre-Court.jpg
│ │ │ │ │ │ ├── ChilliGold.jpg
│ │ │ │ │ │ ├── Cleopatra.jpg
│ │ │ │ │ │ ├── Cool-Buck.jpg
│ │ │ │ │ │ ├── d1ac833b051574c043169d9f213e6da6.css
│ │ │ │ │ │ ├── d2940d2c9aa1b79fdd6ae996b1233f42.jpg
│ │ │ │ │ │ ├── d3e023803856678a7da2592601c93fab.jpg
│ │ │ │ │ │ ├── d9928950de042272364a73365c6bf8d3.jpg
│ │ │ │ │ │ ├── DolphinGold.jpg
│ │ │ │ │ │ ├── Dragon8s.jpg
│ │ │ │ │ │ ├── e042836abe1a33b41561337fb30692c5.js
│ │ │ │ │ │ ├── e67a0fc551ce1ce895f33e3989d8ce63_57362784230d3.jpeg
│ │ │ │ │ │ ├── eaef7b790bf918fc8d3fcf0be3bdc76f_57f759d1d1bbd.jpeg
│ │ │ │ │ │ ├── ebcb9bbad14156c56737ade353a1487b_57709976a6688.jpeg
│ │ │ │ │ │ ├── f20296cf943463d6ef79588d37f102a4.jpg
│ │ │ │ │ │ ├── f9171b615fdb4d57f43e4e966d4b6dab.jpg
│ │ │ │ │ │ ├── Five-Pirates.jpg
│ │ │ │ │ │ ├── get_dynamic_config.js
│ │ │ │ │ │ ├── get_static_config.0.357.1.1.914.565.11.9.1.1.1.1.2.js
│ │ │ │ │ │ ├── Goooal.jpg
│ │ │ │ │ │ ├── Grand-Prix.jpg
│ │ │ │ │ │ ├── Halloweenies.jpg
│ │ │ │ │ │ ├── High-Society.jpg
│ │ │ │ │ │ ├── HoleInOne.jpg
│ │ │ │ │ │ ├── HollywoodReels.jpg
│ │ │ │ │ │ ├── _Incapsula_Resource
│ │ │ │ │ │ ├── JackpotHoliday.jpg
│ │ │ │ │ │ ├── Kat-Lee-Bounty-Hunter-2.jpg
│ │ │ │ │ │ ├── LadysCharms.jpg
│ │ │ │ │ │ ├── localization.cn.0.490f6bd51f40282a67a4458e18aa7f1e_9f4ec5a530baf48bf7c3e2ed2db7e254.js
│ │ │ │ │ │ ├── Lucky7Blackjack.jpg
│ │ │ │ │ │ ├── LuckyCherry.jpg
│ │ │ │ │ │ ├── Lucky-Panda.jpg
│ │ │ │ │ │ ├── Lucky-Twins.jpg
│ │ │ │ │ │ ├── MadMonkey.jpg
│ │ │ │ │ │ ├── Mayan-Princess-Video-Slot.jpg
│ │ │ │ │ │ ├── models-609e291e3c.js
│ │ │ │ │ │ ├── Neutron-Star.jpg
│ │ │ │ │ │ ├── no-image.gif
│ │ │ │ │ │ ├── Oktoberfest.jpg
│ │ │ │ │ │ ├── open_chat.html
│ │ │ │ │ │ ├── PerfectPairsBlackjack.jpg
│ │ │ │ │ │ ├── ping
│ │ │ │ │ │ ├── Reel-Gems.jpg
│ │ │ │ │ │ ├── Retro-Reels-Extreme-Heat.jpg
│ │ │ │ │ │ ├── Rhyming-Reels-Hearts-Tarts.jpg
│ │ │ │ │ │ ├── Rose-of-Venice.jpg
│ │ │ │ │ │ ├── saved_resource.html
│ │ │ │ │ │ ├── SerengetiDiamonds.jpg
│ │ │ │ │ │ ├── ShogunShowdown.jpg
│ │ │ │ │ │ ├── Silver-Lion.jpg
│ │ │ │ │ │ ├── So-Many-Monsters.jpg
│ │ │ │ │ │ ├── So-Much-Sushi.jpg
│ │ │ │ │ │ ├── SpaceInvasion.jpg
│ │ │ │ │ │ ├── Starlight-Kiss.jpg
│ │ │ │ │ │ ├── SurfsUp.jpg
│ │ │ │ │ │ ├── Taxi.jpg
│ │ │ │ │ │ ├── TheGreatCasini.jpg
│ │ │ │ │ │ ├── ThreeCardPoker.jpg
│ │ │ │ │ │ ├── tracking.js
│ │ │ │ │ │ ├── tunnel_callback.cgi
│ │ │ │ │ │ ├── VampiresvsWerewolves.jpg
│ │ │ │ │ │ ├── vendor-197e4d616a.js
│ │ │ │ │ │ ├── VivaVenezia.jpg
│ │ │ │ │ │ ├── W88-Slots-A-Night-Out_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Baccarat_4.jpg
│ │ │ │ │ │ ├── W88-Slots-Beach-Life_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Captain's-Treasure_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Casino-Hold-'Em_0.jpg
│ │ │ │ │ │ ├── W88-Slots-Crazy-7_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Desert-Treasure_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Desert-Treasure-II_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Dr-Lovemore_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Easter-Surprise_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Esmeralda_2.jpg
│ │ │ │ │ │ ├── W88-Slots-Football-Carnival_2.jpg
│ │ │ │ │ │ ├── W88-Slots-Frankie-Detorri's-Magic-Seven_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Fruit-Mania_1.jpg
│ │ │ │ │ │ ├── W88-Slots-FullMoon-Fortunes_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Funky-Fruits_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Golden-Games_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Halloween-Fortune_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Highway-Kings_1.jpg
│ │ │ │ │ │ ├── W88-Slots-John-Wayne_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Lotto-Madness_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Marilyn-Monroe_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Mr.-Cash-Back_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Nian-Nian-You-Yu_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Piggies-and-The-Wolf_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Premium-American-Roulette_0.jpg
│ │ │ │ │ │ ├── W88-Slots-Premium-European-Roulette_0.jpg
│ │ │ │ │ │ ├── W88-Slots-Samba-Brazil_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Santa-Surprise_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Sherlock-Mystery_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Silver-Bullet_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Streak-of-Luck_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Sweet-Party_1.jpg
│ │ │ │ │ │ ├── W88-Slots-Vikingmania_1.jpg
│ │ │ │ │ │ ├── W88-Slots-White-King_0.jpg
│ │ │ │ │ │ ├── W88-Slots-Wu-Long_0.jpg
│ │ │ │ │ │ ├── W88-Slots-Zhao-Cai-Jin-Bao_1.jpg
│ │ │ │ │ │ ├── What-A-Hoot.jpg
│ │ │ │ │ │ ├── Wild-Orient.jpg
│ │ │ │ │ │ ├── Win-Sum-Dim-Sum.jpg
│ │ │ │ │ │ ├── Zeus-vs-Hades.jpg
│ │ │ │ │ │ ├── ZodiacWild.jpg
│ │ │ │ │ │ ├── 五行世界.png
│ │ │ │ │ │ ├── 劲爆篮球.png
│ │ │ │ │ │ ├── 哆啦A梦.png
│ │ │ │ │ │ ├── 圣斗士.png
│ │ │ │ │ │ ├── 宇宙少女战记.png
│ │ │ │ │ │ ├── 封神榜.png
│ │ │ │ │ │ ├── 拳皇98.png
│ │ │ │ │ │ ├── 拳皇.png
│ │ │ │ │ │ ├── 新年到.png
│ │ │ │ │ │ ├── 梦幻森林.png
│ │ │ │ │ │ ├── 武松传.png
│ │ │ │ │ │ ├── 水浒传.png
│ │ │ │ │ │ ├── 海贼王2.png
│ │ │ │ │ │ ├── 海贼王.png
│ │ │ │ │ │ ├── 灌篮高手.png
│ │ │ │ │ │ ├── 灌篮高手pro.png
│ │ │ │ │ │ ├── 火影.png
│ │ │ │ │ │ ├── 白蛇传.png
│ │ │ │ │ │ ├── 英雄荣耀.png
│ │ │ │ │ │ ├── 街霸.png
│ │ │ │ │ │ ├── 西游记.png
│ │ │ │ │ │ ├── 西游降妖.png
│ │ │ │ │ │ ├── 财神到.png
│ │ │ │ │ │ ├── 赤壁之战.png
│ │ │ │ │ │ ├── 阿拉丁神灯.png
│ │ │ │ │ │ ├── 降妖传奇.png
│ │ │ │ │ │ ├── 高达.png
│ │ │ │ │ │ ├── 龙凤呈祥.png
│ │ │ │ │ │ └── 龙珠Z.png
│ │ │ │ │ ├── on.png
│ │ │ │ │ ├── pay_online_bg.jpg
│ │ │ │ │ ├── pt_buyu_name.png
│ │ │ │ │ ├── pt_dianzi_name.png
│ │ │ │ │ ├── pt_name.png
│ │ │ │ │ ├── pt.png
│ │ │ │ │ ├── reg_bg.png
│ │ │ │ │ ├── user_back.png
│ │ │ │ │ ├── user_game.png
│ │ │ │ │ ├── user_menu.png
│ │ │ │ │ ├── user_refresh.png
│ │ │ │ │ ├── weixin.jpg
│ │ │ │ │ ├── yc_lottory_name.png
│ │ │ │ │ └── yc.png
│ │ │ │ ├── js
│ │ │ │ │ ├── ae_game.json
│ │ │ │ │ ├── base.js
│ │ │ │ │ ├── bs_game.json
│ │ │ │ │ ├── clipboard.min.js
│ │ │ │ │ ├── drawer.min.js
│ │ │ │ │ ├── index
│ │ │ │ │ │ ├── common
│ │ │ │ │ │ │ └── Common.js
│ │ │ │ │ │ ├── Index.js
│ │ │ │ │ │ ├── jquery
│ │ │ │ │ │ │ └── jquery-eventlock-1.0.0.js
│ │ │ │ │ │ ├── mui
│ │ │ │ │ │ │ ├── mui.lazyload.img.js
│ │ │ │ │ │ │ ├── mui.lazyload.js
│ │ │ │ │ │ │ └── mui.min.js
│ │ │ │ │ │ └── swiper.min.js
│ │ │ │ │ ├── iscroll.min.js
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ ├── laydate.js
│ │ │ │ │ ├── layer.js
│ │ │ │ │ ├── marquee.js
│ │ │ │ │ ├── member.js
│ │ │ │ │ ├── mmenu.all.min.js
│ │ │ │ │ ├── mw_game.json
│ │ │ │ │ ├── need
│ │ │ │ │ │ ├── laydate.css
│ │ │ │ │ │ └── layer.css
│ │ │ │ │ ├── pg_game.json
│ │ │ │ │ ├── pg_game_old.json
│ │ │ │ │ ├── pp_game.json
│ │ │ │ │ ├── skins
│ │ │ │ │ │ ├── dahong
│ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ └── molv
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── laydate.css
│ │ │ │ │ ├── sw_game.json
│ │ │ │ │ ├── touchslide.js
│ │ │ │ │ └── wap_ajax-submit-form.js
│ │ │ │ └── newgame
│ │ │ │ ├── 022aeb45b32b7710749b9a86d1360a73_573631f2bd927.jpeg
│ │ │ │ ├── 094408b205dfa21ef4997c5d79064448.jpg
│ │ │ │ ├── 0f7e5cc6c697c958cb037666032ca117.jpg
│ │ │ │ ├── 1031bb7a2fe32866903998bebd8a72e0_5735853610a45.jpeg
│ │ │ │ ├── 10d98569598be5e2ae30223875e9eee5_57358d9a2b3a2.jpeg
│ │ │ │ ├── 11496380d4fb4deb3c883a46e375a2f9_57bbe8fb77701.jpeg
│ │ │ │ ├── 16a94e37113efef09551b2c8773b4dd4_5704891d4597b.jpeg
│ │ │ │ ├── 16.jpg
│ │ │ │ ├── 192a65e89f0718e510a3f17500195962_570488c733e07.jpeg
│ │ │ │ ├── 1c0bf3d385a726f85b41cea6af870efa.jpg
│ │ │ │ ├── 24.jpg
│ │ │ │ ├── 2d3ebbe40d4e697bd1afdeafa122f3d3.jpg
│ │ │ │ ├── 2ec0af56643c7975f63cabfa0cff1c53_57362c9402d93.jpeg
│ │ │ │ ├── 3192414a30418e69824703c1a2ddfa7c.jpg
│ │ │ │ ├── 32.jpg
│ │ │ │ ├── 33.jpg
│ │ │ │ ├── 34.jpg
│ │ │ │ ├── 38c8adbf3ee29d51bbedd48198ed599e.jpg
│ │ │ │ ├── 3e99ae4536eb9b7634fddc5c75c5bd55.jpg
│ │ │ │ ├── 3ec8d25733f5ad5a4506af95b4799421.jpg
│ │ │ │ ├── 3f55499c3edfe2aab0989c021844081e_56653d8fbceb8.jpeg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 45ec50a0287ca9a73991bc41495f1bc4_57f4703cb9589.jpeg
│ │ │ │ ├── 4ad063a9a40409a3f477a0c5af4d65d9_570487a867601.jpeg
│ │ │ │ ├── 4b805cdb7067712e2a03e84dd7a0d47a.jpg
│ │ │ │ ├── 50c7cae995562dfc67c7959a8f726299_5704870459119.jpeg
│ │ │ │ ├── 50.jpg
│ │ │ │ ├── 54e1eb317ef57803bc3a62a3f55ad932_57f7614093d42.jpeg
│ │ │ │ ├── 5f4a9aeab4206da11d57f735966b1719.jpg
│ │ │ │ ├── 5-Reel-Drive.jpg
│ │ │ │ ├── 6149eb65ea63138479c8bed42c3c1ad1.jpg
│ │ │ │ ├── 6316a2c9a9808d3f30e503e901a93062.jpg
│ │ │ │ ├── 6346e75852062c2468f05b1f6eea4bd4.jpg
│ │ │ │ ├── 646daf90b582f3da3afc2e871c3e6e13.jpg
│ │ │ │ ├── 64f11dfeed671c7a08a212d48335f919.jpg
│ │ │ │ ├── 6d0eddff2c70afb8585768aa2814ae1b_585238b14a733.jpeg
│ │ │ │ ├── 6.jpg
│ │ │ │ ├── 73e39f46c087a61eb9cc512d3100b4fa_57048982dcf10.jpeg
│ │ │ │ ├── 775e181dad45be8f915d0024988df391.jpg
│ │ │ │ ├── 78c1c5ab98f211fdb6a149e0b04faa2f.jpg
│ │ │ │ ├── 7b163372b408ecd5127071d61addd452.jpg
│ │ │ │ ├── 801691b8ded9850f0d5352c990918046.jpg
│ │ │ │ ├── 89b99a2780f05aa30a7f400f81ba80f0.jpg
│ │ │ │ ├── 8c5fda46d95eeb2195e3419ea689ba30_57362fc62e9ff.jpeg
│ │ │ │ ├── 8ce2f4a61507e74ae51c1e0da0521bff_57362e4ce5b1e.jpeg
│ │ │ │ ├── 8e16a584a977f861dd958d3b5da5f1c7_573630d17d90e.jpeg
│ │ │ │ ├── 8fd941226845eab8b56265dcb6d656ed.jpg
│ │ │ │ ├── 8.jpg
│ │ │ │ ├── 9086ae3144b0243b2c6d4f2ae2676ea3.jpg
│ │ │ │ ├── 9390378c3fbd9adbe0f9d1cbb1ba37d4.jpg
│ │ │ │ ├── 93bec2c5ae0c8f207b4f8aab03cb942a.jpg
│ │ │ │ ├── 9b0a2c73449d51c1874578d97761b93d.jpg
│ │ │ │ ├── 9.jpg
│ │ │ │ ├── a3cd870559fe2445fd5884d00f458b2b.jpg
│ │ │ │ ├── ad2cf68d46541e445ece7e4267c00202_577088dadfafd.jpeg
│ │ │ │ ├── Adventure-Palace.jpg
│ │ │ │ ├── ae3a1838cf6647c561aab54f6585fb11_5742d1a7aec6d.jpeg
│ │ │ │ ├── all.js
│ │ │ │ ├── AmazonAdventure.jpg
│ │ │ │ ├── AngelsTouch_0.jpg
│ │ │ │ ├── Ariana.jpg
│ │ │ │ ├── ArthursQuestII_0.jpg
│ │ │ │ ├── ArthursQuest.jpg
│ │ │ │ ├── b373e4298d5f0e8db80d05102eb31a63.jpg
│ │ │ │ ├── b6a45d9bcb2a547f9ce10e0b81532d15.jpg
│ │ │ │ ├── b84779afeee3c2c6402a6e443a4990d5.jpg
│ │ │ │ ├── BarsandBells.jpg
│ │ │ │ ├── bbbc79cd72a5be510192016921b10fc3.jpg
│ │ │ │ ├── bdddf74db6abefb4bba863da3aa457f7_582eb63ba6695.png
│ │ │ │ ├── Blackjack_0.jpg
│ │ │ │ ├── boyi-802a14043b.css
│ │ │ │ ├── boyi-afedeefc77.js
│ │ │ │ ├── Break-Away.jpg
│ │ │ │ ├── Burning-Desire.jpg
│ │ │ │ ├── Caribbean-Stud-Poker.jpg
│ │ │ │ ├── Cashapillar.jpg
│ │ │ │ ├── CashGrabII.jpg
│ │ │ │ ├── CashGrab.jpg
│ │ │ │ ├── CashInferno.jpg
│ │ │ │ ├── cbf83605ec08fcbc5455ff36a5e89119_5742b84fac88b.jpeg
│ │ │ │ ├── ce1e33106839ff71a5a815a2250d138e_57362ef3652a2.jpeg
│ │ │ │ ├── ce4d93311b6d9e362a46df30abcb9637.jpg
│ │ │ │ ├── Centre-Court.jpg
│ │ │ │ ├── ChilliGold.jpg
│ │ │ │ ├── Cleopatra.jpg
│ │ │ │ ├── Cool-Buck.jpg
│ │ │ │ ├── d1ac833b051574c043169d9f213e6da6.css
│ │ │ │ ├── d2940d2c9aa1b79fdd6ae996b1233f42.jpg
│ │ │ │ ├── d3e023803856678a7da2592601c93fab.jpg
│ │ │ │ ├── d9928950de042272364a73365c6bf8d3.jpg
│ │ │ │ ├── DolphinGold.jpg
│ │ │ │ ├── Dragon8s.jpg
│ │ │ │ ├── e042836abe1a33b41561337fb30692c5.js
│ │ │ │ ├── e67a0fc551ce1ce895f33e3989d8ce63_57362784230d3.jpeg
│ │ │ │ ├── eaef7b790bf918fc8d3fcf0be3bdc76f_57f759d1d1bbd.jpeg
│ │ │ │ ├── ebcb9bbad14156c56737ade353a1487b_57709976a6688.jpeg
│ │ │ │ ├── f20296cf943463d6ef79588d37f102a4.jpg
│ │ │ │ ├── f9171b615fdb4d57f43e4e966d4b6dab.jpg
│ │ │ │ ├── Five-Pirates.jpg
│ │ │ │ ├── get_dynamic_config.js
│ │ │ │ ├── get_static_config.0.357.1.1.914.565.11.9.1.1.1.1.2.js
│ │ │ │ ├── Goooal.jpg
│ │ │ │ ├── Grand-Prix.jpg
│ │ │ │ ├── Halloweenies.jpg
│ │ │ │ ├── High-Society.jpg
│ │ │ │ ├── HoleInOne.jpg
│ │ │ │ ├── HollywoodReels.jpg
│ │ │ │ ├── _Incapsula_Resource
│ │ │ │ ├── JackpotHoliday.jpg
│ │ │ │ ├── Kat-Lee-Bounty-Hunter-2.jpg
│ │ │ │ ├── LadysCharms.jpg
│ │ │ │ ├── localization.cn.0.490f6bd51f40282a67a4458e18aa7f1e_9f4ec5a530baf48bf7c3e2ed2db7e254.js
│ │ │ │ ├── Lucky7Blackjack.jpg
│ │ │ │ ├── LuckyCherry.jpg
│ │ │ │ ├── Lucky-Panda.jpg
│ │ │ │ ├── Lucky-Twins.jpg
│ │ │ │ ├── MadMonkey.jpg
│ │ │ │ ├── Mayan-Princess-Video-Slot.jpg
│ │ │ │ ├── models-609e291e3c.js
│ │ │ │ ├── Neutron-Star.jpg
│ │ │ │ ├── no-image.gif
│ │ │ │ ├── Oktoberfest.jpg
│ │ │ │ ├── open_chat.html
│ │ │ │ ├── PerfectPairsBlackjack.jpg
│ │ │ │ ├── ping
│ │ │ │ ├── Reel-Gems.jpg
│ │ │ │ ├── Retro-Reels-Extreme-Heat.jpg
│ │ │ │ ├── Rhyming-Reels-Hearts-Tarts.jpg
│ │ │ │ ├── Rose-of-Venice.jpg
│ │ │ │ ├── saved_resource.html
│ │ │ │ ├── SerengetiDiamonds.jpg
│ │ │ │ ├── ShogunShowdown.jpg
│ │ │ │ ├── Silver-Lion.jpg
│ │ │ │ ├── So-Many-Monsters.jpg
│ │ │ │ ├── So-Much-Sushi.jpg
│ │ │ │ ├── SpaceInvasion.jpg
│ │ │ │ ├── Starlight-Kiss.jpg
│ │ │ │ ├── SurfsUp.jpg
│ │ │ │ ├── Taxi.jpg
│ │ │ │ ├── TheGreatCasini.jpg
│ │ │ │ ├── ThreeCardPoker.jpg
│ │ │ │ ├── tracking.js
│ │ │ │ ├── tunnel_callback.cgi
│ │ │ │ ├── VampiresvsWerewolves.jpg
│ │ │ │ ├── vendor-197e4d616a.js
│ │ │ │ ├── VivaVenezia.jpg
│ │ │ │ ├── W88-Slots-A-Night-Out_1.jpg
│ │ │ │ ├── W88-Slots-Baccarat_4.jpg
│ │ │ │ ├── W88-Slots-Beach-Life_1.jpg
│ │ │ │ ├── W88-Slots-Captain's-Treasure_1.jpg
│ │ │ │ ├── W88-Slots-Casino-Hold-'Em_0.jpg
│ │ │ │ ├── W88-Slots-Crazy-7_1.jpg
│ │ │ │ ├── W88-Slots-Desert-Treasure_1.jpg
│ │ │ │ ├── W88-Slots-Desert-Treasure-II_1.jpg
│ │ │ │ ├── W88-Slots-Dr-Lovemore_1.jpg
│ │ │ │ ├── W88-Slots-Easter-Surprise_1.jpg
│ │ │ │ ├── W88-Slots-Esmeralda_2.jpg
│ │ │ │ ├── W88-Slots-Football-Carnival_2.jpg
│ │ │ │ ├── W88-Slots-Frankie-Detorri's-Magic-Seven_1.jpg
│ │ │ │ ├── W88-Slots-Fruit-Mania_1.jpg
│ │ │ │ ├── W88-Slots-FullMoon-Fortunes_1.jpg
│ │ │ │ ├── W88-Slots-Funky-Fruits_1.jpg
│ │ │ │ ├── W88-Slots-Golden-Games_1.jpg
│ │ │ │ ├── W88-Slots-Halloween-Fortune_1.jpg
│ │ │ │ ├── W88-Slots-Highway-Kings_1.jpg
│ │ │ │ ├── W88-Slots-John-Wayne_1.jpg
│ │ │ │ ├── W88-Slots-Lotto-Madness_1.jpg
│ │ │ │ ├── W88-Slots-Marilyn-Monroe_1.jpg
│ │ │ │ ├── W88-Slots-Mr.-Cash-Back_1.jpg
│ │ │ │ ├── W88-Slots-Nian-Nian-You-Yu_1.jpg
│ │ │ │ ├── W88-Slots-Piggies-and-The-Wolf_1.jpg
│ │ │ │ ├── W88-Slots-Premium-American-Roulette_0.jpg
│ │ │ │ ├── W88-Slots-Premium-European-Roulette_0.jpg
│ │ │ │ ├── W88-Slots-Samba-Brazil_1.jpg
│ │ │ │ ├── W88-Slots-Santa-Surprise_1.jpg
│ │ │ │ ├── W88-Slots-Sherlock-Mystery_1.jpg
│ │ │ │ ├── W88-Slots-Silver-Bullet_1.jpg
│ │ │ │ ├── W88-Slots-Streak-of-Luck_1.jpg
│ │ │ │ ├── W88-Slots-Sweet-Party_1.jpg
│ │ │ │ ├── W88-Slots-Vikingmania_1.jpg
│ │ │ │ ├── W88-Slots-White-King_0.jpg
│ │ │ │ ├── W88-Slots-Wu-Long_0.jpg
│ │ │ │ ├── W88-Slots-Zhao-Cai-Jin-Bao_1.jpg
│ │ │ │ ├── What-A-Hoot.jpg
│ │ │ │ ├── Wild-Orient.jpg
│ │ │ │ ├── Win-Sum-Dim-Sum.jpg
│ │ │ │ ├── Zeus-vs-Hades.jpg
│ │ │ │ ├── ZodiacWild.jpg
│ │ │ │ ├── 五行世界.png
│ │ │ │ ├── 劲爆篮球.png
│ │ │ │ ├── 哆啦A梦.png
│ │ │ │ ├── 圣斗士.png
│ │ │ │ ├── 宇宙少女战记.png
│ │ │ │ ├── 封神榜.png
│ │ │ │ ├── 拳皇98.png
│ │ │ │ ├── 拳皇.png
│ │ │ │ ├── 新年到.png
│ │ │ │ ├── 梦幻森林.png
│ │ │ │ ├── 武松传.png
│ │ │ │ ├── 水浒传.png
│ │ │ │ ├── 海贼王2.png
│ │ │ │ ├── 海贼王.png
│ │ │ │ ├── 灌篮高手.png
│ │ │ │ ├── 灌篮高手pro.png
│ │ │ │ ├── 火影.png
│ │ │ │ ├── 白蛇传.png
│ │ │ │ ├── 英雄荣耀.png
│ │ │ │ ├── 街霸.png
│ │ │ │ ├── 西游记.png
│ │ │ │ ├── 西游降妖.png
│ │ │ │ ├── 财神到.png
│ │ │ │ ├── 赤壁之战.png
│ │ │ │ ├── 阿拉丁神灯.png
│ │ │ │ ├── 降妖传奇.png
│ │ │ │ ├── 高达.png
│ │ │ │ ├── 龙凤呈祥.png
│ │ │ │ └── 龙珠Z.png
│ │ │ ├── web
│ │ │ │ ├── css
│ │ │ │ │ ├── 9388
│ │ │ │ │ │ ├── live.css
│ │ │ │ │ │ └── reset.css
│ │ │ │ │ ├── activity.css
│ │ │ │ │ ├── activityList.css
│ │ │ │ │ ├── caipiao.css
│ │ │ │ │ ├── catchFish2.css
│ │ │ │ │ ├── catchFish.css
│ │ │ │ │ ├── common.css
│ │ │ │ │ ├── dianzi.css
│ │ │ │ │ ├── egame.css
│ │ │ │ │ ├── flexslider.css
│ │ │ │ │ ├── index1.css
│ │ │ │ │ ├── index1.css.map
│ │ │ │ │ ├── index1.scss
│ │ │ │ │ ├── lobbyNav.css
│ │ │ │ │ ├── lottory.css
│ │ │ │ │ ├── member.css
│ │ │ │ │ ├── member_new.css
│ │ │ │ │ ├── officialLottory.css
│ │ │ │ │ ├── poker.css
│ │ │ │ │ ├── qqq5595.css
│ │ │ │ │ ├── rendezvous.css
│ │ │ │ │ ├── style.css
│ │ │ │ │ ├── tiyu.css
│ │ │ │ │ ├── variable.css
│ │ │ │ │ ├── variable.css.map
│ │ │ │ │ ├── variable.scss
│ │ │ │ │ ├── vendor.css
│ │ │ │ │ ├── welcome.css
│ │ │ │ │ ├── yk_modal.css
│ │ │ │ │ └── zhenren.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── demo.css
│ │ │ │ │ ├── demo_fontclass.html
│ │ │ │ │ ├── demo_symbol.html
│ │ │ │ │ ├── demo_unicode.html
│ │ │ │ │ ├── fontawesome-webfont.woff2
│ │ │ │ │ ├── iconfont.css
│ │ │ │ │ ├── iconfont.eot
│ │ │ │ │ ├── iconfont.js
│ │ │ │ │ ├── iconfont.svg
│ │ │ │ │ ├── iconfont.ttf
│ │ │ │ │ └── iconfont.woff
│ │ │ │ ├── images
│ │ │ │ │ ├── 09-P-Bank-To-Bank-1.jpg
│ │ │ │ │ ├── 09-P-Bank-To-Bank-2.jpg
│ │ │ │ │ ├── 09-P-Bank-To-Bank-3.jpg
│ │ │ │ │ ├── 09-P-Bank-To-Bank-4.jpg
│ │ │ │ │ ├── 111.jpg
│ │ │ │ │ ├── 123.png
│ │ │ │ │ ├── 222.jpg
│ │ │ │ │ ├── 333.jpg
│ │ │ │ │ ├── 444.jpg
│ │ │ │ │ ├── 555.jpg
│ │ │ │ │ ├── 666.jpg
│ │ │ │ │ ├── about_banner.jpg
│ │ │ │ │ ├── account-icon1.png
│ │ │ │ │ ├── account-icon2.png
│ │ │ │ │ ├── account-icon3.png
│ │ │ │ │ ├── account-icon4.png
│ │ │ │ │ ├── account-icon5.png
│ │ │ │ │ ├── account-icon6.png
│ │ │ │ │ ├── account-icon7.png
│ │ │ │ │ ├── act11111.png
│ │ │ │ │ ├── act-banner.jpg
│ │ │ │ │ ├── add.png
│ │ │ │ │ ├── ads.jpg
│ │ │ │ │ ├── android_erweima.png
│ │ │ │ │ ├── app-bg-ag1.png
│ │ │ │ │ ├── app-bg-ag2.png
│ │ │ │ │ ├── app-bg-bb2.png
│ │ │ │ │ ├── app-bg-bs1.png
│ │ │ │ │ ├── app-bg-bs2.png
│ │ │ │ │ ├── app-bg-by1.png
│ │ │ │ │ ├── app-bg-dt1.png
│ │ │ │ │ ├── app-bg-dt2.png
│ │ │ │ │ ├── app-bg-gg1.png
│ │ │ │ │ ├── app-bg-gg2.png
│ │ │ │ │ ├── app-bg-mg1.png
│ │ │ │ │ ├── app-bg-mg2.png
│ │ │ │ │ ├── app-bg-png1.png
│ │ │ │ │ ├── app-bg-png2.png
│ │ │ │ │ ├── app-bg-pt1.png
│ │ │ │ │ ├── app-bg-pt2.png
│ │ │ │ │ ├── app-bg-sa1.png
│ │ │ │ │ ├── app-bg-sa2.png
│ │ │ │ │ ├── app-bg-ttg1.png
│ │ │ │ │ ├── app-bg-ttg2.png
│ │ │ │ │ ├── app_download.png
│ │ │ │ │ ├── arrow-l1.png
│ │ │ │ │ ├── arrow-r1.png
│ │ │ │ │ ├── aside
│ │ │ │ │ │ ├── aside_board2.png
│ │ │ │ │ │ ├── aside_board.png
│ │ │ │ │ │ ├── aside_close.png
│ │ │ │ │ │ ├── aside_live.png
│ │ │ │ │ │ ├── aside_promo.png
│ │ │ │ │ │ ├── aside_slot.png
│ │ │ │ │ │ ├── left01.png
│ │ │ │ │ │ ├── left02.png
│ │ │ │ │ │ ├── left03.png
│ │ │ │ │ │ ├── left04.png
│ │ │ │ │ │ ├── left_close.png
│ │ │ │ │ │ ├── right01.png
│ │ │ │ │ │ ├── right02.png
│ │ │ │ │ │ ├── right03.png
│ │ │ │ │ │ └── right04.jpg
│ │ │ │ │ ├── aside_erweima1.png
│ │ │ │ │ ├── aside_r1.png
│ │ │ │ │ ├── aside_r2.png
│ │ │ │ │ ├── aside_r3.png
│ │ │ │ │ ├── aside_r4.png
│ │ │ │ │ ├── aside_r5.png
│ │ │ │ │ ├── aside_r6.png
│ │ │ │ │ ├── award.png
│ │ │ │ │ ├── bank
│ │ │ │ │ │ ├── gdfzyh.gif
│ │ │ │ │ │ ├── gdyh.gif
│ │ │ │ │ │ ├── gsyh.gif
│ │ │ │ │ │ ├── hxyh.gif
│ │ │ │ │ │ ├── jsyh.gif
│ │ │ │ │ │ ├── jtyh.gif
│ │ │ │ │ │ ├── mobaopay.gif
│ │ │ │ │ │ ├── msyh.gif
│ │ │ │ │ │ ├── nyyh.gif
│ │ │ │ │ │ ├── payh.gif
│ │ │ │ │ │ ├── pdfzyh.gif
│ │ │ │ │ │ ├── xyyh.gif
│ │ │ │ │ │ ├── yzcxyh.gif
│ │ │ │ │ │ ├── zgyh.gif
│ │ │ │ │ │ ├── zsyh.gif
│ │ │ │ │ │ └── zxyh.gif
│ │ │ │ │ ├── bank-ico1_01_01.jpg
│ │ │ │ │ ├── bank-ico1_01-02.jpg
│ │ │ │ │ ├── bank-ico1_01-03.jpg
│ │ │ │ │ ├── bank-ico1_01-04.jpg
│ │ │ │ │ ├── bank-ico1_01-05.jpg
│ │ │ │ │ ├── bank-ico1_01-06.jpg
│ │ │ │ │ ├── bank-ico1_01-07.jpg
│ │ │ │ │ ├── bank-ico1_01-08.jpg
│ │ │ │ │ ├── bank-ico1_01-09.jpg
│ │ │ │ │ ├── bank-ico1_01-10.jpg
│ │ │ │ │ ├── bank-ico1_01-11.jpg
│ │ │ │ │ ├── bank-ico1_01-12.jpg
│ │ │ │ │ ├── bank-ico1_01-13.jpg
│ │ │ │ │ ├── bank-ico1_01-14.jpg
│ │ │ │ │ ├── bank-ico1_01-15.jpg
│ │ │ │ │ ├── bank-ico1_01-16.jpg
│ │ │ │ │ ├── bank-ico1_01-17.jpg
│ │ │ │ │ ├── bank-ico1_01-18.jpg
│ │ │ │ │ ├── bank-ico1_01-19.jpg
│ │ │ │ │ ├── bank-ico1_01-20.jpg
│ │ │ │ │ ├── bank-ico1_01-21.jpg
│ │ │ │ │ ├── bank-ico1_01-22.jpg
│ │ │ │ │ ├── bank-ico1_01-23.jpg
│ │ │ │ │ ├── bank-ico1_01-24.jpg
│ │ │ │ │ ├── bank-ico1_01-25.jpg
│ │ │ │ │ ├── bank-ico1_01-26.jpg
│ │ │ │ │ ├── bank-ico1_01-27.jpg
│ │ │ │ │ ├── bank-ico1_01-28.jpg
│ │ │ │ │ ├── bank-ico1_01-29.jpg
│ │ │ │ │ ├── bank-ico1_01-30.jpg
│ │ │ │ │ ├── bank-ico1_01-31.jpg
│ │ │ │ │ ├── bank-ico1_01-32.jpg
│ │ │ │ │ ├── banner.jpg
│ │ │ │ │ ├── baobiao.png
│ │ │ │ │ ├── bb_caipiao_big_h.jpg
│ │ │ │ │ ├── bb_caipiao_big.jpg
│ │ │ │ │ ├── bb_caipiao.png
│ │ │ │ │ ├── bbin_close.png
│ │ │ │ │ ├── bbinlogo.png
│ │ │ │ │ ├── bbin-lottory.png
│ │ │ │ │ ├── bb_tiyu_big_h.png
│ │ │ │ │ ├── bb_tiyu_big.png
│ │ │ │ │ ├── bb_tiyu.png
│ │ │ │ │ ├── beckham.jpg
│ │ │ │ │ ├── begTimeBg.png
│ │ │ │ │ ├── bg-ico_02.png
│ │ │ │ │ ├── bg-ico.png
│ │ │ │ │ ├── bg_ie_full.png
│ │ │ │ │ ├── bg-promo-time.png
│ │ │ │ │ ├── big_bg.jpg
│ │ │ │ │ ├── bighongbao.png
│ │ │ │ │ ├── bottombg.jpg
│ │ │ │ │ ├── brcorner_01.png
│ │ │ │ │ ├── brcorner_02.png
│ │ │ │ │ ├── btn01.png
│ │ │ │ │ ├── btn_joinus.png
│ │ │ │ │ ├── buyu-ag.jpg
│ │ │ │ │ ├── buyu-ag.png
│ │ │ │ │ ├── buyu-an.png
│ │ │ │ │ ├── buyu-bg.jpg
│ │ │ │ │ ├── buyu-mw.png
│ │ │ │ │ ├── buyu-pt.jpg
│ │ │ │ │ ├── buyu-pt.png
│ │ │ │ │ ├── bx.png
│ │ │ │ │ ├── catchFish
│ │ │ │ │ │ ├── 30599.png
│ │ │ │ │ │ ├── 38001.png
│ │ │ │ │ │ ├── 7001.png
│ │ │ │ │ │ ├── 7002.png
│ │ │ │ │ │ ├── 7003.png
│ │ │ │ │ │ ├── AG-fish.png
│ │ │ │ │ │ ├── ag.png
│ │ │ │ │ │ ├── BB1-fish.png
│ │ │ │ │ │ ├── BB-fish.png
│ │ │ │ │ │ ├── bg.jpg
│ │ │ │ │ │ ├── CQ9-fish.png
│ │ │ │ │ │ ├── cq9.png
│ │ │ │ │ │ ├── fish-ag.png
│ │ │ │ │ │ ├── fish-bbinfe.png
│ │ │ │ │ │ ├── fish-bbinfm.png
│ │ │ │ │ │ ├── fish-cover2.jpg
│ │ │ │ │ │ ├── fish-cover.jpg
│ │ │ │ │ │ ├── fish-cq9.png
│ │ │ │ │ │ ├── fish-gd.png
│ │ │ │ │ │ ├── fish-gg.png
│ │ │ │ │ │ ├── fish-jdbcs.png
│ │ │ │ │ │ ├── fish-jdblw2.png
│ │ │ │ │ │ ├── fish-jdblw.png
│ │ │ │ │ │ ├── fish-lk.png
│ │ │ │ │ │ ├── fish-pt.png
│ │ │ │ │ │ ├── fish-thds.png
│ │ │ │ │ │ ├── fish-thjc.png
│ │ │ │ │ │ ├── GG-fish.png
│ │ │ │ │ │ ├── gg.png
│ │ │ │ │ │ ├── JDB-fish1.png
│ │ │ │ │ │ ├── JDB-fish2.png
│ │ │ │ │ │ ├── JDB-fish.png
│ │ │ │ │ │ ├── logo.png
│ │ │ │ │ │ ├── MW-fish.png
│ │ │ │ │ │ ├── mw.png
│ │ │ │ │ │ ├── PT-fish.png
│ │ │ │ │ │ ├── pt.png
│ │ │ │ │ │ ├── TH0023.png
│ │ │ │ │ │ ├── TH0024.png
│ │ │ │ │ │ └── TH0034.png
│ │ │ │ │ ├── center
│ │ │ │ │ │ ├── AB.jpg
│ │ │ │ │ │ ├── AE.jpg
│ │ │ │ │ │ ├── AG.jpg
│ │ │ │ │ │ ├── AGS.jpg
│ │ │ │ │ │ ├── ALLBET.jpg
│ │ │ │ │ │ ├── AP.jpg
│ │ │ │ │ │ ├── AVIA.jpg
│ │ │ │ │ │ ├── BBIN.jpg
│ │ │ │ │ │ ├── BG.jpg
│ │ │ │ │ │ ├── BNG.jpg
│ │ │ │ │ │ ├── BS.jpg
│ │ │ │ │ │ ├── CGC.jpg
│ │ │ │ │ │ ├── CG.jpg
│ │ │ │ │ │ ├── CQ9.jpg
│ │ │ │ │ │ ├── deposit-tab-img1.png
│ │ │ │ │ │ ├── deposit-tab-img2.png
│ │ │ │ │ │ ├── deposit-tab-img3.png
│ │ │ │ │ │ ├── deposit-tab-img4.png
│ │ │ │ │ │ ├── deposit-tab-img5.png
│ │ │ │ │ │ ├── DG.jpg
│ │ │ │ │ │ ├── DS.jpg
│ │ │ │ │ │ ├── ebet.jpg
│ │ │ │ │ │ ├── EG.jpg
│ │ │ │ │ │ ├── ESB.jpg
│ │ │ │ │ │ ├── FG.jpg
│ │ │ │ │ │ ├── GD.jpg
│ │ │ │ │ │ ├── gg.jpg
│ │ │ │ │ │ ├── GJ.jpg
│ │ │ │ │ │ ├── GPI.jpg
│ │ │ │ │ │ ├── GR.jpg
│ │ │ │ │ │ ├── GTI.jpg
│ │ │ │ │ │ ├── GT.jpg
│ │ │ │ │ │ ├── hb.jpg
│ │ │ │ │ │ ├── HC.jpg
│ │ │ │ │ │ ├── IBC.jpg
│ │ │ │ │ │ ├── IG.jpg
│ │ │ │ │ │ ├── im.jpg
│ │ │ │ │ │ ├── isb.jpg
│ │ │ │ │ │ ├── JDB.jpg
│ │ │ │ │ │ ├── KY.jpg
│ │ │ │ │ │ ├── LEG.jpg
│ │ │ │ │ │ ├── MG.jpg
│ │ │ │ │ │ ├── MT.jpg
│ │ │ │ │ │ ├── MW.jpg
│ │ │ │ │ │ ├── NEWBB.jpg
│ │ │ │ │ │ ├── NG.jpg
│ │ │ │ │ │ ├── OG.jpg
│ │ │ │ │ │ ├── PG.jpg
│ │ │ │ │ │ ├── PNG.jpg
│ │ │ │ │ │ ├── PP.jpg
│ │ │ │ │ │ ├── PT.jpg
│ │ │ │ │ │ ├── QT.jpg
│ │ │ │ │ │ ├── SA.jpg
│ │ │ │ │ │ ├── SG.jpg
│ │ │ │ │ │ ├── SS.jpg
│ │ │ │ │ │ ├── SUNBET.jpg
│ │ │ │ │ │ ├── SW.jpg
│ │ │ │ │ │ ├── TH.jpg
│ │ │ │ │ │ ├── TTG.jpg
│ │ │ │ │ │ ├── ug.jpg
│ │ │ │ │ │ ├── VG.jpg
│ │ │ │ │ │ ├── VR.jpg
│ │ │ │ │ │ └── WS.jpg
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── cn.png
│ │ │ │ │ ├── code.png
│ │ │ │ │ ├── coming_banner2.jpg
│ │ │ │ │ ├── coming_banner.jpg
│ │ │ │ │ ├── company1.jpg
│ │ │ │ │ ├── company2.jpg
│ │ │ │ │ ├── company3.jpg
│ │ │ │ │ ├── company4.jpg
│ │ │ │ │ ├── company_hover1.jpg
│ │ │ │ │ ├── company_hover2.jpg
│ │ │ │ │ ├── company_hover3.jpg
│ │ │ │ │ ├── company_hover4.jpg
│ │ │ │ │ ├── container_bg01.jpg
│ │ │ │ │ ├── container_bg02.jpg
│ │ │ │ │ ├── content_title.png
│ │ │ │ │ ├── datebg.png
│ │ │ │ │ ├── dianzi
│ │ │ │ │ │ ├── AE.png
│ │ │ │ │ │ ├── AG.png
│ │ │ │ │ │ ├── arr.png
│ │ │ │ │ │ ├── BBIN.png
│ │ │ │ │ │ ├── body_bg.jpg
│ │ │ │ │ │ ├── BS.png
│ │ │ │ │ │ ├── BYW.png
│ │ │ │ │ │ ├── CQ9.png
│ │ │ │ │ │ ├── DT.png
│ │ │ │ │ │ ├── DW.png
│ │ │ │ │ │ ├── GG.png
│ │ │ │ │ │ ├── HB.png
│ │ │ │ │ │ ├── icon_game.png
│ │ │ │ │ │ ├── icon_type.png
│ │ │ │ │ │ ├── ISB.png
│ │ │ │ │ │ ├── JDB.png
│ │ │ │ │ │ ├── LEG.png
│ │ │ │ │ │ ├── logo_bg.jpg
│ │ │ │ │ │ ├── MG.png
│ │ │ │ │ │ ├── MT.png
│ │ │ │ │ │ ├── MW.png
│ │ │ │ │ │ ├── NEWBB.png
│ │ │ │ │ │ ├── PG.png
│ │ │ │ │ │ ├── PNG.png
│ │ │ │ │ │ ├── PP.png
│ │ │ │ │ │ ├── PT.png
│ │ │ │ │ │ ├── SA.png
│ │ │ │ │ │ ├── search.png
│ │ │ │ │ │ ├── SW.png
│ │ │ │ │ │ ├── top_bg.png
│ │ │ │ │ │ ├── TTG.png
│ │ │ │ │ │ └── ul_bg.png
│ │ │ │ │ ├── ds_banner.jpg
│ │ │ │ │ ├── eframe
│ │ │ │ │ │ ├── AB.png
│ │ │ │ │ │ ├── Ag.png
│ │ │ │ │ │ ├── BBIN.png
│ │ │ │ │ │ ├── BG.png
│ │ │ │ │ │ ├── CGC.png
│ │ │ │ │ │ ├── CG.PNG
│ │ │ │ │ │ ├── CQ9.png
│ │ │ │ │ │ ├── DS.png
│ │ │ │ │ │ ├── EBET.png
│ │ │ │ │ │ ├── EG.png
│ │ │ │ │ │ ├── GD.png
│ │ │ │ │ │ ├── GG.png
│ │ │ │ │ │ ├── GR.png
│ │ │ │ │ │ ├── HB.png
│ │ │ │ │ │ ├── HC.png
│ │ │ │ │ │ ├── IBC.png
│ │ │ │ │ │ ├── IG.png
│ │ │ │ │ │ ├── IM.png
│ │ │ │ │ │ ├── ISB.png
│ │ │ │ │ │ ├── JDB.png
│ │ │ │ │ │ ├── Kg.png
│ │ │ │ │ │ ├── KY.png
│ │ │ │ │ │ ├── logo.png
│ │ │ │ │ │ ├── MG.png
│ │ │ │ │ │ ├── MT.png
│ │ │ │ │ │ ├── OG.PNG
│ │ │ │ │ │ ├── PNG.png
│ │ │ │ │ │ ├── PT.png
│ │ │ │ │ │ ├── SA.png
│ │ │ │ │ │ ├── SS.png
│ │ │ │ │ │ ├── SUNBET.png
│ │ │ │ │ │ ├── TH.png
│ │ │ │ │ │ ├── TTG.png
│ │ │ │ │ │ ├── UG.png
│ │ │ │ │ │ ├── VR.png
│ │ │ │ │ │ └── WS.png
│ │ │ │ │ ├── egame-banner-esports.jpg
│ │ │ │ │ ├── egame-banner.jpg
│ │ │ │ │ ├── egame-banner-lottory.jpg
│ │ │ │ │ ├── egame-banner-PT.jpg
│ │ │ │ │ ├── egame-byw-tb.png
│ │ │ │ │ ├── egame-loading.gif
│ │ │ │ │ ├── egame-zxsx-tb.png
│ │ │ │ │ ├── EG_LOGO.png
│ │ │ │ │ ├── endTimeBg.png
│ │ │ │ │ ├── enterbg.png
│ │ │ │ │ ├── enter.png
│ │ │ │ │ ├── erweima.png
│ │ │ │ │ ├── exp-time.png
│ │ │ │ │ ├── fast.gif
│ │ │ │ │ ├── f_icon01.png
│ │ │ │ │ ├── f_icon02.png
│ │ │ │ │ ├── f_icon03.png
│ │ │ │ │ ├── flash2.jpg
│ │ │ │ │ ├── flash3.png
│ │ │ │ │ ├── f_line01.png
│ │ │ │ │ ├── f_line02.png
│ │ │ │ │ ├── floathongbao.png
│ │ │ │ │ ├── float_top_up.png
│ │ │ │ │ ├── fm.png
│ │ │ │ │ ├── footer_bg.jpg
│ │ │ │ │ ├── footer_bg_x.jpg
│ │ │ │ │ ├── footer_img.png
│ │ │ │ │ ├── footer_logo.png
│ │ │ │ │ ├── footer-more.jpg
│ │ │ │ │ ├── footer-xiexian.jpg
│ │ │ │ │ ├── ft-icon10.png
│ │ │ │ │ ├── ft-icon11.png
│ │ │ │ │ ├── ft-icon12.png
│ │ │ │ │ ├── ft-icon13.png
│ │ │ │ │ ├── ft-icon1.png
│ │ │ │ │ ├── ft-icon2.png
│ │ │ │ │ ├── ft-icon3.png
│ │ │ │ │ ├── ft-icon4.png
│ │ │ │ │ ├── ft-icon5.png
│ │ │ │ │ ├── ft-icon6.png
│ │ │ │ │ ├── ft-icon7.png
│ │ │ │ │ ├── ft-icon8.png
│ │ │ │ │ ├── ft-icon9.png
│ │ │ │ │ ├── game01.png
│ │ │ │ │ ├── game02.png
│ │ │ │ │ ├── game03.png
│ │ │ │ │ ├── game04.png
│ │ │ │ │ ├── game05.png
│ │ │ │ │ ├── game.png
│ │ │ │ │ ├── games
│ │ │ │ │ │ ├── ae
│ │ │ │ │ │ │ ├── AE0001.png
│ │ │ │ │ │ │ ├── AE0002.png
│ │ │ │ │ │ │ ├── AE0003.png
│ │ │ │ │ │ │ ├── AE0004.png
│ │ │ │ │ │ │ ├── AE0005.png
│ │ │ │ │ │ │ ├── AE0007.png
│ │ │ │ │ │ │ ├── AE0008.png
│ │ │ │ │ │ │ ├── AE0009.png
│ │ │ │ │ │ │ ├── AE0010.png
│ │ │ │ │ │ │ ├── AE0011.png
│ │ │ │ │ │ │ ├── AE0012.png
│ │ │ │ │ │ │ ├── AE0013.png
│ │ │ │ │ │ │ ├── AE0014.png
│ │ │ │ │ │ │ ├── AE0015.png
│ │ │ │ │ │ │ ├── AE0016.png
│ │ │ │ │ │ │ ├── AE0017.png
│ │ │ │ │ │ │ ├── AE0018.png
│ │ │ │ │ │ │ ├── AE0019.png
│ │ │ │ │ │ │ ├── AE0020.png
│ │ │ │ │ │ │ ├── AE0021.png
│ │ │ │ │ │ │ ├── AE0022.png
│ │ │ │ │ │ │ ├── AE0023.png
│ │ │ │ │ │ │ ├── AE0024.png
│ │ │ │ │ │ │ ├── AE0025.png
│ │ │ │ │ │ │ ├── AE0026.png
│ │ │ │ │ │ │ ├── AE0027.png
│ │ │ │ │ │ │ ├── AE0028.png
│ │ │ │ │ │ │ ├── AE0029.png
│ │ │ │ │ │ │ ├── AE0030.png
│ │ │ │ │ │ │ ├── AE0031.png
│ │ │ │ │ │ │ ├── AE0032.png
│ │ │ │ │ │ │ ├── AE0033.png
│ │ │ │ │ │ │ ├── AE0034.png
│ │ │ │ │ │ │ ├── AE0035.png
│ │ │ │ │ │ │ ├── AE0036.png
│ │ │ │ │ │ │ └── hover.png
│ │ │ │ │ │ ├── ag
│ │ │ │ │ │ │ ├── 501.jpg
│ │ │ │ │ │ │ ├── 502.jpg
│ │ │ │ │ │ │ ├── 508.jpg
│ │ │ │ │ │ │ ├── 509.jpg
│ │ │ │ │ │ │ ├── 510.jpg
│ │ │ │ │ │ │ ├── 511.jpg
│ │ │ │ │ │ │ ├── 512.jpg
│ │ │ │ │ │ │ ├── 513.jpg
│ │ │ │ │ │ │ ├── 514.jpg
│ │ │ │ │ │ │ ├── 515.jpg
│ │ │ │ │ │ │ ├── 516.jpg
│ │ │ │ │ │ │ ├── 517.jpg
│ │ │ │ │ │ │ ├── 518.jpg
│ │ │ │ │ │ │ ├── 519.jpg
│ │ │ │ │ │ │ ├── 520.jpg
│ │ │ │ │ │ │ ├── 521.jpg
│ │ │ │ │ │ │ ├── 522.jpg
│ │ │ │ │ │ │ ├── 523.jpg
│ │ │ │ │ │ │ ├── 524.jpg
│ │ │ │ │ │ │ ├── 525.jpg
│ │ │ │ │ │ │ ├── 526.jpg
│ │ │ │ │ │ │ ├── 527.jpg
│ │ │ │ │ │ │ ├── 528.jpg
│ │ │ │ │ │ │ ├── 529.jpg
│ │ │ │ │ │ │ ├── 530.jpg
│ │ │ │ │ │ │ ├── 531.jpg
│ │ │ │ │ │ │ ├── 532.jpg
│ │ │ │ │ │ │ ├── 533.jpg
│ │ │ │ │ │ │ ├── 534.jpg
│ │ │ │ │ │ │ ├── 535.jpg
│ │ │ │ │ │ │ ├── 536.jpg
│ │ │ │ │ │ │ ├── 537.jpg
│ │ │ │ │ │ │ ├── 539.jpg
│ │ │ │ │ │ │ ├── 542.jpg
│ │ │ │ │ │ │ ├── 543.jpg
│ │ │ │ │ │ │ ├── 544.jpg
│ │ │ │ │ │ │ ├── 545.jpg
│ │ │ │ │ │ │ ├── 546.jpg
│ │ │ │ │ │ │ ├── 547.jpg
│ │ │ │ │ │ │ ├── 548.jpg
│ │ │ │ │ │ │ ├── 549.jpg
│ │ │ │ │ │ │ ├── 550.jpg
│ │ │ │ │ │ │ ├── 551.jpg
│ │ │ │ │ │ │ ├── 552.jpg
│ │ │ │ │ │ │ ├── 600.jpg
│ │ │ │ │ │ │ ├── 601.jpg
│ │ │ │ │ │ │ ├── 602.jpg
│ │ │ │ │ │ │ ├── 603.jpg
│ │ │ │ │ │ │ ├── 604.jpg
│ │ │ │ │ │ │ ├── 605.jpg
│ │ │ │ │ │ │ ├── 606.jpg
│ │ │ │ │ │ │ ├── 607.jpg
│ │ │ │ │ │ │ ├── 608.jpg
│ │ │ │ │ │ │ ├── 609.jpg
│ │ │ │ │ │ │ ├── ag_fish.jpg
│ │ │ │ │ │ │ ├── ag_games.jpg
│ │ │ │ │ │ │ ├── Game_5070.png
│ │ │ │ │ │ │ ├── TA01.jpg
│ │ │ │ │ │ │ ├── TA02.jpg
│ │ │ │ │ │ │ ├── TA03.jpg
│ │ │ │ │ │ │ ├── TA04.jpg
│ │ │ │ │ │ │ ├── TA05.jpg
│ │ │ │ │ │ │ ├── TA06.jpg
│ │ │ │ │ │ │ ├── TA07.jpg
│ │ │ │ │ │ │ ├── TA08.jpg
│ │ │ │ │ │ │ ├── TA09.jpg
│ │ │ │ │ │ │ ├── TA0A.jpg
│ │ │ │ │ │ │ ├── TA0B.jpg
│ │ │ │ │ │ │ ├── TA0C.jpg
│ │ │ │ │ │ │ ├── TA0F.jpg
│ │ │ │ │ │ │ ├── TA0G.jpg
│ │ │ │ │ │ │ ├── TA0Z.jpg
│ │ │ │ │ │ │ ├── TA10.jpg
│ │ │ │ │ │ │ ├── TA11.jpg
│ │ │ │ │ │ │ ├── TA12.jpg
│ │ │ │ │ │ │ ├── TA13.jpg
│ │ │ │ │ │ │ ├── TA14.jpg
│ │ │ │ │ │ │ ├── TA15.jpg
│ │ │ │ │ │ │ ├── TA17.jpg
│ │ │ │ │ │ │ ├── TA18.jpg
│ │ │ │ │ │ │ ├── TA19.jpg
│ │ │ │ │ │ │ ├── TA1A.jpg
│ │ │ │ │ │ │ ├── TA1C.jpg
│ │ │ │ │ │ │ ├── TA1D.jpg
│ │ │ │ │ │ │ ├── TA1E.jpg
│ │ │ │ │ │ │ ├── TA1F.jpg
│ │ │ │ │ │ │ └── XINHTG02.jpg
│ │ │ │ │ │ ├── bbin
│ │ │ │ │ │ │ ├── Game_15006.png
│ │ │ │ │ │ │ ├── Game_15016.png
│ │ │ │ │ │ │ ├── Game_15018.png
│ │ │ │ │ │ │ ├── Game_15019.png
│ │ │ │ │ │ │ ├── Game_15021.png
│ │ │ │ │ │ │ ├── Game_15022.png
│ │ │ │ │ │ │ ├── Game_15024.png
│ │ │ │ │ │ │ ├── Game_15027.png
│ │ │ │ │ │ │ ├── Game_5001.png
│ │ │ │ │ │ │ ├── Game_5002.png
│ │ │ │ │ │ │ ├── Game_5003.png
│ │ │ │ │ │ │ ├── Game_5004.png
│ │ │ │ │ │ │ ├── Game_5005.png
│ │ │ │ │ │ │ ├── Game_5006.png
│ │ │ │ │ │ │ ├── Game_5007.png
│ │ │ │ │ │ │ ├── Game_5008.png
│ │ │ │ │ │ │ ├── Game_5009.png
│ │ │ │ │ │ │ ├── Game_5011.png
│ │ │ │ │ │ │ ├── Game_5012.png
│ │ │ │ │ │ │ ├── Game_5013.png
│ │ │ │ │ │ │ ├── Game_5014.png
│ │ │ │ │ │ │ ├── Game_5015.png
│ │ │ │ │ │ │ ├── Game_5016.png
│ │ │ │ │ │ │ ├── Game_5017.png
│ │ │ │ │ │ │ ├── Game_5018.png
│ │ │ │ │ │ │ ├── Game_5019.png
│ │ │ │ │ │ │ ├── Game_5020.png
│ │ │ │ │ │ │ ├── Game_5025.png
│ │ │ │ │ │ │ ├── Game_5026.png
│ │ │ │ │ │ │ ├── Game_5027.png
│ │ │ │ │ │ │ ├── Game_5028.png
│ │ │ │ │ │ │ ├── Game_5029.png
│ │ │ │ │ │ │ ├── Game_5030.png
│ │ │ │ │ │ │ ├── Game_5034.png
│ │ │ │ │ │ │ ├── Game_5035.png
│ │ │ │ │ │ │ ├── Game_5039.png
│ │ │ │ │ │ │ ├── Game_5040.png
│ │ │ │ │ │ │ ├── Game_5041.png
│ │ │ │ │ │ │ ├── Game_5043.png
│ │ │ │ │ │ │ ├── Game_5044.png
│ │ │ │ │ │ │ ├── Game_5047.png
│ │ │ │ │ │ │ ├── Game_5048.png
│ │ │ │ │ │ │ ├── Game_5049.png
│ │ │ │ │ │ │ ├── Game_5050.png
│ │ │ │ │ │ │ ├── Game_5057.png
│ │ │ │ │ │ │ ├── Game_5058.png
│ │ │ │ │ │ │ ├── Game_5059.png
│ │ │ │ │ │ │ ├── Game_5060.png
│ │ │ │ │ │ │ ├── Game_5061.png
│ │ │ │ │ │ │ ├── Game_5062.png
│ │ │ │ │ │ │ ├── Game_5070.png
│ │ │ │ │ │ │ ├── Game_5073.png
│ │ │ │ │ │ │ ├── Game_5076.png
│ │ │ │ │ │ │ ├── Game_5077.png
│ │ │ │ │ │ │ ├── Game_5078.png
│ │ │ │ │ │ │ ├── Game_5079.png
│ │ │ │ │ │ │ ├── Game_5080.png
│ │ │ │ │ │ │ ├── Game_5083.png
│ │ │ │ │ │ │ ├── Game_5084.png
│ │ │ │ │ │ │ ├── Game_5088.png
│ │ │ │ │ │ │ ├── Game_5089.png
│ │ │ │ │ │ │ ├── Game_5091.png
│ │ │ │ │ │ │ ├── Game_5092.png
│ │ │ │ │ │ │ ├── Game_5093.png
│ │ │ │ │ │ │ ├── Game_5094.png
│ │ │ │ │ │ │ ├── Game_5095.png
│ │ │ │ │ │ │ ├── Game_5101.png
│ │ │ │ │ │ │ ├── Game_5102.png
│ │ │ │ │ │ │ ├── Game_5103.png
│ │ │ │ │ │ │ ├── Game_5104.png
│ │ │ │ │ │ │ ├── Game_5106.png
│ │ │ │ │ │ │ ├── Game_5115.png
│ │ │ │ │ │ │ ├── Game_5116.png
│ │ │ │ │ │ │ ├── Game_5117.png
│ │ │ │ │ │ │ ├── Game_5118.png
│ │ │ │ │ │ │ ├── Game_5131.png
│ │ │ │ │ │ │ ├── Game_5201.png
│ │ │ │ │ │ │ ├── Game_5202.png
│ │ │ │ │ │ │ ├── Game_5203.png
│ │ │ │ │ │ │ ├── Game_5204.png
│ │ │ │ │ │ │ ├── Game_5401.png
│ │ │ │ │ │ │ ├── Game_5402.png
│ │ │ │ │ │ │ ├── Game_5403.png
│ │ │ │ │ │ │ ├── Game_5404.png
│ │ │ │ │ │ │ ├── Game_5405.png
│ │ │ │ │ │ │ ├── Game_5407.png
│ │ │ │ │ │ │ ├── Game_5601.png
│ │ │ │ │ │ │ ├── Game_5701.png
│ │ │ │ │ │ │ ├── Game_5703.png
│ │ │ │ │ │ │ ├── Game_5704.png
│ │ │ │ │ │ │ ├── Game_5705.png
│ │ │ │ │ │ │ ├── Game_5706.png
│ │ │ │ │ │ │ ├── Game_5707.png
│ │ │ │ │ │ │ ├── Game_5708.png
│ │ │ │ │ │ │ ├── Game_5801.png
│ │ │ │ │ │ │ ├── Game_5802.png
│ │ │ │ │ │ │ ├── Game_5803.png
│ │ │ │ │ │ │ ├── Game_5804.png
│ │ │ │ │ │ │ ├── Game_5805.png
│ │ │ │ │ │ │ ├── Game_5806.png
│ │ │ │ │ │ │ ├── Game_5808.png
│ │ │ │ │ │ │ ├── Game_5809.png
│ │ │ │ │ │ │ ├── Game_5810.png
│ │ │ │ │ │ │ ├── Game_5811.png
│ │ │ │ │ │ │ ├── Game_5821.png
│ │ │ │ │ │ │ ├── Game_5823.png
│ │ │ │ │ │ │ ├── Game_5824.png
│ │ │ │ │ │ │ ├── Game_5825.png
│ │ │ │ │ │ │ ├── Game_5826.png
│ │ │ │ │ │ │ ├── Game_5827.png
│ │ │ │ │ │ │ ├── Game_5828.png
│ │ │ │ │ │ │ ├── Game_5831.png
│ │ │ │ │ │ │ ├── Game_5832.png
│ │ │ │ │ │ │ ├── Game_5833.png
│ │ │ │ │ │ │ ├── Game_5835.png
│ │ │ │ │ │ │ ├── Game_5836.png
│ │ │ │ │ │ │ ├── Game_5837.png
│ │ │ │ │ │ │ ├── Game_5901.png
│ │ │ │ │ │ │ ├── Game_5902.png
│ │ │ │ │ │ │ └── Game_5908.png
│ │ │ │ │ │ ├── bs
│ │ │ │ │ │ │ ├── 100.png
│ │ │ │ │ │ │ ├── 101.png
│ │ │ │ │ │ │ ├── 102.png
│ │ │ │ │ │ │ ├── 103.png
│ │ │ │ │ │ │ ├── 104.png
│ │ │ │ │ │ │ ├── 105.png
│ │ │ │ │ │ │ ├── 10.png
│ │ │ │ │ │ │ ├── 122.png
│ │ │ │ │ │ │ ├── 133.png
│ │ │ │ │ │ │ ├── 134.png
│ │ │ │ │ │ │ ├── 136.png
│ │ │ │ │ │ │ ├── 137.png
│ │ │ │ │ │ │ ├── 139.png
│ │ │ │ │ │ │ ├── 13.png
│ │ │ │ │ │ │ ├── 142.png
│ │ │ │ │ │ │ ├── 143.png
│ │ │ │ │ │ │ ├── 144.png
│ │ │ │ │ │ │ ├── 145.png
│ │ │ │ │ │ │ ├── 146.png
│ │ │ │ │ │ │ ├── 147.png
│ │ │ │ │ │ │ ├── 155.png
│ │ │ │ │ │ │ ├── 156.png
│ │ │ │ │ │ │ ├── 18.png
│ │ │ │ │ │ │ ├── 190.png
│ │ │ │ │ │ │ ├── 191.png
│ │ │ │ │ │ │ ├── 193.png
│ │ │ │ │ │ │ ├── 197.png
│ │ │ │ │ │ │ ├── 199.png
│ │ │ │ │ │ │ ├── 203.png
│ │ │ │ │ │ │ ├── 207.png
│ │ │ │ │ │ │ ├── 209.png
│ │ │ │ │ │ │ ├── 20.png
│ │ │ │ │ │ │ ├── 21.png
│ │ │ │ │ │ │ ├── 220.png
│ │ │ │ │ │ │ ├── 222.png
│ │ │ │ │ │ │ ├── 223.png
│ │ │ │ │ │ │ ├── 23.png
│ │ │ │ │ │ │ ├── 243.png
│ │ │ │ │ │ │ ├── 244.png
│ │ │ │ │ │ │ ├── 249.png
│ │ │ │ │ │ │ ├── 262.png
│ │ │ │ │ │ │ ├── 263.png
│ │ │ │ │ │ │ ├── 267.png
│ │ │ │ │ │ │ ├── 271.png
│ │ │ │ │ │ │ ├── 278.png
│ │ │ │ │ │ │ ├── 29.png
│ │ │ │ │ │ │ ├── 30.png
│ │ │ │ │ │ │ ├── 312.png
│ │ │ │ │ │ │ ├── 31.png
│ │ │ │ │ │ │ ├── 321.png
│ │ │ │ │ │ │ ├── 32.png
│ │ │ │ │ │ │ ├── 33.png
│ │ │ │ │ │ │ ├── 346.png
│ │ │ │ │ │ │ ├── 375.png
│ │ │ │ │ │ │ ├── 390.png
│ │ │ │ │ │ │ ├── 397.png
│ │ │ │ │ │ │ ├── 3.png
│ │ │ │ │ │ │ ├── 407.png
│ │ │ │ │ │ │ ├── 41.png
│ │ │ │ │ │ │ ├── 428.png
│ │ │ │ │ │ │ ├── 43.png
│ │ │ │ │ │ │ ├── 44.png
│ │ │ │ │ │ │ ├── 457.png
│ │ │ │ │ │ │ ├── 459.png
│ │ │ │ │ │ │ ├── 46.png
│ │ │ │ │ │ │ ├── 471.png
│ │ │ │ │ │ │ ├── 47.png
│ │ │ │ │ │ │ ├── 48.png
│ │ │ │ │ │ │ ├── 490.png
│ │ │ │ │ │ │ ├── 513.png
│ │ │ │ │ │ │ ├── 523.png
│ │ │ │ │ │ │ ├── 52.png
│ │ │ │ │ │ │ ├── 536.png
│ │ │ │ │ │ │ ├── 5.png
│ │ │ │ │ │ │ ├── 603.png
│ │ │ │ │ │ │ ├── 612.png
│ │ │ │ │ │ │ ├── 622.png
│ │ │ │ │ │ │ ├── 627.png
│ │ │ │ │ │ │ ├── 639.png
│ │ │ │ │ │ │ ├── 646.png
│ │ │ │ │ │ │ ├── 64.png
│ │ │ │ │ │ │ ├── 652.png
│ │ │ │ │ │ │ ├── 657.png
│ │ │ │ │ │ │ ├── 66.png
│ │ │ │ │ │ │ ├── 68.png
│ │ │ │ │ │ │ ├── 694.png
│ │ │ │ │ │ │ ├── 69.png
│ │ │ │ │ │ │ ├── 705.png
│ │ │ │ │ │ │ ├── 70.png
│ │ │ │ │ │ │ ├── 71.png
│ │ │ │ │ │ │ ├── 72.png
│ │ │ │ │ │ │ ├── 749.png
│ │ │ │ │ │ │ ├── 74.png
│ │ │ │ │ │ │ ├── 754.png
│ │ │ │ │ │ │ ├── 757.png
│ │ │ │ │ │ │ ├── 777.png
│ │ │ │ │ │ │ ├── 81.png
│ │ │ │ │ │ │ ├── 82.png
│ │ │ │ │ │ │ ├── 88.png
│ │ │ │ │ │ │ ├── 94.png
│ │ │ │ │ │ │ ├── 96.png
│ │ │ │ │ │ │ ├── 98.png
│ │ │ │ │ │ │ ├── 99.png
│ │ │ │ │ │ │ ├── 9.png
│ │ │ │ │ │ │ ├── afternightfalls.png
│ │ │ │ │ │ │ ├── alkemorstower.png
│ │ │ │ │ │ │ ├── anightinparis.png
│ │ │ │ │ │ │ ├── atthecopa.png
│ │ │ │ │ │ │ ├── atthemovies.png
│ │ │ │ │ │ │ ├── birds.png
│ │ │ │ │ │ │ ├── blackgold.png
│ │ │ │ │ │ │ ├── boomanji.png
│ │ │ │ │ │ │ ├── drjekyllandmrhyde.png
│ │ │ │ │ │ │ ├── eventhorizon.png
│ │ │ │ │ │ │ ├── FaFaTwins.png
│ │ │ │ │ │ │ ├── FireSteel.png
│ │ │ │ │ │ │ ├── frankenslotsmonster.png
│ │ │ │ │ │ │ ├── fruitzen.png
│ │ │ │ │ │ │ ├── geniesfortune.png
│ │ │ │ │ │ │ ├── gladiator.png
│ │ │ │ │ │ │ ├── heist.png
│ │ │ │ │ │ │ ├── houseoffun.png
│ │ │ │ │ │ │ ├── lost.png
│ │ │ │ │ │ │ ├── megagems.png
│ │ │ │ │ │ │ ├── megaglamlife.png
│ │ │ │ │ │ │ ├── mrvegas.png
│ │ │ │ │ │ │ ├── puppylove.png
│ │ │ │ │ │ │ ├── safarisam.png
│ │ │ │ │ │ │ ├── site_btn_Great88.png
│ │ │ │ │ │ │ ├── slotsangels.png
│ │ │ │ │ │ │ ├── sushibar.png
│ │ │ │ │ │ │ ├── thecuriousmachine.png
│ │ │ │ │ │ │ ├── thetipsytourist.png
│ │ │ │ │ │ │ ├── thetruesheriff.png
│ │ │ │ │ │ │ ├── treasureroom.png
│ │ │ │ │ │ │ ├── trueillusions.png
│ │ │ │ │ │ │ ├── tycoons.png
│ │ │ │ │ │ │ ├── underthebed.png
│ │ │ │ │ │ │ ├── underthesea.png
│ │ │ │ │ │ │ ├── vikingage.png
│ │ │ │ │ │ │ └── weekendinvegas.png
│ │ │ │ │ │ ├── dt
│ │ │ │ │ │ │ ├── aladdin5x243.jpg
│ │ │ │ │ │ │ ├── btball5x20.jpg
│ │ │ │ │ │ │ ├── btball5x20.png
│ │ │ │ │ │ │ ├── casino.jpg
│ │ │ │ │ │ │ ├── casino.png
│ │ │ │ │ │ │ ├── cosmicgirl3x1.jpg
│ │ │ │ │ │ │ ├── crystal.jpg
│ │ │ │ │ │ │ ├── dnp.jpg
│ │ │ │ │ │ │ ├── dnp.png
│ │ │ │ │ │ │ ├── doraemon3x5.jpg
│ │ │ │ │ │ │ ├── dragonball.jpg
│ │ │ │ │ │ │ ├── fantasyforest3x1.jpg
│ │ │ │ │ │ │ ├── fiveelements5x9.jpg
│ │ │ │ │ │ │ ├── fls.jpg
│ │ │ │ │ │ │ ├── fourss.png
│ │ │ │ │ │ │ ├── gundam3x5.jpg
│ │ │ │ │ │ │ ├── jtw.jpg
│ │ │ │ │ │ │ ├── kof5x9.jpg
│ │ │ │ │ │ │ ├── kof.jpg
│ │ │ │ │ │ │ ├── naruto.jpg
│ │ │ │ │ │ │ ├── newyear.jpg
│ │ │ │ │ │ │ ├── newyear.jpg.png
│ │ │ │ │ │ │ ├── onepiece3x1.jpg
│ │ │ │ │ │ │ ├── onepiece.jpg
│ │ │ │ │ │ │ ├── san.jpg
│ │ │ │ │ │ │ ├── sd5.jpg
│ │ │ │ │ │ │ ├── sd.jpg
│ │ │ │ │ │ │ ├── seiya.jpg
│ │ │ │ │ │ │ ├── streetfighter3x1.jpg
│ │ │ │ │ │ │ ├── tgow.jpg
│ │ │ │ │ │ │ ├── tlod.jpg
│ │ │ │ │ │ │ ├── watermargin5x25.jpg
│ │ │ │ │ │ │ ├── watermargin.jpg
│ │ │ │ │ │ │ ├── whitesnake.jpg
│ │ │ │ │ │ │ ├── xianjian.jpg
│ │ │ │ │ │ │ ├── xiyouji5x25.jpg
│ │ │ │ │ │ │ ├── xiyouji5x9.jpg
│ │ │ │ │ │ │ └── xjqy5x9.jpg
│ │ │ │ │ │ ├── mg
│ │ │ │ │ │ │ ├── BTN_108Heroes.png
│ │ │ │ │ │ │ ├── BTN_3CardPokerGold.png
│ │ │ │ │ │ │ ├── BTN_3CardPoker.png
│ │ │ │ │ │ │ ├── BTN_3empires.png
│ │ │ │ │ │ │ ├── BTN_5ReelDrive1.png
│ │ │ │ │ │ │ ├── BTN_5ReelDrive.png
│ │ │ │ │ │ │ ├── BTN_AcesAndFaces.png
│ │ │ │ │ │ │ ├── BTN_acesfaces.png
│ │ │ │ │ │ │ ├── BTN_AcesFacesPowerPoker1.png
│ │ │ │ │ │ │ ├── BTN_AcesFacesPowerPoker.png
│ │ │ │ │ │ │ ├── BTN_AdventurePalace4.png
│ │ │ │ │ │ │ ├── BTN_AdventurePalace.png
│ │ │ │ │ │ │ ├── BTN_AgentJaneBlonde7.png
│ │ │ │ │ │ │ ├── BTN_AgentJaneBlonde.png
│ │ │ │ │ │ │ ├── BTN_AlaskanFishing.png
│ │ │ │ │ │ │ ├── BTN_AmericanRoulette.png
│ │ │ │ │ │ │ ├── BTN_ArcticAgents.png
│ │ │ │ │ │ │ ├── BTN_ArcticFortune.png
│ │ │ │ │ │ │ ├── BTN_Ariana.png
│ │ │ │ │ │ │ ├── BTN_Ariana_ZH.png
│ │ │ │ │ │ │ ├── BTN_AsianBeauty1.png
│ │ │ │ │ │ │ ├── BTN_AsianBeauty.png
│ │ │ │ │ │ │ ├── BTN_Avalon1.png
│ │ │ │ │ │ │ ├── BTN_AvalonHD.png
│ │ │ │ │ │ │ ├── BTN_AvalonII-L-QuestForTheGrail.png
│ │ │ │ │ │ │ ├── BTN_AvalonII.png
│ │ │ │ │ │ │ ├── BTN_Avalon.png
│ │ │ │ │ │ │ ├── BTN_Baccarat2.png
│ │ │ │ │ │ │ ├── BTN_BaccaratGold.png
│ │ │ │ │ │ │ ├── BTN_Baccarat.png
│ │ │ │ │ │ │ ├── BTN_BarBarBlackSheep5Reel.png
│ │ │ │ │ │ │ ├── BTN_BarsAndStripesV90.png
│ │ │ │ │ │ │ ├── BTN_BasketballStar.png
│ │ │ │ │ │ │ ├── BTN_BattlestarGalactica1.png
│ │ │ │ │ │ │ ├── BTN_BattlestarGalactica.png
│ │ │ │ │ │ │ ├── BTN_BeerFest.png
│ │ │ │ │ │ │ ├── BTN_Belissimo17.png
│ │ │ │ │ │ │ ├── BTN_Belissimo.png
│ │ │ │ │ │ │ ├── BTN_big5.png
│ │ │ │ │ │ │ ├── BTN_BigBreak.png
│ │ │ │ │ │ │ ├── BTN_BigChef.png
│ │ │ │ │ │ │ ├── BTN_BigKahuna1.png
│ │ │ │ │ │ │ ├── BTN_BigKahuna.png
│ │ │ │ │ │ │ ├── BTN_BigKahuna_SL.png
│ │ │ │ │ │ │ ├── BTN_BigTop1.png
│ │ │ │ │ │ │ ├── BTN_BigTop.png
│ │ │ │ │ │ │ ├── BTN_bikiniparty.png
│ │ │ │ │ │ │ ├── BTN_BingoBonanza.png
│ │ │ │ │ │ │ ├── BTN_BlackjackBonanza.png
│ │ │ │ │ │ │ ├── BTN_Bobby7s.png
│ │ │ │ │ │ │ ├── BTN_BonusDeucesWild.png
│ │ │ │ │ │ │ ├── BTN_BonusPokerDeluxe.png
│ │ │ │ │ │ │ ├── BTN_BonusPoker.png
│ │ │ │ │ │ │ ├── BTN_BootyTime.png
│ │ │ │ │ │ │ ├── BTN_BowledOver.png
│ │ │ │ │ │ │ ├── BTN_BreakAway1.png
│ │ │ │ │ │ │ ├── BTN_BreakAway.png
│ │ │ │ │ │ │ ├── BTN_BreakDaBank1.png
│ │ │ │ │ │ │ ├── BTN_BreakDaBankAgain1.png
│ │ │ │ │ │ │ ├── BTN_BreakdaBankAgainMegaSpin1.png
│ │ │ │ │ │ │ ├── BTN_BreakdaBankAgainMegaSpin.png
│ │ │ │ │ │ │ ├── BTN_BreakDaBankAgain.png
│ │ │ │ │ │ │ ├── BTN_BreakDaBank.png
│ │ │ │ │ │ │ ├── BTN_Bridesmaids.png
│ │ │ │ │ │ │ ├── BTN_BrideZilla.png
│ │ │ │ │ │ │ ├── BTN_BubbleBonanza.png
│ │ │ │ │ │ │ ├── BTN_BullseyeGameshow.png
│ │ │ │ │ │ │ ├── BTN_BunnyBoilerGold.png
│ │ │ │ │ │ │ ├── BTN_BunnyBoiler.png
│ │ │ │ │ │ │ ├── BTN_BurningDesire1.png
│ │ │ │ │ │ │ ├── BTN_BurningDesire.png
│ │ │ │ │ │ │ ├── BTN_BushTelegraph1.png
│ │ │ │ │ │ │ ├── BTN_BushTelegraph.png
│ │ │ │ │ │ │ ├── BTN_BustTheBank1.png
│ │ │ │ │ │ │ ├── BTN_BustTheBank.png
│ │ │ │ │ │ │ ├── BTN_ButterFlies.png
│ │ │ │ │ │ │ ├── BTN_Carnaval2.png
│ │ │ │ │ │ │ ├── BTN_Carnaval.png
│ │ │ │ │ │ │ ├── BTN_Cashanova1.png
│ │ │ │ │ │ │ ├── BTN_Cashanova.png
│ │ │ │ │ │ │ ├── BTN_Cashapillar1.png
│ │ │ │ │ │ │ ├── BTN_Cashapillar.png
│ │ │ │ │ │ │ ├── BTN_CashClams2.png
│ │ │ │ │ │ │ ├── BTN_CashClams.png
│ │ │ │ │ │ │ ├── BTN_CashCrazy9.png
│ │ │ │ │ │ │ ├── BTN_CashCrazy.png
│ │ │ │ │ │ │ ├── BTN_Cashville1.png
│ │ │ │ │ │ │ ├── BTN_Cashville.png
│ │ │ │ │ │ │ ├── BTN_CastleBuilder.png
│ │ │ │ │ │ │ ├── BTN_CentreCourt.png
│ │ │ │ │ │ │ ├── BTN_Chainmailnew.png
│ │ │ │ │ │ │ ├── BTN_ChainMail.png
│ │ │ │ │ │ │ ├── BTN_CherryRed.png
│ │ │ │ │ │ │ ├── BTN_chiefsmagic.png
│ │ │ │ │ │ │ ├── BTN_CoolBuck1.png
│ │ │ │ │ │ │ ├── BTN_CoolBuck.png
│ │ │ │ │ │ │ ├── BTN_CoolWolf1.png
│ │ │ │ │ │ │ ├── BTN_CoolWolf.png
│ │ │ │ │ │ │ ├── BTN_CosmicCat1.png
│ │ │ │ │ │ │ ├── BTN_CosmicCat.png
│ │ │ │ │ │ │ ├── BTN_CouchPotato2.png
│ │ │ │ │ │ │ ├── BTN_CouchPotato.png
│ │ │ │ │ │ │ ├── BTN_crackerjack.png
│ │ │ │ │ │ │ ├── BTN_Craps.png
│ │ │ │ │ │ │ ├── BTN_Crazy80s.png
│ │ │ │ │ │ │ ├── BTN_CrazyChameleons1.png
│ │ │ │ │ │ │ ├── BTN_CrazyChameleons.png
│ │ │ │ │ │ │ ├── BTN_Cricketstar.png
│ │ │ │ │ │ │ ├── BTN_Crocodopolis.png
│ │ │ │ │ │ │ ├── BTN_crocs.png
│ │ │ │ │ │ │ ├── BTN_CrownAndAnchor1.png
│ │ │ │ │ │ │ ├── BTN_CrownAndAnchor.png
│ │ │ │ │ │ │ ├── BTN_CryptCrusadeGold.png
│ │ │ │ │ │ │ ├── BTN_CryptCrusade.png
│ │ │ │ │ │ │ ├── BTN_Cyberstud1.png
│ │ │ │ │ │ │ ├── BTN_Cyberstud.png
│ │ │ │ │ │ │ ├── BTN_DawnoftheBread.png
│ │ │ │ │ │ │ ├── BTN_DeckTheHalls1.png
│ │ │ │ │ │ │ ├── BTN_DeckTheHalls.png
│ │ │ │ │ │ │ ├── BTN_DeucesandJoker.png
│ │ │ │ │ │ │ ├── BTN_DeucesJoker1.png
│ │ │ │ │ │ │ ├── BTN_DeucesJoker.png
│ │ │ │ │ │ │ ├── BTN_DeucesJokerPowerPoker1.png
│ │ │ │ │ │ │ ├── BTN_DeucesJokerPowerPoker.png
│ │ │ │ │ │ │ ├── BTN_DeucesJokerPwrPoker.png
│ │ │ │ │ │ │ ├── BTN_DeucesWild1.png
│ │ │ │ │ │ │ ├── BTN_DeucesWild.png
│ │ │ │ │ │ │ ├── BTN_DeucesWildPowerPoker.png
│ │ │ │ │ │ │ ├── BTN_deuceswi.png
│ │ │ │ │ │ │ ├── BTN_DinoMight1.png
│ │ │ │ │ │ │ ├── BTN_DinoMight.png
│ │ │ │ │ │ │ ├── BTN_DoctorLove.png
│ │ │ │ │ │ │ ├── BTN_Dogfather2.png
│ │ │ │ │ │ │ ├── BTN_Dogfather.png
│ │ │ │ │ │ │ ├── BTN_DolphinQuest.png
│ │ │ │ │ │ │ ├── BTN_DoubleBonus.png
│ │ │ │ │ │ │ ├── BTN_DoubleDoubleBonus1.png
│ │ │ │ │ │ │ ├── BTN_DoubleDoubleBonus.png
│ │ │ │ │ │ │ ├── BTN_DoubleJoker.png
│ │ │ │ │ │ │ ├── BTN_DoubleJokerPowerPoker1.png
│ │ │ │ │ │ │ ├── BTN_DoubleJokerPowerPoker.png
│ │ │ │ │ │ │ ├── BTN_DoubleJokerPwrPoker.png
│ │ │ │ │ │ │ ├── BTN_DoubleMagic1.png
│ │ │ │ │ │ │ ├── BTN_DoubleMagic.png
│ │ │ │ │ │ │ ├── BTN_DoubleWammy1.png
│ │ │ │ │ │ │ ├── BTN_DoubleWammy.png
│ │ │ │ │ │ │ ├── BTN_dragondance.png
│ │ │ │ │ │ │ ├── BTN_DragonsFortune.png
│ │ │ │ │ │ │ ├── BTN_Dragonz.png
│ │ │ │ │ │ │ ├── BTN_DrLove.png
│ │ │ │ │ │ │ ├── BTN_DroneWars.png
│ │ │ │ │ │ │ ├── BTN_DrWattsUp1.png
│ │ │ │ │ │ │ ├── BTN_DrWattsUp.png
│ │ │ │ │ │ │ ├── BTN_EaglesWings.png
│ │ │ │ │ │ │ ├── BTN_ElectricDiva.png
│ │ │ │ │ │ │ ├── BTN_ElectroBingo1.png
│ │ │ │ │ │ │ ├── BTN_ElectroBingo.png
│ │ │ │ │ │ │ ├── BTN_Elementals2.png
│ │ │ │ │ │ │ ├── BTN_Elementals.png
│ │ │ │ │ │ │ ├── BTN_EmperorOfTheSea.png
│ │ │ │ │ │ │ ├── BTN_EnchantedMermaid.png
│ │ │ │ │ │ │ ├── BTN_EnchantedWoods1.png
│ │ │ │ │ │ │ ├── BTN_EnchantedWoods.png
│ │ │ │ │ │ │ ├── BTN_EuroBlackjack1.png
│ │ │ │ │ │ │ ├── BTN_EuroBlackjackHighLimit1.png
│ │ │ │ │ │ │ ├── BTN_EuroBlackjackHighLimit.png
│ │ │ │ │ │ │ ├── BTN_EuroBlackjack.png
│ │ │ │ │ │ │ ├── BTN_EuropeanRouletteGold.png
│ │ │ │ │ │ │ ├── BTN_Fantastic7s.png
│ │ │ │ │ │ │ ├── BTN_FantasticSevens1.png
│ │ │ │ │ │ │ ├── BTN_FantasticSevens.png
│ │ │ │ │ │ │ ├── BTN_FatLadySings.png
│ │ │ │ │ │ │ ├── BTN_FinerReelsofLife.png
│ │ │ │ │ │ │ ├── BTN_FireHawk.png
│ │ │ │ │ │ │ ├── BTN_FishParty1.png
│ │ │ │ │ │ │ ├── BTN_FishParty.png
│ │ │ │ │ │ │ ├── BTN_FlipCard.png
│ │ │ │ │ │ │ ├── BTN_flowerpower.png
│ │ │ │ │ │ │ ├── BTN_FlyingAce2.png
│ │ │ │ │ │ │ ├── BTN_FlyingAce.png
│ │ │ │ │ │ │ ├── BTN_FoamyFortunes.png
│ │ │ │ │ │ │ ├── BTN_footballstar1.png
│ │ │ │ │ │ │ ├── BTN_footballstar.png
│ │ │ │ │ │ │ ├── BTN_ForsakenKingdom.png
│ │ │ │ │ │ │ ├── BTN_FortuneCookie7.png
│ │ │ │ │ │ │ ├── BTN_FortuneCookie.png
│ │ │ │ │ │ │ ├── BTN_FourByFour1.png
│ │ │ │ │ │ │ ├── BTN_FourByFour.png
│ │ │ │ │ │ │ ├── BTN_FreezingFuzzballs.png
│ │ │ │ │ │ │ ├── BTN_FrenchRoulette1.png
│ │ │ │ │ │ │ ├── BTN_FrenchRoulette.png
│ │ │ │ │ │ │ ├── BTN_FrozenDiamonds.png
│ │ │ │ │ │ │ ├── BTN_FruitSlots1.png
│ │ │ │ │ │ │ ├── BTN_FruitSlots.png
│ │ │ │ │ │ │ ├── BTN_FruitVSCandy.png
│ │ │ │ │ │ │ ├── BTN_Galacticons.png
│ │ │ │ │ │ │ ├── BTN_GameSetandScratch.png
│ │ │ │ │ │ │ ├── BTN_GeniesGems2.png
│ │ │ │ │ │ │ ├── BTN_GeniesGems.png
│ │ │ │ │ │ │ ├── BTN_Germinator1.png
│ │ │ │ │ │ │ ├── BTN_Germinator.png
│ │ │ │ │ │ │ ├── BTN_GiftRap.png
│ │ │ │ │ │ │ ├── BTN_GirlswithGuns1.png
│ │ │ │ │ │ │ ├── BTN_GirlswithGuns2.png
│ │ │ │ │ │ │ ├── BTN_GirlswithGuns-L-FrozenDawn.png
│ │ │ │ │ │ │ ├── BTN_GirlsWithGuns-L-JungleHeat.png
│ │ │ │ │ │ │ ├── BTN_GirlswithGuns.png
│ │ │ │ │ │ │ ├── BTN_GladiatorsGold.png
│ │ │ │ │ │ │ ├── BTN_goblinsgold.png
│ │ │ │ │ │ │ ├── BTN_GoldCoast3.png
│ │ │ │ │ │ │ ├── BTN_GoldCoast.png
│ │ │ │ │ │ │ ├── BTN_GoldenDragon6.png
│ │ │ │ │ │ │ ├── BTN_GoldenDragon.png
│ │ │ │ │ │ │ ├── BTN_GoldenEra.png
│ │ │ │ │ │ │ ├── BTN_GoldenGhouls.png
│ │ │ │ │ │ │ ├── BTN_GoldenPrincess.png
│ │ │ │ │ │ │ ├── BTN_GoldFactory1.png
│ │ │ │ │ │ │ ├── BTN_GoldFactory.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_Baccarat1.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_Baccarat.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_BigFive.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_ClassicBlackjack1.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_ClassicBlackjack.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_DoubleExposureBlackjack.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_EuroBlackjack.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_EuroRoulette1.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_EuroRoulette.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_HiLo13EuroBJ.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_MHBonusBlackjack.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_MHEuroBlackjack.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_MHHighSpeedPoker.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_MHPerfectPairsBlackjack.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_MHVegasDowntown.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_MultiWheelRoulette1.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_MultiWheelRoulette.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_SpanishBlackjack.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_TriplePocket.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_VegasSingleDeck.png
│ │ │ │ │ │ │ ├── BTN_GoldSeries_VegasStrip.png
│ │ │ │ │ │ │ ├── BTN_GoodToGo2.png
│ │ │ │ │ │ │ ├── BTN_GoodToGo.png
│ │ │ │ │ │ │ ├── BTN_GopherGold2.png
│ │ │ │ │ │ │ ├── BTN_GopherGold.png
│ │ │ │ │ │ │ ├── BTN_GrannyPrix.png
│ │ │ │ │ │ │ ├── BTN_GreatGriffin1.png
│ │ │ │ │ │ │ ├── BTN_GreatGriffin.png
│ │ │ │ │ │ │ ├── BTN_GungPow.png
│ │ │ │ │ │ │ ├── BTN_HairyFairies.png
│ │ │ │ │ │ │ ├── BTN_Halloweenies1.png
│ │ │ │ │ │ │ ├── BTN_Halloweenies.png
│ │ │ │ │ │ │ ├── BTN_HandToHandCombat.png
│ │ │ │ │ │ │ ├── BTN_HappyHolidays.png
│ │ │ │ │ │ │ ├── BTN_HappyNewYear3.png
│ │ │ │ │ │ │ ├── BTN_HappyNewYear.png
│ │ │ │ │ │ │ ├── BTN_Harveys1.png
│ │ │ │ │ │ │ ├── BTN_Harveys.png
│ │ │ │ │ │ │ ├── BTN_HellBoy1.png
│ │ │ │ │ │ │ ├── BTN_HellBoy.png
│ │ │ │ │ │ │ ├── BTN_HellGrannies.png
│ │ │ │ │ │ │ ├── BTN_Hexaline.png
│ │ │ │ │ │ │ ├── BTN_HighFive.png
│ │ │ │ │ │ │ ├── BTN_HighLimitBaccarat1.png
│ │ │ │ │ │ │ ├── BTN_HighLimitBaccarat.png
│ │ │ │ │ │ │ ├── BTN_HighSociety.png
│ │ │ │ │ │ │ ├── BTN_HighSpeedPoker.png
│ │ │ │ │ │ │ ├── BTN_Hitman1.png
│ │ │ │ │ │ │ ├── BTN_Hitman.png
│ │ │ │ │ │ │ ├── BTN_Hohoho1.png
│ │ │ │ │ │ │ ├── BTN_Hohoho.png
│ │ │ │ │ │ │ ├── BTN_HotAsHades.png
│ │ │ │ │ │ │ ├── BTN_HotAsHades_ZH.png
│ │ │ │ │ │ │ ├── BTN_HotInk1.png
│ │ │ │ │ │ │ ├── BTN_HotInk.png
│ │ │ │ │ │ │ ├── BTN_HotShot3.png
│ │ │ │ │ │ │ ├── BTN_HotShot.png
│ │ │ │ │ │ │ ├── BTN_HoundHotel.png
│ │ │ │ │ │ │ ├── BTN_HouseofDragons.png
│ │ │ │ │ │ │ ├── BTN_Huangdi_TYE.png
│ │ │ │ │ │ │ ├── BTN_ImmortalRomance1.png
│ │ │ │ │ │ │ ├── BTN_ImmortalRomance.png
│ │ │ │ │ │ │ ├── BTN_InItToWinIt.png
│ │ │ │ │ │ │ ├── BTN_InstantWinCardSelector.png
│ │ │ │ │ │ │ ├── BTN_IrishEyes.png
│ │ │ │ │ │ │ ├── BTN_Isis.png
│ │ │ │ │ │ │ ├── BTN_IWCardSelector.png
│ │ │ │ │ │ │ ├── BTN_JackpotExpress1.png
│ │ │ │ │ │ │ ├── BTN_JackpotExpress.png
│ │ │ │ │ │ │ ├── BTN_JacksOrBetter1.png
│ │ │ │ │ │ │ ├── BTN_JacksOrBetter.png
│ │ │ │ │ │ │ ├── BTN_JacksorBetterPowerPoker1.png
│ │ │ │ │ │ │ ├── BTN_JacksorBetterPowerPoker.png
│ │ │ │ │ │ │ ├── BTN_Jackspwrpoker.png
│ │ │ │ │ │ │ ├── BTN_JasonAndTheGoldenFleece.png
│ │ │ │ │ │ │ ├── BTN_JekyllandHyde.png
│ │ │ │ │ │ │ ├── BTN_jesters.png
│ │ │ │ │ │ │ ├── BTN_JewelsoftheOrient.png
│ │ │ │ │ │ │ ├── BTN_JingleBells6.png
│ │ │ │ │ │ │ ├── BTN_JingleBells.png
│ │ │ │ │ │ │ ├── BTN_JokerPoker.png
│ │ │ │ │ │ │ ├── BTN_JokerPokerPowerPoker1.png
│ │ │ │ │ │ │ ├── BTN_JokerPokerPowerPoker.png
│ │ │ │ │ │ │ ├── BTN_Jokerpok.png
│ │ │ │ │ │ │ ├── BTN_JoyOfSix.png
│ │ │ │ │ │ │ ├── BTN_JungleJim_ElDorado.png
│ │ │ │ │ │ │ ├── BTN_jurassicbr.png
│ │ │ │ │ │ │ ├── BTN_JurassicJackpot1.png
│ │ │ │ │ │ │ ├── BTN_JurassicJackpot.png
│ │ │ │ │ │ │ ├── BTN_jurassicpark.png
│ │ │ │ │ │ │ ├── BTN_KaraokeParty.png
│ │ │ │ │ │ │ ├── BTN_KaratePig1.png
│ │ │ │ │ │ │ ├── BTN_KaratePig.png
│ │ │ │ │ │ │ ├── BTN_Kathmandu1.png
│ │ │ │ │ │ │ ├── BTN_Kathmandu.png
│ │ │ │ │ │ │ ├── BTN_Keno.png
│ │ │ │ │ │ │ ├── BTN_KingArthur.png
│ │ │ │ │ │ │ ├── BTN_KingsofCash.png
│ │ │ │ │ │ │ ├── BTN_KittyCabana.png
│ │ │ │ │ │ │ ├── BTN_LadiesNite5.png
│ │ │ │ │ │ │ ├── BTN_LadiesNite.png
│ │ │ │ │ │ │ ├── BTN_LadyInRed2.png
│ │ │ │ │ │ │ ├── BTN_LadyInRed.png
│ │ │ │ │ │ │ ├── BTN_LeaguesOfFortune1.png
│ │ │ │ │ │ │ ├── BTN_LeaguesOfFortune.png
│ │ │ │ │ │ │ ├── BTN_Legacy2.png
│ │ │ │ │ │ │ ├── BTN_Legacy.png
│ │ │ │ │ │ │ ├── BTN_LegendOfOlympus.png
│ │ │ │ │ │ │ ├── BTN_lions.png
│ │ │ │ │ │ │ ├── BTN_Loaded1.png
│ │ │ │ │ │ │ ├── BTN_Loaded.png
│ │ │ │ │ │ │ ├── BTN_LooseCannon1.png
│ │ │ │ │ │ │ ├── BTN_LooseCannon.png
│ │ │ │ │ │ │ ├── BTN_LostVegas.png
│ │ │ │ │ │ │ ├── BTN_LouisianaDouble1.png
│ │ │ │ │ │ │ ├── BTN_LouisianaDouble.png
│ │ │ │ │ │ │ ├── BTN_LoveBugs.png
│ │ │ │ │ │ │ ├── BTN_LuckyCharmer.png
│ │ │ │ │ │ │ ├── BTN_LuckyFirecracker.png
│ │ │ │ │ │ │ ├── BTN_LuckyKoi.png
│ │ │ │ │ │ │ ├── BTN_LuckyLeprechaun.png
│ │ │ │ │ │ │ ├── BTN_LuckyLeprechaunsLoot.png
│ │ │ │ │ │ │ ├── BTN_LuckyNumbers.png
│ │ │ │ │ │ │ ├── BTN_luckytwins.png
│ │ │ │ │ │ │ ├── BTN_LuckyWitch1.png
│ │ │ │ │ │ │ ├── BTN_LuckyWitch.png
│ │ │ │ │ │ │ ├── BTN_LuckyZodiac.png
│ │ │ │ │ │ │ ├── BTN_LuckyZodiac_ZH.png
│ │ │ │ │ │ │ ├── BTN_MadHatters1.png
│ │ │ │ │ │ │ ├── BTN_MadHatters.png
│ │ │ │ │ │ │ ├── BTN_MagicBoxes.png
│ │ │ │ │ │ │ ├── BTN_MagicCharms.png
│ │ │ │ │ │ │ ├── BTN_MaxDamage1.png
│ │ │ │ │ │ │ ├── BTN_MaxDamageAndTheAlienAttack.png
│ │ │ │ │ │ │ ├── BTN_MaxDamage.png
│ │ │ │ │ │ │ ├── BTN_MaxDamageSlot.png
│ │ │ │ │ │ │ ├── BTN_MayanBingo1.png
│ │ │ │ │ │ │ ├── BTN_MayanBingo.png
│ │ │ │ │ │ │ ├── BTN_MayanPrincess1.png
│ │ │ │ │ │ │ ├── BTN_MayanPrincess.png
│ │ │ │ │ │ │ ├── BTN_MerlinsMillions.png
│ │ │ │ │ │ │ ├── BTN_MermaidsMillions1.png
│ │ │ │ │ │ │ ├── BTN_MermaidsMillions.png
│ │ │ │ │ │ │ ├── BTN_MH3CardPokerGold.png
│ │ │ │ │ │ │ ├── BTN_MHPremierBlackjack.png
│ │ │ │ │ │ │ ├── BTN_MoneyMadMonkey.png
│ │ │ │ │ │ │ ├── BTN_MonkeyKeno.png
│ │ │ │ │ │ │ ├── BTN_monkeys.png
│ │ │ │ │ │ │ ├── BTN_MonsterMania1.png
│ │ │ │ │ │ │ ├── BTN_MonsterMania.png
│ │ │ │ │ │ │ ├── BTN_Moonshine1.png
│ │ │ │ │ │ │ ├── BTN_Moonshine.png
│ │ │ │ │ │ │ ├── BTN_MountOlympus.png
│ │ │ │ │ │ │ ├── BTN_MSBreakDaBankAgain.png
│ │ │ │ │ │ │ ├── BTN_MugshotMadness1.png
│ │ │ │ │ │ │ ├── BTN_MugshotMadness.png
│ │ │ │ │ │ │ ├── BTN_MultiWheelRouletteGold.png
│ │ │ │ │ │ │ ├── BTN_MumbaiMagic.png
│ │ │ │ │ │ │ ├── BTN_Munchkins2.png
│ │ │ │ │ │ │ ├── BTN_Munchkins.png
│ │ │ │ │ │ │ ├── BTN_MysticDreams1.png
│ │ │ │ │ │ │ ├── BTN_MysticDreams.png
│ │ │ │ │ │ │ ├── BTN_MystiqueGrove.png
│ │ │ │ │ │ │ ├── BTN_ninjamagic.png
│ │ │ │ │ │ │ ├── BTN_oceans.png
│ │ │ │ │ │ │ ├── BTN_Octopays.png
│ │ │ │ │ │ │ ├── BTN_OffsideandSeek.png
│ │ │ │ │ │ │ ├── BTN_OrientalFortune2.png
│ │ │ │ │ │ │ ├── BTN_OrientalFortune.png
│ │ │ │ │ │ │ ├── BTN_ParadiseFound .png
│ │ │ │ │ │ │ ├── BTN_ParadiseFound.png
│ │ │ │ │ │ │ ├── BTN_partytime.png
│ │ │ │ │ │ │ ├── BTN_PeekaBoo5Reel.png
│ │ │ │ │ │ │ ├── BTN_PenguinSplash.png
│ │ │ │ │ │ │ ├── BTN_PhantomCash.png
│ │ │ │ │ │ │ ├── BTN_PharaohBingo1.png
│ │ │ │ │ │ │ ├── BTN_PharaohBingo.png
│ │ │ │ │ │ │ ├── BTN_pharaohs.png
│ │ │ │ │ │ │ ├── BTN_PharoahsGems.png
│ │ │ │ │ │ │ ├── BTN_PiggyFortunes.png
│ │ │ │ │ │ │ ├── BTN_pirates.png
│ │ │ │ │ │ │ ├── BTN_Pistoleras.png
│ │ │ │ │ │ │ ├── BTN_Playboy1.png
│ │ │ │ │ │ │ ├── BTN_Playboy.png
│ │ │ │ │ │ │ ├── BTN_PlundertheSea1.png
│ │ │ │ │ │ │ ├── BTN_PlundertheSea.png
│ │ │ │ │ │ │ ├── BTN_PokerPursuit1.png
│ │ │ │ │ │ │ ├── BTN_PokerPursuit.png
│ │ │ │ │ │ │ ├── BTN_PollenNation1.png
│ │ │ │ │ │ │ ├── BTN_PollenNation.png
│ │ │ │ │ │ │ ├── BTN_PollenParty.png
│ │ │ │ │ │ │ ├── BTN_PremierBlackjackHiLo.png
│ │ │ │ │ │ │ ├── BTN_PremierBlackjackHiStreak.png
│ │ │ │ │ │ │ ├── BTN_PremierRacing1.png
│ │ │ │ │ │ │ ├── BTN_PremierRacing.png
│ │ │ │ │ │ │ ├── BTN_PremierRouletteDE.png
│ │ │ │ │ │ │ ├── BTN_PremierRoulette.png
│ │ │ │ │ │ │ ├── BTN_PremierTrotting1.png
│ │ │ │ │ │ │ ├── BTN_PremierTrotting.png
│ │ │ │ │ │ │ ├── BTN_PrettyKitty.png
│ │ │ │ │ │ │ ├── BTN_PrimeProperty.png
│ │ │ │ │ │ │ ├── BTN_PurePlatinum1.png
│ │ │ │ │ │ │ ├── BTN_PurePlatinum.png
│ │ │ │ │ │ │ ├── BTN_RabbitintheHat.png
│ │ │ │ │ │ │ ├── BTN_RacingForPinks.png
│ │ │ │ │ │ │ ├── BTN_RamessesRiches.png
│ │ │ │ │ │ │ ├── BTN_RammessesRiches.png
│ │ │ │ │ │ │ ├── BTN_RapidReels5.png
│ │ │ │ │ │ │ ├── BTN_RapidReels.png
│ │ │ │ │ │ │ ├── BTN_RatPack.png
│ │ │ │ │ │ │ ├── BTN_RedDog.png
│ │ │ │ │ │ │ ├── BTN_RedHotDevil.png
│ │ │ │ │ │ │ ├── BTN_ReelGems1.png
│ │ │ │ │ │ │ ├── BTN_ReelGems.png
│ │ │ │ │ │ │ ├── BTN_reelspinner.png
│ │ │ │ │ │ │ ├── BTN_ReelStrike1.png
│ │ │ │ │ │ │ ├── BTN_ReelStrike.png
│ │ │ │ │ │ │ ├── BTN_ReelThunder2.png
│ │ │ │ │ │ │ ├── BTN_ReelThunder.png
│ │ │ │ │ │ │ ├── BTN_RetroReels1.png
│ │ │ │ │ │ │ ├── BTN_RetroReelsDiamondGlitz.png
│ │ │ │ │ │ │ ├── BTN_RetroReelsExtremeHeat.png
│ │ │ │ │ │ │ ├── BTN_RetroReels.png
│ │ │ │ │ │ │ ├── BTN_RiverofRiches.png
│ │ │ │ │ │ │ ├── BTN_RivieraRiches1.png
│ │ │ │ │ │ │ ├── BTN_RivieraRiches.png
│ │ │ │ │ │ │ ├── BTN_robojack1.png
│ │ │ │ │ │ │ ├── BTN_robojack.png
│ │ │ │ │ │ │ ├── BTN_RocktheBoat18.png
│ │ │ │ │ │ │ ├── BTN_RocktheBoat.png
│ │ │ │ │ │ │ ├── BTN_RollerDerby.png
│ │ │ │ │ │ │ ├── BTN_RomanRiches11.png
│ │ │ │ │ │ │ ├── BTN_RomanRiches.png
│ │ │ │ │ │ │ ├── BTN_royce.png
│ │ │ │ │ │ │ ├── BTN_RRDiamondGlitz1.png
│ │ │ │ │ │ │ ├── BTN_RRDiamondGlitz.png
│ │ │ │ │ │ │ ├── BTN_RRExtreme.png
│ │ │ │ │ │ │ ├── BTN_RRGeorgiePorgie.png
│ │ │ │ │ │ │ ├── BTN_RRHearts&Tarts1.png
│ │ │ │ │ │ │ ├── BTN_RRHearts&Tarts.png
│ │ │ │ │ │ │ ├── BTN_RRJackAndJill.png
│ │ │ │ │ │ │ ├── BTN_RRKing1.png
│ │ │ │ │ │ │ ├── BTN_RRKing.png
│ │ │ │ │ │ │ ├── BTN_RROldKingColeV90.png
│ │ │ │ │ │ │ ├── BTN_RRQueenOfHearts.png
│ │ │ │ │ │ │ ├── BTN_RubyAcesAndEights.png
│ │ │ │ │ │ │ ├── BTN_RubyAgeOfDiscovery.png
│ │ │ │ │ │ │ ├── BTN_RubyAllAces.png
│ │ │ │ │ │ │ ├── BTN_RubyAllAmerican.png
│ │ │ │ │ │ │ ├── BTN_RubyAroundTheWorld.png
│ │ │ │ │ │ │ ├── BTN_RubyAstronomical.png
│ │ │ │ │ │ │ ├── BTN_RubyBallisticBingo.png
│ │ │ │ │ │ │ ├── BTN_RubyBarBarBlackSheep.png
│ │ │ │ │ │ │ ├── BTN_RubyBeerFest.png
│ │ │ │ │ │ │ ├── BTN_RubyBigBreak.png
│ │ │ │ │ │ │ ├── BTN_RubyBigKahunaSnakesAndLadders.png
│ │ │ │ │ │ │ ├── BTN_RubyBingoBonanza.png
│ │ │ │ │ │ │ ├── BTN_RubyBonusDeucesWild.png
│ │ │ │ │ │ │ ├── BTN_RubyBonusPokerDeluxe.png
│ │ │ │ │ │ │ ├── BTN_RubyBowledOver.png
│ │ │ │ │ │ │ ├── BTN_RubyBreakDaBankAgainV90.png
│ │ │ │ │ │ │ ├── BTN_RubyBullsEye.png
│ │ │ │ │ │ │ ├── BTN_RubyBunnyBoilerGold.png
│ │ │ │ │ │ │ ├── BTN_RubyBunnyBoiler.png
│ │ │ │ │ │ │ ├── BTN_RubyCabinFever.png
│ │ │ │ │ │ │ ├── BTN_RubyCaptainCash.png
│ │ │ │ │ │ │ ├── BTN_RubyCardClimber.png
│ │ │ │ │ │ │ ├── BTN_RubyCentreCourt.png
│ │ │ │ │ │ │ ├── BTN_RubyChiefsFortune.png
│ │ │ │ │ │ │ ├── BTN_RubyCityofGold.png
│ │ │ │ │ │ │ ├── BTN_RubyCrazy80s.png
│ │ │ │ │ │ │ ├── BTN_RubyCryptCrusadeGold.png
│ │ │ │ │ │ │ ├── BTN_RubyCryptCrusade.png
│ │ │ │ │ │ │ ├── BTN_RubyCutesyPie.png
│ │ │ │ │ │ │ ├── BTN_RubyDawnOfTheBread.png
│ │ │ │ │ │ │ ├── BTN_RubyDiamond7s.png
│ │ │ │ │ │ │ ├── BTN_RubyDiamondDeal.png
│ │ │ │ │ │ │ ├── BTN_RubyDogfather.png
│ │ │ │ │ │ │ ├── BTN_RubyDonDeal.png
│ │ │ │ │ │ │ ├── BTN_RubyDoubleBonusPoker.png
│ │ │ │ │ │ │ ├── BTN_RubyDoubleDose.png
│ │ │ │ │ │ │ ├── BTN_RubyDragonsFortune.png
│ │ │ │ │ │ │ ├── BTN_RubyFairyRing.png
│ │ │ │ │ │ │ ├── BTN_RubyFloriditaFandango.png
│ │ │ │ │ │ │ ├── BTN_RubyFlosDiner.png
│ │ │ │ │ │ │ ├── BTN_RubyFoamyFortunes.png
│ │ │ │ │ │ │ ├── BTN_RubyFortuna.png
│ │ │ │ │ │ │ ├── BTN_RubyFreeSpirit.png
│ │ │ │ │ │ │ ├── BTN_RubyFreezingFuzzballs.png
│ │ │ │ │ │ │ ├── BTN_RubyFrootLoot.png
│ │ │ │ │ │ │ ├── BTN_RubyFrostBite.png
│ │ │ │ │ │ │ ├── BTN_RubyFruitSalad.png
│ │ │ │ │ │ │ ├── BTN_RubyFunHouse.png
│ │ │ │ │ │ │ ├── BTN_RubyGameSetAndScratch.png
│ │ │ │ │ │ │ ├── BTN_RubyGoldenGhouls.png
│ │ │ │ │ │ │ ├── BTN_RubyGrand7s.png
│ │ │ │ │ │ │ ├── BTN_RubyGrannyPrix.png
│ │ │ │ │ │ │ ├── BTN_RubyHairyFairies.png
│ │ │ │ │ │ │ ├── BTN_RubyHandToHandCombat.png
│ │ │ │ │ │ │ ├── BTN_RubyHeavyMetal.png
│ │ │ │ │ │ │ ├── BTN_RubyHellBoy.png
│ │ │ │ │ │ │ ├── BTN_RubyHouseofDragons.png
│ │ │ │ │ │ │ ├── BTN_RubyIWBigBreak.png
│ │ │ │ │ │ │ ├── BTN_RubyIWCashapillar.png
│ │ │ │ │ │ │ ├── BTN_RubyIWHalloweenies.png
│ │ │ │ │ │ │ ├── BTN_RubyJackintheBox.png
│ │ │ │ │ │ │ ├── BTN_RubyJewelThief.png
│ │ │ │ │ │ │ ├── BTN_RubyJoker8000.png
│ │ │ │ │ │ │ ├── BTN_RubyJungleJim.png
│ │ │ │ │ │ │ ├── BTN_RubyKashatoa.png
│ │ │ │ │ │ │ ├── BTN_RubyKillerClubs.png
│ │ │ │ │ │ │ ├── BTN_RubyKingArthur.png
│ │ │ │ │ │ │ ├── BTN_RubyLuckyNumbers.png
│ │ │ │ │ │ │ ├── BTN_RubyMagicSpell.png
│ │ │ │ │ │ │ ├── BTN_RubyMHHoldemHigh.png
│ │ │ │ │ │ │ ├── BTN_RubyMHPerfectPairs.png
│ │ │ │ │ │ │ ├── BTN_RubyMochaOrange.png
│ │ │ │ │ │ │ ├── BTN_RubyMoneyMadMonkey.png
│ │ │ │ │ │ │ ├── BTN_RubyMumbaiMagic.png
│ │ │ │ │ │ │ ├── BTN_RubyOffsideAndSeek.png
│ │ │ │ │ │ │ ├── BTN_RubyPeekaBoo.png
│ │ │ │ │ │ │ ├── BTN_RubyPharaohsGems.png
│ │ │ │ │ │ │ ├── BTN_RubyPlunderTheSea.png
│ │ │ │ │ │ │ ├── BTN_RubyPremierRoulette.png
│ │ │ │ │ │ │ ├── BTN_RubyPrimePropertyV90.png
│ │ │ │ │ │ │ ├── BTN_RubyRingsnRoses.png
│ │ │ │ │ │ │ ├── BTN_RubyRoyalDerby.png
│ │ │ │ │ │ │ ├── BTN_RubySamuraiSevens.png
│ │ │ │ │ │ │ ├── BTN_RubySantaPaws.png
│ │ │ │ │ │ │ ├── BTN_RubySixShooterLooterGold.png
│ │ │ │ │ │ │ ├── BTN_RubySixShooterLooter.png
│ │ │ │ │ │ │ ├── BTN_RubySizzlingScorpions.png
│ │ │ │ │ │ │ ├── BTN_RubySlamFunk.png
│ │ │ │ │ │ │ ├── BTN_RubySoccerSafari.png
│ │ │ │ │ │ │ ├── BTN_RubySonicBoom.png
│ │ │ │ │ │ │ ├── BTN_RubySpaceEvaderGold.png
│ │ │ │ │ │ │ ├── BTN_RubySpaceEvader.png
│ │ │ │ │ │ │ ├── BTN_RubySpellBound.png
│ │ │ │ │ │ │ ├── BTN_RubySummertime.png
│ │ │ │ │ │ │ ├── BTN_RubySupeItUp.png
│ │ │ │ │ │ │ ├── BTN_RubySuperBonusBingo.png
│ │ │ │ │ │ │ ├── BTN_RubySuperZeroes.png
│ │ │ │ │ │ │ ├── BTN_RubySureWin.png
│ │ │ │ │ │ │ ├── BTN_RubyTheRatPack.png
│ │ │ │ │ │ │ ├── BTN_RubyThousandIslands.png
│ │ │ │ │ │ │ ├── BTN_RubyThreeWheeler.png
│ │ │ │ │ │ │ ├── BTN_RubyTriplePocketPoker.png
│ │ │ │ │ │ │ ├── BTN_RubyTurtleyAwesome.png
│ │ │ │ │ │ │ ├── BTN_RubyTwister.png
│ │ │ │ │ │ │ ├── BTN_RubyWhackAJackpot.png
│ │ │ │ │ │ │ ├── BTN_RubyWheelOfRiches.png
│ │ │ │ │ │ │ ├── BTN_RubyWildChampions.png
│ │ │ │ │ │ │ ├── BTN_RubyWorldCupMania.png
│ │ │ │ │ │ │ ├── BTN_RugbyStar.png
│ │ │ │ │ │ │ ├── BTN_RugbyStar_ZH.png
│ │ │ │ │ │ │ ├── BTN_SambaBingo1.png
│ │ │ │ │ │ │ ├── BTN_SambaBingo.png
│ │ │ │ │ │ │ ├── BTN_SantasWildRide1.png
│ │ │ │ │ │ │ ├── BTN_SantasWildRide.png
│ │ │ │ │ │ │ ├── BTN_Scrooge1.png
│ │ │ │ │ │ │ ├── BTN_Scrooge.png
│ │ │ │ │ │ │ ├── BTN_SecretAdmirer1.png
│ │ │ │ │ │ │ ├── BTN_SecretAdmirer.png
│ │ │ │ │ │ │ ├── BTN_SecretSanta.png
│ │ │ │ │ │ │ ├── BTN_Serenity.png
│ │ │ │ │ │ │ ├── BTN_Shoot.png
│ │ │ │ │ │ │ ├── BTN_Sicbo.png
│ │ │ │ │ │ │ ├── BTN_SilverFang1.png
│ │ │ │ │ │ │ ├── BTN_SilverFang.png
│ │ │ │ │ │ │ ├── BTN_SixShooterLooterGold.png
│ │ │ │ │ │ │ ├── BTN_SkullDuggery1.png
│ │ │ │ │ │ │ ├── BTN_SkullDuggery.png
│ │ │ │ │ │ │ ├── BTN_SlamFunk.png
│ │ │ │ │ │ │ ├── BTN_SoccerSafari.png
│ │ │ │ │ │ │ ├── BTN_somanymonsters.png
│ │ │ │ │ │ │ ├── BTN_somuchcandy.png
│ │ │ │ │ │ │ ├── BTN_somuchsushi.png
│ │ │ │ │ │ │ ├── BTN_SovereignoftheSevenSeas.png
│ │ │ │ │ │ │ ├── BTN_SpaceEvaderGold.png
│ │ │ │ │ │ │ ├── BTN_SpaceEvader.png
│ │ │ │ │ │ │ ├── BTN_SpanishBlackjack1.png
│ │ │ │ │ │ │ ├── BTN_SpanishBlackjack.png
│ │ │ │ │ │ │ ├── BTN_SpectacularWheelOfWealth1.png
│ │ │ │ │ │ │ ├── BTN_SpectacularWheelOfWealth.png
│ │ │ │ │ │ │ ├── BTN_Spingo.png
│ │ │ │ │ │ │ ├── BTN_SpringBreak2.png
│ │ │ │ │ │ │ ├── BTN_SpringBreak.png
│ │ │ │ │ │ │ ├── BTN_StarDust.png
│ │ │ │ │ │ │ ├── BTN_StarlightKiss.png
│ │ │ │ │ │ │ ├── BTN_StarScape1.png
│ │ │ │ │ │ │ ├── BTN_StarScape.png
│ │ │ │ │ │ │ ├── BTN_StashoftheTitans.png
│ │ │ │ │ │ │ ├── BTN_SteamPunkHeroes.png
│ │ │ │ │ │ │ ├── BTN_SterlingSilver3D.png
│ │ │ │ │ │ │ ├── BTN_SunQuest3.png
│ │ │ │ │ │ │ ├── BTN_SunQuest.png
│ │ │ │ │ │ │ ├── BTN_suntide.png
│ │ │ │ │ │ │ ├── BTN_SupeItUp.png
│ │ │ │ │ │ │ ├── BTN_SuperBonusBingo.png
│ │ │ │ │ │ │ ├── BTN_SuperFun21Blackjack1.png
│ │ │ │ │ │ │ ├── BTN_SuperFun21Blackjack.png
│ │ │ │ │ │ │ ├── BTN_SuperZeroes.png
│ │ │ │ │ │ │ ├── BTN_SurfSafari.png
│ │ │ │ │ │ │ ├── BTN_SweetHarvest1.png
│ │ │ │ │ │ │ ├── BTN_SweetHarvest.png
│ │ │ │ │ │ │ ├── BTN_TallyHo1.png
│ │ │ │ │ │ │ ├── BTN_TallyHo.png
│ │ │ │ │ │ │ ├── BTN_Tarzan.png
│ │ │ │ │ │ │ ├── BTN_TensOrBetter1.png
│ │ │ │ │ │ │ ├── BTN_TensOrBetter.png
│ │ │ │ │ │ │ ├── BTN_TensOrBetterPowerPoker.png
│ │ │ │ │ │ │ ├── BTN_Terminator2_1.png
│ │ │ │ │ │ │ ├── BTN_Terminator2.png
│ │ │ │ │ │ │ ├── BTN_Terminator.png
│ │ │ │ │ │ │ ├── BTN_TheBermudaMysteries.png
│ │ │ │ │ │ │ ├── BTN_TheDarkKnightRises.png
│ │ │ │ │ │ │ ├── BTN_TheFinerReelsofLife.png
│ │ │ │ │ │ │ ├── BTN_TheLostPrincessAnastasia.png
│ │ │ │ │ │ │ ├── BTN_TheOsbournes1.png
│ │ │ │ │ │ │ ├── BTN_TheOsbournes.png
│ │ │ │ │ │ │ ├── BTN_TheTwistedCircus.png
│ │ │ │ │ │ │ ├── BTN_ThroneOfEgypt.png
│ │ │ │ │ │ │ ├── BTN_Thunderstruck1.png
│ │ │ │ │ │ │ ├── BTN_Thunderstruck2.png
│ │ │ │ │ │ │ ├── BTN_Thunderstruck.png
│ │ │ │ │ │ │ ├── BTN_ThunderstruckTwo1.png
│ │ │ │ │ │ │ ├── BTN_ThunderstruckTwo.png
│ │ │ │ │ │ │ ├── BTN_TigerMoon.png
│ │ │ │ │ │ │ ├── BTN_TigerVsBear.png
│ │ │ │ │ │ │ ├── BTN_TitansoftheSunHyperion.png
│ │ │ │ │ │ │ ├── BTN_TitansOfTheSun_Hyperion_ZH.png
│ │ │ │ │ │ │ ├── BTN_TitansoftheSunTheia.png
│ │ │ │ │ │ │ ├── BTN_TombRaider2.png
│ │ │ │ │ │ │ ├── BTN_TombRaider.png
│ │ │ │ │ │ │ ├── BTN_TombRaiderSotS1.png
│ │ │ │ │ │ │ ├── BTN_TombRaiderSotS.png
│ │ │ │ │ │ │ ├── BTN_TootinCarMan .png
│ │ │ │ │ │ │ ├── BTN_TotemTreasure1.png
│ │ │ │ │ │ │ ├── BTN_TotemTreasure.png
│ │ │ │ │ │ │ ├── BTN_Triangulation.png
│ │ │ │ │ │ │ ├── BTN_trickortreat.png
│ │ │ │ │ │ │ ├── BTN_TripleMagic1.png
│ │ │ │ │ │ │ ├── BTN_TripleMagic.png
│ │ │ │ │ │ │ ├── BTN_TurtleyAwesome.png
│ │ │ │ │ │ │ ├── BTN_TwistedCircus.png
│ │ │ │ │ │ │ ├── BTN_UntamedBengalTiger1.png
│ │ │ │ │ │ │ ├── BTN_UntamedBengalTiger.png
│ │ │ │ │ │ │ ├── BTN_UntamedCrownedEagle.png
│ │ │ │ │ │ │ ├── BTN_UntamedGiantPanda.png
│ │ │ │ │ │ │ ├── BTN_UntamedWolfPack1.png
│ │ │ │ │ │ │ ├── BTN_UntamedWolfPack.png
│ │ │ │ │ │ │ ├── BTN_USRoulette1.png
│ │ │ │ │ │ │ ├── BTN_USRoulette.png
│ │ │ │ │ │ │ ├── BTN_VegasStripBlackjack.png
│ │ │ │ │ │ │ ├── BTN_VictorianVillian.png
│ │ │ │ │ │ │ ├── BTN_VinylCountdown4.png
│ │ │ │ │ │ │ ├── BTN_VinylCountdown.png
│ │ │ │ │ │ │ ├── BTN_WasabiSan4.png
│ │ │ │ │ │ │ ├── BTN_WasabiSan.png
│ │ │ │ │ │ │ ├── BTN_WesternFrontier.png
│ │ │ │ │ │ │ ├── BTN_WhackaJackpot.png
│ │ │ │ │ │ │ ├── BTN_WhataHoot3.png
│ │ │ │ │ │ │ ├── BTN_WhataHoot.png
│ │ │ │ │ │ │ ├── BTN_WhatonEarth1.png
│ │ │ │ │ │ │ ├── BTN_WhatonEarth.png
│ │ │ │ │ │ │ ├── BTN_WheelOfWealth1.png
│ │ │ │ │ │ │ ├── BTN_WheelOfWealth.png
│ │ │ │ │ │ │ ├── BTN_WheelofWealthSE1.png
│ │ │ │ │ │ │ ├── BTN_WheelofWealthSE.png
│ │ │ │ │ │ │ ├── BTN_WheelOfWealthSpecialEdition.png
│ │ │ │ │ │ │ ├── BTN_WhiteBuffalo.png
│ │ │ │ │ │ │ ├── BTN_WildCatch.png
│ │ │ │ │ │ │ ├── BTN_WildChampions.png
│ │ │ │ │ │ │ ├── BTN_wildorient.png
│ │ │ │ │ │ │ ├── BTN_WinningWizards1.png
│ │ │ │ │ │ │ ├── BTN_WinningWizards.png
│ │ │ │ │ │ │ ├── BTN_WinSumDimSum.png
│ │ │ │ │ │ │ ├── BTN_WitchesWealth1.png
│ │ │ │ │ │ │ ├── BTN_WitchesWealth.png
│ │ │ │ │ │ │ ├── BTN_ZanyZebra1.png
│ │ │ │ │ │ │ └── BTN_ZanyZebra.png
│ │ │ │ │ │ ├── mw
│ │ │ │ │ │ │ ├── 1021.png
│ │ │ │ │ │ │ ├── 1041.png
│ │ │ │ │ │ │ ├── 1110.png
│ │ │ │ │ │ │ ├── 1112.png
│ │ │ │ │ │ │ ├── 1115.png
│ │ │ │ │ │ │ ├── 111.png
│ │ │ │ │ │ │ ├── 113.png
│ │ │ │ │ │ │ ├── 1140.png
│ │ │ │ │ │ │ ├── 1143.png
│ │ │ │ │ │ │ ├── 114.png
│ │ │ │ │ │ │ ├── 117.png
│ │ │ │ │ │ │ ├── 119.png
│ │ │ │ │ │ │ ├── 120.png
│ │ │ │ │ │ │ ├── 125.png
│ │ │ │ │ │ │ ├── 144.png
│ │ │ │ │ │ │ ├── 520.png
│ │ │ │ │ │ │ ├── 540.png
│ │ │ │ │ │ │ ├── 610.png
│ │ │ │ │ │ │ ├── 612.png
│ │ │ │ │ │ │ └── 640.png
│ │ │ │ │ │ ├── nt
│ │ │ │ │ │ │ ├── 8349.jpg
│ │ │ │ │ │ │ ├── 9280.jpg
│ │ │ │ │ │ │ ├── 9295.jpg
│ │ │ │ │ │ │ ├── alien.jpg
│ │ │ │ │ │ │ ├── alienrobots.jpg
│ │ │ │ │ │ │ ├── arabian.jpg
│ │ │ │ │ │ │ ├── attraction.jpg
│ │ │ │ │ │ │ ├── beach.jpg
│ │ │ │ │ │ │ ├── big_bang.jpg
│ │ │ │ │ │ │ ├── blackjackflash.jpg
│ │ │ │ │ │ │ ├── blackjackonedk.jpg
│ │ │ │ │ │ │ ├── blacklagoon.jpg
│ │ │ │ │ │ │ ├── blood_suckers.jpg
│ │ │ │ │ │ │ ├── boombrothers.jpg
│ │ │ │ │ │ │ ├── cosmicfortune.jpg
│ │ │ │ │ │ │ ├── crimescene.jpg
│ │ │ │ │ │ │ ├── crusaders.jpg
│ │ │ │ │ │ │ ├── dazzle_not_mobile.jpg
│ │ │ │ │ │ │ ├── dead_or_alive.jpg
│ │ │ │ │ │ │ ├── demolition_squa.jpg
│ │ │ │ │ │ │ ├── devil.jpg
│ │ │ │ │ │ │ ├── diamonddogs.jpg
│ │ │ │ │ │ │ ├── dracula.jpg
│ │ │ │ │ │ │ ├── dragon_island.jpg
│ │ │ │ │ │ │ ├── egyptian_heroes.jpg
│ │ │ │ │ │ │ ├── europeanroulette3.jpg
│ │ │ │ │ │ │ ├── evolution.jpg
│ │ │ │ │ │ │ ├── excalibur.jpg
│ │ │ │ │ │ │ ├── fireflies.jpg
│ │ │ │ │ │ │ ├── fisticuffs.jpg
│ │ │ │ │ │ │ ├── flowers.jpg
│ │ │ │ │ │ │ ├── fortuneteller.jpg
│ │ │ │ │ │ │ ├── frankenstein.jpg
│ │ │ │ │ │ │ ├── Frog.jpg
│ │ │ │ │ │ │ ├── fruit_case.jpg
│ │ │ │ │ │ │ ├── fruitshop.jpg
│ │ │ │ │ │ │ ├── Geisha.jpg
│ │ │ │ │ │ │ ├── ghostpirates.jpg
│ │ │ │ │ │ │ ├── go_bananas.jpg
│ │ │ │ │ │ │ ├── goldenshamrock.jpg
│ │ │ │ │ │ │ ├── gonzos_quest.jpg
│ │ │ │ │ │ │ ├── hallofgods.jpg
│ │ │ │ │ │ │ ├── hit2split.jpg
│ │ │ │ │ │ │ ├── hooksheroes_not_mobile.jpg
│ │ │ │ │ │ │ ├── horus.jpg
│ │ │ │ │ │ │ ├── icywonder.jpg
│ │ │ │ │ │ │ ├── invisibleman_not_mobile.jpg
│ │ │ │ │ │ │ ├── jack_and_the_beanstalk.jpg
│ │ │ │ │ │ │ ├── jack_hammer_2.jpg
│ │ │ │ │ │ │ ├── jackhammer.jpg
│ │ │ │ │ │ │ ├── jacksorbettermultiplehand.jpg
│ │ │ │ │ │ │ ├── jokerwildmultiplehand.jpg
│ │ │ │ │ │ │ ├── king_of_chicago.jpg
│ │ │ │ │ │ │ ├── Krakow.jpg
│ │ │ │ │ │ │ ├── lostisland.jpg
│ │ │ │ │ │ │ ├── lucky_angler.jpg
│ │ │ │ │ │ │ ├── magic_portals.jpg
│ │ │ │ │ │ │ ├── Megafortune.jpg
│ │ │ │ │ │ │ ├── muse.jpg
│ │ │ │ │ │ │ ├── mythic_maiden.jpg
│ │ │ │ │ │ │ ├── neonstaxx_not_mobile.jpg
│ │ │ │ │ │ │ ├── pacific.jpg
│ │ │ │ │ │ │ ├── piggy_riches.jpg
│ │ │ │ │ │ │ ├── pyramid_not_mobile.jpg
│ │ │ │ │ │ │ ├── reelrush.jpg
│ │ │ │ │ │ │ ├── reel_steal.jpg
│ │ │ │ │ │ │ ├── retro-funky70.jpg
│ │ │ │ │ │ │ ├── retro-groovy60.jpg
│ │ │ │ │ │ │ ├── retro-super80.jpg
│ │ │ │ │ │ │ ├── robinhood.jpg
│ │ │ │ │ │ │ ├── roulette2adv.jpg
│ │ │ │ │ │ │ ├── scarface.jpg
│ │ │ │ │ │ │ ├── secretofthestones.jpg
│ │ │ │ │ │ │ ├── simsalabim.jpg
│ │ │ │ │ │ │ ├── southpark.jpg
│ │ │ │ │ │ │ ├── south_park_reel_chaos.jpg
│ │ │ │ │ │ │ ├── spacewars.jpg
│ │ │ │ │ │ │ ├── sparks_not_mobile.jpg
│ │ │ │ │ │ │ ├── spellcast.jpg
│ │ │ │ │ │ │ ├── spinatagrande.jpg
│ │ │ │ │ │ │ ├── starburst.jpg
│ │ │ │ │ │ │ ├── starburstmini.jpg
│ │ │ │ │ │ │ ├── stickers_not_mobile.jpg
│ │ │ │ │ │ │ ├── subtopia.jpg
│ │ │ │ │ │ │ ├── the_wish_master.jpg
│ │ │ │ │ │ │ ├── thief.jpg
│ │ │ │ │ │ │ ├── thrillspin.jpg
│ │ │ │ │ │ │ ├── thunderfist.jpg
│ │ │ │ │ │ │ ├── Tiki.jpg
│ │ │ │ │ │ │ ├── troll.jpg
│ │ │ │ │ │ │ ├── twinspin.jpg
│ │ │ │ │ │ │ ├── vegasparty.jpg
│ │ │ │ │ │ │ ├── victorious.jpg
│ │ │ │ │ │ │ ├── viking.jpg
│ │ │ │ │ │ │ ├── Voodoo.jpg
│ │ │ │ │ │ │ ├── wildrockets.jpg
│ │ │ │ │ │ │ ├── wild_turkey.jpg
│ │ │ │ │ │ │ ├── wildwater.jpg
│ │ │ │ │ │ │ ├── wildwitches.jpg
│ │ │ │ │ │ │ ├── wonky_wabbits.jpg
│ │ │ │ │ │ │ └── zombies.jpg
│ │ │ │ │ │ ├── pg
│ │ │ │ │ │ │ ├── baccarat-deluxe.png
│ │ │ │ │ │ │ ├── blackjack-eu.png
│ │ │ │ │ │ │ ├── blackjack-us.png
│ │ │ │ │ │ │ ├── diaochan.png
│ │ │ │ │ │ │ ├── dragon-legend.png
│ │ │ │ │ │ │ ├── emperors-favour.png
│ │ │ │ │ │ │ ├── fortune-gods.png
│ │ │ │ │ │ │ ├── fortune-tree.png
│ │ │ │ │ │ │ ├── ganesha-gold.png
│ │ │ │ │ │ │ ├── gem-saviour.png
│ │ │ │ │ │ │ ├── gem-saviour-sword.png
│ │ │ │ │ │ │ ├── hip-hop-panda.png
│ │ │ │ │ │ │ ├── hood-wolf.png
│ │ │ │ │ │ │ ├── hotpot.png
│ │ │ │ │ │ │ ├── hover.png
│ │ │ │ │ │ │ ├── joker-wild.png
│ │ │ │ │ │ │ ├── legend-of-hou-yi.png
│ │ │ │ │ │ │ ├── medusa2.png
│ │ │ │ │ │ │ ├── medusa.png
│ │ │ │ │ │ │ ├── mr-hallow-win.png
│ │ │ │ │ │ │ ├── peas-fairy.png
│ │ │ │ │ │ │ ├── piggy-gold.png
│ │ │ │ │ │ │ ├── plushie-frenzy.png
│ │ │ │ │ │ │ ├── prosperity-lion.png
│ │ │ │ │ │ │ ├── restaurant-craze.png
│ │ │ │ │ │ │ ├── santas-gift-rush.png
│ │ │ │ │ │ │ ├── steam-punk.png
│ │ │ │ │ │ │ ├── summon-conquer.png
│ │ │ │ │ │ │ ├── symbols-of-egypt.png
│ │ │ │ │ │ │ ├── win-win-won2.png
│ │ │ │ │ │ │ └── wizdom-wonders.png
│ │ │ │ │ │ ├── pp
│ │ │ │ │ │ │ ├── 1455872761.png
│ │ │ │ │ │ │ ├── 1455872782.png
│ │ │ │ │ │ │ ├── 1455872785.png
│ │ │ │ │ │ │ ├── 1455872789.png
│ │ │ │ │ │ │ ├── 1455872791.png
│ │ │ │ │ │ │ ├── 1455872792.png
│ │ │ │ │ │ │ ├── 1455872793.png
│ │ │ │ │ │ │ ├── 1455872798.png
│ │ │ │ │ │ │ ├── 1455872806.png
│ │ │ │ │ │ │ ├── 1455872811.png
│ │ │ │ │ │ │ ├── 1455872819.png
│ │ │ │ │ │ │ ├── 1455872830.png
│ │ │ │ │ │ │ ├── 1455872843.png
│ │ │ │ │ │ │ ├── 1455872846.png
│ │ │ │ │ │ │ ├── 1455872848.png
│ │ │ │ │ │ │ ├── 1455872851.png
│ │ │ │ │ │ │ ├── 1455872855.png
│ │ │ │ │ │ │ ├── 1455872858.png
│ │ │ │ │ │ │ ├── 1455872860.png
│ │ │ │ │ │ │ ├── 1455872863.png
│ │ │ │ │ │ │ ├── 1455872868.png
│ │ │ │ │ │ │ ├── 1455872871.png
│ │ │ │ │ │ │ ├── 1455872873.png
│ │ │ │ │ │ │ ├── 1455872879.png
│ │ │ │ │ │ │ ├── 1455872880.png
│ │ │ │ │ │ │ ├── 1455872884.png
│ │ │ │ │ │ │ ├── 1455872890.png
│ │ │ │ │ │ │ ├── 1455872891.png
│ │ │ │ │ │ │ ├── 1455889237.png
│ │ │ │ │ │ │ ├── 1457711002.png
│ │ │ │ │ │ │ ├── 1457774328.png
│ │ │ │ │ │ │ ├── 1458728713.png
│ │ │ │ │ │ │ ├── 1459853748.png
│ │ │ │ │ │ │ ├── 1461241564.png
│ │ │ │ │ │ │ ├── 1461317789.png
│ │ │ │ │ │ │ ├── 1464092888.png
│ │ │ │ │ │ │ ├── 1474540498.png
│ │ │ │ │ │ │ ├── 1477914757 (1).png
│ │ │ │ │ │ │ ├── 1477914757.png
│ │ │ │ │ │ │ ├── 1478694817.png
│ │ │ │ │ │ │ ├── 1478788538.png
│ │ │ │ │ │ │ ├── 1481552387.png
│ │ │ │ │ │ │ ├── 1482221219.png
│ │ │ │ │ │ │ ├── 1484225848.png
│ │ │ │ │ │ │ ├── 1486107537.png
│ │ │ │ │ │ │ ├── 1487083475.png
│ │ │ │ │ │ │ ├── 1487350061.png
│ │ │ │ │ │ │ ├── 1489503590.png
│ │ │ │ │ │ │ ├── 1492772366.png
│ │ │ │ │ │ │ ├── 1493812996.png
│ │ │ │ │ │ │ ├── 1495539348.png
│ │ │ │ │ │ │ ├── 1496052047.png
│ │ │ │ │ │ │ ├── 1496240977.png
│ │ │ │ │ │ │ ├── 1496932177.png
│ │ │ │ │ │ │ ├── 1498044866.png
│ │ │ │ │ │ │ ├── 1499426883.png
│ │ │ │ │ │ │ ├── 1499775857.png
│ │ │ │ │ │ │ ├── 1503317712.png
│ │ │ │ │ │ │ └── 1505815201.png
│ │ │ │ │ │ ├── pt
│ │ │ │ │ │ │ ├── 7bal.jpg
│ │ │ │ │ │ │ ├── 8349.jpg
│ │ │ │ │ │ │ ├── 8bs.jpg
│ │ │ │ │ │ │ ├── 9280.jpg
│ │ │ │ │ │ │ ├── 9295.jpg
│ │ │ │ │ │ │ ├── af25.jpg
│ │ │ │ │ │ │ ├── af4.jpg
│ │ │ │ │ │ │ ├── af.jpg
│ │ │ │ │ │ │ ├── ah2.jpg
│ │ │ │ │ │ │ ├── alien.jpg
│ │ │ │ │ │ │ ├── alienrobots.jpg
│ │ │ │ │ │ │ ├── al.jpg
│ │ │ │ │ │ │ ├── amvp.jpg
│ │ │ │ │ │ │ ├── aogro.jpg
│ │ │ │ │ │ │ ├── aogs.jpg
│ │ │ │ │ │ │ ├── arabian.jpg
│ │ │ │ │ │ │ ├── arc.jpg
│ │ │ │ │ │ │ ├── art.jpg
│ │ │ │ │ │ │ ├── ash3brg.jpg
│ │ │ │ │ │ │ ├── ashadv.jpg
│ │ │ │ │ │ │ ├── ashamw.jpg
│ │ │ │ │ │ │ ├── ashbgt.jpg
│ │ │ │ │ │ │ ├── ashbob.jpg
│ │ │ │ │ │ │ ├── ashcpl.jpg
│ │ │ │ │ │ │ ├── ashfmf.jpg
│ │ │ │ │ │ │ ├── ashfta.jpg
│ │ │ │ │ │ │ ├── ashhotj.jpg
│ │ │ │ │ │ │ ├── ashlob.jpg
│ │ │ │ │ │ │ ├── ashsbd.jpg
│ │ │ │ │ │ │ ├── ashtmd.jpg
│ │ │ │ │ │ │ ├── ashvrtd.jpg
│ │ │ │ │ │ │ ├── ashvrth.jpg
│ │ │ │ │ │ │ ├── ashwgaa.jpg
│ │ │ │ │ │ │ ├── athn.jpg
│ │ │ │ │ │ │ ├── attraction.jpg
│ │ │ │ │ │ │ ├── atw.jpg
│ │ │ │ │ │ │ ├── avng.jpg
│ │ │ │ │ │ │ ├── aztec.jpg
│ │ │ │ │ │ │ ├── azt.jpg
│ │ │ │ │ │ │ ├── ba.jpg
│ │ │ │ │ │ │ ├── bbn.jpg
│ │ │ │ │ │ │ ├── beach.jpg
│ │ │ │ │ │ │ ├── bfb.jpg
│ │ │ │ │ │ │ ├── bib.jpg
│ │ │ │ │ │ │ ├── big_bang.jpg
│ │ │ │ │ │ │ ├── bj21d_mh.jpg
│ │ │ │ │ │ │ ├── bja.jpg
│ │ │ │ │ │ │ ├── bjhd_mh5.jpg
│ │ │ │ │ │ │ ├── bjl.jpg
│ │ │ │ │ │ │ ├── bj_mh5.jpg
│ │ │ │ │ │ │ ├── bjsd_mh5.jpg
│ │ │ │ │ │ │ ├── bjs.jpg
│ │ │ │ │ │ │ ├── blackjackflash.jpg
│ │ │ │ │ │ │ ├── blackjackonedk.jpg
│ │ │ │ │ │ │ ├── blacklagoon.jpg
│ │ │ │ │ │ │ ├── bld50.jpg
│ │ │ │ │ │ │ ├── bld.jpg
│ │ │ │ │ │ │ ├── bl.jpg
│ │ │ │ │ │ │ ├── blood_suckers.jpg
│ │ │ │ │ │ │ ├── bls.jpg
│ │ │ │ │ │ │ ├── bmk.jpg
│ │ │ │ │ │ │ ├── bob.jpg
│ │ │ │ │ │ │ ├── boombrothers.jpg
│ │ │ │ │ │ │ ├── bowl.jpg
│ │ │ │ │ │ │ ├── bs.jpg
│ │ │ │ │ │ │ ├── bt.jpg
│ │ │ │ │ │ │ ├── c7.jpg
│ │ │ │ │ │ │ ├── cam.jpg
│ │ │ │ │ │ │ ├── car.jpg
│ │ │ │ │ │ │ ├── catqk.jpg
│ │ │ │ │ │ │ ├── chao.jpg
│ │ │ │ │ │ │ ├── cheaa.jpg
│ │ │ │ │ │ │ ├── chel.jpg
│ │ │ │ │ │ │ ├── chl.jpg
│ │ │ │ │ │ │ ├── cifr.jpg
│ │ │ │ │ │ │ ├── cm.jpg
│ │ │ │ │ │ │ ├── cnf.jpg
│ │ │ │ │ │ │ ├── cnpr.jpg
│ │ │ │ │ │ │ ├── cosmicfortune.jpg
│ │ │ │ │ │ │ ├── crimescene.jpg
│ │ │ │ │ │ │ ├── cr.jpg
│ │ │ │ │ │ │ ├── crusaders.jpg
│ │ │ │ │ │ │ ├── ctiv.jpg
│ │ │ │ │ │ │ ├── ct.jpg
│ │ │ │ │ │ │ ├── ctp2.jpg
│ │ │ │ │ │ │ ├── ctp.jpg
│ │ │ │ │ │ │ ├── dazzle_not_mobile.jpg
│ │ │ │ │ │ │ ├── dctw.jpg
│ │ │ │ │ │ │ ├── dcv.jpg
│ │ │ │ │ │ │ ├── dead_or_alive.jpg
│ │ │ │ │ │ │ ├── demolition_squa.jpg
│ │ │ │ │ │ │ ├── devil.jpg
│ │ │ │ │ │ │ ├── diamonddogs.jpg
│ │ │ │ │ │ │ ├── dlm.jpg
│ │ │ │ │ │ │ ├── dnr.jpg
│ │ │ │ │ │ │ ├── donq.jpg
│ │ │ │ │ │ │ ├── dracula.jpg
│ │ │ │ │ │ │ ├── dragon_island.jpg
│ │ │ │ │ │ │ ├── drd.jpg
│ │ │ │ │ │ │ ├── drts.jpg
│ │ │ │ │ │ │ ├── dt2.jpg
│ │ │ │ │ │ │ ├── dt.jpg
│ │ │ │ │ │ │ ├── dw.jpg
│ │ │ │ │ │ │ ├── eas.jpg
│ │ │ │ │ │ │ ├── egyptian_heroes.jpg
│ │ │ │ │ │ │ ├── elr.jpg
│ │ │ │ │ │ │ ├── er.jpg
│ │ │ │ │ │ │ ├── esmk.jpg
│ │ │ │ │ │ │ ├── essc.jpg
│ │ │ │ │ │ │ ├── europeanroulette3.jpg
│ │ │ │ │ │ │ ├── evj.jpg
│ │ │ │ │ │ │ ├── evolution.jpg
│ │ │ │ │ │ │ ├── excalibur.jpg
│ │ │ │ │ │ │ ├── fam3.jpg
│ │ │ │ │ │ │ ├── fbm.jpg
│ │ │ │ │ │ │ ├── fbr.jpg
│ │ │ │ │ │ │ ├── fcgz.jpg
│ │ │ │ │ │ │ ├── fday.jpg
│ │ │ │ │ │ │ ├── fdtjg.jpg
│ │ │ │ │ │ │ ├── fdt.jpg
│ │ │ │ │ │ │ ├── fff.jpg
│ │ │ │ │ │ │ ├── fireflies.jpg
│ │ │ │ │ │ │ ├── fisticuffs.jpg
│ │ │ │ │ │ │ ├── fkmj.jpg
│ │ │ │ │ │ │ ├── flowers.jpg
│ │ │ │ │ │ │ ├── fm.jpg
│ │ │ │ │ │ │ ├── fmn.jpg
│ │ │ │ │ │ │ ├── fnf50.jpg
│ │ │ │ │ │ │ ├── fnf.jpg
│ │ │ │ │ │ │ ├── fnfrj.jpg
│ │ │ │ │ │ │ ├── fortuneteller.jpg
│ │ │ │ │ │ │ ├── fow.jpg
│ │ │ │ │ │ │ ├── foy.jpg
│ │ │ │ │ │ │ ├── frankenstein.jpg
│ │ │ │ │ │ │ ├── frl.jpg
│ │ │ │ │ │ │ ├── frm.jpg
│ │ │ │ │ │ │ ├── Frog.jpg
│ │ │ │ │ │ │ ├── frr_g.jpg
│ │ │ │ │ │ │ ├── frr.jpg
│ │ │ │ │ │ │ ├── frtf.jpg
│ │ │ │ │ │ │ ├── frtln.jpg
│ │ │ │ │ │ │ ├── fruit_case.jpg
│ │ │ │ │ │ │ ├── fruitshop.jpg
│ │ │ │ │ │ │ ├── fsc.jpg
│ │ │ │ │ │ │ ├── ftg.jpg
│ │ │ │ │ │ │ ├── fth.jpg
│ │ │ │ │ │ │ ├── ftsis.jpg
│ │ │ │ │ │ │ ├── furf.jpg
│ │ │ │ │ │ │ ├── fxf.jpg
│ │ │ │ │ │ │ ├── gc.jpg
│ │ │ │ │ │ │ ├── Geisha.jpg
│ │ │ │ │ │ │ ├── gemq.jpg
│ │ │ │ │ │ │ ├── ges.jpg
│ │ │ │ │ │ │ ├── gesjp.jpg
│ │ │ │ │ │ │ ├── ghlj.jpg
│ │ │ │ │ │ │ ├── ghl.jpg
│ │ │ │ │ │ │ ├── ghostpirates.jpg
│ │ │ │ │ │ │ ├── ghr.jpg
│ │ │ │ │ │ │ ├── ght_a.jpg
│ │ │ │ │ │ │ ├── glg.jpg
│ │ │ │ │ │ │ ├── glrj.jpg
│ │ │ │ │ │ │ ├── glr.jpg
│ │ │ │ │ │ │ ├── go_bananas.jpg
│ │ │ │ │ │ │ ├── goldenshamrock.jpg
│ │ │ │ │ │ │ ├── gonzos_quest.jpg
│ │ │ │ │ │ │ ├── gos.jpg
│ │ │ │ │ │ │ ├── grel.jpg
│ │ │ │ │ │ │ ├── gro.jpg
│ │ │ │ │ │ │ ├── gs.jpg
│ │ │ │ │ │ │ ├── gts41.jpg
│ │ │ │ │ │ │ ├── gts42.jpg
│ │ │ │ │ │ │ ├── gts46.jpg
│ │ │ │ │ │ │ ├── gts47.jpg
│ │ │ │ │ │ │ ├── gts49.jpg
│ │ │ │ │ │ │ ├── gts50.jpg
│ │ │ │ │ │ │ ├── gts51.jpg
│ │ │ │ │ │ │ ├── gts52.jpg
│ │ │ │ │ │ │ ├── gts5.jpg
│ │ │ │ │ │ │ ├── gtsaod.jpg
│ │ │ │ │ │ │ ├── gtsatq.jpg
│ │ │ │ │ │ │ ├── gtsbayw.jpg
│ │ │ │ │ │ │ ├── gtsbtg.jpg
│ │ │ │ │ │ │ ├── gtscb.jpg
│ │ │ │ │ │ │ ├── gtscbl.jpg
│ │ │ │ │ │ │ ├── gtscnb.jpg
│ │ │ │ │ │ │ ├── gtsdgk.jpg
│ │ │ │ │ │ │ ├── gtsdnc.jpg
│ │ │ │ │ │ │ ├── gtsdrdv.jpg
│ │ │ │ │ │ │ ├── gtsfc.jpg
│ │ │ │ │ │ │ ├── gtsfj.jpg
│ │ │ │ │ │ │ ├── gtsflzt.jpg
│ │ │ │ │ │ │ ├── gtsfpc.jpg
│ │ │ │ │ │ │ ├── gtsftf.jpg
│ │ │ │ │ │ │ ├── gtsgme.jpg
│ │ │ │ │ │ │ ├── gtsgoc.jpg
│ │ │ │ │ │ │ ├── gtshlksc.jpg
│ │ │ │ │ │ │ ├── gtshwkp.jpg
│ │ │ │ │ │ │ ├── gtsir.jpg
│ │ │ │ │ │ │ ├── gtsirl.jpg
│ │ │ │ │ │ │ ├── gtsje.jpg
│ │ │ │ │ │ │ ├── gtsjhw.jpg
│ │ │ │ │ │ │ ├── gtsjxb.jpg
│ │ │ │ │ │ │ ├── gtsjzc.jpg
│ │ │ │ │ │ │ ├── gtslgms.jpg
│ │ │ │ │ │ │ ├── gtsmrln.jpg
│ │ │ │ │ │ │ ├── gtspor.jpg
│ │ │ │ │ │ │ ├── gtsrng.jpg
│ │ │ │ │ │ │ ├── gtsro3d.jpg
│ │ │ │ │ │ │ ├── gtsru.jpg
│ │ │ │ │ │ │ ├── gtssmbr.jpg
│ │ │ │ │ │ │ ├── gtssmdm.jpg
│ │ │ │ │ │ │ ├── gtssprs.jpg
│ │ │ │ │ │ │ ├── gtsstg.jpg
│ │ │ │ │ │ │ ├── gtsswk.jpg
│ │ │ │ │ │ │ ├── gtstrmsc.jpg
│ │ │ │ │ │ │ ├── gtsttlsc.jpg
│ │ │ │ │ │ │ ├── gtswg.jpg
│ │ │ │ │ │ │ ├── gtswng.jpg
│ │ │ │ │ │ │ ├── gtswvsc.jpg
│ │ │ │ │ │ │ ├── hallofgods.jpg
│ │ │ │ │ │ │ ├── haocs.jpg
│ │ │ │ │ │ │ ├── hb.jpg
│ │ │ │ │ │ │ ├── head.jpg
│ │ │ │ │ │ │ ├── heavru.jpg
│ │ │ │ │ │ │ ├── hh.jpg
│ │ │ │ │ │ │ ├── hit2split.jpg
│ │ │ │ │ │ │ ├── hk.jpg
│ │ │ │ │ │ │ ├── hlf2.jpg
│ │ │ │ │ │ │ ├── hlf.jpg
│ │ │ │ │ │ │ ├── hljb.jpg
│ │ │ │ │ │ │ ├── hlk2.jpg
│ │ │ │ │ │ │ ├── hlk50.jpg
│ │ │ │ │ │ │ ├── hooksheroes_not_mobile.jpg
│ │ │ │ │ │ │ ├── horus.jpg
│ │ │ │ │ │ │ ├── hotktv.jpg
│ │ │ │ │ │ │ ├── hpb.jpg
│ │ │ │ │ │ │ ├── hrcls.jpg
│ │ │ │ │ │ │ ├── hr.jpg
│ │ │ │ │ │ │ ├── hsd.jpg
│ │ │ │ │ │ │ ├── iceh.jpg
│ │ │ │ │ │ │ ├── icywonder.jpg
│ │ │ │ │ │ │ ├── invisibleman_not_mobile.jpg
│ │ │ │ │ │ │ ├── irl.jpg
│ │ │ │ │ │ │ ├── irm2.jpg
│ │ │ │ │ │ │ ├── irm3.jpg
│ │ │ │ │ │ │ ├── irm50.jpg
│ │ │ │ │ │ │ ├── irmn3.jpg
│ │ │ │ │ │ │ ├── irmn3sc.jpg
│ │ │ │ │ │ │ ├── jack_and_the_beanstalk.jpg
│ │ │ │ │ │ │ ├── jack_hammer_2.jpg
│ │ │ │ │ │ │ ├── jacksorbettermultiplehand.jpg
│ │ │ │ │ │ │ ├── jb10p.jpg
│ │ │ │ │ │ │ ├── jb50.jpg
│ │ │ │ │ │ │ ├── jb.jpg
│ │ │ │ │ │ │ ├── jokerwildmultiplehand.jpg
│ │ │ │ │ │ │ ├── jp50.jpg
│ │ │ │ │ │ │ ├── jpgt.jpg
│ │ │ │ │ │ │ ├── jp.jpg
│ │ │ │ │ │ │ ├── jqw.jpg
│ │ │ │ │ │ │ ├── kf.jpg
│ │ │ │ │ │ │ ├── kfp.jpg
│ │ │ │ │ │ │ ├── king_of_chicago.jpg
│ │ │ │ │ │ │ ├── kkg.jpg
│ │ │ │ │ │ │ ├── kkgsc.jpg
│ │ │ │ │ │ │ ├── kn.jpg
│ │ │ │ │ │ │ ├── knx.jpg
│ │ │ │ │ │ │ ├── Krakow.jpg
│ │ │ │ │ │ │ ├── lbj.jpg
│ │ │ │ │ │ │ ├── lm.jpg
│ │ │ │ │ │ │ ├── lndg.jpg
│ │ │ │ │ │ │ ├── lom.jpg
│ │ │ │ │ │ │ ├── longlong.jpg
│ │ │ │ │ │ │ ├── lostisland.jpg
│ │ │ │ │ │ │ ├── lucky_angler.jpg
│ │ │ │ │ │ │ ├── lvb.jpg
│ │ │ │ │ │ │ ├── lwh.jpg
│ │ │ │ │ │ │ ├── magic_portals.jpg
│ │ │ │ │ │ │ ├── mbib.jpg
│ │ │ │ │ │ │ ├── mcb.jpg
│ │ │ │ │ │ │ ├── mct.jpg
│ │ │ │ │ │ │ ├── Megafortune.jpg
│ │ │ │ │ │ │ ├── mfdt.jpg
│ │ │ │ │ │ │ ├── mfrt.jpg
│ │ │ │ │ │ │ ├── mgstk.jpg
│ │ │ │ │ │ │ ├── mhk.jpg
│ │ │ │ │ │ │ ├── mj.jpg
│ │ │ │ │ │ │ ├── mmy.jpg
│ │ │ │ │ │ │ ├── mro.jpg
│ │ │ │ │ │ │ ├── ms.jpg
│ │ │ │ │ │ │ ├── muse.jpg
│ │ │ │ │ │ │ ├── mythic_maiden.jpg
│ │ │ │ │ │ │ ├── neonstaxx_not_mobile.jpg
│ │ │ │ │ │ │ ├── nian_k.jpg
│ │ │ │ │ │ │ ├── nk.jpg
│ │ │ │ │ │ │ ├── op.jpg
│ │ │ │ │ │ │ ├── pacific.jpg
│ │ │ │ │ │ │ ├── paw.jpg
│ │ │ │ │ │ │ ├── pba.jpg
│ │ │ │ │ │ │ ├── pbj.jpg
│ │ │ │ │ │ │ ├── pbro.jpg
│ │ │ │ │ │ │ ├── pep.jpg
│ │ │ │ │ │ │ ├── pfbj_mh5.jpg
│ │ │ │ │ │ │ ├── pg.jpg
│ │ │ │ │ │ │ ├── pgv.jpg
│ │ │ │ │ │ │ ├── photk.jpg
│ │ │ │ │ │ │ ├── piggy_riches.jpg
│ │ │ │ │ │ │ ├── pks.jpg
│ │ │ │ │ │ │ ├── plba.jpg
│ │ │ │ │ │ │ ├── pl.jpg
│ │ │ │ │ │ │ ├── pmn.jpg
│ │ │ │ │ │ │ ├── pnp.jpg
│ │ │ │ │ │ │ ├── po.jpg
│ │ │ │ │ │ │ ├── pop.jpg
│ │ │ │ │ │ │ ├── psdbj.jpg
│ │ │ │ │ │ │ ├── pso.jpg
│ │ │ │ │ │ │ ├── pst.jpg
│ │ │ │ │ │ │ ├── pwz.jpg
│ │ │ │ │ │ │ ├── pyramid_not_mobile.jpg
│ │ │ │ │ │ │ ├── qbd.jpg
│ │ │ │ │ │ │ ├── qnw.jpg
│ │ │ │ │ │ │ ├── qop.jpg
│ │ │ │ │ │ │ ├── rcd.jpg
│ │ │ │ │ │ │ ├── rd.jpg
│ │ │ │ │ │ │ ├── reelrush.jpg
│ │ │ │ │ │ │ ├── reel_steal.jpg
│ │ │ │ │ │ │ ├── retro-funky70.jpg
│ │ │ │ │ │ │ ├── retro-groovy60.jpg
│ │ │ │ │ │ │ ├── retro-super80.jpg
│ │ │ │ │ │ │ ├── ririjc.jpg
│ │ │ │ │ │ │ ├── ririshc.jpg
│ │ │ │ │ │ │ ├── rky.jpg
│ │ │ │ │ │ │ ├── rnr.jpg
│ │ │ │ │ │ │ ├── ro3d.jpg
│ │ │ │ │ │ │ ├── robinhood.jpg
│ │ │ │ │ │ │ ├── rodz_g.jpg
│ │ │ │ │ │ │ ├── rodz.jpg
│ │ │ │ │ │ │ ├── rofl.jpg
│ │ │ │ │ │ │ ├── ro_g.jpg
│ │ │ │ │ │ │ ├── ro.jpg
│ │ │ │ │ │ │ ├── rom.jpg
│ │ │ │ │ │ │ ├── rop_g.jpg
│ │ │ │ │ │ │ ├── rop.jpg
│ │ │ │ │ │ │ ├── rouk.jpg
│ │ │ │ │ │ │ ├── roulette2adv.jpg
│ │ │ │ │ │ │ ├── rps.jpg
│ │ │ │ │ │ │ ├── s21.jpg
│ │ │ │ │ │ │ ├── samz.jpg
│ │ │ │ │ │ │ ├── savcas.jpg
│ │ │ │ │ │ │ ├── sbj.jpg
│ │ │ │ │ │ │ ├── sb.jpg
│ │ │ │ │ │ │ ├── scarface.jpg
│ │ │ │ │ │ │ ├── sc.jpg
│ │ │ │ │ │ │ ├── scs.jpg
│ │ │ │ │ │ │ ├── secretofthestones.jpg
│ │ │ │ │ │ │ ├── sfh.jpg
│ │ │ │ │ │ │ ├── sf.jpg
│ │ │ │ │ │ │ ├── shmst.jpg
│ │ │ │ │ │ │ ├── sib.jpg
│ │ │ │ │ │ │ ├── simsalabim.jpg
│ │ │ │ │ │ │ ├── sis.jpg
│ │ │ │ │ │ │ ├── sisjp.jpg
│ │ │ │ │ │ │ ├── skp.jpg
│ │ │ │ │ │ │ ├── sling.jpg
│ │ │ │ │ │ │ ├── snsb.jpg
│ │ │ │ │ │ │ ├── sol.jpg
│ │ │ │ │ │ │ ├── southpark.jpg
│ │ │ │ │ │ │ ├── south_park_reel_chaos.jpg
│ │ │ │ │ │ │ ├── spacewars.jpg
│ │ │ │ │ │ │ ├── sparks_not_mobile.jpg
│ │ │ │ │ │ │ ├── spellcast.jpg
│ │ │ │ │ │ │ ├── spidc.jpg
│ │ │ │ │ │ │ ├── spinatagrande.jpg
│ │ │ │ │ │ │ ├── spr.jpg
│ │ │ │ │ │ │ ├── spud.jpg
│ │ │ │ │ │ │ ├── sro.jpg
│ │ │ │ │ │ │ ├── ssa.jpg
│ │ │ │ │ │ │ ├── ssl.jpg
│ │ │ │ │ │ │ ├── ssp.jpg
│ │ │ │ │ │ │ ├── starburst.jpg
│ │ │ │ │ │ │ ├── starburstmini.jpg
│ │ │ │ │ │ │ ├── stickers_not_mobile.jpg
│ │ │ │ │ │ │ ├── subtopia.jpg
│ │ │ │ │ │ │ ├── sx.jpg
│ │ │ │ │ │ │ ├── ta.jpg
│ │ │ │ │ │ │ ├── tclsc.jpg
│ │ │ │ │ │ │ ├── tfs.jpg
│ │ │ │ │ │ │ ├── thief.jpg
│ │ │ │ │ │ │ ├── thrillspin.jpg
│ │ │ │ │ │ │ ├── thtk.jpg
│ │ │ │ │ │ │ ├── thunderfist.jpg
│ │ │ │ │ │ │ ├── Tiki.jpg
│ │ │ │ │ │ │ ├── tmqd.jpg
│ │ │ │ │ │ │ ├── tob.jpg
│ │ │ │ │ │ │ ├── topg.jpg
│ │ │ │ │ │ │ ├── tpd2.jpg
│ │ │ │ │ │ │ ├── tp.jpg
│ │ │ │ │ │ │ ├── tps.jpg
│ │ │ │ │ │ │ ├── tqp.jpg
│ │ │ │ │ │ │ ├── tr.jpg
│ │ │ │ │ │ │ ├── trl.jpg
│ │ │ │ │ │ │ ├── trm.jpg
│ │ │ │ │ │ │ ├── troll.jpg
│ │ │ │ │ │ │ ├── trpmnk.jpg
│ │ │ │ │ │ │ ├── ts.jpg
│ │ │ │ │ │ │ ├── tst.jpg
│ │ │ │ │ │ │ ├── ttc.jpg
│ │ │ │ │ │ │ ├── ttc.png
│ │ │ │ │ │ │ ├── ttcsc.jpg
│ │ │ │ │ │ │ ├── ttl.jpg
│ │ │ │ │ │ │ ├── twinspin.jpg
│ │ │ │ │ │ │ ├── ubjl.jpg
│ │ │ │ │ │ │ ├── ub.jpg
│ │ │ │ │ │ │ ├── vbal.jpg
│ │ │ │ │ │ │ ├── vcstd.jpg
│ │ │ │ │ │ │ ├── vegasparty.jpg
│ │ │ │ │ │ │ ├── victorious.jpg
│ │ │ │ │ │ │ ├── viking.jpg
│ │ │ │ │ │ │ ├── Voodoo.jpg
│ │ │ │ │ │ │ ├── wan.jpg
│ │ │ │ │ │ │ ├── whc.jpg
│ │ │ │ │ │ │ ├── whk.jpg
│ │ │ │ │ │ │ ├── wildwater.jpg
│ │ │ │ │ │ │ ├── wildwitches.jpg
│ │ │ │ │ │ │ ├── wis.jpg
│ │ │ │ │ │ │ ├── wlcsh.jpg
│ │ │ │ │ │ │ ├── wlg.jpg
│ │ │ │ │ │ │ ├── wlgjp.jpg
│ │ │ │ │ │ │ ├── wsffr.jpg
│ │ │ │ │ │ │ ├── wv.jpg
│ │ │ │ │ │ │ ├── wvm.jpg
│ │ │ │ │ │ │ ├── xmn50.jpg
│ │ │ │ │ │ │ ├── xmn.jpg
│ │ │ │ │ │ │ ├── zcjb.jpg
│ │ │ │ │ │ │ ├── zcjbjp.jpg
│ │ │ │ │ │ │ ├── zctz.jpg
│ │ │ │ │ │ │ ├── zeus.jpg
│ │ │ │ │ │ │ └── zombies.jpg
│ │ │ │ │ │ ├── sa
│ │ │ │ │ │ │ ├── AngelsDemons.jpg
│ │ │ │ │ │ │ ├── BeckoningGirls.jpg
│ │ │ │ │ │ │ ├── Bikini.jpg
│ │ │ │ │ │ │ ├── CheungPoTsai.jpg
│ │ │ │ │ │ │ ├── Classmate.jpg
│ │ │ │ │ │ │ ├── CreepyCuddlers.jpg
│ │ │ │ │ │ │ ├── Diamond.jpg
│ │ │ │ │ │ │ ├── DragonTiger.jpg
│ │ │ │ │ │ │ ├── FantasyGoddess.jpg
│ │ │ │ │ │ │ ├── Fish.jpg
│ │ │ │ │ │ │ ├── FruitPoppers.jpg
│ │ │ │ │ │ │ ├── FunnyFarm.jpg
│ │ │ │ │ │ │ ├── goldenchicken.jpg
│ │ │ │ │ │ │ ├── guard.jpg
│ │ │ │ │ │ │ ├── JiGong.jpg
│ │ │ │ │ │ │ ├── LionDance.jpg
│ │ │ │ │ │ │ ├── NewYearRich.jpg
│ │ │ │ │ │ │ ├── redChamber.jpg
│ │ │ │ │ │ │ ├── ThreeStarGod.jpg
│ │ │ │ │ │ │ ├── volleybeauties.jpg
│ │ │ │ │ │ │ ├── WongFaiHung.jpg
│ │ │ │ │ │ │ ├── zombieHunter.jpg
│ │ │ │ │ │ │ └── zombieHunter.png
│ │ │ │ │ │ ├── sw
│ │ │ │ │ │ │ ├── ec_2419.png
│ │ │ │ │ │ │ ├── ec_3597.png
│ │ │ │ │ │ │ ├── ec_781.png
│ │ │ │ │ │ │ ├── ec_7908.png
│ │ │ │ │ │ │ ├── ec_83707.png
│ │ │ │ │ │ │ ├── ec_83708.png
│ │ │ │ │ │ │ ├── sw_20_times.png
│ │ │ │ │ │ │ ├── sw_2pd.png
│ │ │ │ │ │ │ ├── sw_50_times.png
│ │ │ │ │ │ │ ├── sw_5_times.png
│ │ │ │ │ │ │ ├── sw_888t.png
│ │ │ │ │ │ │ ├── sw_88sf.png
│ │ │ │ │ │ │ ├── sw_9s1k.png
│ │ │ │ │ │ │ ├── sw_af.png
│ │ │ │ │ │ │ ├── sw_al.png
│ │ │ │ │ │ │ ├── sw_ar.png
│ │ │ │ │ │ │ ├── sw_bbdf.png
│ │ │ │ │ │ │ ├── sw_bd.png
│ │ │ │ │ │ │ ├── sw_bjc.png
│ │ │ │ │ │ │ ├── sw_bl.png
│ │ │ │ │ │ │ ├── sw_bm.png
│ │ │ │ │ │ │ ├── sw_bosl.png
│ │ │ │ │ │ │ ├── sw_btrb.png
│ │ │ │ │ │ │ ├── sw_bul.png
│ │ │ │ │ │ │ ├── sw_bzxt.png
│ │ │ │ │ │ │ ├── sw_cf.png
│ │ │ │ │ │ │ ├── sw_ch8.png
│ │ │ │ │ │ │ ├── sw_cj888.png
│ │ │ │ │ │ │ ├── sw_cmw.png
│ │ │ │ │ │ │ ├── sw_cscf.png
│ │ │ │ │ │ │ ├── sw_csy.png
│ │ │ │ │ │ │ ├── sw_db.png
│ │ │ │ │ │ │ ├── sw_dday.png
│ │ │ │ │ │ │ ├── sw_dd.png
│ │ │ │ │ │ │ ├── sw_dhcf.png
│ │ │ │ │ │ │ ├── sw_dj.png
│ │ │ │ │ │ │ ├── sw_dld.png
│ │ │ │ │ │ │ ├── sw_dmzc.png
│ │ │ │ │ │ │ ├── sw_dragon_dozer.png
│ │ │ │ │ │ │ ├── sw_dtc.png
│ │ │ │ │ │ │ ├── sw_ec.png
│ │ │ │ │ │ │ ├── sw_er.PNG
│ │ │ │ │ │ │ ├── sw_ewb.png
│ │ │ │ │ │ │ ├── sw_fbbls.png
│ │ │ │ │ │ │ ├── sw_fbb.png
│ │ │ │ │ │ │ ├── sw_fbcs.png
│ │ │ │ │ │ │ ├── sw_fb.png
│ │ │ │ │ │ │ ├── sw_fcase.png
│ │ │ │ │ │ │ ├── sw_fc.png
│ │ │ │ │ │ │ ├── sw_fd.png
│ │ │ │ │ │ │ ├── sw_ff.png
│ │ │ │ │ │ │ ├── sw_ffruits.png
│ │ │ │ │ │ │ ├── sw_fg.png
│ │ │ │ │ │ │ ├── sw_fkmj.png
│ │ │ │ │ │ │ ├── sw_fl.png
│ │ │ │ │ │ │ ├── sw_fp.png
│ │ │ │ │ │ │ ├── sw_fqsg_jp.png
│ │ │ │ │ │ │ ├── sw_fr (1).png
│ │ │ │ │ │ │ ├── sw_fr.png
│ │ │ │ │ │ │ ├── sw_fsqt (1).png
│ │ │ │ │ │ │ ├── sw_fsqt.png
│ │ │ │ │ │ │ ├── sw_ftg (1).png
│ │ │ │ │ │ │ ├── sw_ftg.png
│ │ │ │ │ │ │ ├── sw_fufarm (1).png
│ │ │ │ │ │ │ ├── sw_fufarm_jp.png
│ │ │ │ │ │ │ ├── sw_fufarm.png
│ │ │ │ │ │ │ ├── sw_fufish_intw.png
│ │ │ │ │ │ │ ├── sw_fzyq.png
│ │ │ │ │ │ │ ├── sw_gatc.png
│ │ │ │ │ │ │ ├── sw_ges.png
│ │ │ │ │ │ │ ├── sw_ggdn.png
│ │ │ │ │ │ │ ├── sw_gg.png
│ │ │ │ │ │ │ ├── sw_gk.png
│ │ │ │ │ │ │ ├── sw_gm.png
│ │ │ │ │ │ │ ├── sw_gncs.png
│ │ │ │ │ │ │ ├── sw_go8d.png
│ │ │ │ │ │ │ ├── sw_gol.png
│ │ │ │ │ │ │ ├── sw_gq.png
│ │ │ │ │ │ │ ├── sw_gr.png
│ │ │ │ │ │ │ ├── sw_gs.png
│ │ │ │ │ │ │ ├── sw_gtac.png
│ │ │ │ │ │ │ ├── sw_gtg.png
│ │ │ │ │ │ │ ├── sw_h2h.png
│ │ │ │ │ │ │ ├── sw_hd.png
│ │ │ │ │ │ │ ├── sw_hp.png
│ │ │ │ │ │ │ ├── sw_hr.png
│ │ │ │ │ │ │ ├── sw_ij.png
│ │ │ │ │ │ │ ├── sw_jackob.png
│ │ │ │ │ │ │ ├── sw_jjbx.png
│ │ │ │ │ │ │ ├── sw_jqw.png
│ │ │ │ │ │ │ ├── sw_jxl.png
│ │ │ │ │ │ │ ├── sw_kk.png
│ │ │ │ │ │ │ ├── sw_kog.png
│ │ │ │ │ │ │ ├── sw_ks.png
│ │ │ │ │ │ │ ├── sw_kxcs.png
│ │ │ │ │ │ │ ├── sw_lcc.png
│ │ │ │ │ │ │ ├── sw_ld.png
│ │ │ │ │ │ │ ├── sw_lg.png
│ │ │ │ │ │ │ ├── sw_lll.png
│ │ │ │ │ │ │ ├── sw_lodk.png
│ │ │ │ │ │ │ ├── sw_lohy.png
│ │ │ │ │ │ │ ├── sw_mc.png
│ │ │ │ │ │ │ ├── sw_mdls.png
│ │ │ │ │ │ │ ├── sw_mer.png
│ │ │ │ │ │ │ ├── sw_mf.png
│ │ │ │ │ │ │ ├── sw_mj.png
│ │ │ │ │ │ │ ├── sw_mls.png
│ │ │ │ │ │ │ ├── sw_mm.png
│ │ │ │ │ │ │ ├── sw_moo.png
│ │ │ │ │ │ │ ├── sw_mpays.png
│ │ │ │ │ │ │ ├── sw_mp.png
│ │ │ │ │ │ │ ├── sw_mpp.png
│ │ │ │ │ │ │ ├── sw_mrmnky.png
│ │ │ │ │ │ │ ├── sw_mr.png
│ │ │ │ │ │ │ ├── sw_ms.png
│ │ │ │ │ │ │ ├── sw_mt.png
│ │ │ │ │ │ │ ├── sw_multi_diamond.png
│ │ │ │ │ │ │ ├── sw_mwol.png
│ │ │ │ │ │ │ ├── sw_myjp.png
│ │ │ │ │ │ │ ├── sw_npot.png
│ │ │ │ │ │ │ ├── sw_nyf.png
│ │ │ │ │ │ │ ├── sw_nyg.png
│ │ │ │ │ │ │ ├── sw_omg.png
│ │ │ │ │ │ │ ├── sw_omqjp.png
│ │ │ │ │ │ │ ├── sw_pc.png
│ │ │ │ │ │ │ ├── sw_pe.png
│ │ │ │ │ │ │ ├── sw_pg.png
│ │ │ │ │ │ │ ├── sw_pn (1).png
│ │ │ │ │ │ │ ├── sw_pn.png
│ │ │ │ │ │ │ ├── sw_pp.png
│ │ │ │ │ │ │ ├── sw_ps.png
│ │ │ │ │ │ │ ├── sw_pt.png
│ │ │ │ │ │ │ ├── sw_pvg.png
│ │ │ │ │ │ │ ├── sw_qoiaf.png
│ │ │ │ │ │ │ ├── sw_qotp.png
│ │ │ │ │ │ │ ├── sw_qow.png
│ │ │ │ │ │ │ ├── sw_qv.png
│ │ │ │ │ │ │ ├── sw_rambo.png
│ │ │ │ │ │ │ ├── sw_rc.png
│ │ │ │ │ │ │ ├── sw_rcr.png
│ │ │ │ │ │ │ ├── sw_rf.png
│ │ │ │ │ │ │ ├── sw_rmac.png
│ │ │ │ │ │ │ ├── sw_rm.png
│ │ │ │ │ │ │ ├── sw_rr.png
│ │ │ │ │ │ │ ├── sw_rs.png
│ │ │ │ │ │ │ ├── sw_rsyg.png
│ │ │ │ │ │ │ ├── sw_sc.png
│ │ │ │ │ │ │ ├── sw_sctz.png
│ │ │ │ │ │ │ ├── sw_scyd.png
│ │ │ │ │ │ │ ├── sw_sf.png
│ │ │ │ │ │ │ ├── sw_sfy.png
│ │ │ │ │ │ │ ├── sw_sgcf.png
│ │ │ │ │ │ │ ├── sw_slbs.png
│ │ │ │ │ │ │ ├── sw_sld.png
│ │ │ │ │ │ │ ├── sw_slws.png
│ │ │ │ │ │ │ ├── sw_sod.png
│ │ │ │ │ │ │ ├── sw_sog.png
│ │ │ │ │ │ │ ├── sw_sq.png
│ │ │ │ │ │ │ ├── sw_sskt.png
│ │ │ │ │ │ │ ├── sw_ss.png
│ │ │ │ │ │ │ ├── sw_sx.png
│ │ │ │ │ │ │ ├── sw_t2d.png
│ │ │ │ │ │ │ ├── sw_tcb.png
│ │ │ │ │ │ │ ├── sw_tc.png
│ │ │ │ │ │ │ ├── sw_tewm.png
│ │ │ │ │ │ │ ├── sw_tjhf.png
│ │ │ │ │ │ │ ├── sw_tlotws.png
│ │ │ │ │ │ │ ├── sw_totiatp.jpg
│ │ │ │ │ │ │ ├── sw_totiatp.png
│ │ │ │ │ │ │ ├── sw_tr.png
│ │ │ │ │ │ │ ├── sw_ts.png
│ │ │ │ │ │ │ ├── sw_vfv.png
│ │ │ │ │ │ │ ├── sw_vi.png
│ │ │ │ │ │ │ ├── sw_vos.png
│ │ │ │ │ │ │ ├── sw_wfot.png
│ │ │ │ │ │ │ ├── sw_wf.png
│ │ │ │ │ │ │ ├── sw_wfww.png
│ │ │ │ │ │ │ ├── sw_wq.png
│ │ │ │ │ │ │ ├── sw_wrl.png
│ │ │ │ │ │ │ ├── sw_wr.png
│ │ │ │ │ │ │ ├── sw_ws.png
│ │ │ │ │ │ │ ├── sw_wws.png
│ │ │ │ │ │ │ ├── sw_xwk.png
│ │ │ │ │ │ │ ├── sw_xw.png
│ │ │ │ │ │ │ ├── sw_xyjc.png
│ │ │ │ │ │ │ ├── sw_ycs.png
│ │ │ │ │ │ │ └── sw_zcxm.png
│ │ │ │ │ │ └── ttg
│ │ │ │ │ │ ├── 14474.jpg
│ │ │ │ │ │ ├── actionheroes.jpg
│ │ │ │ │ │ ├── aquarium.png
│ │ │ │ │ │ ├── berryblastplus.jpg
│ │ │ │ │ │ ├── CashGrabII.png
│ │ │ │ │ │ ├── ChilliGold.png
│ │ │ │ │ │ ├── cleopatra.jpg
│ │ │ │ │ │ ├── detectiveBlackCat.jpg
│ │ │ │ │ │ ├── dolphin-gold.png
│ │ │ │ │ │ ├── dragon-king.png
│ │ │ │ │ │ ├── EightImmortals.jpg
│ │ │ │ │ │ ├── Fortune8Cat.png
│ │ │ │ │ │ ├── FortunePays.png
│ │ │ │ │ │ ├── FrogsNFlies.png
│ │ │ │ │ │ ├── Fu-Star.png
│ │ │ │ │ │ ├── GongXiFaCai.jpg
│ │ │ │ │ │ ├── hockey-league-wild-match-01.png
│ │ │ │ │ │ ├── journey-west.png
│ │ │ │ │ │ ├── Legend_Of_Link.jpg
│ │ │ │ │ │ ├── LostTemple.png
│ │ │ │ │ │ ├── lucky-fishing-01.png
│ │ │ │ │ │ ├── luckypanda.jpg
│ │ │ │ │ │ ├── madmadmonkey.png
│ │ │ │ │ │ ├── magic-crystals-01.png
│ │ │ │ │ │ ├── Medusa.png
│ │ │ │ │ │ ├── MonkeyAndTheMoon.jpg
│ │ │ │ │ │ ├── moremonkeys.jpg
│ │ │ │ │ │ ├── neutronstar.jpg
│ │ │ │ │ │ ├── pt_14473.jpg
│ │ │ │ │ │ ├── robinhood.jpg
│ │ │ │ │ │ ├── roseofvenice.jpg
│ │ │ │ │ │ ├── Samurai-Princess.png
│ │ │ │ │ │ ├── Shogun-Show-down.png
│ │ │ │ │ │ ├── SilverLion.png
│ │ │ │ │ │ ├── Taxi.png
│ │ │ │ │ │ ├── TheHoppingDead.jpg
│ │ │ │ │ │ ├── TheSilkRoad.jpg
│ │ │ │ │ │ ├── Thundering-Zeus.png
│ │ │ │ │ │ ├── tigerslayer.jpg
│ │ │ │ │ │ ├── unspecified.png
│ │ │ │ │ │ ├── YearOfTheMonkey.png
│ │ │ │ │ │ └── ZodiacWilds.jpg
│ │ │ │ │ ├── game-title.png
│ │ │ │ │ ├── guojia.png
│ │ │ │ │ ├── haoli-ico.png
│ │ │ │ │ ├── hb
│ │ │ │ │ │ ├── banner1.jpg
│ │ │ │ │ │ ├── banner.jpg
│ │ │ │ │ │ ├── banner_new.png
│ │ │ │ │ │ ├── big_bg.jpg
│ │ │ │ │ │ ├── bighongbao.png
│ │ │ │ │ │ └── hb_1.png
│ │ │ │ │ ├── hb_1.png
│ │ │ │ │ ├── hb_in.png
│ │ │ │ │ ├── header_bg.jpg
│ │ │ │ │ ├── header_bg_x.jpg
│ │ │ │ │ ├── header_img.png
│ │ │ │ │ ├── header-kefu.jpg
│ │ │ │ │ ├── headerlogin.png
│ │ │ │ │ ├── header-register.png
│ │ │ │ │ ├── hgty.png
│ │ │ │ │ ├── h_icon.png
│ │ │ │ │ ├── hk.png
│ │ │ │ │ ├── home-one1.jpg
│ │ │ │ │ ├── home-one2.jpg
│ │ │ │ │ ├── home-one3.jpg
│ │ │ │ │ ├── home-one4.jpg
│ │ │ │ │ ├── home-one5.jpg
│ │ │ │ │ ├── home-one6.jpg
│ │ │ │ │ ├── home-one_bac.jpg
│ │ │ │ │ ├── hot.gif
│ │ │ │ │ ├── hover.png
│ │ │ │ │ ├── h-u-loading2.gif
│ │ │ │ │ ├── icon_cer.png
│ │ │ │ │ ├── icon_chat.png
│ │ │ │ │ ├── icon_good.png
│ │ │ │ │ ├── iconMore.png
│ │ │ │ │ ├── icon-notice.png
│ │ │ │ │ ├── icon_privacy.png
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── icon_tel.png
│ │ │ │ │ ├── icon_vip.png
│ │ │ │ │ ├── index
│ │ │ │ │ │ ├── game001.png
│ │ │ │ │ │ ├── game002.png
│ │ │ │ │ │ ├── game003.png
│ │ │ │ │ │ ├── game004.png
│ │ │ │ │ │ ├── game005.png
│ │ │ │ │ │ ├── game006.png
│ │ │ │ │ │ ├── game007.png
│ │ │ │ │ │ ├── game008.png
│ │ │ │ │ │ ├── game01.png
│ │ │ │ │ │ ├── game02.jpg
│ │ │ │ │ │ ├── game03.png
│ │ │ │ │ │ ├── game04.png
│ │ │ │ │ │ ├── game05.png
│ │ │ │ │ │ ├── game06.png
│ │ │ │ │ │ ├── game07.png
│ │ │ │ │ │ ├── game08.png
│ │ │ │ │ │ ├── game1.png
│ │ │ │ │ │ ├── game2.png
│ │ │ │ │ │ ├── game3.png
│ │ │ │ │ │ ├── game4.png
│ │ │ │ │ │ ├── game5.png
│ │ │ │ │ │ ├── game6.png
│ │ │ │ │ │ ├── game7.png
│ │ │ │ │ │ └── game8.png
│ │ │ │ │ ├── index_bg2.jpg
│ │ │ │ │ ├── index_bg3.png
│ │ │ │ │ ├── index_content.jpg
│ │ │ │ │ ├── index_footer.jpg
│ │ │ │ │ ├── indoorIcon1.jpg
│ │ │ │ │ ├── indoorIcon2.jpg
│ │ │ │ │ ├── input_icon.png
│ │ │ │ │ ├── input-psw.jpg
│ │ │ │ │ ├── input-user.jpg
│ │ │ │ │ ├── ios_erweima.png
│ │ │ │ │ ├── isComing2.png
│ │ │ │ │ ├── isComing.png
│ │ │ │ │ ├── item-bac.jpg
│ │ │ │ │ ├── itemhover.png
│ │ │ │ │ ├── items1.png
│ │ │ │ │ ├── items2.png
│ │ │ │ │ ├── items3.png
│ │ │ │ │ ├── items4.png
│ │ │ │ │ ├── jackpot.png
│ │ │ │ │ ├── jp_bg.png
│ │ │ │ │ ├── jyjl.png
│ │ │ │ │ ├── kf-01.jpg
│ │ │ │ │ ├── kf-01.png
│ │ │ │ │ ├── kf-02.jpg
│ │ │ │ │ ├── kf-02.png
│ │ │ │ │ ├── kf-03.jpg
│ │ │ │ │ ├── kf-03.png
│ │ │ │ │ ├── kf-04.jpg
│ │ │ │ │ ├── kf-04.png
│ │ │ │ │ ├── kf-05.jpg
│ │ │ │ │ ├── kf-05.png
│ │ │ │ │ ├── kg_banner.jpg
│ │ │ │ │ ├── ky_banner.jpg
│ │ │ │ │ ├── ky.png
│ │ │ │ │ ├── lang_rect.png
│ │ │ │ │ ├── left_01.png
│ │ │ │ │ ├── left_02.png
│ │ │ │ │ ├── link01.png
│ │ │ │ │ ├── link02.png
│ │ │ │ │ ├── link03.png
│ │ │ │ │ ├── live_bbin_play.png
│ │ │ │ │ ├── livecasino_icon.png
│ │ │ │ │ ├── live-ico.png
│ │ │ │ │ ├── live-mn-1.png
│ │ │ │ │ ├── live-mn-2.png
│ │ │ │ │ ├── live-mn-3.png
│ │ │ │ │ ├── live-mn-4.png
│ │ │ │ │ ├── live.png
│ │ │ │ │ ├── live-tese-1.png
│ │ │ │ │ ├── live-tese-2.png
│ │ │ │ │ ├── live-tese-3.png
│ │ │ │ │ ├── live-tese-4.png
│ │ │ │ │ ├── live-tese-5.png
│ │ │ │ │ ├── live-tese-6.png
│ │ │ │ │ ├── live-tese-7.png
│ │ │ │ │ ├── loading-win8.gif
│ │ │ │ │ ├── lock-ico.png
│ │ │ │ │ ├── login_bg2.jpg
│ │ │ │ │ ├── login_bg2.png
│ │ │ │ │ ├── login_bg.png
│ │ │ │ │ ├── logo1.png
│ │ │ │ │ ├── logo2.png
│ │ │ │ │ ├── logo3.png
│ │ │ │ │ ├── logo4.png
│ │ │ │ │ ├── logo.png
│ │ │ │ │ ├── lottery
│ │ │ │ │ │ ├── 10.png
│ │ │ │ │ │ ├── 11.png
│ │ │ │ │ │ ├── 12.png
│ │ │ │ │ │ ├── 13.png
│ │ │ │ │ │ ├── 14.png
│ │ │ │ │ │ ├── 16.png
│ │ │ │ │ │ ├── 17.png
│ │ │ │ │ │ ├── 1.png
│ │ │ │ │ │ ├── 2.png
│ │ │ │ │ │ ├── 3.png
│ │ │ │ │ │ ├── 4.png
│ │ │ │ │ │ ├── 5.png
│ │ │ │ │ │ ├── 6.png
│ │ │ │ │ │ ├── 7.png
│ │ │ │ │ │ ├── 8.png
│ │ │ │ │ │ ├── bb.jpg
│ │ │ │ │ │ ├── bg.jpg
│ │ │ │ │ │ ├── eg.jpg
│ │ │ │ │ │ ├── ig6.jpg
│ │ │ │ │ │ ├── ig.jpg
│ │ │ │ │ │ ├── more.jpg
│ │ │ │ │ │ ├── ng.jpg
│ │ │ │ │ │ ├── top_list.png
│ │ │ │ │ │ └── vr.jpg
│ │ │ │ │ ├── lottery.png
│ │ │ │ │ ├── lottory
│ │ │ │ │ │ ├── bbin.png
│ │ │ │ │ │ ├── egcp.png
│ │ │ │ │ │ ├── ig.png
│ │ │ │ │ │ ├── lottoryBanner.jpg
│ │ │ │ │ │ ├── yccp.png
│ │ │ │ │ │ └── ycgc.png
│ │ │ │ │ ├── lottoryBanner.jpg
│ │ │ │ │ ├── lottoryBg.jpg
│ │ │ │ │ ├── L-X.png
│ │ │ │ │ ├── member-banner.jpg
│ │ │ │ │ ├── mobile.png
│ │ │ │ │ ├── modal-tit.jpg
│ │ │ │ │ ├── m_qrcode.png
│ │ │ │ │ ├── mt_banner.jpg
│ │ │ │ │ ├── mw_banner.jpg
│ │ │ │ │ ├── m_welcome.png
│ │ │ │ │ ├── nav_over.png
│ │ │ │ │ ├── ncgac.png
│ │ │ │ │ ├── newsbg01_x.png
│ │ │ │ │ ├── news.png
│ │ │ │ │ ├── n-reg-bg3a.png
│ │ │ │ │ ├── n-reg-bg3c.jpg
│ │ │ │ │ ├── n-reg-hd1a.jpg
│ │ │ │ │ ├── n-reg-hd2a.jpg
│ │ │ │ │ ├── n-reg-hd3a.jpg
│ │ │ │ │ ├── ntb-agby2.jpg
│ │ │ │ │ ├── ntb-agby.jpg
│ │ │ │ │ ├── ntb-aggame2.jpg
│ │ │ │ │ ├── ntb-aggame.jpg
│ │ │ │ │ ├── ntb-bsggame2.jpg
│ │ │ │ │ ├── ntb-bygame2.jpg
│ │ │ │ │ ├── ntb-bygame.jpg
│ │ │ │ │ ├── ntb-game-1.jpg
│ │ │ │ │ ├── ntb-game-2.jpg
│ │ │ │ │ ├── ntb-game-3.jpg
│ │ │ │ │ ├── ntb-game-4.jpg
│ │ │ │ │ ├── ntb-game-5.jpg
│ │ │ │ │ ├── ntb-game-6.jpg
│ │ │ │ │ ├── ntb-game-7.jpg
│ │ │ │ │ ├── ntb-game-8.jpg
│ │ │ │ │ ├── ntb-index-bg1.png
│ │ │ │ │ ├── ntb-live-1.jpg
│ │ │ │ │ ├── ntb-live-2.jpg
│ │ │ │ │ ├── ntb-live-3.jpg
│ │ │ │ │ ├── ntb-live-4.jpg
│ │ │ │ │ ├── ntb-live-aggj.jpg
│ │ │ │ │ ├── ntb-live-agqj.jpg
│ │ │ │ │ ├── ntb-live-by.jpg
│ │ │ │ │ ├── ntb-menuico-2.png
│ │ │ │ │ ├── ntb-menuico-3.png
│ │ │ │ │ ├── ntb-mggame2.jpg
│ │ │ │ │ ├── ntb-mggame.jpg
│ │ │ │ │ ├── ntb-mggjgame2.jpg
│ │ │ │ │ ├── ntb-ptgame2.jpg
│ │ │ │ │ ├── ntb-ptgame.jpg
│ │ │ │ │ ├── ntb-ttggame1.jpg
│ │ │ │ │ ├── ntb-zgbg.jpg
│ │ │ │ │ ├── n-u-10.png
│ │ │ │ │ ├── n-u-11.png
│ │ │ │ │ ├── n-u-12.png
│ │ │ │ │ ├── n-u-13.png
│ │ │ │ │ ├── n-u-1.png
│ │ │ │ │ ├── n-u-2.png
│ │ │ │ │ ├── n-u-3.png
│ │ │ │ │ ├── n-u-41.png
│ │ │ │ │ ├── n-u-43b.png
│ │ │ │ │ ├── n-u-43d.png
│ │ │ │ │ ├── n-u-43e.png
│ │ │ │ │ ├── n-u-4.png
│ │ │ │ │ ├── n-u-6.png
│ │ │ │ │ ├── n-u-8.png
│ │ │ │ │ ├── n-u-9.png
│ │ │ │ │ ├── officialLottory
│ │ │ │ │ │ ├── a13.png
│ │ │ │ │ │ ├── a14.png
│ │ │ │ │ │ ├── a17.png
│ │ │ │ │ │ ├── a18.png
│ │ │ │ │ │ ├── a19.png
│ │ │ │ │ │ ├── a1.png
│ │ │ │ │ │ ├── a21.png
│ │ │ │ │ │ ├── a22.png
│ │ │ │ │ │ ├── a2.png
│ │ │ │ │ │ ├── a4.png
│ │ │ │ │ │ ├── a5.png
│ │ │ │ │ │ ├── a8.png
│ │ │ │ │ │ └── banner.jpg
│ │ │ │ │ ├── online_live_bg_1.jpg
│ │ │ │ │ ├── online_live_bg_2.jpg
│ │ │ │ │ ├── online_live_bg.jpg
│ │ │ │ │ ├── paizhao.png
│ │ │ │ │ ├── payQrcode.jpg
│ │ │ │ │ ├── pc
│ │ │ │ │ │ ├── arrow-next.png
│ │ │ │ │ │ ├── arrow-prev.png
│ │ │ │ │ │ ├── banner1.jpg
│ │ │ │ │ │ ├── banner2.jpg
│ │ │ │ │ │ ├── banner3.jpg
│ │ │ │ │ │ └── icoUp.gif
│ │ │ │ │ ├── poker
│ │ │ │ │ │ ├── banner.jpg
│ │ │ │ │ │ ├── kg.png
│ │ │ │ │ │ ├── ky.png
│ │ │ │ │ │ ├── mt.png
│ │ │ │ │ │ └── mw.png
│ │ │ │ │ ├── poker_bg.jpg
│ │ │ │ │ ├── pro-banner-10b.jpg
│ │ │ │ │ ├── pro-banner.jpg
│ │ │ │ │ ├── pro-bg03.jpg
│ │ │ │ │ ├── PT-APP.png
│ │ │ │ │ ├── pt-pic-bz.png
│ │ │ │ │ ├── q-lion1.jpg
│ │ │ │ │ ├── q-lion2.jpg
│ │ │ │ │ ├── q-lion3.jpg
│ │ │ │ │ ├── q-lion4.jpg
│ │ │ │ │ ├── q-lion5.jpg
│ │ │ │ │ ├── q-lion6.jpg
│ │ │ │ │ ├── q-lion.jpg
│ │ │ │ │ ├── qq_erwei_bg.png
│ │ │ │ │ ├── qq_erwei.png
│ │ │ │ │ ├── qrcode_bg.jpg
│ │ │ │ │ ├── R-01.jpg
│ │ │ │ │ ├── R-01.png
│ │ │ │ │ ├── R-02.jpg
│ │ │ │ │ ├── R-02.png
│ │ │ │ │ ├── R-03.jpg
│ │ │ │ │ ├── R-03.png
│ │ │ │ │ ├── R-04.jpg
│ │ │ │ │ ├── R-04.png
│ │ │ │ │ ├── regbtn.png
│ │ │ │ │ ├── registermember.png
│ │ │ │ │ ├── right_01.png
│ │ │ │ │ ├── right_02.png
│ │ │ │ │ ├── right_03.png
│ │ │ │ │ ├── right_04.png
│ │ │ │ │ ├── R-X.png
│ │ │ │ │ ├── search.png
│ │ │ │ │ ├── sidebar_img.jpg
│ │ │ │ │ ├── sidebar_over.jpg
│ │ │ │ │ ├── sideimg.png
│ │ │ │ │ ├── slider-arrow.png
│ │ │ │ │ ├── sloat-ico.png
│ │ │ │ │ ├── slot-in.png
│ │ │ │ │ ├── Speed-ico.png
│ │ │ │ │ ├── sport
│ │ │ │ │ │ ├── banner.png
│ │ │ │ │ │ ├── bb.jpg
│ │ │ │ │ │ ├── bg_ag.jpg
│ │ │ │ │ │ ├── bg_avia.jpg
│ │ │ │ │ │ ├── bg_bb.jpg
│ │ │ │ │ │ ├── bg_esb.jpg
│ │ │ │ │ │ ├── bg_gj.jpg
│ │ │ │ │ │ ├── bg_hc.jpg
│ │ │ │ │ │ ├── bg_im.jpg
│ │ │ │ │ │ ├── bg_newbb.jpg
│ │ │ │ │ │ ├── bg_nhg.jpg
│ │ │ │ │ │ ├── bg_saba.jpg
│ │ │ │ │ │ ├── bg_ss (1).jpg
│ │ │ │ │ │ ├── bg_ss.jpg
│ │ │ │ │ │ ├── crown.jpg
│ │ │ │ │ │ ├── gr.png
│ │ │ │ │ │ ├── hc.png
│ │ │ │ │ │ ├── icon_ag.png
│ │ │ │ │ │ ├── icon_avia.png
│ │ │ │ │ │ ├── icon_bb.png
│ │ │ │ │ │ ├── icon_crown.png
│ │ │ │ │ │ ├── icon_esb.png
│ │ │ │ │ │ ├── icon_gj.png
│ │ │ │ │ │ ├── icon_hc.png
│ │ │ │ │ │ ├── icon_im.png
│ │ │ │ │ │ ├── icon_nhg.png
│ │ │ │ │ │ ├── icon_saba.png
│ │ │ │ │ │ ├── im.png
│ │ │ │ │ │ ├── more.jpg
│ │ │ │ │ │ ├── role_ag.png
│ │ │ │ │ │ ├── role_avia.png
│ │ │ │ │ │ ├── role_bb.png
│ │ │ │ │ │ ├── role_esb.png
│ │ │ │ │ │ ├── role_gj.png
│ │ │ │ │ │ ├── role_hc.png
│ │ │ │ │ │ ├── role_im.png
│ │ │ │ │ │ ├── role_newbb.png
│ │ │ │ │ │ ├── role_nhg.png
│ │ │ │ │ │ ├── role_saba.png
│ │ │ │ │ │ ├── role_ss.png
│ │ │ │ │ │ ├── saba.jpg
│ │ │ │ │ │ ├── sport_arrow.png
│ │ │ │ │ │ ├── sport_more.png
│ │ │ │ │ │ └── ug.png
│ │ │ │ │ ├── sport1.png
│ │ │ │ │ ├── sport2.png
│ │ │ │ │ ├── sport3.png
│ │ │ │ │ ├── sport-im.png
│ │ │ │ │ ├── sport.jpg
│ │ │ │ │ ├── sport-opus.png
│ │ │ │ │ ├── sport.png
│ │ │ │ │ ├── sportsimg.png
│ │ │ │ │ ├── taiyang_live1_hover.png
│ │ │ │ │ ├── taiyang_live1.jpg
│ │ │ │ │ ├── taiyang_live2_hover.png
│ │ │ │ │ ├── taiyang_live2.jpg
│ │ │ │ │ ├── taiyang_live3_hover.png
│ │ │ │ │ ├── taiyang_live3.jpg
│ │ │ │ │ ├── taiyang_live4_hover.png
│ │ │ │ │ ├── taiyang_live4.jpg
│ │ │ │ │ ├── taiyang_middle.png
│ │ │ │ │ ├── taiyang_weixin.png
│ │ │ │ │ ├── taiyang_w.png
│ │ │ │ │ ├── th_banner.jpg
│ │ │ │ │ ├── tipsLeft.png
│ │ │ │ │ ├── tipsRight.png
│ │ │ │ │ ├── title_first_x.jpg
│ │ │ │ │ ├── title_news.png
│ │ │ │ │ ├── title_welcome.jpg
│ │ │ │ │ ├── tonggao.png
│ │ │ │ │ ├── U-Prot-Ask.png
│ │ │ │ │ ├── U-Prot-Err.png
│ │ │ │ │ ├── usa.png
│ │ │ │ │ ├── user-icon1-1.png
│ │ │ │ │ ├── user-icon1.png
│ │ │ │ │ ├── user-icon2-2.png
│ │ │ │ │ ├── user-icon2.png
│ │ │ │ │ ├── user-icon3-3.png
│ │ │ │ │ ├── user-icon3.png
│ │ │ │ │ ├── user-icon4-4.png
│ │ │ │ │ ├── user-icon4.png
│ │ │ │ │ ├── user-icon5-5.png
│ │ │ │ │ ├── user-icon5.png
│ │ │ │ │ ├── user-ico.png
│ │ │ │ │ ├── vr-lottory.png
│ │ │ │ │ ├── welcome_side.png
│ │ │ │ │ ├── ws_banner.jpg
│ │ │ │ │ ├── yc_icon.png
│ │ │ │ │ ├── yxjy.png
│ │ │ │ │ ├── zhanghao.png
│ │ │ │ │ ├── zhenren
│ │ │ │ │ │ ├── 10.png
│ │ │ │ │ │ ├── 11.png
│ │ │ │ │ │ ├── 12.png
│ │ │ │ │ │ ├── 13.png
│ │ │ │ │ │ ├── 1.png
│ │ │ │ │ │ ├── 2.png
│ │ │ │ │ │ ├── 3.png
│ │ │ │ │ │ ├── 4.png
│ │ │ │ │ │ ├── 5.png
│ │ │ │ │ │ ├── 6.png
│ │ │ │ │ │ ├── 7.png
│ │ │ │ │ │ ├── 8.png
│ │ │ │ │ │ ├── 9.png
│ │ │ │ │ │ ├── ab.jpg
│ │ │ │ │ │ ├── ab.png
│ │ │ │ │ │ ├── ag.jpg
│ │ │ │ │ │ ├── ag.png
│ │ │ │ │ │ ├── banner1.jpg
│ │ │ │ │ │ ├── banner.jpg
│ │ │ │ │ │ ├── banner.png
│ │ │ │ │ │ ├── bb.jpg
│ │ │ │ │ │ ├── bb.png
│ │ │ │ │ │ ├── bg.jpg
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── cg.jpg
│ │ │ │ │ │ ├── CG.png
│ │ │ │ │ │ ├── dg.jpg
│ │ │ │ │ │ ├── dt.jpg
│ │ │ │ │ │ ├── ebet.jpg
│ │ │ │ │ │ ├── ebet.png
│ │ │ │ │ │ ├── gd.png
│ │ │ │ │ │ ├── gpi.png
│ │ │ │ │ │ ├── gt.png
│ │ │ │ │ │ ├── logo10.png
│ │ │ │ │ │ ├── logo11.png
│ │ │ │ │ │ ├── logo12.png
│ │ │ │ │ │ ├── logo1.png
│ │ │ │ │ │ ├── logo2.png
│ │ │ │ │ │ ├── logo3.png
│ │ │ │ │ │ ├── logo4.png
│ │ │ │ │ │ ├── logo5.png
│ │ │ │ │ │ ├── logo6.png
│ │ │ │ │ │ ├── logo7.png
│ │ │ │ │ │ ├── logo8.png
│ │ │ │ │ │ ├── logo9.png
│ │ │ │ │ │ ├── logoebet.png
│ │ │ │ │ │ ├── logogd.png
│ │ │ │ │ │ ├── logoog.png
│ │ │ │ │ │ ├── logosa.png
│ │ │ │ │ │ ├── logosb.png
│ │ │ │ │ │ ├── mg.jpg
│ │ │ │ │ │ ├── mg.png
│ │ │ │ │ │ ├── more.jpg
│ │ │ │ │ │ ├── more.png
│ │ │ │ │ │ ├── morePoker.jpg
│ │ │ │ │ │ ├── og.jpg
│ │ │ │ │ │ ├── og_new.jpg
│ │ │ │ │ │ ├── opusCasino.png
│ │ │ │ │ │ ├── pt.jpg
│ │ │ │ │ │ ├── pt.png
│ │ │ │ │ │ ├── sa.jpg
│ │ │ │ │ │ ├── sb.jpg
│ │ │ │ │ │ ├── sb.png
│ │ │ │ │ │ └── sloat-ico.png
│ │ │ │ │ └── zz-hot2.png
│ │ │ │ ├── js
│ │ │ │ │ ├── ajax-submit-form.js
│ │ │ │ │ ├── base64.min.js
│ │ │ │ │ ├── CloudCarousel.1.0.5.js
│ │ │ │ │ ├── common.js
│ │ │ │ │ ├── index1.js
│ │ │ │ │ ├── jquery-2.1.3.min.js
│ │ │ │ │ ├── jquery.flexslider.js
│ │ │ │ │ ├── jquery.fly.min.js
│ │ │ │ │ ├── jquery.lazyload.min.js
│ │ │ │ │ ├── jquery-migrate-1.4.1.js
│ │ │ │ │ ├── jquery.mousewheel.js
│ │ │ │ │ ├── jquery.page.js
│ │ │ │ │ ├── jquery.qrcode.js
│ │ │ │ │ ├── jquery.SuperSlide.2.1.1.js
│ │ │ │ │ ├── rendezvous.js
│ │ │ │ │ └── yk_modal.js
│ │ │ │ ├── layer
│ │ │ │ │ ├── extend
│ │ │ │ │ │ └── layer.ext.js
│ │ │ │ │ ├── layer.js
│ │ │ │ │ └── skin
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ │ └── loading-2.gif
│ │ │ │ │ ├── layer.css
│ │ │ │ │ └── layer.ext.css
│ │ │ │ └── My97DatePicker
│ │ │ │ ├── calendar.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ └── zh-tw.js
│ │ │ │ ├── skin
│ │ │ │ │ ├── datePicker.gif
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── datepicker.css
│ │ │ │ │ │ └── img.gif
│ │ │ │ │ ├── WdatePicker.css
│ │ │ │ │ └── whyGreen
│ │ │ │ │ ├── bg.jpg
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ └── img.gif
│ │ │ │ ├── WdatePicker.js
│ │ │ │ └── 开发包
│ │ │ │ ├── lang
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ └── zh-tw.js
│ │ │ │ ├── readme.txt
│ │ │ │ └── skin
│ │ │ │ ├── datePicker.gif
│ │ │ │ ├── default
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ └── img.gif
│ │ │ │ ├── WdatePicker.css
│ │ │ │ └── whyGreen
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ └── web.config
│ │ ├── readme.md
│ │ ├── resources
│ │ │ ├── assets
│ │ │ │ ├── js
│ │ │ │ │ ├── app.js
│ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ └── components
│ │ │ │ │ └── Example.vue
│ │ │ │ └── sass
│ │ │ │ ├── app.scss
│ │ │ │ └── _variables.scss
│ │ │ ├── lang
│ │ │ │ ├── en
│ │ │ │ │ ├── auth.php
│ │ │ │ │ ├── pagination.php
│ │ │ │ │ ├── passwords.php
│ │ │ │ │ └── validation.php
│ │ │ │ └── zh_cn
│ │ │ │ ├── res.php
│ │ │ │ ├── response.php
│ │ │ │ └── validation.php
│ │ │ └── views
│ │ │ ├── admin
│ │ │ │ ├── about
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── activity
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── admin_action_money_log
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── admin_login_log
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── api
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ ├── index.blade.php
│ │ │ │ │ └── show.blade.php
│ │ │ │ ├── apply_list
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── auth
│ │ │ │ │ └── login.blade.php
│ │ │ │ ├── bank_card
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── black_list_ip
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── ctr
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── daili_money_log
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ ├── index.blade.php
│ │ │ │ │ └── show_by_id.blade.php
│ │ │ │ ├── dividend
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── drawing
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ ├── index.blade.php
│ │ │ │ │ └── show.blade.php
│ │ │ │ ├── feedback
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ ├── index.blade.php
│ │ │ │ │ └── show.blade.php
│ │ │ │ ├── fs
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── fs_level
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── fs_now
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── game_list
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── game_record
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ ├── index.blade.php
│ │ │ │ │ └── index.blade.php.bak
│ │ │ │ ├── game_records
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── index.blade.php
│ │ │ │ ├── layouts
│ │ │ │ │ ├── alertMsg.blade.php
│ │ │ │ │ ├── aside.blade.php
│ │ │ │ │ ├── basic.blade.php
│ │ │ │ │ ├── delete.blade.php
│ │ │ │ │ ├── footer.blade.php
│ │ │ │ │ ├── header.blade.php
│ │ │ │ │ ├── layerDate.blade.php
│ │ │ │ │ ├── main.blade.php
│ │ │ │ │ ├── topInfo.blade.php
│ │ │ │ │ └── ueditor_admin.blade.php
│ │ │ │ ├── member
│ │ │ │ │ ├── assign.blade.php
│ │ │ │ │ ├── checkBalance.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ ├── index.blade.php
│ │ │ │ │ ├── showDividendInfo.blade.php
│ │ │ │ │ ├── showDrawingInfo.blade.php
│ │ │ │ │ ├── showGameRecordInfo.blade.php
│ │ │ │ │ ├── showGameRecordInfo.blade.php.bak
│ │ │ │ │ ├── showRechargeInfo.blade.php
│ │ │ │ │ └── showTransfer.blade.php
│ │ │ │ ├── member_daili
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_daili_apply
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_login_log
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_offline
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_offline_dividend
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_offline_drawing
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_offline_game_record
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_offline_recharge
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── message
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── money_report
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── monitor
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── recharge
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ ├── index.blade.php
│ │ │ │ │ └── show.blade.php
│ │ │ │ ├── red
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── red_log
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── role
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ ├── index.blade.php
│ │ │ │ │ └── relation.blade.php
│ │ │ │ ├── send_daili_money
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── send_fs
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── system_config
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── system_notice
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── tcg_game_list
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── transfer
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── user
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ ├── index.blade.php
│ │ │ │ │ └── personalEdit.blade.php
│ │ │ │ └── yj_level
│ │ │ │ ├── create.blade.php
│ │ │ │ ├── edit.blade.php
│ │ │ │ ├── filter.blade.php
│ │ │ │ └── index.blade.php
│ │ │ ├── api
│ │ │ │ ├── api_sf
│ │ │ │ │ ├── getRecord.blade.php
│ │ │ │ │ ├── getRecord_caipiao_25.blade.php
│ │ │ │ │ ├── getRecord_caipiao_72.blade.php
│ │ │ │ │ ├── getRecord_caipiao.blade.php
│ │ │ │ │ ├── getRecord_ig.blade.php
│ │ │ │ │ └── getRecord_mg.blade.php
│ │ │ │ ├── index.blade.php
│ │ │ │ └── index.blade.php.bak
│ │ │ ├── daili
│ │ │ │ ├── auth
│ │ │ │ │ └── login.blade.php
│ │ │ │ ├── daili_money_log
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── index.blade.php
│ │ │ │ ├── layouts
│ │ │ │ │ ├── alertMsg.blade.php
│ │ │ │ │ ├── aside.blade.php
│ │ │ │ │ ├── basic.blade.php
│ │ │ │ │ ├── delete.blade.php
│ │ │ │ │ ├── footer.blade.php
│ │ │ │ │ ├── header.blade.php
│ │ │ │ │ ├── main.blade.php
│ │ │ │ │ ├── topInfo.blade.php
│ │ │ │ │ └── ueditor_admin.blade.php
│ │ │ │ ├── member_daili
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── edit.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ ├── index.blade.php
│ │ │ │ │ └── member_offline_sy.blade.php
│ │ │ │ ├── member_daili_apply
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_login_log
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_offline
│ │ │ │ │ ├── create.blade.php
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_offline_dividend
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_offline_drawing
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── member_offline_game_record
│ │ │ │ │ ├── filter.blade.php
│ │ │ │ │ └── index.blade.php
│ │ │ │ └── member_offline_recharge
│ │ │ │ ├── filter.blade.php
│ │ │ │ └── index.blade.php
│ │ │ ├── member
│ │ │ │ ├── account_load.blade.php
│ │ │ │ ├── ali_pay.blade.php
│ │ │ │ ├── auth
│ │ │ │ │ ├── login.blade.php
│ │ │ │ │ ├── passwords
│ │ │ │ │ │ ├── email.blade.php
│ │ │ │ │ │ └── reset.blade.php
│ │ │ │ │ └── register.blade.php
│ │ │ │ ├── bank_load.blade.php
│ │ │ │ ├── bank_pay.blade.php
│ │ │ │ ├── center
│ │ │ │ │ └── index.blade.php
│ │ │ │ ├── complaint_proposal.blade.php
│ │ │ │ ├── customer_report2.blade.php.bak
│ │ │ │ ├── customer_report.blade3_bak.php
│ │ │ │ ├── customer_report.blade.php
│ │ │ │ ├── finance_center.blade.php
│ │ │ │ ├── fs_now.blade.php
│ │ │ │ ├── indoor_transfer.blade.php
│ │ │ │ ├── indoor_transfer.blade.php.bak
│ │ │ │ ├── layouts
│ │ │ │ │ ├── app.blade.php
│ │ │ │ │ ├── aside.blade.php
│ │ │ │ │ ├── footer.blade.php
│ │ │ │ │ ├── header.blade.php
│ │ │ │ │ ├── hot_act.blade.php
│ │ │ │ │ ├── main.blade.php
│ │ │ │ │ ├── main.blade.php.bak
│ │ │ │ │ └── topInfo.blade.php
│ │ │ │ ├── login_psw.blade.php
│ │ │ │ ├── member_center.blade.php
│ │ │ │ ├── member_drawing.blade.php
│ │ │ │ ├── message_list.blade.php
│ │ │ │ ├── pay_scan.blade.php
│ │ │ │ ├── pay_success.blade.php
│ │ │ │ ├── qq_pay.blade.php
│ │ │ │ ├── safe_manage.blade.php
│ │ │ │ ├── safe_psw.blade.php
│ │ │ │ ├── select_pay.blade.php
│ │ │ │ ├── self_entry.blade.php
│ │ │ │ ├── selfhelp_discount.blade.php
│ │ │ │ ├── selfhelp_integral.blade.php
│ │ │ │ ├── service_center.blade.php
│ │ │ │ ├── single_info.blade.php
│ │ │ │ ├── single_info.blade.php.bak
│ │ │ │ ├── tg_pay.blade.php
│ │ │ │ ├── third_bank_pay.blade.php
│ │ │ │ ├── third_pay_scan.blade.php
│ │ │ │ ├── third_quick_pay.blade.php
│ │ │ │ ├── third_quick_pay_confirm.blade.php
│ │ │ │ ├── update_bank_info.blade.php
│ │ │ │ └── weixin_pay.blade.php
│ │ │ ├── vendor
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── button.blade.php
│ │ │ │ │ │ ├── footer.blade.php
│ │ │ │ │ │ ├── header.blade.php
│ │ │ │ │ │ ├── layout.blade.php
│ │ │ │ │ │ ├── message.blade.php
│ │ │ │ │ │ ├── panel.blade.php
│ │ │ │ │ │ ├── promotion
│ │ │ │ │ │ │ └── button.blade.php
│ │ │ │ │ │ ├── promotion.blade.php
│ │ │ │ │ │ ├── subcopy.blade.php
│ │ │ │ │ │ ├── table.blade.php
│ │ │ │ │ │ └── themes
│ │ │ │ │ │ └── default.css
│ │ │ │ │ └── markdown
│ │ │ │ │ ├── button.blade.php
│ │ │ │ │ ├── footer.blade.php
│ │ │ │ │ ├── header.blade.php
│ │ │ │ │ ├── layout.blade.php
│ │ │ │ │ ├── message.blade.php
│ │ │ │ │ ├── panel.blade.php
│ │ │ │ │ ├── promotion
│ │ │ │ │ │ └── button.blade.php
│ │ │ │ │ ├── promotion.blade.php
│ │ │ │ │ ├── subcopy.blade.php
│ │ │ │ │ └── table.blade.php
│ │ │ │ ├── notifications
│ │ │ │ │ └── email.blade.php
│ │ │ │ └── pagination
│ │ │ │ ├── bootstrap-4.blade.php
│ │ │ │ ├── default.blade.php
│ │ │ │ ├── simple-bootstrap-4.blade.php
│ │ │ │ └── simple-default.blade.php
│ │ │ ├── wap
│ │ │ │ ├── activity_detail.blade.php
│ │ │ │ ├── activity_list.blade.php
│ │ │ │ ├── ae_eGame_list.blade.php
│ │ │ │ ├── ag
│ │ │ │ │ └── egame_list.blade.php
│ │ │ │ ├── agent_apply.blade.php
│ │ │ │ ├── agent.blade.php
│ │ │ │ ├── ali_pay.blade.php
│ │ │ │ ├── bank_pay.blade.php
│ │ │ │ ├── bind_ali_pay.blade.php
│ │ │ │ ├── bind_bank.blade.php
│ │ │ │ ├── bs_eGame_list.blade.php
│ │ │ │ ├── contactUs_weixin.blade.php
│ │ │ │ ├── cq9
│ │ │ │ │ └── rng_game_list.blade.php
│ │ │ │ ├── daili_money_log.blade.php
│ │ │ │ ├── drawing.blade.php
│ │ │ │ ├── drawing_record.blade.php
│ │ │ │ ├── dt
│ │ │ │ │ └── rng_game_list.blade.php
│ │ │ │ ├── fs_now.blade.php
│ │ │ │ ├── fs_record.blade.php
│ │ │ │ ├── game_list.blade.php
│ │ │ │ ├── game_record.blade.php
│ │ │ │ ├── gg
│ │ │ │ │ └── rng_game_list.blade.php
│ │ │ │ ├── hb
│ │ │ │ │ └── rng_game_list.blade.php
│ │ │ │ ├── index.blade_copy.php
│ │ │ │ ├── index.blade.php
│ │ │ │ ├── isb
│ │ │ │ │ └── rng_game_list.blade.php
│ │ │ │ ├── jdb
│ │ │ │ │ └── eGame_list.blade.php
│ │ │ │ ├── layouts
│ │ │ │ │ ├── aside.blade.php
│ │ │ │ │ ├── aside_game_list.blade.php
│ │ │ │ │ ├── footer.blade.php
│ │ │ │ │ ├── header.blade.php
│ │ │ │ │ ├── list_main.blade.php
│ │ │ │ │ ├── main.blade.php
│ │ │ │ │ ├── nav.blade.php
│ │ │ │ │ └── notice.blade.php
│ │ │ │ ├── login.blade.php
│ │ │ │ ├── member_offline.blade.php
│ │ │ │ ├── member_offline_drawing.blade.php
│ │ │ │ ├── member_offline_recharge.blade.php
│ │ │ │ ├── member_offline_sy.blade.php
│ │ │ │ ├── mg
│ │ │ │ │ └── eGame_list.blade.php
│ │ │ │ ├── mw_eGame_list.blade.php
│ │ │ │ ├── nav.blade.php
│ │ │ │ ├── pay_scan.blade.php
│ │ │ │ ├── pg_eGame_list.blade.php
│ │ │ │ ├── png
│ │ │ │ │ ├── live_game_list.blade.php
│ │ │ │ │ └── rng_game_list.blade.php
│ │ │ │ ├── pp_eGame_list.blade.php
│ │ │ │ ├── pt
│ │ │ │ │ ├── live_game_list.blade.php
│ │ │ │ │ └── rng_game_list.blade.php
│ │ │ │ ├── qq_pay.blade.php
│ │ │ │ ├── recharge.blade.php
│ │ │ │ ├── recharge_record.blade.php
│ │ │ │ ├── register.blade.php
│ │ │ │ ├── reset_password.blade.php
│ │ │ │ ├── reward_record.blade.php
│ │ │ │ ├── set_phone.blade.php
│ │ │ │ ├── sw_eGame_list.blade.php
│ │ │ │ ├── tg_pay.blade.php
│ │ │ │ ├── third_bank_pay2.blade.php
│ │ │ │ ├── third_bank_pay.blade.php
│ │ │ │ ├── third_pay_app.blade.php
│ │ │ │ ├── third_pay_scan.blade.php
│ │ │ │ ├── transfer.blade.php
│ │ │ │ ├── transfer_record.blade.php
│ │ │ │ ├── ttg
│ │ │ │ │ ├── live_game_list.blade.php
│ │ │ │ │ └── rng_game_list.blade.php
│ │ │ │ ├── use_card.blade.php
│ │ │ │ ├── userinfo.blade.php
│ │ │ │ └── weixin_pay.blade.php
│ │ │ ├── web
│ │ │ │ ├── activityDetail.blade.php
│ │ │ │ ├── activityList.blade.php
│ │ │ │ ├── catchFish2.blade.php
│ │ │ │ ├── catchFish.blade.php
│ │ │ │ ├── eGame2.blade.php
│ │ │ │ ├── eGame3.blade.php
│ │ │ │ ├── eGame.blade.php
│ │ │ │ ├── eGame_frame.blade.php
│ │ │ │ ├── esports.blade.php
│ │ │ │ ├── game_transfer.blade.php
│ │ │ │ ├── hongbao.blade.php
│ │ │ │ ├── index.blade.php
│ │ │ │ ├── layouts
│ │ │ │ │ ├── aside.blade.php
│ │ │ │ │ ├── footer.blade.php
│ │ │ │ │ ├── header.blade.php
│ │ │ │ │ ├── hot_act.blade.php
│ │ │ │ │ ├── LobbyNav.blade.php
│ │ │ │ │ ├── main.blade.php
│ │ │ │ │ └── welcome_aside.blade.php
│ │ │ │ ├── liveCasino.blade.php
│ │ │ │ ├── login2.blade.php
│ │ │ │ ├── login.blade.php
│ │ │ │ ├── lottory.blade.php
│ │ │ │ ├── lottory_show.blade.php
│ │ │ │ ├── maintain.blade.php
│ │ │ │ ├── novice_guidance.blade.php
│ │ │ │ ├── officialLottory.blade.php
│ │ │ │ ├── partner.blade.php
│ │ │ │ ├── pic.blade.php
│ │ │ │ ├── poker.blade.php
│ │ │ │ ├── register_one.blade.php
│ │ │ │ ├── register_success.blade.php
│ │ │ │ ├── register_three.blade.php
│ │ │ │ ├── register_two.blade.php
│ │ │ │ ├── show.blade.php
│ │ │ │ └── welcometo.blade.php
│ │ │ └── welcome.blade.php
│ │ ├── routes
│ │ │ ├── api.php
│ │ │ ├── channels.php
│ │ │ ├── console.php
│ │ │ └── web.php
│ │ ├── server.php
│ │ ├── storage
│ │ │ ├── app
│ │ │ │ └── public
│ │ │ ├── framework
│ │ │ │ ├── cache
│ │ │ │ ├── sessions
│ │ │ │ │ ├── 9TKPKxb2NMnjXyYxbzpcxVVWhKIT76aP4bfxP58Z
│ │ │ │ │ ├── BZ2YC9bCbx240EsN5MiknjOOkBppU7iLspyqCMmW
│ │ │ │ │ ├── L7czCoZu3RA7nzk2ydV5Z39HRAeABqEWUt9dXxZz
│ │ │ │ │ ├── NbmO1wjWEWk9LLL4sxb7NBdy3Nksifopbhx15HHq
│ │ │ │ │ ├── Nxe6O8DE7GUi01eweGNB3fDRR3ZgKvsCUMy2w9g2
│ │ │ │ │ ├── rwKXKyOXmjq0RNxyhGWzxvUZPN6MRDhXrkuRDfYD
│ │ │ │ │ ├── tFSyPwPf9ghmykInVguO9NcPqI6a2VkL7npKht4E
│ │ │ │ │ ├── Z0DkR1cjbxRwcFxaBTS9Rr1i2tNgEuQuxLP05DIV
│ │ │ │ │ ├── Zmjc5l4r5d3W64UyFBegOKuIuqDBPz1K0TUWBGSn
│ │ │ │ │ ├── ZmrThkHJwTTXzwGGAJLQ72GSivQmRUuQW8KDuTT4
│ │ │ │ │ └── zZd9Bq4WyWr5kHooUjxXXXXNspCXN7y3lilyxsWV
│ │ │ │ ├── testing
│ │ │ │ └── views
│ │ │ │ ├── 0030f96dd876ccd48241edaa751ed384a306d56c.php
│ │ │ │ ├── 00e1d3b67d7bf4882c544383906c11242fb2b8a4.php
│ │ │ │ ├── 00e6bef819a2d872c6c3bed36bd58aa49130a7b9.php
│ │ │ │ ├── 00fcee70fe0b53458cf95c2a1420a87fc20a9812.php
│ │ │ │ ├── 01209b942af54a5e0ebd04b529771ceb1b9818e8.php
│ │ │ │ ├── 0181a63bc545e5de7c19a370af93da27607e2629.php
│ │ │ │ ├── 0239850903de795f990e8cc41fe05d82ee238679.php
│ │ │ │ ├── 03435f7f6d6349610dfe148859a82eefb288fddf.php
│ │ │ │ ├── 03ea9ca5f1220f2e2affdfec7c5f04916f2fb826.php
│ │ │ │ ├── 0528a2a0d0af222b05508ea4614cc38dcffcaf87.php
│ │ │ │ ├── 05d9aa8d796aaf56f908fd5eb51cdc7623d2e67e.php
│ │ │ │ ├── 06593299d884f1cb9aaa7b9ef065642ae05779b9.php
│ │ │ │ ├── 0995727a867994f38d107bd8e16371759f55ea1e.php
│ │ │ │ ├── 0aa22e8368af1b74d9030935695edbfa0fe83654.php
│ │ │ │ ├── 0ae64eb17e8e2e45c712888244e8a73ebafb8e83.php
│ │ │ │ ├── 0b0adde8870e4769b7fd9695bff711c036e8409d.php
│ │ │ │ ├── 0b0be25e51704b6d48aac65c3964ab78eaed0cb1.php
│ │ │ │ ├── 0c68cf0ecbaeb08f519504c1cccd66ceb8ecab59.php
│ │ │ │ ├── 0cd22ca8f91e4dfe23acb2b45b828f140f4f7afa.php
│ │ │ │ ├── 0d922c5ade304c56fc93c2c51218146d4d4908c6.php
│ │ │ │ ├── 0e63da9a2bc97e8caade280f4943fd98bfb2f2e2.php
│ │ │ │ ├── 0f2a752b0e80ee8a4a9b7dc34182882cd03ec90a.php
│ │ │ │ ├── 12158e47ccb0d11917a3eab445f5551e171bff43.php
│ │ │ │ ├── 13926ead086b88e16d1cd57f334067088d046bb9.php
│ │ │ │ ├── 14c174573092470ba49c261ea2d093e794e2d83f.php
│ │ │ │ ├── 155acd2e2431135b2193a92a3e0939bfcd66e9ae.php
│ │ │ │ ├── 158c62b6b9d09c495ed66926d268ab3ed3ed7ad6.php
│ │ │ │ ├── 169a5f9d35869f2e5436879b6b5f012d85760e42.php
│ │ │ │ ├── 171991fb86fb0990cce95641d98a7d2dcec61503.php
│ │ │ │ ├── 180fcbc643b5fb385089e143eaa9b24e33df6a77.php
│ │ │ │ ├── 188537bad9ca433d8678263c8e0c99b275787c38.php
│ │ │ │ ├── 19e1bce31b33821a2c2520c00e38f29364910fbd.php
│ │ │ │ ├── 1a619743bc16c7695c6e81d9990a2428d23ca26b.php
│ │ │ │ ├── 1b7e882f294654a64bcf821df272a039d41d9d81.php
│ │ │ │ ├── 1e0c0b97f8a06d51d8ce035f1efa6015c7f0ae91.php
│ │ │ │ ├── 1f401e99b5c1b79b1d126d0b60359e1902c4bce7.php
│ │ │ │ ├── 20bc250ff9a0fd2942869699832543927749200b.php
│ │ │ │ ├── 21d61bce2e22ab88df0456c69dd10064c9bfa0f8.php
│ │ │ │ ├── 22d8f96433613f1388552d5020f93edad8cf81d3.php
│ │ │ │ ├── 23615531fead9495e661aae3b73729eb9619ee3a.php
│ │ │ │ ├── 2363910838e9a7c8bedadc16a230a9588a1291b9.php
│ │ │ │ ├── 2405dec345a3401a9f5400e430d85c24a490912e.php
│ │ │ │ ├── 2456f6401f485aa9e4d1e9bda6082eb920e248b1.php
│ │ │ │ ├── 24f83a577c52c54e07e5d6386d1f04bd70f8502e.php
│ │ │ │ ├── 2553d2aa95ac28f891680e4237b0b0fbf578f967.php
│ │ │ │ ├── 258e35765f01d2a227e1c3e4655e63cddf823870.php
│ │ │ │ ├── 2638da9cc53f5e8d3e6d8732e81be8439f56a7ad.php
│ │ │ │ ├── 26701ba4f57d4382c79e21f703b6bf3cda555aff.php
│ │ │ │ ├── 2693d685a248e30097a5f1641247b6fee68d40a4.php
│ │ │ │ ├── 27ee85ee83f26ea2cef3cab2254552dfe7812e9d.php
│ │ │ │ ├── 28212d8a096c11c146bd05a9b2d17af336804994.php
│ │ │ │ ├── 29f76db8ab423d6babd723f9a8b4db3f27304a11.php
│ │ │ │ ├── 2a04eded15b3f15fc05e6c1dff9c837bed937d94.php
│ │ │ │ ├── 2acca8d6e9d91462be0ff57ef933bb9a07183877.php
│ │ │ │ ├── 2b34cf34bb1cdebb58308bfdbfb3f04c1dcea7a1.php
│ │ │ │ ├── 2be26ada28462a9eebd01f778221f9617fdf4a51.php
│ │ │ │ ├── 2c65a06890f56edb4dab20f8f466e681fd75db8a.php
│ │ │ │ ├── 2cd932f839ef9a0fa16071cbd6eb5ee693a7be33.php
│ │ │ │ ├── 2d2d7f1fffcb2a37d1eda4f41ee21dd2767c0d89.php
│ │ │ │ ├── 2ecb069d3d46ab54277c1bf140564a43ad069b65.php
│ │ │ │ ├── 306c099c7a30d5ebe2df1074514a7d99e11f7550.php
│ │ │ │ ├── 31d59c9df86da76bbfb67a6487e97a9c26b431e4.php
│ │ │ │ ├── 328fb7dec130a58b90730ce1e3b18abd783e940a.php
│ │ │ │ ├── 3299a49aba018d3e1291dcd2528d9c1de6faaacb.php
│ │ │ │ ├── 32cf82f597b62e378d88f6cab545c3b62140822a.php
│ │ │ │ ├── 340f50f487a3389543098e827f49144ff4818bd4.php
│ │ │ │ ├── 3419659ef24f25e8a34f37674d01565b4c7bec24.php
│ │ │ │ ├── 3429cd77262247537dc728829e2b7d5bb16fef77.php
│ │ │ │ ├── 3491cfef158dd6292dad0daa24ba993ec3d00517.php
│ │ │ │ ├── 3564a2192d93ef9fdbeeeb3a14a574bf82f08907.php
│ │ │ │ ├── 387e679f9e2f36700ab41e3a2eaba7f9fb548d5f.php
│ │ │ │ ├── 3882b6de2ae86bd897334eb98cc7078d8841aaaa.php
│ │ │ │ ├── 38aede031f80c61ff699b7743def019dae05b758.php
│ │ │ │ ├── 38c60a6f44a2f8bcee1e9c9ca2d3850fada4d30b.php
│ │ │ │ ├── 38c85392d9aeceaf8dc884cd3c32ced42308921d.php
│ │ │ │ ├── 39705ee156cb88239987c07434d3e134714f8853.php
│ │ │ │ ├── 3984e7678bfc7c98265baf9857259c8e65ed8c86.php
│ │ │ │ ├── 39957f57d74fbf4522c6d29cde53b60813618d2f.php
│ │ │ │ ├── 3a818c7e02b815f9bbb17a1a9c9503463e6a74e9.php
│ │ │ │ ├── 3bcb2a82a56e8eb6c31810e35d8bc208ef3f81c4.php
│ │ │ │ ├── 3c77b609566853d28f1d4575295f1c1edafc9c29.php
│ │ │ │ ├── 3eb3abd2f7453938ddf1b6af82f3ef6ad40e3e6e.php
│ │ │ │ ├── 3eeab5cb5b951bd7740d0cf962df1e3df4f059d3.php
│ │ │ │ ├── 406d5370ff0f555cfcc644d8affcaf83077be18d.php
│ │ │ │ ├── 4093a030b0af8cc7ee9c01b6fa31e03407714a3b.php
│ │ │ │ ├── 40dfef88260c718c60b8c971dd4f15546d0b7920.php
│ │ │ │ ├── 4276768f8a3d4720a324efc6aa464d4715f15f45.php
│ │ │ │ ├── 428a90f5c8ad9920e1d210723fd45dc8db760226.php
│ │ │ │ ├── 428dd3f884c9ea4331dfefbe7fb3e2a260e2f183.php
│ │ │ │ ├── 437736711d9a39a128ca1d62935d4ae0fdfe3915.php
│ │ │ │ ├── 43ed93dc92861381feb9c446ab8060762f376ab1.php
│ │ │ │ ├── 445e01ec738e9166e543c8d89faed764fe848821.php
│ │ │ │ ├── 45a292ed7b7b38239fe6f66c7a88227bbbe3bb34.php
│ │ │ │ ├── 45a4f437dce86edefff0ef9c9a7b3785a2733692.php
│ │ │ │ ├── 461d6288e55e561b1b27bb31c87a252123fe0031.php
│ │ │ │ ├── 47ac6d16ec6a82ee0c7cead17b2e82a2134165cf.php
│ │ │ │ ├── 47b8b48215ffd45af895d382c8dfeb92aac76048.php
│ │ │ │ ├── 47f5c7c780abaeb389f2d9dac4c606558819d70d.php
│ │ │ │ ├── 490c9d2ceb933d0c39683331ffbf4b4e330bdaf3.php
│ │ │ │ ├── 492de763d9c19acfee0d165b25c110df68c0a13a.php
│ │ │ │ ├── 49a2a6cbb3ba8f2b505122d78c2274548487877f.php
│ │ │ │ ├── 49f9b95ccf9aeafc2eeb6526e59f8a58e2272383.php
│ │ │ │ ├── 4b12f86ed96a48dc197cc88aebff168bd74943eb.php
│ │ │ │ ├── 4de53b83f46bd3abbffaf0377548cf67f719b731.php
│ │ │ │ ├── 4df391e0456265101288f6d4637586204e857422.php
│ │ │ │ ├── 4dfdd1365e0072f685213945806625d90a574b79.php
│ │ │ │ ├── 4e7a0e9a5fde5e5c5403c4a83574302a8b0074c6.php
│ │ │ │ ├── 4f1d58d2fe9d60dbe76c795094df1411c17ec2de.php
│ │ │ │ ├── 506ab515ab51b9e26ef149aba3aafbc87443ba54.php
│ │ │ │ ├── 51abfc65dc4c465c3b81d03e7779deda99484224.php
│ │ │ │ ├── 5210e6b92bac4de3b11a8c5567498a8c7dcde3f4.php
│ │ │ │ ├── 52af06548a777d2f932a90eeeffa0c3dd933c3af.php
│ │ │ │ ├── 52b60f3c287db07402bd30ce1f1217ced1033a17.php
│ │ │ │ ├── 52ba6563ee44a9c2b798140c585c27a0eef6c9a6.php
│ │ │ │ ├── 52d1c0ca6a0242b150ada7537697ccffdf203959.php
│ │ │ │ ├── 543d44fcfc31735fef7f89e7cb80c97eed757d2d.php
│ │ │ │ ├── 54a56e9adb0f25f1c85d2712f60d135629e7ca50.php
│ │ │ │ ├── 574737c47fe15d0884f2889d81a2b9bce07761b9.php
│ │ │ │ ├── 58add2913d23db35ce752bae8b66f120669f9139.php
│ │ │ │ ├── 59da0f188c46bea6beaa7f69254fb74d306f77ae.php
│ │ │ │ ├── 5a950a0227674219b49a2cc9cb0409d7ae669c46.php
│ │ │ │ ├── 5b36beacc3d1f7633c09144e90242024097c9d58.php
│ │ │ │ ├── 5b409c82d498f59dd79be3ce2244c5cf448e71c6.php
│ │ │ │ ├── 5d1a382dfb6477f9c2da04ada57927979fb8fe33.php
│ │ │ │ ├── 5f79fe0996c32c8312d9162ab3a76492fca297b5.php
│ │ │ │ ├── 609053abd2444d589e5e62e8b314c2c70575c88d.php
│ │ │ │ ├── 60d9025f36b544989b53522e1528cbbcbb420210.php
│ │ │ │ ├── 61433c32ebacf07e39b4cb0aa495022416614ae9.php
│ │ │ │ ├── 6364618f4dbc8fad9ece70fecf8d3f4179b91550.php
│ │ │ │ ├── 65e74c88301a2c100da16b04b605186a4a6db2ae.php
│ │ │ │ ├── 664b7dbc8331b1235df350d525efe1a40b2c7148.php
│ │ │ │ ├── 66dcfd836e21ed802c3f7f841450664fb6c442a9.php
│ │ │ │ ├── 66ee80754d0bfc10de09ab35dfae0f7b4f03eb42.php
│ │ │ │ ├── 67fff8567ddbdf34a11599eb8b45461ede44f18a.php
│ │ │ │ ├── 680d4fc7241c39210b524fc7e5c76441d7aa2d2d.php
│ │ │ │ ├── 689a18612076e3fae28791d8c3d62e28bb4eccf9.php
│ │ │ │ ├── 68a3724f138e2db8ee73b91c291019f05bb6dbbd.php
│ │ │ │ ├── 68a39212e8cc9767085ba2e25df17b9011ceb562.php
│ │ │ │ ├── 69ccd56810d0b863d8133a3caf8a3e9f7465b961.php
│ │ │ │ ├── 6aae0a69c97158fbfccce0c0f838d3210313e910.php
│ │ │ │ ├── 6ad4627327d0f3ab597e90d1a1d019c366f8ae37.php
│ │ │ │ ├── 6be11c61c5dab35358f23a0f0ddd032ef2a2922c.php
│ │ │ │ ├── 6bff699c248b64bd0d413f48348a9e1a04e077b8.php
│ │ │ │ ├── 6c7bf8b0558cf5459ce4a855560edeed92950d65.php
│ │ │ │ ├── 6c91bf873b169eae3cc32c9cb139f902fb8285be.php
│ │ │ │ ├── 6d79479eb8bc907a90df978ae1351f8b76154066.php
│ │ │ │ ├── 6e32d1ba392e9b841c66b8b52e8ff679404c3e12.php
│ │ │ │ ├── 6e85b8f73ca4faae55f68bd539e59ee61df666b2.php
│ │ │ │ ├── 6fd8fe68162c7e733291e0e929788fa69da5c5bd.php
│ │ │ │ ├── 70ca5bbd8a0be2b4dcba9b840aad8d9d087b708d.php
│ │ │ │ ├── 713e2d6c8f2757f1bc1d77002acd471122e27f7b.php
│ │ │ │ ├── 725d79897b1d16463a3964049da2bebd826612ef.php
│ │ │ │ ├── 7318293ce54c6aca8263f35780e345dbe4830882.php
│ │ │ │ ├── 73465cbb1b2b218b233881ab6e78fd11bac828ea.php
│ │ │ │ ├── 739c4ff0918a29e919c56890bb8a5a1a57426593.php
│ │ │ │ ├── 7422d9c21013a5542eaead69202e457a36f63088.php
│ │ │ │ ├── 74549f3e8db9b76aa893f9c404e3225db56f3295.php
│ │ │ │ ├── 7631b990785fd52202cbb48fa0827af2146fa6e7.php
│ │ │ │ ├── 764e8a5bea94bee7f837aaa6ad69208b0c8c9823.php
│ │ │ │ ├── 766fd66c1e6f560556464c0619f5b1e3d159a512.php
│ │ │ │ ├── 769e459948f456c3983ad0c9ab971fa02b95c1bd.php
│ │ │ │ ├── 7804b686e536f8904fe56a4b90f87080a3f73f24.php
│ │ │ │ ├── 7966152db4a8454835b68daebddd7b1ae3664b08.php
│ │ │ │ ├── 79f23010647d911928ef589bcab0c4168475d6ca.php
│ │ │ │ ├── 7ba17984d0b4a57b485b5c38f603cf43f1aeda2b.php
│ │ │ │ ├── 7d00f06fab40b457e0372eb298d3ccfb64674735.php
│ │ │ │ ├── 7d177eec7936c1cdec6edfa85d3a2e180077f8db.php
│ │ │ │ ├── 7eb47a3700d61bd3cbadcbfe63d2ddd8e0373cdc.php
│ │ │ │ ├── 7f77186fc95cefb42fcd7e2180215be4496fa27c.php
│ │ │ │ ├── 803591bd9fbda2b25b37f95ef0cc5ef25701fbe8.php
│ │ │ │ ├── 806a8ec8bdd4cd00caae058c40de5ad7b7a09fe6.php
│ │ │ │ ├── 81308997da80b9fa541f51740655e1e78cda2f87.php
│ │ │ │ ├── 815b0f11ac339ce5328637ff50928fa9d6a412d0.php
│ │ │ │ ├── 823120e69868674683623ec1d1683d7b1c7c56df.php
│ │ │ │ ├── 82968ca40dc58d7b244ba2f794864289b0803f88.php
│ │ │ │ ├── 82aee87b29f9a1faa39014ba9ac30d2328ac63e1.php
│ │ │ │ ├── 82b3c4577a44c838b54af790f587e65318bfd4aa.php
│ │ │ │ ├── 83aac20bae0010d8f0a06f28e6bb91fd80e8e16c.php
│ │ │ │ ├── 846a3a0ddd039dca30a764df37da9f25fb7af1b8.php
│ │ │ │ ├── 84f7a79e5e8afe96bc0b58bd93f2df5e9cdf6ec1.php
│ │ │ │ ├── 8574b8fd3e1b45163852e16dd38aef54a7a755f7.php
│ │ │ │ ├── 85b78d4d6e85303716531a46773273497999aa78.php
│ │ │ │ ├── 8649dda2573b9e17c6ebe993ff61c99cbd5c22e7.php
│ │ │ │ ├── 86548f3448e33f3665568db8ec37fad9bdad6cd3.php
│ │ │ │ ├── 865ac7311bdc8b62489f9e84478a6b7a356d64cb.php
│ │ │ │ ├── 87015dee47c855a50b5c489ab0b7d1757327cec3.php
│ │ │ │ ├── 87cbf5ebbfab6d7bc946dc70cccbc315a10bd1ed.php
│ │ │ │ ├── 8808d4d0456a2bf70ee92908a87123a8848456ce.php
│ │ │ │ ├── 892c7a90e25488fbd04a5aa9001e883016b60a5e.php
│ │ │ │ ├── 89a7e0f2414e8ecc8a974afaae9bce9bfcf7410c.php
│ │ │ │ ├── 89d96d9ef5babf2deb463a1485eeaa2aa10f9fe1.php
│ │ │ │ ├── 8a580366130d1676f1098d5baf97f6d7fa0675ee.php
│ │ │ │ ├── 8afae35ad5509c0714660177ef02128a7139dd95.php
│ │ │ │ ├── 8b2b41ea5b7e3190166d998c725bfed4af6dc7a4.php
│ │ │ │ ├── 8b70fcaf09226e479cfb84e025164d039e4d99cf.php
│ │ │ │ ├── 8c18b4682cb8f6ee0262e0ec49f936fa3cee31bd.php
│ │ │ │ ├── 8c72418c4e21169c894eeb25198af74895d2aa31.php
│ │ │ │ ├── 8c78185403ffe79ea9f7d47a8ce1276071182dbd.php
│ │ │ │ ├── 8ca9e205467d20dd9a30c3d6e53f0444e94960a7.php
│ │ │ │ ├── 8d467201542fb7b9d55e62f32ba45b2da3231ca9.php
│ │ │ │ ├── 8d89d560d0e76ddf1bb87e3371242c16eb8c6eae.php
│ │ │ │ ├── 8db57a6876760416d7d3cbfff71fbb9da2449358.php
│ │ │ │ ├── 8e9e6e52c2f6e3df2938f3876358451ee5f80194.php
│ │ │ │ ├── 8f885db6c74fd3688ac84448f2f776d4f4cd0e14.php
│ │ │ │ ├── 8f9ce1e1019add93b18a4eb21bcf52ef1e36ad33.php
│ │ │ │ ├── 91558370c1ed3632d3b467891e33a41fb9b418b5.php
│ │ │ │ ├── 918e896c6de97e3b203143bb31f052e6c22ff826.php
│ │ │ │ ├── 92b8ef59109763abb662f4e4d4c142e65d793d81.php
│ │ │ │ ├── 93348bb6ef0b1b45947bd3529fdf615d1d6830e2.php
│ │ │ │ ├── 938a00b23f1d7eb8bf8121c7c133bb36f7dcc5bb.php
│ │ │ │ ├── 9391a13405353729764ed852987a09484778e390.php
│ │ │ │ ├── 93bb5911cf1622585b96454f3cd32f248d0f3889.php
│ │ │ │ ├── 940f35b17be6acf3e092e527e345498276211488.php
│ │ │ │ ├── 9452cd3166fd37999d8b157f823ca54f6aa89a0c.php
│ │ │ │ ├── 945fd1e8d30f4c1d6bbfc17b473560a3f988887c.php
│ │ │ │ ├── 94b71e15a69ea0b85234627294d785a6fd29551b.php
│ │ │ │ ├── 951c5f07415bfc365db4fd37d3c520258a888c0d.php
│ │ │ │ ├── 961245c8c02289a0faf452659a9812720546c4f3.php
│ │ │ │ ├── 96870ddedc9d5cdb35d639ca54ade65854d90c0a.php
│ │ │ │ ├── 96e9896d89e0489b7c98c4752e89dbeb470eb3f7.php
│ │ │ │ ├── 973fb453fd042f264d0a06653933ad0119a449bb.php
│ │ │ │ ├── 97795c12e96cc8afe71a9b20a168d39d5ac25a14.php
│ │ │ │ ├── 97b3aaf3d00d62a97f060b3b83482b1db76c4c73.php
│ │ │ │ ├── 9803a1f8be349be0e1bbd67523803eada381fc1f.php
│ │ │ │ ├── 98ad8c46a4f53d101f317acedff9598678540fae.php
│ │ │ │ ├── 9a32c49c7120b53ca8c337dd54a036478a471f94.php
│ │ │ │ ├── 9b3bb180eb70d60cc58eef05dddc8b2dcf974b4f.php
│ │ │ │ ├── 9c11fd9bcaecf1812b83cc670e6fe92d8edac5b6.php
│ │ │ │ ├── 9e2e141121d2febb17ba6644a4806d621d4531ff.php
│ │ │ │ ├── a03aea5110857afd6fe97b78156e38cb7164bee9.php
│ │ │ │ ├── a0d9d353947ac0a2a3c76d5431174eb99c447276.php
│ │ │ │ ├── a1a80a49178bc1494e68c5acb6d523a5faa3ec2d.php
│ │ │ │ ├── a481ad614c10f7a5047c161ada667b43c062675b.php
│ │ │ │ ├── a512f37e66bdf70dfbb8259973de54a604ba185b.php
│ │ │ │ ├── a530d3804caa540ce9fd668163887c0929a7363a.php
│ │ │ │ ├── a571eaed175a659c8d7c034816e846503a16164f.php
│ │ │ │ ├── a5d0f15dc40936a24d1d2c072c5f1743af62c7df.php
│ │ │ │ ├── a6f745fd6cbe0ad09a9867922f9aacf0ce29fb2b.php
│ │ │ │ ├── a78b696609a10c162d437302fd5f027bbf63fbf5.php
│ │ │ │ ├── a7988817c5bb7af0e8dbfb09a40e5f2a20e1418f.php
│ │ │ │ ├── aa0a3d884f9e5ce3f777e476467125b6b69f86f9.php
│ │ │ │ ├── aa15230e1010f3d7a4d109db2def53edb1a2b3e6.php
│ │ │ │ ├── aa312a08cd54be686b8e8a572fa7410d1806de59.php
│ │ │ │ ├── aa75417bf3fce9e1bb46da62eba55c2e7c6529a5.php
│ │ │ │ ├── aa7c98e13a4ac78082dd8de7e9c645846ded80df.php
│ │ │ │ ├── ac47eb39e183d45818f8ea1eea08a0db670346ae.php
│ │ │ │ ├── acec51eb6a988a015b8582ca626439e5fdd7de54.php
│ │ │ │ ├── ad1c8d535ce4539515bdc4f7a6e1522a4cde5d7e.php
│ │ │ │ ├── ae3b23f240285146fc30467bff90c0bbc4595a3e.php
│ │ │ │ ├── aeeb18f30820de859b53d285f3f33fe9ce0b2321.php
│ │ │ │ ├── af086d2e3d396745619274fa309cb17dde7dc135.php
│ │ │ │ ├── af1efddc6b8a4c58daa44aff47c6e77adb9ce8d4.php
│ │ │ │ ├── b0af4559ae150e23de3d06e8582a6458bdd0f71f.php
│ │ │ │ ├── b2f3483b39a331dc690086beeb7e20f998636f63.php
│ │ │ │ ├── b35e67664da3535f5fe87ab5abfb6f7ffd442ae1.php
│ │ │ │ ├── b3f039d4a24b1b68cd3f2adf43a37f82f842a9d2.php
│ │ │ │ ├── b461b89b9a25f6f4005755a3bb440ef26c51ef2f.php
│ │ │ │ ├── b4b5b5b9f962653413a91182fab8e8110a0c6013.php
│ │ │ │ ├── b4e30a9b25fbefaac83be582d72169b788663dd2.php
│ │ │ │ ├── b50a6ba6494afe7dd5d8b9dc16a30dccdcd28f4a.php
│ │ │ │ ├── b578fca2aeb5a20053c4f1824183edd66777745c.php
│ │ │ │ ├── b5d4bbb09e86be2ab2dbc552c6c259fd1bec1794.php
│ │ │ │ ├── b6d6c3342cfaee995ff5a86fd3ff09a7508935c2.php
│ │ │ │ ├── b76144afa33cad0756b80df833038c87e1d8efc9.php
│ │ │ │ ├── b84a753411dfde6a43cd6eabe3be622dd93a3828.php
│ │ │ │ ├── b88be8948c20d119b72dbd76377269bcb8401397.php
│ │ │ │ ├── b8e37282445a2627c2b92ce3a41761ffbf5d14e2.php
│ │ │ │ ├── b9d879ef1666a2031a97a26eac38f885dc165aa4.php
│ │ │ │ ├── ba13e2418043aeb749e171dcdb2dd6bd7b68e80f.php
│ │ │ │ ├── ba145d4bb026589e4dbd3403f08f91dfb0e901dc.php
│ │ │ │ ├── bb69675bbe1f432cd0080efd64f153ba1c39ef1e.php
│ │ │ │ ├── bb7d37e8fc0bb8569b0d8dae4608cf7f08c0a1ed.php
│ │ │ │ ├── bc90a0c5f51ed8836170d81f78399a7daca3c596.php
│ │ │ │ ├── bd3206d4272cbd7ab493c437f76985b165cb747f.php
│ │ │ │ ├── bd3ebe51280f778b35df5ebc5adf8dd179bebdf9.php
│ │ │ │ ├── bdb7366c6f91c946f4562da5abe663d8445224f0.php
│ │ │ │ ├── bdcf73d5eeb3f57f71b66ba42c0b2f20b92e0fe8.php
│ │ │ │ ├── be1595ddc1d47f2132f0d2f77d99899e91731a34.php
│ │ │ │ ├── be4b50e56ed3c6b3829a370bd6e204c0633a5f44.php
│ │ │ │ ├── bf6eaa31606d1bb8c3729b11ffee7b2360557b23.php
│ │ │ │ ├── c02eb2a7e3de677fab944eeb0e93e477ba28cb62.php
│ │ │ │ ├── c05e42a51fb8a013fe22a3c944d833ebe77b407a.php
│ │ │ │ ├── c061242a9406260c0fcfa7186bc2dbf0cd3dbb09.php
│ │ │ │ ├── c11dfffe44bae30decc3f187ed212613a23a5140.php
│ │ │ │ ├── c13de82952407caf0238ab8e99ef2609324645f5.php
│ │ │ │ ├── c25c8eee59bc9a61a19fc75ccd74ca70388de27a.php
│ │ │ │ ├── c2a5b46b456af55014b3ab2b827d036977a1e9f6.php
│ │ │ │ ├── c3c823eb641a84ed99df4a99b67c923aabbdc85d.php
│ │ │ │ ├── c61ac8fcd7aa024f450d5e023ec974644bfcf1f0.php
│ │ │ │ ├── c6e6cf724b500961b087ce6da3b9360e03a63377.php
│ │ │ │ ├── c748088e57dd3d3d102c91445d8d9c4c026102ea.php
│ │ │ │ ├── c9962a3d11e1234732df3f34726bd70197254696.php
│ │ │ │ ├── ca95373b4553873942857685158851c4e8301146.php
│ │ │ │ ├── cb489ef079cb41541ab36b732a47e9f0fef365d1.php
│ │ │ │ ├── cbeaf2455470163689d3443bfcd40b6495a85d27.php
│ │ │ │ ├── cc18d233e2e9e43b399a4f29b1dbfc16f61eb27c.php
│ │ │ │ ├── cc5990bf09619abfdf70143c868fccd5cbc36a01.php
│ │ │ │ ├── cca198a74b7eaebbe4d50e8492ea492d06a9e8be.php
│ │ │ │ ├── ccfe6718d64784b2e1f7ae6f2dcdaf9d5f3f8c67.php
│ │ │ │ ├── cd2a949b2d8bdc7dab7775146e476bfbca4e8ac4.php
│ │ │ │ ├── ce4531a7db1a8fe262b6a7c0ee08373c687777ac.php
│ │ │ │ ├── ce7434c65e262dcad5be31167b9eb4ec2c7bbfdb.php
│ │ │ │ ├── ce8bb1a19a0f5e84d999e4b8196457a017f50dc7.php
│ │ │ │ ├── ceb133dbe395e75313039fec4d038ae8c9ed63e5.php
│ │ │ │ ├── cee42cb424c1bd3f4441eb9ef5df5d2783905d6f.php
│ │ │ │ ├── cfa70eb0b6bebdbef01d2cdcfb70e8ed2dd8b742.php
│ │ │ │ ├── cfb22f866b5482373f20f182e79d765ea08b8642.php
│ │ │ │ ├── d2036fc16b8387fd75635bcf40ec8301e6706167.php
│ │ │ │ ├── d3066cc49a62486fb1b5f579f3b5d68aa2dd10f2.php
│ │ │ │ ├── d57cb01d8843e6a36bf8cc0ff3eceda92b7892b0.php
│ │ │ │ ├── d61d66a96d97f4337cb67b35abeff9bb2f15cb3f.php
│ │ │ │ ├── d727d4ad7365bbb91eda8c6f06ed518232290009.php
│ │ │ │ ├── d7ad9adb7af707e2dd8788433d4cb78bcec33cc4.php
│ │ │ │ ├── d86138893a95db0c15e503981f230bc753188545.php
│ │ │ │ ├── d88c74121aa34b5415bd905051977eb67cc00836.php
│ │ │ │ ├── d8c604e4c949972cce73dcbb81c0b2d65d368bfd.php
│ │ │ │ ├── da37d91adc791fe464f90b5d6a4b108901823c66.php
│ │ │ │ ├── da42b654ca6f707da3206d86fc74e7abdca614ba.php
│ │ │ │ ├── db0fdd15d67880bd8934f83ae8e87b590756ebe2.php
│ │ │ │ ├── dc35926612c39cf8eac060c4e3307a5a74627e81.php
│ │ │ │ ├── dc4a0f8d1ee89891bb3109ad4ce39aeb62ac387d.php
│ │ │ │ ├── dcbe1959fa11df7a543bdc5ed48df2bc3812a939.php
│ │ │ │ ├── dd70279a73e6767fef455667eaa437ecb87ed53f.php
│ │ │ │ ├── deb31e70f9dbdea4ee6281245093cc53ecbd83d0.php
│ │ │ │ ├── df6ee368eb3d89c86119d50b75aac123346c3013.php
│ │ │ │ ├── df6f474091be621d8bca6af010525295d4e19723.php
│ │ │ │ ├── e16eb82dc3de6ba97dc8c0c3b7044f4d80cfb7cd.php
│ │ │ │ ├── e1c828b16095ac2413994920d79712c237b63b5b.php
│ │ │ │ ├── e2006b59f12a7f76a95faa37911f81ccbc30371b.php
│ │ │ │ ├── e293f3ca3c0c17c20875104cfd52bdbbc23b51b0.php
│ │ │ │ ├── e2a0c6d30e3f4d6d8ee73a2f09ecd858d1e3675a.php
│ │ │ │ ├── e3cbe897a4dc650f517dba09c676e51280fd33e9.php
│ │ │ │ ├── e453e154e181d84590b6c5823bc1f26226c4b6ea.php
│ │ │ │ ├── e54766af6062f81adab4523a2ee1d80fcbdb3802.php
│ │ │ │ ├── e57c4529a0560ae0694705566ec20e8dd235e053.php
│ │ │ │ ├── e6c6055c278fa70ca0d3e91d278431cd253768d6.php
│ │ │ │ ├── e7e450c10309808261dace87b8da581cd2d287cd.php
│ │ │ │ ├── e855b65ed1e69cd9178f9bd57bfdcc036aebf1a9.php
│ │ │ │ ├── e862b85bd60fe4fc086cfc9ffcfed86b83654acd.php
│ │ │ │ ├── e8d770b7a60b8b7681e9772a326e957744344d70.php
│ │ │ │ ├── e9820052f193efe133d8d9834b2cf9afd7e5144e.php
│ │ │ │ ├── e99487a77c05a8994c456e9703efc8ec24e797a3.php
│ │ │ │ ├── ead48076674a27228108b55dd84f0efba29c6ae8.php
│ │ │ │ ├── ec2f5619e14b85030caf32d6924997602b397863.php
│ │ │ │ ├── ed7a8fd7665147d9597b8a88692de3ef2b336f62.php
│ │ │ │ ├── edab9edfff84f70bfdc45bddb6dc2a235213b546.php
│ │ │ │ ├── eddade45d2f07934e58000602ea19458a9656c83.php
│ │ │ │ ├── ef22d8a42d27b70825c43176fee3557505622d7b.php
│ │ │ │ ├── ef4339b7894f604dde38d616e1d7f03a7a9761b2.php
│ │ │ │ ├── efa39a6817230bf6e6a151a05e7052bda4088f82.php
│ │ │ │ ├── f05317bc19322c12b47f00e84f0dba8aad816f83.php
│ │ │ │ ├── f2949f1e664ea5116d5960f10757badb54c9b63d.php
│ │ │ │ ├── f32f67c4a3b8db536c7d3e6dc62fd4ebfd24ef7d.php
│ │ │ │ ├── f3b0565f7d518824b3a5564724ccffd48f85144c.php
│ │ │ │ ├── f3bdf40d7038adee3064c9ca7c73204b17663647.php
│ │ │ │ ├── f46f8dd6f1d082717811a4f9b7291501e35023fc.php
│ │ │ │ ├── f4ff2d88f04dcd95814f7734a0fdaea759eedd2d.php
│ │ │ │ ├── f50e84db3a34aa1a3566dc0e240a90f007937b89.php
│ │ │ │ ├── f54a7902e97d806061c6c018ae69ce27fcc6d7e3.php
│ │ │ │ ├── f554a8e155ad485327da43f4427ee6ffd40657d2.php
│ │ │ │ ├── f566ddf3cf35deb5aa2e46637dcc3d8e459162b5.php
│ │ │ │ ├── f644f57ac1861dff5e2c2152c771789dd12048e9.php
│ │ │ │ ├── f6462a4e803660f024dcfea8af8484406ce0932a.php
│ │ │ │ ├── f6a50ed57c41c9931b8a1143cfb0e511c9276553.php
│ │ │ │ ├── f6bc86a5fc330dff9cbf42f18a43101cbb5be515.php
│ │ │ │ ├── f71a40ab8b900e65b2690986ae5c00c03e1ede04.php
│ │ │ │ ├── f7ae1b9894a7c474ecd31f09271da04c7b1f2582.php
│ │ │ │ ├── f7b78880c97d44a529d944ae47ecfc5dda4566d7.php
│ │ │ │ ├── f7e8d73eb996c38078fe6c12f43fc547cb3c2853.php
│ │ │ │ ├── f826a5df9dd9e04e31d479e51d95cd3c53129813.php
│ │ │ │ ├── f8ace574a89509ba64179fcc6702620ba0b9bb5e.php
│ │ │ │ ├── fa3ec1555d44f4d9edfba936389fb0b55e2ad603.php
│ │ │ │ ├── fa9a4e3966baa75a5a6bfa3adb080568541244ba.php
│ │ │ │ ├── faef381e194ef09199dcd178da8185ad3940424f.php
│ │ │ │ ├── fb31a533738183b42ce45d2b247269561fb3eb3a.php
│ │ │ │ ├── fb43c39d67765ac2d29aaf167706b8db5ec30406.php
│ │ │ │ ├── fb4d9aec7d6242011b71e05b9aeb4c0a0edcaf01.php
│ │ │ │ ├── fc622421444e83169653b3cb706245a70060b91d.php
│ │ │ │ ├── fc936cad2d99d20e3c5b3154f4961a7b80d3c722.php
│ │ │ │ ├── fec98a87e442c8f9fab1b2122ca4ab13bd0024b4.php
│ │ │ │ ├── fef21606c0d5f5305226a1d5e6b1d688544247ae.php
│ │ │ │ ├── ffb7c9f1e6b59394e95feb292d2980a46541f0b1.php
│ │ │ │ └── ffe5345cb479355771c12c897fb32d935a43cd14.php
│ │ │ └── logs
│ │ │ ├── laravel-2019-06-10.log
│ │ │ ├── laravel-2019-06-11.log
│ │ │ ├── laravel-2019-06-12.log
│ │ │ ├── laravel-2019-06-13.log
│ │ │ ├── laravel-2019-06-14.log
│ │ │ └── laravel.log
│ │ ├── tests
│ │ │ ├── CreatesApplication.php
│ │ │ ├── Feature
│ │ │ │ └── ExampleTest.php
│ │ │ ├── TestCase.php
│ │ │ └── Unit
│ │ │ └── ExampleTest.php
│ │ ├── vendor
│ │ │ ├── autoload.php
│ │ │ ├── bacon
│ │ │ │ └── bacon-qr-code
│ │ │ │ ├── autoload_classmap.php
│ │ │ │ ├── autoload_function.php
│ │ │ │ ├── autoload_register.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Module.php
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── BaconQrCode
│ │ │ │ │ ├── Common
│ │ │ │ │ │ ├── AbstractEnum.php
│ │ │ │ │ │ ├── BitArray.php
│ │ │ │ │ │ ├── BitMatrix.php
│ │ │ │ │ │ ├── BitUtils.php
│ │ │ │ │ │ ├── CharacterSetEci.php
│ │ │ │ │ │ ├── EcBlock.php
│ │ │ │ │ │ ├── EcBlocks.php
│ │ │ │ │ │ ├── ErrorCorrectionLevel.php
│ │ │ │ │ │ ├── FormatInformation.php
│ │ │ │ │ │ ├── Mode.php
│ │ │ │ │ │ ├── ReedSolomonCodec.php
│ │ │ │ │ │ └── Version.php
│ │ │ │ │ ├── Encoder
│ │ │ │ │ │ ├── BlockPair.php
│ │ │ │ │ │ ├── ByteMatrix.php
│ │ │ │ │ │ ├── Encoder.php
│ │ │ │ │ │ ├── MaskUtil.php
│ │ │ │ │ │ ├── MatrixUtil.php
│ │ │ │ │ │ └── QrCode.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ ├── OutOfBoundsException.php
│ │ │ │ │ │ ├── RuntimeException.php
│ │ │ │ │ │ ├── UnexpectedValueException.php
│ │ │ │ │ │ └── WriterException.php
│ │ │ │ │ ├── Renderer
│ │ │ │ │ │ ├── Color
│ │ │ │ │ │ │ ├── Cmyk.php
│ │ │ │ │ │ │ ├── ColorInterface.php
│ │ │ │ │ │ │ ├── Gray.php
│ │ │ │ │ │ │ └── Rgb.php
│ │ │ │ │ │ ├── Image
│ │ │ │ │ │ │ ├── AbstractRenderer.php
│ │ │ │ │ │ │ ├── Decorator
│ │ │ │ │ │ │ │ ├── DecoratorInterface.php
│ │ │ │ │ │ │ │ └── FinderPattern.php
│ │ │ │ │ │ │ ├── Eps.php
│ │ │ │ │ │ │ ├── Png.php
│ │ │ │ │ │ │ ├── RendererInterface.php
│ │ │ │ │ │ │ └── Svg.php
│ │ │ │ │ │ ├── RendererInterface.php
│ │ │ │ │ │ └── Text
│ │ │ │ │ │ ├── Html.php
│ │ │ │ │ │ └── Plain.php
│ │ │ │ │ └── Writer.php
│ │ │ │ └── tests
│ │ │ │ ├── BaconQrCode
│ │ │ │ │ ├── Common
│ │ │ │ │ │ ├── BitArrayTest.php
│ │ │ │ │ │ ├── BitMatrixTest.php
│ │ │ │ │ │ ├── BitUtilsTest.php
│ │ │ │ │ │ ├── ErrorCorrectionLevelTest.php
│ │ │ │ │ │ ├── FormatInformationTest.php
│ │ │ │ │ │ ├── ModeTest.php
│ │ │ │ │ │ ├── ReedSolomonCodecTest.php
│ │ │ │ │ │ └── VersionTest.php
│ │ │ │ │ ├── Encoder
│ │ │ │ │ │ ├── EncoderTest.php
│ │ │ │ │ │ ├── MaskUtilTest.php
│ │ │ │ │ │ └── MatrixUtilTest.php
│ │ │ │ │ └── Renderer
│ │ │ │ │ └── Text
│ │ │ │ │ ├── HtmlTest.php
│ │ │ │ │ └── TextTest.php
│ │ │ │ ├── bootstrap.php
│ │ │ │ └── phpunit.xml
│ │ │ ├── bin
│ │ │ │ ├── doctrine-dbal
│ │ │ │ ├── doctrine-dbal.bat
│ │ │ │ ├── php-parse
│ │ │ │ ├── php-parse.bat
│ │ │ │ ├── phpunit
│ │ │ │ ├── phpunit.bat
│ │ │ │ ├── psysh
│ │ │ │ └── psysh.bat
│ │ │ ├── composer
│ │ │ │ ├── autoload_classmap.php
│ │ │ │ ├── autoload_files.php
│ │ │ │ ├── autoload_namespaces.php
│ │ │ │ ├── autoload_psr4.php
│ │ │ │ ├── autoload_real.php
│ │ │ │ ├── autoload_static.php
│ │ │ │ ├── ClassLoader.php
│ │ │ │ ├── installed.json
│ │ │ │ └── LICENSE
│ │ │ ├── curl
│ │ │ │ └── curl
│ │ │ │ ├── build
│ │ │ │ │ └── travis-ci-apache
│ │ │ │ ├── composer.json
│ │ │ │ ├── curl.xml
│ │ │ │ ├── jautoload.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Curl
│ │ │ │ │ └── Curl.php
│ │ │ │ └── tests
│ │ │ │ ├── CurlTest.php
│ │ │ │ ├── data
│ │ │ │ │ └── test.png
│ │ │ │ └── server
│ │ │ │ └── php-curl-test
│ │ │ │ ├── deploy.php
│ │ │ │ ├── http_basic_auth.php
│ │ │ │ ├── post_file_path_upload.php
│ │ │ │ ├── post_multidimensional.php
│ │ │ │ └── server.php
│ │ │ ├── dnoegel
│ │ │ │ └── php-xdg-base-dir
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Xdg.php
│ │ │ │ └── tests
│ │ │ │ └── XdgTest.php
│ │ │ ├── doctrine
│ │ │ │ ├── annotations
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── Doctrine
│ │ │ │ │ │ └── Common
│ │ │ │ │ │ └── Annotations
│ │ │ │ │ │ ├── Annotation
│ │ │ │ │ │ │ ├── Attribute.php
│ │ │ │ │ │ │ ├── Attributes.php
│ │ │ │ │ │ │ ├── Enum.php
│ │ │ │ │ │ │ ├── IgnoreAnnotation.php
│ │ │ │ │ │ │ ├── Required.php
│ │ │ │ │ │ │ └── Target.php
│ │ │ │ │ │ ├── AnnotationException.php
│ │ │ │ │ │ ├── Annotation.php
│ │ │ │ │ │ ├── AnnotationReader.php
│ │ │ │ │ │ ├── AnnotationRegistry.php
│ │ │ │ │ │ ├── CachedReader.php
│ │ │ │ │ │ ├── DocLexer.php
│ │ │ │ │ │ ├── DocParser.php
│ │ │ │ │ │ ├── FileCacheReader.php
│ │ │ │ │ │ ├── IndexedReader.php
│ │ │ │ │ │ ├── PhpParser.php
│ │ │ │ │ │ ├── Reader.php
│ │ │ │ │ │ ├── SimpleAnnotationReader.php
│ │ │ │ │ │ └── TokenParser.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpstan.neon
│ │ │ │ │ └── README.md
│ │ │ │ ├── cache
│ │ │ │ │ ├── build.properties
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── Doctrine
│ │ │ │ │ │ └── Common
│ │ │ │ │ │ └── Cache
│ │ │ │ │ │ ├── ApcCache.php
│ │ │ │ │ │ ├── ApcuCache.php
│ │ │ │ │ │ ├── ArrayCache.php
│ │ │ │ │ │ ├── Cache.php
│ │ │ │ │ │ ├── CacheProvider.php
│ │ │ │ │ │ ├── ChainCache.php
│ │ │ │ │ │ ├── ClearableCache.php
│ │ │ │ │ │ ├── CouchbaseCache.php
│ │ │ │ │ │ ├── FileCache.php
│ │ │ │ │ │ ├── FilesystemCache.php
│ │ │ │ │ │ ├── FlushableCache.php
│ │ │ │ │ │ ├── MemcacheCache.php
│ │ │ │ │ │ ├── MemcachedCache.php
│ │ │ │ │ │ ├── MongoDBCache.php
│ │ │ │ │ │ ├── MultiGetCache.php
│ │ │ │ │ │ ├── MultiPutCache.php
│ │ │ │ │ │ ├── PhpFileCache.php
│ │ │ │ │ │ ├── PredisCache.php
│ │ │ │ │ │ ├── RedisCache.php
│ │ │ │ │ │ ├── RiakCache.php
│ │ │ │ │ │ ├── SQLite3Cache.php
│ │ │ │ │ │ ├── Version.php
│ │ │ │ │ │ ├── VoidCache.php
│ │ │ │ │ │ ├── WinCacheCache.php
│ │ │ │ │ │ ├── XcacheCache.php
│ │ │ │ │ │ └── ZendDataCache.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── tests
│ │ │ │ │ │ ├── Doctrine
│ │ │ │ │ │ │ └── Tests
│ │ │ │ │ │ │ ├── Common
│ │ │ │ │ │ │ │ └── Cache
│ │ │ │ │ │ │ │ ├── ApcCacheTest.php
│ │ │ │ │ │ │ │ ├── ApcuCacheTest.php
│ │ │ │ │ │ │ │ ├── ArrayCacheTest.php
│ │ │ │ │ │ │ │ ├── BaseFileCacheTest.php
│ │ │ │ │ │ │ │ ├── CacheProviderTest.php
│ │ │ │ │ │ │ │ ├── CacheTest.php
│ │ │ │ │ │ │ │ ├── ChainCacheTest.php
│ │ │ │ │ │ │ │ ├── CouchbaseCacheTest.php
│ │ │ │ │ │ │ │ ├── FileCacheTest.php
│ │ │ │ │ │ │ │ ├── FilesystemCacheTest.php
│ │ │ │ │ │ │ │ ├── MemcacheCacheTest.php
│ │ │ │ │ │ │ │ ├── MemcachedCacheTest.php
│ │ │ │ │ │ │ │ ├── MongoDBCacheTest.php
│ │ │ │ │ │ │ │ ├── PhpFileCacheTest.php
│ │ │ │ │ │ │ │ ├── PredisCacheTest.php
│ │ │ │ │ │ │ │ ├── RedisCacheTest.php
│ │ │ │ │ │ │ │ ├── RiakCacheTest.php
│ │ │ │ │ │ │ │ ├── SQLite3CacheTest.php
│ │ │ │ │ │ │ │ ├── VoidCacheTest.php
│ │ │ │ │ │ │ │ ├── WinCacheCacheTest.php
│ │ │ │ │ │ │ │ ├── XcacheCacheTest.php
│ │ │ │ │ │ │ │ └── ZendDataCacheTest.php
│ │ │ │ │ │ │ └── DoctrineTestCase.php
│ │ │ │ │ │ └── travis
│ │ │ │ │ │ ├── php.ini
│ │ │ │ │ │ └── phpunit.travis.xml
│ │ │ │ │ └── UPGRADE.md
│ │ │ │ ├── collections
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── Doctrine
│ │ │ │ │ │ └── Common
│ │ │ │ │ │ └── Collections
│ │ │ │ │ │ ├── AbstractLazyCollection.php
│ │ │ │ │ │ ├── ArrayCollection.php
│ │ │ │ │ │ ├── Collection.php
│ │ │ │ │ │ ├── Criteria.php
│ │ │ │ │ │ ├── Expr
│ │ │ │ │ │ │ ├── ClosureExpressionVisitor.php
│ │ │ │ │ │ │ ├── Comparison.php
│ │ │ │ │ │ │ ├── CompositeExpression.php
│ │ │ │ │ │ │ ├── Expression.php
│ │ │ │ │ │ │ ├── ExpressionVisitor.php
│ │ │ │ │ │ │ └── Value.php
│ │ │ │ │ │ ├── ExpressionBuilder.php
│ │ │ │ │ │ └── Selectable.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ └── README.md
│ │ │ │ ├── common
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── humbug.json.dist
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── Doctrine
│ │ │ │ │ │ └── Common
│ │ │ │ │ │ ├── ClassLoader.php
│ │ │ │ │ │ ├── CommonException.php
│ │ │ │ │ │ ├── Comparable.php
│ │ │ │ │ │ ├── EventArgs.php
│ │ │ │ │ │ ├── EventManager.php
│ │ │ │ │ │ ├── EventSubscriber.php
│ │ │ │ │ │ ├── Lexer.php
│ │ │ │ │ │ ├── NotifyPropertyChanged.php
│ │ │ │ │ │ ├── Persistence
│ │ │ │ │ │ │ ├── AbstractManagerRegistry.php
│ │ │ │ │ │ │ ├── ConnectionRegistry.php
│ │ │ │ │ │ │ ├── Event
│ │ │ │ │ │ │ │ ├── LifecycleEventArgs.php
│ │ │ │ │ │ │ │ ├── LoadClassMetadataEventArgs.php
│ │ │ │ │ │ │ │ ├── ManagerEventArgs.php
│ │ │ │ │ │ │ │ ├── OnClearEventArgs.php
│ │ │ │ │ │ │ │ └── PreUpdateEventArgs.php
│ │ │ │ │ │ │ ├── ManagerRegistry.php
│ │ │ │ │ │ │ ├── Mapping
│ │ │ │ │ │ │ │ ├── AbstractClassMetadataFactory.php
│ │ │ │ │ │ │ │ ├── ClassMetadataFactory.php
│ │ │ │ │ │ │ │ ├── ClassMetadata.php
│ │ │ │ │ │ │ │ ├── Driver
│ │ │ │ │ │ │ │ │ ├── AnnotationDriver.php
│ │ │ │ │ │ │ │ │ ├── DefaultFileLocator.php
│ │ │ │ │ │ │ │ │ ├── FileDriver.php
│ │ │ │ │ │ │ │ │ ├── FileLocator.php
│ │ │ │ │ │ │ │ │ ├── MappingDriverChain.php
│ │ │ │ │ │ │ │ │ ├── MappingDriver.php
│ │ │ │ │ │ │ │ │ ├── PHPDriver.php
│ │ │ │ │ │ │ │ │ ├── StaticPHPDriver.php
│ │ │ │ │ │ │ │ │ └── SymfonyFileLocator.php
│ │ │ │ │ │ │ │ ├── MappingException.php
│ │ │ │ │ │ │ │ ├── ReflectionService.php
│ │ │ │ │ │ │ │ ├── RuntimeReflectionService.php
│ │ │ │ │ │ │ │ └── StaticReflectionService.php
│ │ │ │ │ │ │ ├── ObjectManagerAware.php
│ │ │ │ │ │ │ ├── ObjectManagerDecorator.php
│ │ │ │ │ │ │ ├── ObjectManager.php
│ │ │ │ │ │ │ ├── ObjectRepository.php
│ │ │ │ │ │ │ ├── PersistentObject.php
│ │ │ │ │ │ │ └── Proxy.php
│ │ │ │ │ │ ├── PropertyChangedListener.php
│ │ │ │ │ │ ├── Proxy
│ │ │ │ │ │ │ ├── AbstractProxyFactory.php
│ │ │ │ │ │ │ ├── Autoloader.php
│ │ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ │ │ ├── OutOfBoundsException.php
│ │ │ │ │ │ │ │ ├── ProxyException.php
│ │ │ │ │ │ │ │ └── UnexpectedValueException.php
│ │ │ │ │ │ │ ├── ProxyDefinition.php
│ │ │ │ │ │ │ ├── ProxyGenerator.php
│ │ │ │ │ │ │ └── Proxy.php
│ │ │ │ │ │ ├── Reflection
│ │ │ │ │ │ │ ├── ClassFinderInterface.php
│ │ │ │ │ │ │ ├── Psr0FindFile.php
│ │ │ │ │ │ │ ├── ReflectionProviderInterface.php
│ │ │ │ │ │ │ ├── RuntimePublicReflectionProperty.php
│ │ │ │ │ │ │ ├── StaticReflectionClass.php
│ │ │ │ │ │ │ ├── StaticReflectionMethod.php
│ │ │ │ │ │ │ ├── StaticReflectionParser.php
│ │ │ │ │ │ │ └── StaticReflectionProperty.php
│ │ │ │ │ │ ├── Util
│ │ │ │ │ │ │ ├── ClassUtils.php
│ │ │ │ │ │ │ ├── Debug.php
│ │ │ │ │ │ │ └── Inflector.php
│ │ │ │ │ │ └── Version.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── UPGRADE_TO_2_1
│ │ │ │ │ └── UPGRADE_TO_2_2
│ │ │ │ ├── dbal
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── doctrine-dbal
│ │ │ │ │ │ └── doctrine-dbal.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── Doctrine
│ │ │ │ │ │ └── DBAL
│ │ │ │ │ │ ├── Cache
│ │ │ │ │ │ │ ├── ArrayStatement.php
│ │ │ │ │ │ │ ├── CacheException.php
│ │ │ │ │ │ │ ├── QueryCacheProfile.php
│ │ │ │ │ │ │ └── ResultCacheStatement.php
│ │ │ │ │ │ ├── Configuration.php
│ │ │ │ │ │ ├── ConnectionException.php
│ │ │ │ │ │ ├── Connection.php
│ │ │ │ │ │ ├── Connections
│ │ │ │ │ │ │ └── MasterSlaveConnection.php
│ │ │ │ │ │ ├── DBALException.php
│ │ │ │ │ │ ├── Driver
│ │ │ │ │ │ │ ├── AbstractDB2Driver.php
│ │ │ │ │ │ │ ├── AbstractDriverException.php
│ │ │ │ │ │ │ ├── AbstractMySQLDriver.php
│ │ │ │ │ │ │ ├── AbstractOracleDriver.php
│ │ │ │ │ │ │ ├── AbstractPostgreSQLDriver.php
│ │ │ │ │ │ │ ├── AbstractSQLAnywhereDriver.php
│ │ │ │ │ │ │ ├── AbstractSQLiteDriver.php
│ │ │ │ │ │ │ ├── AbstractSQLServerDriver.php
│ │ │ │ │ │ │ ├── Connection.php
│ │ │ │ │ │ │ ├── DriverException.php
│ │ │ │ │ │ │ ├── DrizzlePDOMySql
│ │ │ │ │ │ │ │ ├── Connection.php
│ │ │ │ │ │ │ │ └── Driver.php
│ │ │ │ │ │ │ ├── ExceptionConverterDriver.php
│ │ │ │ │ │ │ ├── IBMDB2
│ │ │ │ │ │ │ │ ├── DB2Connection.php
│ │ │ │ │ │ │ │ ├── DB2Driver.php
│ │ │ │ │ │ │ │ ├── DB2Exception.php
│ │ │ │ │ │ │ │ └── DB2Statement.php
│ │ │ │ │ │ │ ├── Mysqli
│ │ │ │ │ │ │ │ ├── Driver.php
│ │ │ │ │ │ │ │ ├── MysqliConnection.php
│ │ │ │ │ │ │ │ ├── MysqliException.php
│ │ │ │ │ │ │ │ └── MysqliStatement.php
│ │ │ │ │ │ │ ├── OCI8
│ │ │ │ │ │ │ │ ├── Driver.php
│ │ │ │ │ │ │ │ ├── OCI8Connection.php
│ │ │ │ │ │ │ │ ├── OCI8Exception.php
│ │ │ │ │ │ │ │ └── OCI8Statement.php
│ │ │ │ │ │ │ ├── PDOConnection.php
│ │ │ │ │ │ │ ├── PDOException.php
│ │ │ │ │ │ │ ├── PDOIbm
│ │ │ │ │ │ │ │ └── Driver.php
│ │ │ │ │ │ │ ├── PDOMySql
│ │ │ │ │ │ │ │ └── Driver.php
│ │ │ │ │ │ │ ├── PDOOracle
│ │ │ │ │ │ │ │ └── Driver.php
│ │ │ │ │ │ │ ├── PDOPgSql
│ │ │ │ │ │ │ │ └── Driver.php
│ │ │ │ │ │ │ ├── PDOSqlite
│ │ │ │ │ │ │ │ └── Driver.php
│ │ │ │ │ │ │ ├── PDOSqlsrv
│ │ │ │ │ │ │ │ ├── Connection.php
│ │ │ │ │ │ │ │ ├── Driver.php
│ │ │ │ │ │ │ │ └── Statement.php
│ │ │ │ │ │ │ ├── PDOStatement.php
│ │ │ │ │ │ │ ├── PingableConnection.php
│ │ │ │ │ │ │ ├── ResultStatement.php
│ │ │ │ │ │ │ ├── ServerInfoAwareConnection.php
│ │ │ │ │ │ │ ├── SQLAnywhere
│ │ │ │ │ │ │ │ ├── Driver.php
│ │ │ │ │ │ │ │ ├── SQLAnywhereConnection.php
│ │ │ │ │ │ │ │ ├── SQLAnywhereException.php
│ │ │ │ │ │ │ │ └── SQLAnywhereStatement.php
│ │ │ │ │ │ │ ├── SQLSrv
│ │ │ │ │ │ │ │ ├── Driver.php
│ │ │ │ │ │ │ │ ├── LastInsertId.php
│ │ │ │ │ │ │ │ ├── SQLSrvConnection.php
│ │ │ │ │ │ │ │ ├── SQLSrvException.php
│ │ │ │ │ │ │ │ └── SQLSrvStatement.php
│ │ │ │ │ │ │ └── Statement.php
│ │ │ │ │ │ ├── DriverManager.php
│ │ │ │ │ │ ├── Driver.php
│ │ │ │ │ │ ├── Event
│ │ │ │ │ │ │ ├── ConnectionEventArgs.php
│ │ │ │ │ │ │ ├── Listeners
│ │ │ │ │ │ │ │ ├── MysqlSessionInit.php
│ │ │ │ │ │ │ │ ├── OracleSessionInit.php
│ │ │ │ │ │ │ │ └── SQLSessionInit.php
│ │ │ │ │ │ │ ├── SchemaAlterTableAddColumnEventArgs.php
│ │ │ │ │ │ │ ├── SchemaAlterTableChangeColumnEventArgs.php
│ │ │ │ │ │ │ ├── SchemaAlterTableEventArgs.php
│ │ │ │ │ │ │ ├── SchemaAlterTableRemoveColumnEventArgs.php
│ │ │ │ │ │ │ ├── SchemaAlterTableRenameColumnEventArgs.php
│ │ │ │ │ │ │ ├── SchemaColumnDefinitionEventArgs.php
│ │ │ │ │ │ │ ├── SchemaCreateTableColumnEventArgs.php
│ │ │ │ │ │ │ ├── SchemaCreateTableEventArgs.php
│ │ │ │ │ │ │ ├── SchemaDropTableEventArgs.php
│ │ │ │ │ │ │ ├── SchemaEventArgs.php
│ │ │ │ │ │ │ └── SchemaIndexDefinitionEventArgs.php
│ │ │ │ │ │ ├── Events.php
│ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ ├── ConnectionException.php
│ │ │ │ │ │ │ ├── ConstraintViolationException.php
│ │ │ │ │ │ │ ├── DatabaseObjectExistsException.php
│ │ │ │ │ │ │ ├── DatabaseObjectNotFoundException.php
│ │ │ │ │ │ │ ├── DriverException.php
│ │ │ │ │ │ │ ├── ForeignKeyConstraintViolationException.php
│ │ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ │ ├── InvalidFieldNameException.php
│ │ │ │ │ │ │ ├── NonUniqueFieldNameException.php
│ │ │ │ │ │ │ ├── NotNullConstraintViolationException.php
│ │ │ │ │ │ │ ├── ReadOnlyException.php
│ │ │ │ │ │ │ ├── ServerException.php
│ │ │ │ │ │ │ ├── SyntaxErrorException.php
│ │ │ │ │ │ │ ├── TableExistsException.php
│ │ │ │ │ │ │ ├── TableNotFoundException.php
│ │ │ │ │ │ │ └── UniqueConstraintViolationException.php
│ │ │ │ │ │ ├── Id
│ │ │ │ │ │ │ ├── TableGenerator.php
│ │ │ │ │ │ │ └── TableGeneratorSchemaVisitor.php
│ │ │ │ │ │ ├── LockMode.php
│ │ │ │ │ │ ├── Logging
│ │ │ │ │ │ │ ├── DebugStack.php
│ │ │ │ │ │ │ ├── EchoSQLLogger.php
│ │ │ │ │ │ │ ├── LoggerChain.php
│ │ │ │ │ │ │ └── SQLLogger.php
│ │ │ │ │ │ ├── Platforms
│ │ │ │ │ │ │ ├── AbstractPlatform.php
│ │ │ │ │ │ │ ├── DB2Platform.php
│ │ │ │ │ │ │ ├── DrizzlePlatform.php
│ │ │ │ │ │ │ ├── Keywords
│ │ │ │ │ │ │ │ ├── DB2Keywords.php
│ │ │ │ │ │ │ │ ├── DrizzleKeywords.php
│ │ │ │ │ │ │ │ ├── KeywordList.php
│ │ │ │ │ │ │ │ ├── MsSQLKeywords.php
│ │ │ │ │ │ │ │ ├── MySQL57Keywords.php
│ │ │ │ │ │ │ │ ├── MySQLKeywords.php
│ │ │ │ │ │ │ │ ├── OracleKeywords.php
│ │ │ │ │ │ │ │ ├── PostgreSQL91Keywords.php
│ │ │ │ │ │ │ │ ├── PostgreSQL92Keywords.php
│ │ │ │ │ │ │ │ ├── PostgreSQLKeywords.php
│ │ │ │ │ │ │ │ ├── ReservedKeywordsValidator.php
│ │ │ │ │ │ │ │ ├── SQLAnywhere11Keywords.php
│ │ │ │ │ │ │ │ ├── SQLAnywhere12Keywords.php
│ │ │ │ │ │ │ │ ├── SQLAnywhere16Keywords.php
│ │ │ │ │ │ │ │ ├── SQLAnywhereKeywords.php
│ │ │ │ │ │ │ │ ├── SQLiteKeywords.php
│ │ │ │ │ │ │ │ ├── SQLServer2005Keywords.php
│ │ │ │ │ │ │ │ ├── SQLServer2008Keywords.php
│ │ │ │ │ │ │ │ ├── SQLServer2012Keywords.php
│ │ │ │ │ │ │ │ └── SQLServerKeywords.php
│ │ │ │ │ │ │ ├── MySQL57Platform.php
│ │ │ │ │ │ │ ├── MySqlPlatform.php
│ │ │ │ │ │ │ ├── OraclePlatform.php
│ │ │ │ │ │ │ ├── PostgreSQL91Platform.php
│ │ │ │ │ │ │ ├── PostgreSQL92Platform.php
│ │ │ │ │ │ │ ├── PostgreSqlPlatform.php
│ │ │ │ │ │ │ ├── SQLAnywhere11Platform.php
│ │ │ │ │ │ │ ├── SQLAnywhere12Platform.php
│ │ │ │ │ │ │ ├── SQLAnywhere16Platform.php
│ │ │ │ │ │ │ ├── SQLAnywherePlatform.php
│ │ │ │ │ │ │ ├── SQLAzurePlatform.php
│ │ │ │ │ │ │ ├── SqlitePlatform.php
│ │ │ │ │ │ │ ├── SQLServer2005Platform.php
│ │ │ │ │ │ │ ├── SQLServer2008Platform.php
│ │ │ │ │ │ │ ├── SQLServer2012Platform.php
│ │ │ │ │ │ │ └── SQLServerPlatform.php
│ │ │ │ │ │ ├── Portability
│ │ │ │ │ │ │ ├── Connection.php
│ │ │ │ │ │ │ └── Statement.php
│ │ │ │ │ │ ├── Query
│ │ │ │ │ │ │ ├── Expression
│ │ │ │ │ │ │ │ ├── CompositeExpression.php
│ │ │ │ │ │ │ │ └── ExpressionBuilder.php
│ │ │ │ │ │ │ ├── QueryBuilder.php
│ │ │ │ │ │ │ └── QueryException.php
│ │ │ │ │ │ ├── README.markdown
│ │ │ │ │ │ ├── Schema
│ │ │ │ │ │ │ ├── AbstractAsset.php
│ │ │ │ │ │ │ ├── AbstractSchemaManager.php
│ │ │ │ │ │ │ ├── ColumnDiff.php
│ │ │ │ │ │ │ ├── Column.php
│ │ │ │ │ │ │ ├── Comparator.php
│ │ │ │ │ │ │ ├── Constraint.php
│ │ │ │ │ │ │ ├── DB2SchemaManager.php
│ │ │ │ │ │ │ ├── DrizzleSchemaManager.php
│ │ │ │ │ │ │ ├── ForeignKeyConstraint.php
│ │ │ │ │ │ │ ├── Identifier.php
│ │ │ │ │ │ │ ├── Index.php
│ │ │ │ │ │ │ ├── MySqlSchemaManager.php
│ │ │ │ │ │ │ ├── OracleSchemaManager.php
│ │ │ │ │ │ │ ├── PostgreSqlSchemaManager.php
│ │ │ │ │ │ │ ├── SchemaConfig.php
│ │ │ │ │ │ │ ├── SchemaDiff.php
│ │ │ │ │ │ │ ├── SchemaException.php
│ │ │ │ │ │ │ ├── Schema.php
│ │ │ │ │ │ │ ├── Sequence.php
│ │ │ │ │ │ │ ├── SQLAnywhereSchemaManager.php
│ │ │ │ │ │ │ ├── SqliteSchemaManager.php
│ │ │ │ │ │ │ ├── SQLServerSchemaManager.php
│ │ │ │ │ │ │ ├── Synchronizer
│ │ │ │ │ │ │ │ ├── AbstractSchemaSynchronizer.php
│ │ │ │ │ │ │ │ ├── SchemaSynchronizer.php
│ │ │ │ │ │ │ │ └── SingleDatabaseSynchronizer.php
│ │ │ │ │ │ │ ├── TableDiff.php
│ │ │ │ │ │ │ ├── Table.php
│ │ │ │ │ │ │ ├── View.php
│ │ │ │ │ │ │ └── Visitor
│ │ │ │ │ │ │ ├── AbstractVisitor.php
│ │ │ │ │ │ │ ├── CreateSchemaSqlCollector.php
│ │ │ │ │ │ │ ├── DropSchemaSqlCollector.php
│ │ │ │ │ │ │ ├── Graphviz.php
│ │ │ │ │ │ │ ├── NamespaceVisitor.php
│ │ │ │ │ │ │ ├── RemoveNamespacedAssets.php
│ │ │ │ │ │ │ ├── SchemaDiffVisitor.php
│ │ │ │ │ │ │ └── Visitor.php
│ │ │ │ │ │ ├── Sharding
│ │ │ │ │ │ │ ├── PoolingShardConnection.php
│ │ │ │ │ │ │ ├── PoolingShardManager.php
│ │ │ │ │ │ │ ├── ShardChoser
│ │ │ │ │ │ │ │ ├── MultiTenantShardChoser.php
│ │ │ │ │ │ │ │ └── ShardChoser.php
│ │ │ │ │ │ │ ├── ShardingException.php
│ │ │ │ │ │ │ ├── ShardManager.php
│ │ │ │ │ │ │ └── SQLAzure
│ │ │ │ │ │ │ ├── Schema
│ │ │ │ │ │ │ │ └── MultiTenantVisitor.php
│ │ │ │ │ │ │ ├── SQLAzureFederationsSynchronizer.php
│ │ │ │ │ │ │ └── SQLAzureShardManager.php
│ │ │ │ │ │ ├── SQLParserUtilsException.php
│ │ │ │ │ │ ├── SQLParserUtils.php
│ │ │ │ │ │ ├── Statement.php
│ │ │ │ │ │ ├── Tools
│ │ │ │ │ │ │ └── Console
│ │ │ │ │ │ │ ├── Command
│ │ │ │ │ │ │ │ ├── ImportCommand.php
│ │ │ │ │ │ │ │ ├── ReservedWordsCommand.php
│ │ │ │ │ │ │ │ └── RunSqlCommand.php
│ │ │ │ │ │ │ ├── ConsoleRunner.php
│ │ │ │ │ │ │ └── Helper
│ │ │ │ │ │ │ └── ConnectionHelper.php
│ │ │ │ │ │ ├── Types
│ │ │ │ │ │ │ ├── ArrayType.php
│ │ │ │ │ │ │ ├── BigIntType.php
│ │ │ │ │ │ │ ├── BinaryType.php
│ │ │ │ │ │ │ ├── BlobType.php
│ │ │ │ │ │ │ ├── BooleanType.php
│ │ │ │ │ │ │ ├── ConversionException.php
│ │ │ │ │ │ │ ├── DateTimeType.php
│ │ │ │ │ │ │ ├── DateTimeTzType.php
│ │ │ │ │ │ │ ├── DateType.php
│ │ │ │ │ │ │ ├── DecimalType.php
│ │ │ │ │ │ │ ├── FloatType.php
│ │ │ │ │ │ │ ├── GuidType.php
│ │ │ │ │ │ │ ├── IntegerType.php
│ │ │ │ │ │ │ ├── JsonArrayType.php
│ │ │ │ │ │ │ ├── ObjectType.php
│ │ │ │ │ │ │ ├── SimpleArrayType.php
│ │ │ │ │ │ │ ├── SmallIntType.php
│ │ │ │ │ │ │ ├── StringType.php
│ │ │ │ │ │ │ ├── TextType.php
│ │ │ │ │ │ │ ├── TimeType.php
│ │ │ │ │ │ │ ├── Type.php
│ │ │ │ │ │ │ └── VarDateTimeType.php
│ │ │ │ │ │ ├── VersionAwarePlatformDriver.php
│ │ │ │ │ │ └── Version.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── SECURITY.md
│ │ │ │ │ └── UPGRADE.md
│ │ │ │ ├── inflector
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── Doctrine
│ │ │ │ │ │ └── Common
│ │ │ │ │ │ └── Inflector
│ │ │ │ │ │ └── Inflector.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── tests
│ │ │ │ │ └── Doctrine
│ │ │ │ │ └── Tests
│ │ │ │ │ ├── Common
│ │ │ │ │ │ └── Inflector
│ │ │ │ │ │ └── InflectorTest.php
│ │ │ │ │ ├── DoctrineTestCase.php
│ │ │ │ │ └── TestInit.php
│ │ │ │ ├── instantiator
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpmd.xml.dist
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ └── Doctrine
│ │ │ │ │ │ └── Instantiator
│ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ │ └── UnexpectedValueException.php
│ │ │ │ │ │ ├── InstantiatorInterface.php
│ │ │ │ │ │ └── Instantiator.php
│ │ │ │ │ └── tests
│ │ │ │ │ └── DoctrineTest
│ │ │ │ │ ├── InstantiatorPerformance
│ │ │ │ │ │ └── InstantiatorPerformanceEvent.php
│ │ │ │ │ ├── InstantiatorTest
│ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ ├── InvalidArgumentExceptionTest.php
│ │ │ │ │ │ │ └── UnexpectedValueExceptionTest.php
│ │ │ │ │ │ └── InstantiatorTest.php
│ │ │ │ │ └── InstantiatorTestAsset
│ │ │ │ │ ├── AbstractClassAsset.php
│ │ │ │ │ ├── ArrayObjectAsset.php
│ │ │ │ │ ├── ExceptionAsset.php
│ │ │ │ │ ├── FinalExceptionAsset.php
│ │ │ │ │ ├── PharAsset.php
│ │ │ │ │ ├── PharExceptionAsset.php
│ │ │ │ │ ├── SerializableArrayObjectAsset.php
│ │ │ │ │ ├── SimpleSerializableAsset.php
│ │ │ │ │ ├── SimpleTraitAsset.php
│ │ │ │ │ ├── UnCloneableAsset.php
│ │ │ │ │ ├── UnserializeExceptionArrayObjectAsset.php
│ │ │ │ │ ├── WakeUpNoticesAsset.php
│ │ │ │ │ └── XMLReaderAsset.php
│ │ │ │ └── lexer
│ │ │ │ ├── composer.json
│ │ │ │ ├── lib
│ │ │ │ │ └── Doctrine
│ │ │ │ │ └── Common
│ │ │ │ │ └── Lexer
│ │ │ │ │ └── AbstractLexer.php
│ │ │ │ ├── LICENSE
│ │ │ │ └── README.md
│ │ │ ├── erusev
│ │ │ │ └── parsedown
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── Parsedown.php
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ └── test
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── CommonMarkTest.php
│ │ │ │ ├── data
│ │ │ │ │ ├── aesthetic_table.html
│ │ │ │ │ ├── aesthetic_table.md
│ │ │ │ │ ├── aligned_table.html
│ │ │ │ │ ├── aligned_table.md
│ │ │ │ │ ├── atx_heading.html
│ │ │ │ │ ├── atx_heading.md
│ │ │ │ │ ├── automatic_link.html
│ │ │ │ │ ├── automatic_link.md
│ │ │ │ │ ├── block-level_html.html
│ │ │ │ │ ├── block-level_html.md
│ │ │ │ │ ├── code_block.html
│ │ │ │ │ ├── code_block.md
│ │ │ │ │ ├── code_span.html
│ │ │ │ │ ├── code_span.md
│ │ │ │ │ ├── compound_blockquote.html
│ │ │ │ │ ├── compound_blockquote.md
│ │ │ │ │ ├── compound_emphasis.html
│ │ │ │ │ ├── compound_emphasis.md
│ │ │ │ │ ├── compound_list.html
│ │ │ │ │ ├── compound_list.md
│ │ │ │ │ ├── deeply_nested_list.html
│ │ │ │ │ ├── deeply_nested_list.md
│ │ │ │ │ ├── email.html
│ │ │ │ │ ├── email.md
│ │ │ │ │ ├── emphasis.html
│ │ │ │ │ ├── emphasis.md
│ │ │ │ │ ├── em_strong.html
│ │ │ │ │ ├── em_strong.md
│ │ │ │ │ ├── escaping.html
│ │ │ │ │ ├── escaping.md
│ │ │ │ │ ├── fenced_code_block.html
│ │ │ │ │ ├── fenced_code_block.md
│ │ │ │ │ ├── horizontal_rule.html
│ │ │ │ │ ├── horizontal_rule.md
│ │ │ │ │ ├── html_comment.html
│ │ │ │ │ ├── html_comment.md
│ │ │ │ │ ├── html_entity.html
│ │ │ │ │ ├── html_entity.md
│ │ │ │ │ ├── image_reference.html
│ │ │ │ │ ├── image_reference.md
│ │ │ │ │ ├── image_title.html
│ │ │ │ │ ├── image_title.md
│ │ │ │ │ ├── implicit_reference.html
│ │ │ │ │ ├── implicit_reference.md
│ │ │ │ │ ├── inline_link.html
│ │ │ │ │ ├── inline_link.md
│ │ │ │ │ ├── inline_link_title.html
│ │ │ │ │ ├── inline_link_title.md
│ │ │ │ │ ├── inline_title.html
│ │ │ │ │ ├── inline_title.md
│ │ │ │ │ ├── lazy_blockquote.html
│ │ │ │ │ ├── lazy_blockquote.md
│ │ │ │ │ ├── lazy_list.html
│ │ │ │ │ ├── lazy_list.md
│ │ │ │ │ ├── line_break.html
│ │ │ │ │ ├── line_break.md
│ │ │ │ │ ├── multiline_list_paragraph.html
│ │ │ │ │ ├── multiline_list_paragraph.md
│ │ │ │ │ ├── nested_block-level_html.html
│ │ │ │ │ ├── nested_block-level_html.md
│ │ │ │ │ ├── ordered_list.html
│ │ │ │ │ ├── ordered_list.md
│ │ │ │ │ ├── paragraph_list.html
│ │ │ │ │ ├── paragraph_list.md
│ │ │ │ │ ├── reference_title.html
│ │ │ │ │ ├── reference_title.md
│ │ │ │ │ ├── self-closing_html.html
│ │ │ │ │ ├── self-closing_html.md
│ │ │ │ │ ├── separated_nested_list.html
│ │ │ │ │ ├── separated_nested_list.md
│ │ │ │ │ ├── setext_header.html
│ │ │ │ │ ├── setext_header.md
│ │ │ │ │ ├── simple_blockquote.html
│ │ │ │ │ ├── simple_blockquote.md
│ │ │ │ │ ├── simple_table.html
│ │ │ │ │ ├── simple_table.md
│ │ │ │ │ ├── span-level_html.html
│ │ │ │ │ ├── span-level_html.md
│ │ │ │ │ ├── sparse_dense_list.html
│ │ │ │ │ ├── sparse_dense_list.md
│ │ │ │ │ ├── sparse_html.html
│ │ │ │ │ ├── sparse_html.md
│ │ │ │ │ ├── sparse_list.html
│ │ │ │ │ ├── sparse_list.md
│ │ │ │ │ ├── special_characters.html
│ │ │ │ │ ├── special_characters.md
│ │ │ │ │ ├── strikethrough.html
│ │ │ │ │ ├── strikethrough.md
│ │ │ │ │ ├── strong_em.html
│ │ │ │ │ ├── strong_em.md
│ │ │ │ │ ├── tab-indented_code_block.html
│ │ │ │ │ ├── tab-indented_code_block.md
│ │ │ │ │ ├── table_inline_markdown.html
│ │ │ │ │ ├── table_inline_markdown.md
│ │ │ │ │ ├── text_reference.html
│ │ │ │ │ ├── text_reference.md
│ │ │ │ │ ├── unordered_list.html
│ │ │ │ │ ├── unordered_list.md
│ │ │ │ │ ├── untidy_table.html
│ │ │ │ │ ├── untidy_table.md
│ │ │ │ │ ├── url_autolinking.html
│ │ │ │ │ ├── url_autolinking.md
│ │ │ │ │ ├── whitespace.html
│ │ │ │ │ └── whitespace.md
│ │ │ │ ├── ParsedownTest.php
│ │ │ │ └── TestParsedown.php
│ │ │ ├── fzaninotto
│ │ │ │ └── faker
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── readme.md
│ │ │ │ ├── src
│ │ │ │ │ ├── autoload.php
│ │ │ │ │ └── Faker
│ │ │ │ │ ├── Calculator
│ │ │ │ │ │ ├── Iban.php
│ │ │ │ │ │ └── Luhn.php
│ │ │ │ │ ├── DefaultGenerator.php
│ │ │ │ │ ├── Documentor.php
│ │ │ │ │ ├── Factory.php
│ │ │ │ │ ├── Generator.php
│ │ │ │ │ ├── Guesser
│ │ │ │ │ │ └── Name.php
│ │ │ │ │ ├── ORM
│ │ │ │ │ │ ├── CakePHP
│ │ │ │ │ │ │ ├── ColumnTypeGuesser.php
│ │ │ │ │ │ │ ├── EntityPopulator.php
│ │ │ │ │ │ │ └── Populator.php
│ │ │ │ │ │ ├── Doctrine
│ │ │ │ │ │ │ ├── ColumnTypeGuesser.php
│ │ │ │ │ │ │ ├── EntityPopulator.php
│ │ │ │ │ │ │ └── Populator.php
│ │ │ │ │ │ ├── Mandango
│ │ │ │ │ │ │ ├── ColumnTypeGuesser.php
│ │ │ │ │ │ │ ├── EntityPopulator.php
│ │ │ │ │ │ │ └── Populator.php
│ │ │ │ │ │ ├── Propel
│ │ │ │ │ │ │ ├── ColumnTypeGuesser.php
│ │ │ │ │ │ │ ├── EntityPopulator.php
│ │ │ │ │ │ │ └── Populator.php
│ │ │ │ │ │ ├── Propel2
│ │ │ │ │ │ │ ├── ColumnTypeGuesser.php
│ │ │ │ │ │ │ ├── EntityPopulator.php
│ │ │ │ │ │ │ └── Populator.php
│ │ │ │ │ │ └── Spot
│ │ │ │ │ │ ├── ColumnTypeGuesser.php
│ │ │ │ │ │ ├── EntityPopulator.php
│ │ │ │ │ │ └── Populator.php
│ │ │ │ │ ├── Provider
│ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ ├── ar_JO
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── ar_SA
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── at_AT
│ │ │ │ │ │ │ └── Payment.php
│ │ │ │ │ │ ├── Barcode.php
│ │ │ │ │ │ ├── Base.php
│ │ │ │ │ │ ├── bg_BG
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── Biased.php
│ │ │ │ │ │ ├── bn_BD
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Utils.php
│ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ ├── cs_CZ
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── DateTime.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── da_DK
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── DateTime.php
│ │ │ │ │ │ ├── de_AT
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── de_CH
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── de_DE
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── el_GR
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── en_AU
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── en_CA
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── en_GB
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── en_IN
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── en_NZ
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── en_PH
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── en_SG
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── en_UG
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── en_US
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── en_ZA
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── es_AR
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── es_ES
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── es_PE
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── es_VE
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── fa_IR
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── fi_FI
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ ├── fr_BE
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── fr_CA
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ └── Person.php
│ │ │ │ │ │ ├── fr_CH
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── fr_FR
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── he_IL
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── hr_HR
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── hu_HU
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── hy_AM
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── id_ID
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── Image.php
│ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ ├── is_IS
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── it_CH
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── it_IT
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── ja_JP
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── ka_GE
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── DateTime.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── kk_KZ
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── ko_KR
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── Lorem.php
│ │ │ │ │ │ ├── lt_LT
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── lv_LV
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── me_ME
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── Miscellaneous.php
│ │ │ │ │ │ ├── mn_MN
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── nb_NO
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── ne_NP
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── nl_BE
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── nl_NL
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ ├── pl_PL
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── pt_BR
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── check_digit.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── pt_PT
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── ro_MD
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── ro_RO
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── ru_RU
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── sk_SK
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── sl_SI
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── sr_Cyrl_RS
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ └── Person.php
│ │ │ │ │ │ ├── sr_Latn_RS
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ └── Person.php
│ │ │ │ │ │ ├── sr_RS
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ └── Person.php
│ │ │ │ │ │ ├── sv_SE
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── Text.php
│ │ │ │ │ │ ├── tr_TR
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── DateTime.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── uk_UA
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ │ └── Text.php
│ │ │ │ │ │ ├── UserAgent.php
│ │ │ │ │ │ ├── Uuid.php
│ │ │ │ │ │ ├── vi_VN
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ ├── zh_CN
│ │ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ │ ├── DateTime.php
│ │ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ │ └── PhoneNumber.php
│ │ │ │ │ │ └── zh_TW
│ │ │ │ │ │ ├── Address.php
│ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ ├── Company.php
│ │ │ │ │ │ ├── DateTime.php
│ │ │ │ │ │ ├── Internet.php
│ │ │ │ │ │ ├── Payment.php
│ │ │ │ │ │ ├── Person.php
│ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ └── Text.php
│ │ │ │ │ ├── UniqueGenerator.php
│ │ │ │ │ └── ValidGenerator.php
│ │ │ │ └── test
│ │ │ │ ├── documentor.php
│ │ │ │ ├── Faker
│ │ │ │ │ ├── Calculator
│ │ │ │ │ │ ├── IbanTest.php
│ │ │ │ │ │ └── LuhnTest.php
│ │ │ │ │ ├── DefaultGeneratorTest.php
│ │ │ │ │ ├── GeneratorTest.php
│ │ │ │ │ └── Provider
│ │ │ │ │ ├── AddressTest.php
│ │ │ │ │ ├── ar_JO
│ │ │ │ │ │ └── InternetTest.php
│ │ │ │ │ ├── ar_SA
│ │ │ │ │ │ └── InternetTest.php
│ │ │ │ │ ├── at_AT
│ │ │ │ │ │ └── PaymentTest.php
│ │ │ │ │ ├── BarcodeTest.php
│ │ │ │ │ ├── BaseTest.php
│ │ │ │ │ ├── bg_BG
│ │ │ │ │ │ └── PaymentTest.php
│ │ │ │ │ ├── BiasedTest.php
│ │ │ │ │ ├── bn_BD
│ │ │ │ │ │ └── PersonTest.php
│ │ │ │ │ ├── ColorTest.php
│ │ │ │ │ ├── CompanyTest.php
│ │ │ │ │ ├── cs_CZ
│ │ │ │ │ │ └── PersonTest.php
│ │ │ │ │ ├── da_DK
│ │ │ │ │ │ └── InternetTest.php
│ │ │ │ │ ├── DateTimeTest.php
│ │ │ │ │ ├── de_AT
│ │ │ │ │ │ ├── InternetTest.php
│ │ │ │ │ │ └── PhoneNumberTest.php
│ │ │ │ │ ├── de_CH
│ │ │ │ │ │ ├── AddressTest.php
│ │ │ │ │ │ ├── InternetTest.php
│ │ │ │ │ │ └── PhoneNumberTest.php
│ │ │ │ │ ├── de_DE
│ │ │ │ │ │ └── InternetTest.php
│ │ │ │ │ ├── en_AU
│ │ │ │ │ │ └── AddressTest.php
│ │ │ │ │ ├── en_CA
│ │ │ │ │ │ └── AddressTest.php
│ │ │ │ │ ├── en_IN
│ │ │ │ │ │ └── AddressTest.php
│ │ │ │ │ ├── en_NZ
│ │ │ │ │ │ └── PhoneNumberTest.php
│ │ │ │ │ ├── en_PH
│ │ │ │ │ │ └── AddressTest.php
│ │ │ │ │ ├── en_SG
│ │ │ │ │ │ ├── AddressTest.php
│ │ │ │ │ │ └── PhoneNumberTest.php
│ │ │ │ │ ├── en_UG
│ │ │ │ │ │ └── AddressTest.php
│ │ │ │ │ ├── en_US
│ │ │ │ │ │ ├── PaymentTest.php
│ │ │ │ │ │ └── PhoneNumberTest.php
│ │ │ │ │ ├── en_ZA
│ │ │ │ │ │ ├── CompanyTest.php
│ │ │ │ │ │ ├── InternetTest.php
│ │ │ │ │ │ └── PhoneNumberTest.php
│ │ │ │ │ ├── es_ES
│ │ │ │ │ │ └── PersonTest.php
│ │ │ │ │ ├── fi_FI
│ │ │ │ │ │ └── InternetTest.php
│ │ │ │ │ ├── fr_BE
│ │ │ │ │ │ └── PaymentTest.php
│ │ │ │ │ ├── fr_CH
│ │ │ │ │ │ ├── AddressTest.php
│ │ │ │ │ │ ├── InternetTest.php
│ │ │ │ │ │ └── PhoneNumberTest.php
│ │ │ │ │ ├── fr_FR
│ │ │ │ │ │ └── CompanyTest.php
│ │ │ │ │ ├── id_ID
│ │ │ │ │ │ └── PersonTest.php
│ │ │ │ │ ├── ImageTest.php
│ │ │ │ │ ├── InternetTest.php
│ │ │ │ │ ├── it_CH
│ │ │ │ │ │ ├── AddressTest.php
│ │ │ │ │ │ ├── InternetTest.php
│ │ │ │ │ │ └── PhoneNumberTest.php
│ │ │ │ │ ├── it_IT
│ │ │ │ │ │ ├── CompanyTest.php
│ │ │ │ │ │ └── PersonTest.php
│ │ │ │ │ ├── ja_JP
│ │ │ │ │ │ └── PersonTest.php
│ │ │ │ │ ├── LocalizationTest.php
│ │ │ │ │ ├── LoremTest.php
│ │ │ │ │ ├── MiscellaneousTest.php
│ │ │ │ │ ├── mn_MN
│ │ │ │ │ │ └── PersonTest.php
│ │ │ │ │ ├── nl_BE
│ │ │ │ │ │ └── PaymentTest.php
│ │ │ │ │ ├── nl_NL
│ │ │ │ │ │ └── CompanyTest.php
│ │ │ │ │ ├── PaymentTest.php
│ │ │ │ │ ├── PersonTest.php
│ │ │ │ │ ├── PhoneNumberTest.php
│ │ │ │ │ ├── ProviderOverrideTest.php
│ │ │ │ │ ├── pt_BR
│ │ │ │ │ │ ├── CompanyTest.php
│ │ │ │ │ │ └── PersonTest.php
│ │ │ │ │ ├── pt_PT
│ │ │ │ │ │ ├── AddressTest.php
│ │ │ │ │ │ ├── PersonTest.php
│ │ │ │ │ │ └── PhoneNumberTest.php
│ │ │ │ │ ├── ro_RO
│ │ │ │ │ │ ├── PersonTest.php
│ │ │ │ │ │ └── PhoneNumberTest.php
│ │ │ │ │ ├── sv_SE
│ │ │ │ │ │ └── PersonTest.php
│ │ │ │ │ ├── TextTest.php
│ │ │ │ │ ├── uk_UA
│ │ │ │ │ │ ├── AddressTest.php
│ │ │ │ │ │ └── PhoneNumberTest.php
│ │ │ │ │ ├── UserAgentTest.php
│ │ │ │ │ ├── UuidTest.php
│ │ │ │ │ └── zh_TW
│ │ │ │ │ └── TextTest.php
│ │ │ │ └── test.php
│ │ │ ├── gregwar
│ │ │ │ └── captcha
│ │ │ │ ├── autoload.php
│ │ │ │ ├── CaptchaBuilderInterface.php
│ │ │ │ ├── CaptchaBuilder.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── demo
│ │ │ │ │ ├── demo.php
│ │ │ │ │ ├── fingerprint.php
│ │ │ │ │ ├── index.php
│ │ │ │ │ ├── ocr.php
│ │ │ │ │ └── output.php
│ │ │ │ ├── Font
│ │ │ │ │ ├── captcha0.ttf
│ │ │ │ │ ├── captcha1.ttf
│ │ │ │ │ ├── captcha2.ttf
│ │ │ │ │ ├── captcha3.ttf
│ │ │ │ │ ├── captcha4.ttf
│ │ │ │ │ └── captcha5.ttf
│ │ │ │ ├── ImageFileHandler.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── PhraseBuilderInterface.php
│ │ │ │ ├── PhraseBuilder.php
│ │ │ │ └── README.md
│ │ │ ├── guzzlehttp
│ │ │ │ ├── guzzle
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── ClientInterface.php
│ │ │ │ │ │ ├── Client.php
│ │ │ │ │ │ ├── Cookie
│ │ │ │ │ │ │ ├── CookieJarInterface.php
│ │ │ │ │ │ │ ├── CookieJar.php
│ │ │ │ │ │ │ ├── FileCookieJar.php
│ │ │ │ │ │ │ ├── SessionCookieJar.php
│ │ │ │ │ │ │ └── SetCookie.php
│ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ ├── BadResponseException.php
│ │ │ │ │ │ │ ├── ClientException.php
│ │ │ │ │ │ │ ├── ConnectException.php
│ │ │ │ │ │ │ ├── GuzzleException.php
│ │ │ │ │ │ │ ├── RequestException.php
│ │ │ │ │ │ │ ├── SeekException.php
│ │ │ │ │ │ │ ├── ServerException.php
│ │ │ │ │ │ │ ├── TooManyRedirectsException.php
│ │ │ │ │ │ │ └── TransferException.php
│ │ │ │ │ │ ├── functions_include.php
│ │ │ │ │ │ ├── functions.php
│ │ │ │ │ │ ├── Handler
│ │ │ │ │ │ │ ├── CurlFactoryInterface.php
│ │ │ │ │ │ │ ├── CurlFactory.php
│ │ │ │ │ │ │ ├── CurlHandler.php
│ │ │ │ │ │ │ ├── CurlMultiHandler.php
│ │ │ │ │ │ │ ├── EasyHandle.php
│ │ │ │ │ │ │ ├── MockHandler.php
│ │ │ │ │ │ │ ├── Proxy.php
│ │ │ │ │ │ │ └── StreamHandler.php
│ │ │ │ │ │ ├── HandlerStack.php
│ │ │ │ │ │ ├── MessageFormatter.php
│ │ │ │ │ │ ├── Middleware.php
│ │ │ │ │ │ ├── Pool.php
│ │ │ │ │ │ ├── PrepareBodyMiddleware.php
│ │ │ │ │ │ ├── RedirectMiddleware.php
│ │ │ │ │ │ ├── RequestOptions.php
│ │ │ │ │ │ ├── RetryMiddleware.php
│ │ │ │ │ │ ├── TransferStats.php
│ │ │ │ │ │ └── UriTemplate.php
│ │ │ │ │ └── UPGRADING.md
│ │ │ │ ├── promises
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── src
│ │ │ │ │ ├── AggregateException.php
│ │ │ │ │ ├── CancellationException.php
│ │ │ │ │ ├── Coroutine.php
│ │ │ │ │ ├── EachPromise.php
│ │ │ │ │ ├── FulfilledPromise.php
│ │ │ │ │ ├── functions_include.php
│ │ │ │ │ ├── functions.php
│ │ │ │ │ ├── PromiseInterface.php
│ │ │ │ │ ├── Promise.php
│ │ │ │ │ ├── PromisorInterface.php
│ │ │ │ │ ├── RejectedPromise.php
│ │ │ │ │ ├── RejectionException.php
│ │ │ │ │ ├── TaskQueueInterface.php
│ │ │ │ │ └── TaskQueue.php
│ │ │ │ └── psr7
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── AppendStream.php
│ │ │ │ ├── BufferStream.php
│ │ │ │ ├── CachingStream.php
│ │ │ │ ├── DroppingStream.php
│ │ │ │ ├── FnStream.php
│ │ │ │ ├── functions_include.php
│ │ │ │ ├── functions.php
│ │ │ │ ├── InflateStream.php
│ │ │ │ ├── LazyOpenStream.php
│ │ │ │ ├── LimitStream.php
│ │ │ │ ├── MessageTrait.php
│ │ │ │ ├── MultipartStream.php
│ │ │ │ ├── NoSeekStream.php
│ │ │ │ ├── PumpStream.php
│ │ │ │ ├── Request.php
│ │ │ │ ├── Response.php
│ │ │ │ ├── ServerRequest.php
│ │ │ │ ├── StreamDecoratorTrait.php
│ │ │ │ ├── Stream.php
│ │ │ │ ├── StreamWrapper.php
│ │ │ │ ├── UploadedFile.php
│ │ │ │ ├── UriNormalizer.php
│ │ │ │ ├── Uri.php
│ │ │ │ └── UriResolver.php
│ │ │ ├── hamcrest
│ │ │ │ └── hamcrest-php
│ │ │ │ ├── CHANGES.txt
│ │ │ │ ├── composer.json
│ │ │ │ ├── generator
│ │ │ │ │ ├── FactoryCall.php
│ │ │ │ │ ├── FactoryClass.php
│ │ │ │ │ ├── FactoryFile.php
│ │ │ │ │ ├── FactoryGenerator.php
│ │ │ │ │ ├── FactoryMethod.php
│ │ │ │ │ ├── FactoryParameter.php
│ │ │ │ │ ├── GlobalFunctionFile.php
│ │ │ │ │ ├── parts
│ │ │ │ │ │ ├── file_header.txt
│ │ │ │ │ │ ├── functions_footer.txt
│ │ │ │ │ │ ├── functions_header.txt
│ │ │ │ │ │ ├── functions_imports.txt
│ │ │ │ │ │ ├── matchers_footer.txt
│ │ │ │ │ │ ├── matchers_header.txt
│ │ │ │ │ │ └── matchers_imports.txt
│ │ │ │ │ ├── run.php
│ │ │ │ │ └── StaticMethodFile.php
│ │ │ │ ├── hamcrest
│ │ │ │ │ ├── Hamcrest
│ │ │ │ │ │ ├── Arrays
│ │ │ │ │ │ │ ├── IsArrayContainingInAnyOrder.php
│ │ │ │ │ │ │ ├── IsArrayContainingInOrder.php
│ │ │ │ │ │ │ ├── IsArrayContainingKey.php
│ │ │ │ │ │ │ ├── IsArrayContainingKeyValuePair.php
│ │ │ │ │ │ │ ├── IsArrayContaining.php
│ │ │ │ │ │ │ ├── IsArray.php
│ │ │ │ │ │ │ ├── IsArrayWithSize.php
│ │ │ │ │ │ │ ├── MatchingOnce.php
│ │ │ │ │ │ │ └── SeriesMatchingOnce.php
│ │ │ │ │ │ ├── AssertionError.php
│ │ │ │ │ │ ├── BaseDescription.php
│ │ │ │ │ │ ├── BaseMatcher.php
│ │ │ │ │ │ ├── Collection
│ │ │ │ │ │ │ ├── IsEmptyTraversable.php
│ │ │ │ │ │ │ └── IsTraversableWithSize.php
│ │ │ │ │ │ ├── Core
│ │ │ │ │ │ │ ├── AllOf.php
│ │ │ │ │ │ │ ├── AnyOf.php
│ │ │ │ │ │ │ ├── CombinableMatcher.php
│ │ │ │ │ │ │ ├── DescribedAs.php
│ │ │ │ │ │ │ ├── Every.php
│ │ │ │ │ │ │ ├── HasToString.php
│ │ │ │ │ │ │ ├── IsAnything.php
│ │ │ │ │ │ │ ├── IsCollectionContaining.php
│ │ │ │ │ │ │ ├── IsEqual.php
│ │ │ │ │ │ │ ├── IsIdentical.php
│ │ │ │ │ │ │ ├── IsInstanceOf.php
│ │ │ │ │ │ │ ├── IsNot.php
│ │ │ │ │ │ │ ├── IsNull.php
│ │ │ │ │ │ │ ├── Is.php
│ │ │ │ │ │ │ ├── IsSame.php
│ │ │ │ │ │ │ ├── IsTypeOf.php
│ │ │ │ │ │ │ ├── Set.php
│ │ │ │ │ │ │ └── ShortcutCombination.php
│ │ │ │ │ │ ├── Description.php
│ │ │ │ │ │ ├── DiagnosingMatcher.php
│ │ │ │ │ │ ├── FeatureMatcher.php
│ │ │ │ │ │ ├── Internal
│ │ │ │ │ │ │ └── SelfDescribingValue.php
│ │ │ │ │ │ ├── MatcherAssert.php
│ │ │ │ │ │ ├── Matcher.php
│ │ │ │ │ │ ├── Matchers.php
│ │ │ │ │ │ ├── NullDescription.php
│ │ │ │ │ │ ├── Number
│ │ │ │ │ │ │ ├── IsCloseTo.php
│ │ │ │ │ │ │ └── OrderingComparison.php
│ │ │ │ │ │ ├── SelfDescribing.php
│ │ │ │ │ │ ├── StringDescription.php
│ │ │ │ │ │ ├── Text
│ │ │ │ │ │ │ ├── IsEmptyString.php
│ │ │ │ │ │ │ ├── IsEqualIgnoringCase.php
│ │ │ │ │ │ │ ├── IsEqualIgnoringWhiteSpace.php
│ │ │ │ │ │ │ ├── MatchesPattern.php
│ │ │ │ │ │ │ ├── StringContainsIgnoringCase.php
│ │ │ │ │ │ │ ├── StringContainsInOrder.php
│ │ │ │ │ │ │ ├── StringContains.php
│ │ │ │ │ │ │ ├── StringEndsWith.php
│ │ │ │ │ │ │ ├── StringStartsWith.php
│ │ │ │ │ │ │ └── SubstringMatcher.php
│ │ │ │ │ │ ├── Type
│ │ │ │ │ │ │ ├── IsArray.php
│ │ │ │ │ │ │ ├── IsBoolean.php
│ │ │ │ │ │ │ ├── IsCallable.php
│ │ │ │ │ │ │ ├── IsDouble.php
│ │ │ │ │ │ │ ├── IsInteger.php
│ │ │ │ │ │ │ ├── IsNumeric.php
│ │ │ │ │ │ │ ├── IsObject.php
│ │ │ │ │ │ │ ├── IsResource.php
│ │ │ │ │ │ │ ├── IsScalar.php
│ │ │ │ │ │ │ └── IsString.php
│ │ │ │ │ │ ├── TypeSafeDiagnosingMatcher.php
│ │ │ │ │ │ ├── TypeSafeMatcher.php
│ │ │ │ │ │ ├── Util.php
│ │ │ │ │ │ └── Xml
│ │ │ │ │ │ └── HasXPath.php
│ │ │ │ │ └── Hamcrest.php
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── README.md
│ │ │ │ ├── tests
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ ├── Hamcrest
│ │ │ │ │ │ ├── AbstractMatcherTest.php
│ │ │ │ │ │ ├── Array
│ │ │ │ │ │ │ ├── IsArrayContainingInAnyOrderTest.php
│ │ │ │ │ │ │ ├── IsArrayContainingInOrderTest.php
│ │ │ │ │ │ │ ├── IsArrayContainingKeyTest.php
│ │ │ │ │ │ │ ├── IsArrayContainingKeyValuePairTest.php
│ │ │ │ │ │ │ ├── IsArrayContainingTest.php
│ │ │ │ │ │ │ ├── IsArrayTest.php
│ │ │ │ │ │ │ └── IsArrayWithSizeTest.php
│ │ │ │ │ │ ├── BaseMatcherTest.php
│ │ │ │ │ │ ├── Collection
│ │ │ │ │ │ │ ├── IsEmptyTraversableTest.php
│ │ │ │ │ │ │ └── IsTraversableWithSizeTest.php
│ │ │ │ │ │ ├── Core
│ │ │ │ │ │ │ ├── AllOfTest.php
│ │ │ │ │ │ │ ├── AnyOfTest.php
│ │ │ │ │ │ │ ├── CombinableMatcherTest.php
│ │ │ │ │ │ │ ├── DescribedAsTest.php
│ │ │ │ │ │ │ ├── EveryTest.php
│ │ │ │ │ │ │ ├── HasToStringTest.php
│ │ │ │ │ │ │ ├── IsAnythingTest.php
│ │ │ │ │ │ │ ├── IsCollectionContainingTest.php
│ │ │ │ │ │ │ ├── IsEqualTest.php
│ │ │ │ │ │ │ ├── IsIdenticalTest.php
│ │ │ │ │ │ │ ├── IsInstanceOfTest.php
│ │ │ │ │ │ │ ├── IsNotTest.php
│ │ │ │ │ │ │ ├── IsNullTest.php
│ │ │ │ │ │ │ ├── IsSameTest.php
│ │ │ │ │ │ │ ├── IsTest.php
│ │ │ │ │ │ │ ├── IsTypeOfTest.php
│ │ │ │ │ │ │ ├── SampleBaseClass.php
│ │ │ │ │ │ │ ├── SampleSubClass.php
│ │ │ │ │ │ │ └── SetTest.php
│ │ │ │ │ │ ├── FeatureMatcherTest.php
│ │ │ │ │ │ ├── MatcherAssertTest.php
│ │ │ │ │ │ ├── Number
│ │ │ │ │ │ │ ├── IsCloseToTest.php
│ │ │ │ │ │ │ └── OrderingComparisonTest.php
│ │ │ │ │ │ ├── StringDescriptionTest.php
│ │ │ │ │ │ ├── Text
│ │ │ │ │ │ │ ├── IsEmptyStringTest.php
│ │ │ │ │ │ │ ├── IsEqualIgnoringCaseTest.php
│ │ │ │ │ │ │ ├── IsEqualIgnoringWhiteSpaceTest.php
│ │ │ │ │ │ │ ├── MatchesPatternTest.php
│ │ │ │ │ │ │ ├── StringContainsIgnoringCaseTest.php
│ │ │ │ │ │ │ ├── StringContainsInOrderTest.php
│ │ │ │ │ │ │ ├── StringContainsTest.php
│ │ │ │ │ │ │ ├── StringEndsWithTest.php
│ │ │ │ │ │ │ └── StringStartsWithTest.php
│ │ │ │ │ │ ├── Type
│ │ │ │ │ │ │ ├── IsArrayTest.php
│ │ │ │ │ │ │ ├── IsBooleanTest.php
│ │ │ │ │ │ │ ├── IsCallableTest.php
│ │ │ │ │ │ │ ├── IsDoubleTest.php
│ │ │ │ │ │ │ ├── IsIntegerTest.php
│ │ │ │ │ │ │ ├── IsNumericTest.php
│ │ │ │ │ │ │ ├── IsObjectTest.php
│ │ │ │ │ │ │ ├── IsResourceTest.php
│ │ │ │ │ │ │ ├── IsScalarTest.php
│ │ │ │ │ │ │ └── IsStringTest.php
│ │ │ │ │ │ ├── UtilTest.php
│ │ │ │ │ │ └── Xml
│ │ │ │ │ │ └── HasXPathTest.php
│ │ │ │ │ └── phpunit.xml.dist
│ │ │ │ └── TODO.txt
│ │ │ ├── intervention
│ │ │ │ └── image
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── provides.json
│ │ │ │ └── src
│ │ │ │ ├── config
│ │ │ │ │ └── config.php
│ │ │ │ └── Intervention
│ │ │ │ └── Image
│ │ │ │ ├── AbstractColor.php
│ │ │ │ ├── AbstractDecoder.php
│ │ │ │ ├── AbstractDriver.php
│ │ │ │ ├── AbstractEncoder.php
│ │ │ │ ├── AbstractFont.php
│ │ │ │ ├── AbstractShape.php
│ │ │ │ ├── Commands
│ │ │ │ │ ├── AbstractCommand.php
│ │ │ │ │ ├── Argument.php
│ │ │ │ │ ├── ChecksumCommand.php
│ │ │ │ │ ├── CircleCommand.php
│ │ │ │ │ ├── EllipseCommand.php
│ │ │ │ │ ├── ExifCommand.php
│ │ │ │ │ ├── IptcCommand.php
│ │ │ │ │ ├── LineCommand.php
│ │ │ │ │ ├── OrientateCommand.php
│ │ │ │ │ ├── PolygonCommand.php
│ │ │ │ │ ├── PsrResponseCommand.php
│ │ │ │ │ ├── RectangleCommand.php
│ │ │ │ │ ├── ResponseCommand.php
│ │ │ │ │ ├── StreamCommand.php
│ │ │ │ │ └── TextCommand.php
│ │ │ │ ├── Constraint.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── ImageException.php
│ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ ├── MissingDependencyException.php
│ │ │ │ │ ├── NotFoundException.php
│ │ │ │ │ ├── NotReadableException.php
│ │ │ │ │ ├── NotSupportedException.php
│ │ │ │ │ ├── NotWritableException.php
│ │ │ │ │ └── RuntimeException.php
│ │ │ │ ├── Facades
│ │ │ │ │ └── Image.php
│ │ │ │ ├── File.php
│ │ │ │ ├── Filters
│ │ │ │ │ ├── DemoFilter.php
│ │ │ │ │ └── FilterInterface.php
│ │ │ │ ├── Gd
│ │ │ │ │ ├── Color.php
│ │ │ │ │ ├── Commands
│ │ │ │ │ │ ├── BackupCommand.php
│ │ │ │ │ │ ├── BlurCommand.php
│ │ │ │ │ │ ├── BrightnessCommand.php
│ │ │ │ │ │ ├── ColorizeCommand.php
│ │ │ │ │ │ ├── ContrastCommand.php
│ │ │ │ │ │ ├── CropCommand.php
│ │ │ │ │ │ ├── DestroyCommand.php
│ │ │ │ │ │ ├── FillCommand.php
│ │ │ │ │ │ ├── FitCommand.php
│ │ │ │ │ │ ├── FlipCommand.php
│ │ │ │ │ │ ├── GammaCommand.php
│ │ │ │ │ │ ├── GetSizeCommand.php
│ │ │ │ │ │ ├── GreyscaleCommand.php
│ │ │ │ │ │ ├── HeightenCommand.php
│ │ │ │ │ │ ├── InsertCommand.php
│ │ │ │ │ │ ├── InterlaceCommand.php
│ │ │ │ │ │ ├── InvertCommand.php
│ │ │ │ │ │ ├── LimitColorsCommand.php
│ │ │ │ │ │ ├── MaskCommand.php
│ │ │ │ │ │ ├── OpacityCommand.php
│ │ │ │ │ │ ├── PickColorCommand.php
│ │ │ │ │ │ ├── PixelateCommand.php
│ │ │ │ │ │ ├── PixelCommand.php
│ │ │ │ │ │ ├── ResetCommand.php
│ │ │ │ │ │ ├── ResizeCanvasCommand.php
│ │ │ │ │ │ ├── ResizeCommand.php
│ │ │ │ │ │ ├── RotateCommand.php
│ │ │ │ │ │ ├── SharpenCommand.php
│ │ │ │ │ │ ├── TrimCommand.php
│ │ │ │ │ │ └── WidenCommand.php
│ │ │ │ │ ├── Decoder.php
│ │ │ │ │ ├── Driver.php
│ │ │ │ │ ├── Encoder.php
│ │ │ │ │ ├── Font.php
│ │ │ │ │ └── Shapes
│ │ │ │ │ ├── CircleShape.php
│ │ │ │ │ ├── EllipseShape.php
│ │ │ │ │ ├── LineShape.php
│ │ │ │ │ ├── PolygonShape.php
│ │ │ │ │ └── RectangleShape.php
│ │ │ │ ├── ImageManager.php
│ │ │ │ ├── ImageManagerStatic.php
│ │ │ │ ├── Image.php
│ │ │ │ ├── ImageServiceProviderLaravel4.php
│ │ │ │ ├── ImageServiceProviderLaravel5.php
│ │ │ │ ├── ImageServiceProviderLeague.php
│ │ │ │ ├── ImageServiceProviderLumen.php
│ │ │ │ ├── ImageServiceProvider.php
│ │ │ │ ├── Imagick
│ │ │ │ │ ├── Color.php
│ │ │ │ │ ├── Commands
│ │ │ │ │ │ ├── BackupCommand.php
│ │ │ │ │ │ ├── BlurCommand.php
│ │ │ │ │ │ ├── BrightnessCommand.php
│ │ │ │ │ │ ├── ColorizeCommand.php
│ │ │ │ │ │ ├── ContrastCommand.php
│ │ │ │ │ │ ├── CropCommand.php
│ │ │ │ │ │ ├── DestroyCommand.php
│ │ │ │ │ │ ├── ExifCommand.php
│ │ │ │ │ │ ├── FillCommand.php
│ │ │ │ │ │ ├── FitCommand.php
│ │ │ │ │ │ ├── FlipCommand.php
│ │ │ │ │ │ ├── GammaCommand.php
│ │ │ │ │ │ ├── GetSizeCommand.php
│ │ │ │ │ │ ├── GreyscaleCommand.php
│ │ │ │ │ │ ├── HeightenCommand.php
│ │ │ │ │ │ ├── InsertCommand.php
│ │ │ │ │ │ ├── InterlaceCommand.php
│ │ │ │ │ │ ├── InvertCommand.php
│ │ │ │ │ │ ├── LimitColorsCommand.php
│ │ │ │ │ │ ├── MaskCommand.php
│ │ │ │ │ │ ├── OpacityCommand.php
│ │ │ │ │ │ ├── PickColorCommand.php
│ │ │ │ │ │ ├── PixelateCommand.php
│ │ │ │ │ │ ├── PixelCommand.php
│ │ │ │ │ │ ├── ResetCommand.php
│ │ │ │ │ │ ├── ResizeCanvasCommand.php
│ │ │ │ │ │ ├── ResizeCommand.php
│ │ │ │ │ │ ├── RotateCommand.php
│ │ │ │ │ │ ├── SharpenCommand.php
│ │ │ │ │ │ ├── TrimCommand.php
│ │ │ │ │ │ └── WidenCommand.php
│ │ │ │ │ ├── Decoder.php
│ │ │ │ │ ├── Driver.php
│ │ │ │ │ ├── Encoder.php
│ │ │ │ │ ├── Font.php
│ │ │ │ │ └── Shapes
│ │ │ │ │ ├── CircleShape.php
│ │ │ │ │ ├── EllipseShape.php
│ │ │ │ │ ├── LineShape.php
│ │ │ │ │ ├── PolygonShape.php
│ │ │ │ │ └── RectangleShape.php
│ │ │ │ ├── Point.php
│ │ │ │ ├── Response.php
│ │ │ │ └── Size.php
│ │ │ ├── jakub-onderka
│ │ │ │ ├── php-console-color
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── example.php
│ │ │ │ │ ├── phpunit.xml
│ │ │ │ │ ├── src
│ │ │ │ │ │ └── JakubOnderka
│ │ │ │ │ │ └── PhpConsoleColor
│ │ │ │ │ │ ├── ConsoleColor.php
│ │ │ │ │ │ └── InvalidStyleException.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ └── JakubOnderka
│ │ │ │ │ └── PhpConsoleColor
│ │ │ │ │ └── ConsoleColorTest.php
│ │ │ │ └── php-console-highlighter
│ │ │ │ ├── build.xml
│ │ │ │ ├── composer.json
│ │ │ │ ├── examples
│ │ │ │ │ ├── snippet.php
│ │ │ │ │ ├── whole_file_line_numbers.php
│ │ │ │ │ └── whole_file.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── JakubOnderka
│ │ │ │ │ └── PhpConsoleHighlighter
│ │ │ │ │ └── Highlighter.php
│ │ │ │ └── tests
│ │ │ │ ├── bootstrap.php
│ │ │ │ └── JakubOnderka
│ │ │ │ └── PhpConsoleHighligter
│ │ │ │ └── HigligterTest.php
│ │ │ ├── jeremeamia
│ │ │ │ └── SuperClosure
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE.md
│ │ │ │ └── src
│ │ │ │ ├── Analyzer
│ │ │ │ │ ├── AstAnalyzer.php
│ │ │ │ │ ├── ClosureAnalyzer.php
│ │ │ │ │ ├── TokenAnalyzer.php
│ │ │ │ │ ├── Token.php
│ │ │ │ │ └── Visitor
│ │ │ │ │ ├── ClosureLocatorVisitor.php
│ │ │ │ │ ├── MagicConstantVisitor.php
│ │ │ │ │ └── ThisDetectorVisitor.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── ClosureAnalysisException.php
│ │ │ │ │ ├── ClosureSerializationException.php
│ │ │ │ │ ├── ClosureUnserializationException.php
│ │ │ │ │ └── SuperClosureException.php
│ │ │ │ ├── SerializableClosure.php
│ │ │ │ ├── SerializerInterface.php
│ │ │ │ └── Serializer.php
│ │ │ ├── laravel
│ │ │ │ ├── framework
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── src
│ │ │ │ │ └── Illuminate
│ │ │ │ │ ├── Auth
│ │ │ │ │ │ ├── Access
│ │ │ │ │ │ │ ├── AuthorizationException.php
│ │ │ │ │ │ │ ├── Gate.php
│ │ │ │ │ │ │ ├── HandlesAuthorization.php
│ │ │ │ │ │ │ └── Response.php
│ │ │ │ │ │ ├── Authenticatable.php
│ │ │ │ │ │ ├── AuthenticationException.php
│ │ │ │ │ │ ├── AuthManager.php
│ │ │ │ │ │ ├── AuthServiceProvider.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Console
│ │ │ │ │ │ │ ├── ClearResetsCommand.php
│ │ │ │ │ │ │ ├── MakeAuthCommand.php
│ │ │ │ │ │ │ └── stubs
│ │ │ │ │ │ │ └── make
│ │ │ │ │ │ │ ├── controllers
│ │ │ │ │ │ │ │ └── HomeController.stub
│ │ │ │ │ │ │ ├── routes.stub
│ │ │ │ │ │ │ └── views
│ │ │ │ │ │ │ ├── auth
│ │ │ │ │ │ │ │ ├── login.stub
│ │ │ │ │ │ │ │ ├── passwords
│ │ │ │ │ │ │ │ │ ├── email.stub
│ │ │ │ │ │ │ │ │ └── reset.stub
│ │ │ │ │ │ │ │ └── register.stub
│ │ │ │ │ │ │ ├── home.stub
│ │ │ │ │ │ │ └── layouts
│ │ │ │ │ │ │ └── app.stub
│ │ │ │ │ │ ├── CreatesUserProviders.php
│ │ │ │ │ │ ├── DatabaseUserProvider.php
│ │ │ │ │ │ ├── EloquentUserProvider.php
│ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ ├── Attempting.php
│ │ │ │ │ │ │ ├── Authenticated.php
│ │ │ │ │ │ │ ├── Failed.php
│ │ │ │ │ │ │ ├── Lockout.php
│ │ │ │ │ │ │ ├── Login.php
│ │ │ │ │ │ │ ├── Logout.php
│ │ │ │ │ │ │ └── Registered.php
│ │ │ │ │ │ ├── GenericUser.php
│ │ │ │ │ │ ├── GuardHelpers.php
│ │ │ │ │ │ ├── Middleware
│ │ │ │ │ │ │ ├── Authenticate.php
│ │ │ │ │ │ │ ├── AuthenticateWithBasicAuth.php
│ │ │ │ │ │ │ └── Authorize.php
│ │ │ │ │ │ ├── Notifications
│ │ │ │ │ │ │ └── ResetPassword.php
│ │ │ │ │ │ ├── Passwords
│ │ │ │ │ │ │ ├── CanResetPassword.php
│ │ │ │ │ │ │ ├── DatabaseTokenRepository.php
│ │ │ │ │ │ │ ├── PasswordBrokerManager.php
│ │ │ │ │ │ │ ├── PasswordBroker.php
│ │ │ │ │ │ │ ├── PasswordResetServiceProvider.php
│ │ │ │ │ │ │ └── TokenRepositoryInterface.php
│ │ │ │ │ │ ├── Recaller.php
│ │ │ │ │ │ ├── RequestGuard.php
│ │ │ │ │ │ ├── SessionGuard.php
│ │ │ │ │ │ └── TokenGuard.php
│ │ │ │ │ ├── Broadcasting
│ │ │ │ │ │ ├── BroadcastController.php
│ │ │ │ │ │ ├── Broadcasters
│ │ │ │ │ │ │ ├── Broadcaster.php
│ │ │ │ │ │ │ ├── LogBroadcaster.php
│ │ │ │ │ │ │ ├── NullBroadcaster.php
│ │ │ │ │ │ │ ├── PusherBroadcaster.php
│ │ │ │ │ │ │ └── RedisBroadcaster.php
│ │ │ │ │ │ ├── BroadcastEvent.php
│ │ │ │ │ │ ├── BroadcastException.php
│ │ │ │ │ │ ├── BroadcastManager.php
│ │ │ │ │ │ ├── BroadcastServiceProvider.php
│ │ │ │ │ │ ├── Channel.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── InteractsWithSockets.php
│ │ │ │ │ │ ├── PendingBroadcast.php
│ │ │ │ │ │ ├── PresenceChannel.php
│ │ │ │ │ │ └── PrivateChannel.php
│ │ │ │ │ ├── Bus
│ │ │ │ │ │ ├── BusServiceProvider.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Dispatcher.php
│ │ │ │ │ │ └── Queueable.php
│ │ │ │ │ ├── Cache
│ │ │ │ │ │ ├── ApcStore.php
│ │ │ │ │ │ ├── ApcWrapper.php
│ │ │ │ │ │ ├── ArrayStore.php
│ │ │ │ │ │ ├── CacheManager.php
│ │ │ │ │ │ ├── CacheServiceProvider.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Console
│ │ │ │ │ │ │ ├── CacheTableCommand.php
│ │ │ │ │ │ │ ├── ClearCommand.php
│ │ │ │ │ │ │ ├── ForgetCommand.php
│ │ │ │ │ │ │ └── stubs
│ │ │ │ │ │ │ └── cache.stub
│ │ │ │ │ │ ├── DatabaseStore.php
│ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ ├── CacheEvent.php
│ │ │ │ │ │ │ ├── CacheHit.php
│ │ │ │ │ │ │ ├── CacheMissed.php
│ │ │ │ │ │ │ ├── KeyForgotten.php
│ │ │ │ │ │ │ └── KeyWritten.php
│ │ │ │ │ │ ├── FileStore.php
│ │ │ │ │ │ ├── MemcachedConnector.php
│ │ │ │ │ │ ├── MemcachedStore.php
│ │ │ │ │ │ ├── NullStore.php
│ │ │ │ │ │ ├── RateLimiter.php
│ │ │ │ │ │ ├── RedisStore.php
│ │ │ │ │ │ ├── RedisTaggedCache.php
│ │ │ │ │ │ ├── Repository.php
│ │ │ │ │ │ ├── RetrievesMultipleKeys.php
│ │ │ │ │ │ ├── TaggableStore.php
│ │ │ │ │ │ ├── TaggedCache.php
│ │ │ │ │ │ └── TagSet.php
│ │ │ │ │ ├── Config
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ └── Repository.php
│ │ │ │ │ ├── Console
│ │ │ │ │ │ ├── Application.php
│ │ │ │ │ │ ├── Command.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── ConfirmableTrait.php
│ │ │ │ │ │ ├── DetectsApplicationNamespace.php
│ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ └── ArtisanStarting.php
│ │ │ │ │ │ ├── GeneratorCommand.php
│ │ │ │ │ │ ├── OutputStyle.php
│ │ │ │ │ │ ├── Parser.php
│ │ │ │ │ │ └── Scheduling
│ │ │ │ │ │ ├── CacheMutex.php
│ │ │ │ │ │ ├── CallbackEvent.php
│ │ │ │ │ │ ├── CommandBuilder.php
│ │ │ │ │ │ ├── Event.php
│ │ │ │ │ │ ├── ManagesFrequencies.php
│ │ │ │ │ │ ├── Mutex.php
│ │ │ │ │ │ ├── ScheduleFinishCommand.php
│ │ │ │ │ │ ├── Schedule.php
│ │ │ │ │ │ └── ScheduleRunCommand.php
│ │ │ │ │ ├── Container
│ │ │ │ │ │ ├── BoundMethod.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Container.php
│ │ │ │ │ │ └── ContextualBindingBuilder.php
│ │ │ │ │ ├── Contracts
│ │ │ │ │ │ ├── Auth
│ │ │ │ │ │ │ ├── Access
│ │ │ │ │ │ │ │ ├── Authorizable.php
│ │ │ │ │ │ │ │ └── Gate.php
│ │ │ │ │ │ │ ├── Authenticatable.php
│ │ │ │ │ │ │ ├── CanResetPassword.php
│ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ ├── Guard.php
│ │ │ │ │ │ │ ├── PasswordBrokerFactory.php
│ │ │ │ │ │ │ ├── PasswordBroker.php
│ │ │ │ │ │ │ ├── StatefulGuard.php
│ │ │ │ │ │ │ ├── SupportsBasicAuth.php
│ │ │ │ │ │ │ └── UserProvider.php
│ │ │ │ │ │ ├── Broadcasting
│ │ │ │ │ │ │ ├── Broadcaster.php
│ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ ├── ShouldBroadcastNow.php
│ │ │ │ │ │ │ └── ShouldBroadcast.php
│ │ │ │ │ │ ├── Bus
│ │ │ │ │ │ │ ├── Dispatcher.php
│ │ │ │ │ │ │ └── QueueingDispatcher.php
│ │ │ │ │ │ ├── Cache
│ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ ├── Repository.php
│ │ │ │ │ │ │ └── Store.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Config
│ │ │ │ │ │ │ └── Repository.php
│ │ │ │ │ │ ├── Console
│ │ │ │ │ │ │ ├── Application.php
│ │ │ │ │ │ │ └── Kernel.php
│ │ │ │ │ │ ├── Container
│ │ │ │ │ │ │ ├── BindingResolutionException.php
│ │ │ │ │ │ │ ├── Container.php
│ │ │ │ │ │ │ └── ContextualBindingBuilder.php
│ │ │ │ │ │ ├── Cookie
│ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ └── QueueingFactory.php
│ │ │ │ │ │ ├── Database
│ │ │ │ │ │ │ └── ModelIdentifier.php
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ └── ExceptionHandler.php
│ │ │ │ │ │ ├── Encryption
│ │ │ │ │ │ │ ├── DecryptException.php
│ │ │ │ │ │ │ ├── Encrypter.php
│ │ │ │ │ │ │ └── EncryptException.php
│ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ └── Dispatcher.php
│ │ │ │ │ │ ├── Filesystem
│ │ │ │ │ │ │ ├── Cloud.php
│ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ ├── FileNotFoundException.php
│ │ │ │ │ │ │ └── Filesystem.php
│ │ │ │ │ │ ├── Foundation
│ │ │ │ │ │ │ └── Application.php
│ │ │ │ │ │ ├── Hashing
│ │ │ │ │ │ │ └── Hasher.php
│ │ │ │ │ │ ├── Http
│ │ │ │ │ │ │ └── Kernel.php
│ │ │ │ │ │ ├── Logging
│ │ │ │ │ │ │ └── Log.php
│ │ │ │ │ │ │ ├── Mailable.php
│ │ │ │ │ │ │ ├── Mailer.php
│ │ │ │ │ │ │ └── MailQueue.php
│ │ │ │ │ │ ├── Notifications
│ │ │ │ │ │ │ ├── Dispatcher.php
│ │ │ │ │ │ │ └── Factory.php
│ │ │ │ │ │ ├── Pagination
│ │ │ │ │ │ │ ├── LengthAwarePaginator.php
│ │ │ │ │ │ │ └── Paginator.php
│ │ │ │ │ │ ├── Pipeline
│ │ │ │ │ │ │ ├── Hub.php
│ │ │ │ │ │ │ └── Pipeline.php
│ │ │ │ │ │ ├── Queue
│ │ │ │ │ │ │ ├── EntityNotFoundException.php
│ │ │ │ │ │ │ ├── EntityResolver.php
│ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ ├── Job.php
│ │ │ │ │ │ │ ├── Monitor.php
│ │ │ │ │ │ │ ├── QueueableCollection.php
│ │ │ │ │ │ │ ├── QueueableEntity.php
│ │ │ │ │ │ │ ├── Queue.php
│ │ │ │ │ │ │ └── ShouldQueue.php
│ │ │ │ │ │ ├── Redis
│ │ │ │ │ │ │ └── Factory.php
│ │ │ │ │ │ ├── Routing
│ │ │ │ │ │ │ ├── BindingRegistrar.php
│ │ │ │ │ │ │ ├── Registrar.php
│ │ │ │ │ │ │ ├── ResponseFactory.php
│ │ │ │ │ │ │ ├── UrlGenerator.php
│ │ │ │ │ │ │ └── UrlRoutable.php
│ │ │ │ │ │ ├── Session
│ │ │ │ │ │ │ └── Session.php
│ │ │ │ │ │ ├── Support
│ │ │ │ │ │ │ ├── Arrayable.php
│ │ │ │ │ │ │ ├── Htmlable.php
│ │ │ │ │ │ │ ├── Jsonable.php
│ │ │ │ │ │ │ ├── MessageBag.php
│ │ │ │ │ │ │ ├── MessageProvider.php
│ │ │ │ │ │ │ └── Renderable.php
│ │ │ │ │ │ ├── Translation
│ │ │ │ │ │ │ └── Translator.php
│ │ │ │ │ │ ├── Validation
│ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ ├── ValidatesWhenResolved.php
│ │ │ │ │ │ │ └── Validator.php
│ │ │ │ │ │ └── View
│ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ └── View.php
│ │ │ │ │ ├── Cookie
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── CookieJar.php
│ │ │ │ │ │ ├── CookieServiceProvider.php
│ │ │ │ │ │ └── Middleware
│ │ │ │ │ │ ├── AddQueuedCookiesToResponse.php
│ │ │ │ │ │ └── EncryptCookies.php
│ │ │ │ │ ├── Database
│ │ │ │ │ │ ├── Capsule
│ │ │ │ │ │ │ └── Manager.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Concerns
│ │ │ │ │ │ │ ├── BuildsQueries.php
│ │ │ │ │ │ │ └── ManagesTransactions.php
│ │ │ │ │ │ ├── ConnectionInterface.php
│ │ │ │ │ │ ├── Connection.php
│ │ │ │ │ │ ├── ConnectionResolverInterface.php
│ │ │ │ │ │ ├── ConnectionResolver.php
│ │ │ │ │ │ ├── Connectors
│ │ │ │ │ │ │ ├── ConnectionFactory.php
│ │ │ │ │ │ │ ├── ConnectorInterface.php
│ │ │ │ │ │ │ ├── Connector.php
│ │ │ │ │ │ │ ├── MySqlConnector.php
│ │ │ │ │ │ │ ├── PostgresConnector.php
│ │ │ │ │ │ │ ├── SQLiteConnector.php
│ │ │ │ │ │ │ └── SqlServerConnector.php
│ │ │ │ │ │ ├── Console
│ │ │ │ │ │ │ ├── Migrations
│ │ │ │ │ │ │ │ ├── BaseCommand.php
│ │ │ │ │ │ │ │ ├── InstallCommand.php
│ │ │ │ │ │ │ │ ├── MigrateCommand.php
│ │ │ │ │ │ │ │ ├── MigrateMakeCommand.php
│ │ │ │ │ │ │ │ ├── RefreshCommand.php
│ │ │ │ │ │ │ │ ├── ResetCommand.php
│ │ │ │ │ │ │ │ ├── RollbackCommand.php
│ │ │ │ │ │ │ │ └── StatusCommand.php
│ │ │ │ │ │ │ └── Seeds
│ │ │ │ │ │ │ ├── SeedCommand.php
│ │ │ │ │ │ │ ├── SeederMakeCommand.php
│ │ │ │ │ │ │ └── stubs
│ │ │ │ │ │ │ └── seeder.stub
│ │ │ │ │ │ ├── DatabaseManager.php
│ │ │ │ │ │ ├── DatabaseServiceProvider.php
│ │ │ │ │ │ ├── DetectsDeadlocks.php
│ │ │ │ │ │ ├── DetectsLostConnections.php
│ │ │ │ │ │ ├── Eloquent
│ │ │ │ │ │ │ ├── Builder.php
│ │ │ │ │ │ │ ├── Collection.php
│ │ │ │ │ │ │ ├── Concerns
│ │ │ │ │ │ │ │ ├── GuardsAttributes.php
│ │ │ │ │ │ │ │ ├── HasAttributes.php
│ │ │ │ │ │ │ │ ├── HasEvents.php
│ │ │ │ │ │ │ │ ├── HasGlobalScopes.php
│ │ │ │ │ │ │ │ ├── HasRelationships.php
│ │ │ │ │ │ │ │ ├── HasTimestamps.php
│ │ │ │ │ │ │ │ ├── HidesAttributes.php
│ │ │ │ │ │ │ │ └── QueriesRelationships.php
│ │ │ │ │ │ │ ├── FactoryBuilder.php
│ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ ├── JsonEncodingException.php
│ │ │ │ │ │ │ ├── MassAssignmentException.php
│ │ │ │ │ │ │ ├── ModelNotFoundException.php
│ │ │ │ │ │ │ ├── Model.php
│ │ │ │ │ │ │ ├── QueueEntityResolver.php
│ │ │ │ │ │ │ ├── RelationNotFoundException.php
│ │ │ │ │ │ │ ├── Relations
│ │ │ │ │ │ │ │ ├── BelongsToMany.php
│ │ │ │ │ │ │ │ ├── BelongsTo.php
│ │ │ │ │ │ │ │ ├── Concerns
│ │ │ │ │ │ │ │ │ ├── InteractsWithPivotTable.php
│ │ │ │ │ │ │ │ │ └── SupportsDefaultModels.php
│ │ │ │ │ │ │ │ ├── HasMany.php
│ │ │ │ │ │ │ │ ├── HasManyThrough.php
│ │ │ │ │ │ │ │ ├── HasOneOrMany.php
│ │ │ │ │ │ │ │ ├── HasOne.php
│ │ │ │ │ │ │ │ ├── MorphMany.php
│ │ │ │ │ │ │ │ ├── MorphOneOrMany.php
│ │ │ │ │ │ │ │ ├── MorphOne.php
│ │ │ │ │ │ │ │ ├── MorphPivot.php
│ │ │ │ │ │ │ │ ├── MorphToMany.php
│ │ │ │ │ │ │ │ ├── MorphTo.php
│ │ │ │ │ │ │ │ ├── Pivot.php
│ │ │ │ │ │ │ │ └── Relation.php
│ │ │ │ │ │ │ ├── Scope.php
│ │ │ │ │ │ │ ├── SoftDeletes.php
│ │ │ │ │ │ │ └── SoftDeletingScope.php
│ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ ├── ConnectionEvent.php
│ │ │ │ │ │ │ ├── QueryExecuted.php
│ │ │ │ │ │ │ ├── StatementPrepared.php
│ │ │ │ │ │ │ ├── TransactionBeginning.php
│ │ │ │ │ │ │ ├── TransactionCommitted.php
│ │ │ │ │ │ │ └── TransactionRolledBack.php
│ │ │ │ │ │ ├── Grammar.php
│ │ │ │ │ │ ├── Migrations
│ │ │ │ │ │ │ ├── DatabaseMigrationRepository.php
│ │ │ │ │ │ │ ├── MigrationCreator.php
│ │ │ │ │ │ │ ├── Migration.php
│ │ │ │ │ │ │ ├── MigrationRepositoryInterface.php
│ │ │ │ │ │ │ ├── Migrator.php
│ │ │ │ │ │ │ └── stubs
│ │ │ │ │ │ │ ├── blank.stub
│ │ │ │ │ │ │ ├── create.stub
│ │ │ │ │ │ │ └── update.stub
│ │ │ │ │ │ ├── MigrationServiceProvider.php
│ │ │ │ │ │ ├── MySqlConnection.php
│ │ │ │ │ │ ├── PostgresConnection.php
│ │ │ │ │ │ ├── Query
│ │ │ │ │ │ │ ├── Builder.php
│ │ │ │ │ │ │ ├── Expression.php
│ │ │ │ │ │ │ ├── Grammars
│ │ │ │ │ │ │ │ ├── Grammar.php
│ │ │ │ │ │ │ │ ├── MySqlGrammar.php
│ │ │ │ │ │ │ │ ├── PostgresGrammar.php
│ │ │ │ │ │ │ │ ├── SQLiteGrammar.php
│ │ │ │ │ │ │ │ └── SqlServerGrammar.php
│ │ │ │ │ │ │ ├── JoinClause.php
│ │ │ │ │ │ │ ├── JsonExpression.php
│ │ │ │ │ │ │ └── Processors
│ │ │ │ │ │ │ ├── MySqlProcessor.php
│ │ │ │ │ │ │ ├── PostgresProcessor.php
│ │ │ │ │ │ │ ├── Processor.php
│ │ │ │ │ │ │ ├── SQLiteProcessor.php
│ │ │ │ │ │ │ └── SqlServerProcessor.php
│ │ │ │ │ │ ├── QueryException.php
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── Schema
│ │ │ │ │ │ │ ├── Blueprint.php
│ │ │ │ │ │ │ ├── Builder.php
│ │ │ │ │ │ │ ├── Grammars
│ │ │ │ │ │ │ │ ├── ChangeColumn.php
│ │ │ │ │ │ │ │ ├── Grammar.php
│ │ │ │ │ │ │ │ ├── MySqlGrammar.php
│ │ │ │ │ │ │ │ ├── PostgresGrammar.php
│ │ │ │ │ │ │ │ ├── RenameColumn.php
│ │ │ │ │ │ │ │ ├── SQLiteGrammar.php
│ │ │ │ │ │ │ │ └── SqlServerGrammar.php
│ │ │ │ │ │ │ ├── MySqlBuilder.php
│ │ │ │ │ │ │ └── PostgresBuilder.php
│ │ │ │ │ │ ├── Seeder.php
│ │ │ │ │ │ ├── SQLiteConnection.php
│ │ │ │ │ │ └── SqlServerConnection.php
│ │ │ │ │ ├── Encryption
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Encrypter.php
│ │ │ │ │ │ └── EncryptionServiceProvider.php
│ │ │ │ │ ├── Events
│ │ │ │ │ │ ├── CallQueuedHandler.php
│ │ │ │ │ │ ├── CallQueuedListener.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Dispatcher.php
│ │ │ │ │ │ └── EventServiceProvider.php
│ │ │ │ │ ├── Filesystem
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── FilesystemAdapter.php
│ │ │ │ │ │ ├── FilesystemManager.php
│ │ │ │ │ │ ├── Filesystem.php
│ │ │ │ │ │ └── FilesystemServiceProvider.php
│ │ │ │ │ ├── Foundation
│ │ │ │ │ │ ├── AliasLoader.php
│ │ │ │ │ │ ├── Application.php
│ │ │ │ │ │ ├── Auth
│ │ │ │ │ │ │ ├── Access
│ │ │ │ │ │ │ │ ├── Authorizable.php
│ │ │ │ │ │ │ │ └── AuthorizesRequests.php
│ │ │ │ │ │ │ ├── AuthenticatesUsers.php
│ │ │ │ │ │ │ ├── RedirectsUsers.php
│ │ │ │ │ │ │ ├── RegistersUsers.php
│ │ │ │ │ │ │ ├── ResetsPasswords.php
│ │ │ │ │ │ │ ├── SendsPasswordResetEmails.php
│ │ │ │ │ │ │ ├── ThrottlesLogins.php
│ │ │ │ │ │ │ └── User.php
│ │ │ │ │ │ ├── Bootstrap
│ │ │ │ │ │ │ ├── BootProviders.php
│ │ │ │ │ │ │ ├── HandleExceptions.php
│ │ │ │ │ │ │ ├── LoadConfiguration.php
│ │ │ │ │ │ │ ├── LoadEnvironmentVariables.php
│ │ │ │ │ │ │ ├── RegisterFacades.php
│ │ │ │ │ │ │ ├── RegisterProviders.php
│ │ │ │ │ │ │ └── SetRequestForConsole.php
│ │ │ │ │ │ ├── Bus
│ │ │ │ │ │ │ ├── Dispatchable.php
│ │ │ │ │ │ │ ├── DispatchesJobs.php
│ │ │ │ │ │ │ └── PendingDispatch.php
│ │ │ │ │ │ ├── ComposerScripts.php
│ │ │ │ │ │ ├── Console
│ │ │ │ │ │ │ ├── AppNameCommand.php
│ │ │ │ │ │ │ ├── ClearCompiledCommand.php
│ │ │ │ │ │ │ ├── ClosureCommand.php
│ │ │ │ │ │ │ ├── ConfigCacheCommand.php
│ │ │ │ │ │ │ ├── ConfigClearCommand.php
│ │ │ │ │ │ │ ├── ConsoleMakeCommand.php
│ │ │ │ │ │ │ ├── DownCommand.php
│ │ │ │ │ │ │ ├── EnvironmentCommand.php
│ │ │ │ │ │ │ ├── EventGenerateCommand.php
│ │ │ │ │ │ │ ├── EventMakeCommand.php
│ │ │ │ │ │ │ ├── JobMakeCommand.php
│ │ │ │ │ │ │ ├── Kernel.php
│ │ │ │ │ │ │ ├── KeyGenerateCommand.php
│ │ │ │ │ │ │ ├── ListenerMakeCommand.php
│ │ │ │ │ │ │ ├── MailMakeCommand.php
│ │ │ │ │ │ │ ├── ModelMakeCommand.php
│ │ │ │ │ │ │ ├── NotificationMakeCommand.php
│ │ │ │ │ │ │ ├── OptimizeCommand.php
│ │ │ │ │ │ │ ├── PolicyMakeCommand.php
│ │ │ │ │ │ │ ├── ProviderMakeCommand.php
│ │ │ │ │ │ │ ├── QueuedCommand.php
│ │ │ │ │ │ │ ├── RequestMakeCommand.php
│ │ │ │ │ │ │ ├── RouteCacheCommand.php
│ │ │ │ │ │ │ ├── RouteClearCommand.php
│ │ │ │ │ │ │ ├── RouteListCommand.php
│ │ │ │ │ │ │ ├── ServeCommand.php
│ │ │ │ │ │ │ ├── StorageLinkCommand.php
│ │ │ │ │ │ │ ├── stubs
│ │ │ │ │ │ │ │ ├── console.stub
│ │ │ │ │ │ │ │ ├── event-handler-queued.stub
│ │ │ │ │ │ │ │ ├── event-handler.stub
│ │ │ │ │ │ │ │ ├── event.stub
│ │ │ │ │ │ │ │ ├── job-queued.stub
│ │ │ │ │ │ │ │ ├── job.stub
│ │ │ │ │ │ │ │ ├── listener-queued.stub
│ │ │ │ │ │ │ │ ├── listener.stub
│ │ │ │ │ │ │ │ ├── mail.stub
│ │ │ │ │ │ │ │ ├── markdown-mail.stub
│ │ │ │ │ │ │ │ ├── markdown-notification.stub
│ │ │ │ │ │ │ │ ├── markdown.stub
│ │ │ │ │ │ │ │ ├── model.stub
│ │ │ │ │ │ │ │ ├── notification.stub
│ │ │ │ │ │ │ │ ├── policy.plain.stub
│ │ │ │ │ │ │ │ ├── policy.stub
│ │ │ │ │ │ │ │ ├── provider.stub
│ │ │ │ │ │ │ │ ├── request.stub
│ │ │ │ │ │ │ │ ├── routes.stub
│ │ │ │ │ │ │ │ ├── test.stub
│ │ │ │ │ │ │ │ └── unit-test.stub
│ │ │ │ │ │ │ ├── TestMakeCommand.php
│ │ │ │ │ │ │ ├── UpCommand.php
│ │ │ │ │ │ │ ├── VendorPublishCommand.php
│ │ │ │ │ │ │ └── ViewClearCommand.php
│ │ │ │ │ │ ├── EnvironmentDetector.php
│ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ ├── Dispatchable.php
│ │ │ │ │ │ │ └── LocaleUpdated.php
│ │ │ │ │ │ ├── Exceptions
│ │ │ │ │ │ │ ├── Handler.php
│ │ │ │ │ │ │ └── views
│ │ │ │ │ │ │ └── 503.blade.php
│ │ │ │ │ │ ├── helpers.php
│ │ │ │ │ │ ├── Http
│ │ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ │ └── RequestHandled.php
│ │ │ │ │ │ │ ├── Exceptions
│ │ │ │ │ │ │ │ └── MaintenanceModeException.php
│ │ │ │ │ │ │ ├── FormRequest.php
│ │ │ │ │ │ │ ├── Kernel.php
│ │ │ │ │ │ │ └── Middleware
│ │ │ │ │ │ │ ├── CheckForMaintenanceMode.php
│ │ │ │ │ │ │ ├── ConvertEmptyStringsToNull.php
│ │ │ │ │ │ │ ├── TransformsRequest.php
│ │ │ │ │ │ │ ├── TrimStrings.php
│ │ │ │ │ │ │ ├── ValidatePostSize.php
│ │ │ │ │ │ │ └── VerifyCsrfToken.php
│ │ │ │ │ │ ├── Inspiring.php
│ │ │ │ │ │ ├── ProviderRepository.php
│ │ │ │ │ │ ├── Providers
│ │ │ │ │ │ │ ├── ArtisanServiceProvider.php
│ │ │ │ │ │ │ ├── ComposerServiceProvider.php
│ │ │ │ │ │ │ ├── ConsoleSupportServiceProvider.php
│ │ │ │ │ │ │ ├── FormRequestServiceProvider.php
│ │ │ │ │ │ │ └── FoundationServiceProvider.php
│ │ │ │ │ │ ├── stubs
│ │ │ │ │ │ │ └── facade.stub
│ │ │ │ │ │ ├── Support
│ │ │ │ │ │ │ └── Providers
│ │ │ │ │ │ │ ├── AuthServiceProvider.php
│ │ │ │ │ │ │ ├── EventServiceProvider.php
│ │ │ │ │ │ │ └── RouteServiceProvider.php
│ │ │ │ │ │ ├── Testing
│ │ │ │ │ │ │ ├── Concerns
│ │ │ │ │ │ │ │ ├── InteractsWithAuthentication.php
│ │ │ │ │ │ │ │ ├── InteractsWithConsole.php
│ │ │ │ │ │ │ │ ├── InteractsWithContainer.php
│ │ │ │ │ │ │ │ ├── InteractsWithDatabase.php
│ │ │ │ │ │ │ │ ├── InteractsWithSession.php
│ │ │ │ │ │ │ │ ├── MakesHttpRequests.php
│ │ │ │ │ │ │ │ └── MocksApplicationServices.php
│ │ │ │ │ │ │ ├── Constraints
│ │ │ │ │ │ │ │ ├── HasInDatabase.php
│ │ │ │ │ │ │ │ └── SoftDeletedInDatabase.php
│ │ │ │ │ │ │ ├── DatabaseMigrations.php
│ │ │ │ │ │ │ ├── DatabaseTransactions.php
│ │ │ │ │ │ │ ├── HttpException.php
│ │ │ │ │ │ │ ├── TestCase.php
│ │ │ │ │ │ │ ├── TestResponse.php
│ │ │ │ │ │ │ ├── WithoutEvents.php
│ │ │ │ │ │ │ └── WithoutMiddleware.php
│ │ │ │ │ │ └── Validation
│ │ │ │ │ │ └── ValidatesRequests.php
│ │ │ │ │ ├── Hashing
│ │ │ │ │ │ ├── BcryptHasher.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ └── HashServiceProvider.php
│ │ │ │ │ ├── Http
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Concerns
│ │ │ │ │ │ │ ├── InteractsWithContentTypes.php
│ │ │ │ │ │ │ ├── InteractsWithFlashData.php
│ │ │ │ │ │ │ └── InteractsWithInput.php
│ │ │ │ │ │ ├── Exceptions
│ │ │ │ │ │ │ ├── HttpResponseException.php
│ │ │ │ │ │ │ └── PostTooLargeException.php
│ │ │ │ │ │ ├── FileHelpers.php
│ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ ├── JsonResponse.php
│ │ │ │ │ │ ├── Middleware
│ │ │ │ │ │ │ ├── CheckResponseForModifications.php
│ │ │ │ │ │ │ └── FrameGuard.php
│ │ │ │ │ │ ├── RedirectResponse.php
│ │ │ │ │ │ ├── Request.php
│ │ │ │ │ │ ├── Response.php
│ │ │ │ │ │ ├── ResponseTrait.php
│ │ │ │ │ │ ├── Testing
│ │ │ │ │ │ │ ├── FileFactory.php
│ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ └── MimeType.php
│ │ │ │ │ │ └── UploadedFile.php
│ │ │ │ │ ├── Log
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ └── MessageLogged.php
│ │ │ │ │ │ ├── LogServiceProvider.php
│ │ │ │ │ │ └── Writer.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ ├── MessageSending.php
│ │ │ │ │ │ │ └── MessageSent.php
│ │ │ │ │ │ ├── Mailable.php
│ │ │ │ │ │ ├── Mailer.php
│ │ │ │ │ │ ├── MailServiceProvider.php
│ │ │ │ │ │ ├── Markdown.php
│ │ │ │ │ │ ├── Message.php
│ │ │ │ │ │ ├── PendingMail.php
│ │ │ │ │ │ ├── resources
│ │ │ │ │ │ │ └── views
│ │ │ │ │ │ │ ├── html
│ │ │ │ │ │ │ │ ├── button.blade.php
│ │ │ │ │ │ │ │ ├── footer.blade.php
│ │ │ │ │ │ │ │ ├── header.blade.php
│ │ │ │ │ │ │ │ ├── layout.blade.php
│ │ │ │ │ │ │ │ ├── message.blade.php
│ │ │ │ │ │ │ │ ├── panel.blade.php
│ │ │ │ │ │ │ │ ├── promotion
│ │ │ │ │ │ │ │ │ └── button.blade.php
│ │ │ │ │ │ │ │ ├── promotion.blade.php
│ │ │ │ │ │ │ │ ├── subcopy.blade.php
│ │ │ │ │ │ │ │ ├── table.blade.php
│ │ │ │ │ │ │ │ └── themes
│ │ │ │ │ │ │ │ └── default.css
│ │ │ │ │ │ │ └── markdown
│ │ │ │ │ │ │ ├── button.blade.php
│ │ │ │ │ │ │ ├── footer.blade.php
│ │ │ │ │ │ │ ├── header.blade.php
│ │ │ │ │ │ │ ├── layout.blade.php
│ │ │ │ │ │ │ ├── message.blade.php
│ │ │ │ │ │ │ ├── panel.blade.php
│ │ │ │ │ │ │ ├── promotion
│ │ │ │ │ │ │ │ └── button.blade.php
│ │ │ │ │ │ │ ├── promotion.blade.php
│ │ │ │ │ │ │ ├── subcopy.blade.php
│ │ │ │ │ │ │ └── table.blade.php
│ │ │ │ │ │ ├── SendQueuedMailable.php
│ │ │ │ │ │ ├── Transport
│ │ │ │ │ │ │ ├── ArrayTransport.php
│ │ │ │ │ │ │ ├── LogTransport.php
│ │ │ │ │ │ │ ├── MailgunTransport.php
│ │ │ │ │ │ │ ├── MandrillTransport.php
│ │ │ │ │ │ │ ├── SesTransport.php
│ │ │ │ │ │ │ ├── SparkPostTransport.php
│ │ │ │ │ │ │ └── Transport.php
│ │ │ │ │ │ └── TransportManager.php
│ │ │ │ │ ├── Notifications
│ │ │ │ │ │ ├── Action.php
│ │ │ │ │ │ ├── ChannelManager.php
│ │ │ │ │ │ ├── Channels
│ │ │ │ │ │ │ ├── BroadcastChannel.php
│ │ │ │ │ │ │ ├── DatabaseChannel.php
│ │ │ │ │ │ │ ├── MailChannel.php
│ │ │ │ │ │ │ ├── NexmoSmsChannel.php
│ │ │ │ │ │ │ └── SlackWebhookChannel.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Console
│ │ │ │ │ │ │ ├── NotificationTableCommand.php
│ │ │ │ │ │ │ └── stubs
│ │ │ │ │ │ │ └── notifications.stub
│ │ │ │ │ │ ├── DatabaseNotificationCollection.php
│ │ │ │ │ │ ├── DatabaseNotification.php
│ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ ├── BroadcastNotificationCreated.php
│ │ │ │ │ │ │ ├── NotificationFailed.php
│ │ │ │ │ │ │ ├── NotificationSending.php
│ │ │ │ │ │ │ └── NotificationSent.php
│ │ │ │ │ │ ├── HasDatabaseNotifications.php
│ │ │ │ │ │ ├── Messages
│ │ │ │ │ │ │ ├── BroadcastMessage.php
│ │ │ │ │ │ │ ├── DatabaseMessage.php
│ │ │ │ │ │ │ ├── MailMessage.php
│ │ │ │ │ │ │ ├── NexmoMessage.php
│ │ │ │ │ │ │ ├── SimpleMessage.php
│ │ │ │ │ │ │ ├── SlackAttachmentField.php
│ │ │ │ │ │ │ ├── SlackAttachment.php
│ │ │ │ │ │ │ └── SlackMessage.php
│ │ │ │ │ │ ├── Notifiable.php
│ │ │ │ │ │ ├── Notification.php
│ │ │ │ │ │ ├── NotificationSender.php
│ │ │ │ │ │ ├── NotificationServiceProvider.php
│ │ │ │ │ │ ├── resources
│ │ │ │ │ │ │ └── views
│ │ │ │ │ │ │ └── email.blade.php
│ │ │ │ │ │ ├── RoutesNotifications.php
│ │ │ │ │ │ └── SendQueuedNotifications.php
│ │ │ │ │ ├── Pagination
│ │ │ │ │ │ ├── AbstractPaginator.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── LengthAwarePaginator.php
│ │ │ │ │ │ ├── PaginationServiceProvider.php
│ │ │ │ │ │ ├── Paginator.php
│ │ │ │ │ │ ├── resources
│ │ │ │ │ │ │ └── views
│ │ │ │ │ │ │ ├── bootstrap-4.blade.php
│ │ │ │ │ │ │ ├── default.blade.php
│ │ │ │ │ │ │ ├── simple-bootstrap-4.blade.php
│ │ │ │ │ │ │ └── simple-default.blade.php
│ │ │ │ │ │ └── UrlWindow.php
│ │ │ │ │ ├── Pipeline
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Hub.php
│ │ │ │ │ │ ├── Pipeline.php
│ │ │ │ │ │ └── PipelineServiceProvider.php
│ │ │ │ │ ├── Queue
│ │ │ │ │ │ ├── BeanstalkdQueue.php
│ │ │ │ │ │ ├── CallQueuedHandler.php
│ │ │ │ │ │ ├── Capsule
│ │ │ │ │ │ │ └── Manager.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Connectors
│ │ │ │ │ │ │ ├── BeanstalkdConnector.php
│ │ │ │ │ │ │ ├── ConnectorInterface.php
│ │ │ │ │ │ │ ├── DatabaseConnector.php
│ │ │ │ │ │ │ ├── NullConnector.php
│ │ │ │ │ │ │ ├── RedisConnector.php
│ │ │ │ │ │ │ ├── SqsConnector.php
│ │ │ │ │ │ │ └── SyncConnector.php
│ │ │ │ │ │ ├── Console
│ │ │ │ │ │ │ ├── FailedTableCommand.php
│ │ │ │ │ │ │ ├── FlushFailedCommand.php
│ │ │ │ │ │ │ ├── ForgetFailedCommand.php
│ │ │ │ │ │ │ ├── ListenCommand.php
│ │ │ │ │ │ │ ├── ListFailedCommand.php
│ │ │ │ │ │ │ ├── RestartCommand.php
│ │ │ │ │ │ │ ├── RetryCommand.php
│ │ │ │ │ │ │ ├── stubs
│ │ │ │ │ │ │ │ ├── failed_jobs.stub
│ │ │ │ │ │ │ │ └── jobs.stub
│ │ │ │ │ │ │ ├── TableCommand.php
│ │ │ │ │ │ │ └── WorkCommand.php
│ │ │ │ │ │ ├── DatabaseQueue.php
│ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ ├── JobExceptionOccurred.php
│ │ │ │ │ │ │ ├── JobFailed.php
│ │ │ │ │ │ │ ├── JobProcessed.php
│ │ │ │ │ │ │ ├── JobProcessing.php
│ │ │ │ │ │ │ ├── Looping.php
│ │ │ │ │ │ │ └── WorkerStopping.php
│ │ │ │ │ │ ├── Failed
│ │ │ │ │ │ │ ├── DatabaseFailedJobProvider.php
│ │ │ │ │ │ │ ├── FailedJobProviderInterface.php
│ │ │ │ │ │ │ └── NullFailedJobProvider.php
│ │ │ │ │ │ ├── FailingJob.php
│ │ │ │ │ │ ├── InteractsWithQueue.php
│ │ │ │ │ │ ├── InteractsWithTime.php
│ │ │ │ │ │ ├── InvalidPayloadException.php
│ │ │ │ │ │ ├── Jobs
│ │ │ │ │ │ │ ├── BeanstalkdJob.php
│ │ │ │ │ │ │ ├── DatabaseJob.php
│ │ │ │ │ │ │ ├── DatabaseJobRecord.php
│ │ │ │ │ │ │ ├── JobName.php
│ │ │ │ │ │ │ ├── Job.php
│ │ │ │ │ │ │ ├── RedisJob.php
│ │ │ │ │ │ │ ├── SqsJob.php
│ │ │ │ │ │ │ └── SyncJob.php
│ │ │ │ │ │ ├── ListenerOptions.php
│ │ │ │ │ │ ├── Listener.php
│ │ │ │ │ │ ├── LuaScripts.php
│ │ │ │ │ │ ├── ManuallyFailedException.php
│ │ │ │ │ │ ├── MaxAttemptsExceededException.php
│ │ │ │ │ │ ├── NullQueue.php
│ │ │ │ │ │ ├── QueueManager.php
│ │ │ │ │ │ ├── Queue.php
│ │ │ │ │ │ ├── QueueServiceProvider.php
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── RedisQueue.php
│ │ │ │ │ │ ├── SerializesAndRestoresModelIdentifiers.php
│ │ │ │ │ │ ├── SerializesModels.php
│ │ │ │ │ │ ├── SqsQueue.php
│ │ │ │ │ │ ├── SyncQueue.php
│ │ │ │ │ │ ├── WorkerOptions.php
│ │ │ │ │ │ └── Worker.php
│ │ │ │ │ ├── Redis
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Connections
│ │ │ │ │ │ │ ├── Connection.php
│ │ │ │ │ │ │ ├── PhpRedisClusterConnection.php
│ │ │ │ │ │ │ ├── PhpRedisConnection.php
│ │ │ │ │ │ │ ├── PredisClusterConnection.php
│ │ │ │ │ │ │ └── PredisConnection.php
│ │ │ │ │ │ ├── Connectors
│ │ │ │ │ │ │ ├── PhpRedisConnector.php
│ │ │ │ │ │ │ └── PredisConnector.php
│ │ │ │ │ │ ├── RedisManager.php
│ │ │ │ │ │ └── RedisServiceProvider.php
│ │ │ │ │ ├── Routing
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Console
│ │ │ │ │ │ │ ├── ControllerMakeCommand.php
│ │ │ │ │ │ │ ├── MiddlewareMakeCommand.php
│ │ │ │ │ │ │ └── stubs
│ │ │ │ │ │ │ ├── controller.model.stub
│ │ │ │ │ │ │ ├── controller.nested.stub
│ │ │ │ │ │ │ ├── controller.plain.stub
│ │ │ │ │ │ │ ├── controller.stub
│ │ │ │ │ │ │ └── middleware.stub
│ │ │ │ │ │ ├── ControllerDispatcher.php
│ │ │ │ │ │ ├── ControllerMiddlewareOptions.php
│ │ │ │ │ │ ├── Controller.php
│ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ └── RouteMatched.php
│ │ │ │ │ │ ├── Exceptions
│ │ │ │ │ │ │ └── UrlGenerationException.php
│ │ │ │ │ │ ├── ImplicitRouteBinding.php
│ │ │ │ │ │ ├── Matching
│ │ │ │ │ │ │ ├── HostValidator.php
│ │ │ │ │ │ │ ├── MethodValidator.php
│ │ │ │ │ │ │ ├── SchemeValidator.php
│ │ │ │ │ │ │ ├── UriValidator.php
│ │ │ │ │ │ │ └── ValidatorInterface.php
│ │ │ │ │ │ ├── Middleware
│ │ │ │ │ │ │ ├── SubstituteBindings.php
│ │ │ │ │ │ │ └── ThrottleRequests.php
│ │ │ │ │ │ ├── MiddlewareNameResolver.php
│ │ │ │ │ │ ├── Pipeline.php
│ │ │ │ │ │ ├── Redirector.php
│ │ │ │ │ │ ├── ResourceRegistrar.php
│ │ │ │ │ │ ├── ResponseFactory.php
│ │ │ │ │ │ ├── RouteAction.php
│ │ │ │ │ │ ├── RouteBinding.php
│ │ │ │ │ │ ├── RouteCollection.php
│ │ │ │ │ │ ├── RouteCompiler.php
│ │ │ │ │ │ ├── RouteDependencyResolverTrait.php
│ │ │ │ │ │ ├── RouteGroup.php
│ │ │ │ │ │ ├── RouteParameterBinder.php
│ │ │ │ │ │ ├── Route.php
│ │ │ │ │ │ ├── RouteRegistrar.php
│ │ │ │ │ │ ├── Router.php
│ │ │ │ │ │ ├── RouteSignatureParameters.php
│ │ │ │ │ │ ├── RouteUrlGenerator.php
│ │ │ │ │ │ ├── RoutingServiceProvider.php
│ │ │ │ │ │ ├── SortedMiddleware.php
│ │ │ │ │ │ └── UrlGenerator.php
│ │ │ │ │ ├── Session
│ │ │ │ │ │ ├── CacheBasedSessionHandler.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Console
│ │ │ │ │ │ │ ├── SessionTableCommand.php
│ │ │ │ │ │ │ └── stubs
│ │ │ │ │ │ │ └── database.stub
│ │ │ │ │ │ ├── CookieSessionHandler.php
│ │ │ │ │ │ ├── DatabaseSessionHandler.php
│ │ │ │ │ │ ├── EncryptedStore.php
│ │ │ │ │ │ ├── ExistenceAwareInterface.php
│ │ │ │ │ │ ├── FileSessionHandler.php
│ │ │ │ │ │ ├── Middleware
│ │ │ │ │ │ │ ├── AuthenticateSession.php
│ │ │ │ │ │ │ └── StartSession.php
│ │ │ │ │ │ ├── SessionManager.php
│ │ │ │ │ │ ├── SessionServiceProvider.php
│ │ │ │ │ │ ├── Store.php
│ │ │ │ │ │ └── TokenMismatchException.php
│ │ │ │ │ ├── Support
│ │ │ │ │ │ ├── AggregateServiceProvider.php
│ │ │ │ │ │ ├── Arr.php
│ │ │ │ │ │ ├── Collection.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Composer.php
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── Dumper.php
│ │ │ │ │ │ │ └── HtmlDumper.php
│ │ │ │ │ │ ├── Facades
│ │ │ │ │ │ │ ├── App.php
│ │ │ │ │ │ │ ├── Artisan.php
│ │ │ │ │ │ │ ├── Auth.php
│ │ │ │ │ │ │ ├── Blade.php
│ │ │ │ │ │ │ ├── Broadcast.php
│ │ │ │ │ │ │ ├── Bus.php
│ │ │ │ │ │ │ ├── Cache.php
│ │ │ │ │ │ │ ├── Config.php
│ │ │ │ │ │ │ ├── Cookie.php
│ │ │ │ │ │ │ ├── Crypt.php
│ │ │ │ │ │ │ ├── DB.php
│ │ │ │ │ │ │ ├── Event.php
│ │ │ │ │ │ │ ├── Facade.php
│ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ ├── Gate.php
│ │ │ │ │ │ │ ├── Hash.php
│ │ │ │ │ │ │ ├── Input.php
│ │ │ │ │ │ │ ├── Lang.php
│ │ │ │ │ │ │ ├── Log.php
│ │ │ │ │ │ │ ├── Mail.php
│ │ │ │ │ │ │ ├── Notification.php
│ │ │ │ │ │ │ ├── Password.php
│ │ │ │ │ │ │ ├── Queue.php
│ │ │ │ │ │ │ ├── Redirect.php
│ │ │ │ │ │ │ ├── Redis.php
│ │ │ │ │ │ │ ├── Request.php
│ │ │ │ │ │ │ ├── Response.php
│ │ │ │ │ │ │ ├── Route.php
│ │ │ │ │ │ │ ├── Schema.php
│ │ │ │ │ │ │ ├── Session.php
│ │ │ │ │ │ │ ├── Storage.php
│ │ │ │ │ │ │ ├── URL.php
│ │ │ │ │ │ │ ├── Validator.php
│ │ │ │ │ │ │ └── View.php
│ │ │ │ │ │ ├── Fluent.php
│ │ │ │ │ │ ├── helpers.php
│ │ │ │ │ │ ├── HigherOrderCollectionProxy.php
│ │ │ │ │ │ ├── HigherOrderTapProxy.php
│ │ │ │ │ │ ├── HtmlString.php
│ │ │ │ │ │ ├── Manager.php
│ │ │ │ │ │ ├── MessageBag.php
│ │ │ │ │ │ ├── NamespacedItemResolver.php
│ │ │ │ │ │ ├── Pluralizer.php
│ │ │ │ │ │ ├── ServiceProvider.php
│ │ │ │ │ │ ├── Str.php
│ │ │ │ │ │ ├── Testing
│ │ │ │ │ │ │ └── Fakes
│ │ │ │ │ │ │ ├── BusFake.php
│ │ │ │ │ │ │ ├── EventFake.php
│ │ │ │ │ │ │ ├── MailFake.php
│ │ │ │ │ │ │ ├── NotificationFake.php
│ │ │ │ │ │ │ ├── PendingMailFake.php
│ │ │ │ │ │ │ └── QueueFake.php
│ │ │ │ │ │ ├── Traits
│ │ │ │ │ │ │ ├── CapsuleManagerTrait.php
│ │ │ │ │ │ │ └── Macroable.php
│ │ │ │ │ │ └── ViewErrorBag.php
│ │ │ │ │ ├── Translation
│ │ │ │ │ │ ├── ArrayLoader.php
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── FileLoader.php
│ │ │ │ │ │ ├── LoaderInterface.php
│ │ │ │ │ │ ├── MessageSelector.php
│ │ │ │ │ │ ├── TranslationServiceProvider.php
│ │ │ │ │ │ └── Translator.php
│ │ │ │ │ ├── Validation
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── Concerns
│ │ │ │ │ │ │ ├── FormatsMessages.php
│ │ │ │ │ │ │ ├── ReplacesAttributes.php
│ │ │ │ │ │ │ └── ValidatesAttributes.php
│ │ │ │ │ │ ├── DatabasePresenceVerifier.php
│ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ ├── PresenceVerifierInterface.php
│ │ │ │ │ │ ├── Rule.php
│ │ │ │ │ │ ├── Rules
│ │ │ │ │ │ │ ├── Dimensions.php
│ │ │ │ │ │ │ ├── Exists.php
│ │ │ │ │ │ │ ├── In.php
│ │ │ │ │ │ │ ├── NotIn.php
│ │ │ │ │ │ │ └── Unique.php
│ │ │ │ │ │ ├── UnauthorizedException.php
│ │ │ │ │ │ ├── ValidatesWhenResolvedTrait.php
│ │ │ │ │ │ ├── ValidationData.php
│ │ │ │ │ │ ├── ValidationException.php
│ │ │ │ │ │ ├── ValidationRuleParser.php
│ │ │ │ │ │ ├── ValidationServiceProvider.php
│ │ │ │ │ │ └── Validator.php
│ │ │ │ │ └── View
│ │ │ │ │ ├── Compilers
│ │ │ │ │ │ ├── BladeCompiler.php
│ │ │ │ │ │ ├── CompilerInterface.php
│ │ │ │ │ │ ├── Compiler.php
│ │ │ │ │ │ └── Concerns
│ │ │ │ │ │ ├── CompilesAuthorizations.php
│ │ │ │ │ │ ├── CompilesComments.php
│ │ │ │ │ │ ├── CompilesComponents.php
│ │ │ │ │ │ ├── CompilesConditionals.php
│ │ │ │ │ │ ├── CompilesEchos.php
│ │ │ │ │ │ ├── CompilesIncludes.php
│ │ │ │ │ │ ├── CompilesInjections.php
│ │ │ │ │ │ ├── CompilesLayouts.php
│ │ │ │ │ │ ├── CompilesLoops.php
│ │ │ │ │ │ ├── CompilesRawPhp.php
│ │ │ │ │ │ ├── CompilesStacks.php
│ │ │ │ │ │ └── CompilesTranslations.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── Concerns
│ │ │ │ │ │ ├── ManagesComponents.php
│ │ │ │ │ │ ├── ManagesEvents.php
│ │ │ │ │ │ ├── ManagesLayouts.php
│ │ │ │ │ │ ├── ManagesLoops.php
│ │ │ │ │ │ ├── ManagesStacks.php
│ │ │ │ │ │ └── ManagesTranslations.php
│ │ │ │ │ ├── Engines
│ │ │ │ │ │ ├── CompilerEngine.php
│ │ │ │ │ │ ├── EngineInterface.php
│ │ │ │ │ │ ├── Engine.php
│ │ │ │ │ │ ├── EngineResolver.php
│ │ │ │ │ │ ├── FileEngine.php
│ │ │ │ │ │ └── PhpEngine.php
│ │ │ │ │ ├── Factory.php
│ │ │ │ │ ├── FileViewFinder.php
│ │ │ │ │ ├── Middleware
│ │ │ │ │ │ └── ShareErrorsFromSession.php
│ │ │ │ │ ├── ViewFinderInterface.php
│ │ │ │ │ ├── ViewName.php
│ │ │ │ │ ├── View.php
│ │ │ │ │ └── ViewServiceProvider.php
│ │ │ │ └── tinker
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── Console
│ │ │ │ │ └── TinkerCommand.php
│ │ │ │ ├── TinkerCaster.php
│ │ │ │ └── TinkerServiceProvider.php
│ │ │ ├── league
│ │ │ │ └── flysystem
│ │ │ │ ├── composer.json
│ │ │ │ ├── docs
│ │ │ │ │ ├── adapter
│ │ │ │ │ │ ├── aws-s3-v2.md
│ │ │ │ │ │ ├── aws-s3-v3.md
│ │ │ │ │ │ ├── azure.md
│ │ │ │ │ │ ├── copy.md
│ │ │ │ │ │ ├── dropbox.md
│ │ │ │ │ │ ├── ftp.md
│ │ │ │ │ │ ├── gridfs.md
│ │ │ │ │ │ ├── local.md
│ │ │ │ │ │ ├── memory.md
│ │ │ │ │ │ ├── null-test.md
│ │ │ │ │ │ ├── phpcr.md
│ │ │ │ │ │ ├── rackspace.md
│ │ │ │ │ │ ├── replicate.md
│ │ │ │ │ │ ├── sftp.md
│ │ │ │ │ │ ├── webdav.md
│ │ │ │ │ │ └── zip-archive.md
│ │ │ │ │ ├── api.md
│ │ │ │ │ ├── caching.md
│ │ │ │ │ ├── CNAME
│ │ │ │ │ ├── core-concepts.md
│ │ │ │ │ ├── creating-an-adapter.md
│ │ │ │ │ ├── _data
│ │ │ │ │ │ ├── images.yml
│ │ │ │ │ │ ├── menu.yml
│ │ │ │ │ │ └── project.yml
│ │ │ │ │ ├── index.md
│ │ │ │ │ ├── installation.md
│ │ │ │ │ ├── integrations.md
│ │ │ │ │ ├── _layouts
│ │ │ │ │ │ └── default.html
│ │ │ │ │ ├── mount-manager.md
│ │ │ │ │ ├── performance.md
│ │ │ │ │ ├── plugins.md
│ │ │ │ │ ├── recipes.md
│ │ │ │ │ └── upgrade-to-1.0.0.md
│ │ │ │ ├── LICENSE
│ │ │ │ └── src
│ │ │ │ ├── Adapter
│ │ │ │ │ ├── AbstractAdapter.php
│ │ │ │ │ ├── AbstractFtpAdapter.php
│ │ │ │ │ ├── CanOverwriteFiles.php
│ │ │ │ │ ├── Ftpd.php
│ │ │ │ │ ├── Ftp.php
│ │ │ │ │ ├── Local.php
│ │ │ │ │ ├── NullAdapter.php
│ │ │ │ │ ├── Polyfill
│ │ │ │ │ │ ├── NotSupportingVisibilityTrait.php
│ │ │ │ │ │ ├── StreamedCopyTrait.php
│ │ │ │ │ │ ├── StreamedReadingTrait.php
│ │ │ │ │ │ ├── StreamedTrait.php
│ │ │ │ │ │ └── StreamedWritingTrait.php
│ │ │ │ │ └── SynologyFtp.php
│ │ │ │ ├── AdapterInterface.php
│ │ │ │ ├── ConfigAwareTrait.php
│ │ │ │ ├── Config.php
│ │ │ │ ├── Directory.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── FileExistsException.php
│ │ │ │ ├── FileNotFoundException.php
│ │ │ │ ├── File.php
│ │ │ │ ├── FilesystemInterface.php
│ │ │ │ ├── FilesystemNotFoundException.php
│ │ │ │ ├── Filesystem.php
│ │ │ │ ├── Handler.php
│ │ │ │ ├── MountManager.php
│ │ │ │ ├── NotSupportedException.php
│ │ │ │ ├── Plugin
│ │ │ │ │ ├── AbstractPlugin.php
│ │ │ │ │ ├── EmptyDir.php
│ │ │ │ │ ├── ForcedCopy.php
│ │ │ │ │ ├── ForcedRename.php
│ │ │ │ │ ├── GetWithMetadata.php
│ │ │ │ │ ├── ListFiles.php
│ │ │ │ │ ├── ListPaths.php
│ │ │ │ │ ├── ListWith.php
│ │ │ │ │ ├── PluggableTrait.php
│ │ │ │ │ └── PluginNotFoundException.php
│ │ │ │ ├── PluginInterface.php
│ │ │ │ ├── ReadInterface.php
│ │ │ │ ├── RootViolationException.php
│ │ │ │ ├── SafeStorage.php
│ │ │ │ ├── UnreadableFileException.php
│ │ │ │ ├── Util
│ │ │ │ │ ├── ContentListingFormatter.php
│ │ │ │ │ ├── MimeType.php
│ │ │ │ │ └── StreamHasher.php
│ │ │ │ └── Util.php
│ │ │ ├── maatwebsite
│ │ │ │ └── excel
│ │ │ │ ├── composer.json
│ │ │ │ ├── dump.rdb
│ │ │ │ ├── LICENSE
│ │ │ │ ├── provides.json
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── config
│ │ │ │ │ └── excel.php
│ │ │ │ └── Maatwebsite
│ │ │ │ └── Excel
│ │ │ │ ├── Classes
│ │ │ │ │ ├── Cache.php
│ │ │ │ │ ├── FormatIdentifier.php
│ │ │ │ │ ├── LaravelExcelWorksheet.php
│ │ │ │ │ └── PHPExcel.php
│ │ │ │ ├── Collections
│ │ │ │ │ ├── CellCollection.php
│ │ │ │ │ ├── ExcelCollection.php
│ │ │ │ │ ├── RowCollection.php
│ │ │ │ │ └── SheetCollection.php
│ │ │ │ ├── Excel.php
│ │ │ │ ├── ExcelServiceProvider.php
│ │ │ │ ├── Exceptions
│ │ │ │ │ └── LaravelExcelException.php
│ │ │ │ ├── Facades
│ │ │ │ │ └── Excel.php
│ │ │ │ ├── Files
│ │ │ │ │ ├── ExcelFile.php
│ │ │ │ │ ├── ExportHandler.php
│ │ │ │ │ ├── File.php
│ │ │ │ │ ├── ImportHandler.php
│ │ │ │ │ └── NewExcelFile.php
│ │ │ │ ├── Filters
│ │ │ │ │ └── ChunkReadFilter.php
│ │ │ │ ├── Parsers
│ │ │ │ │ ├── CssParser.php
│ │ │ │ │ ├── ExcelParser.php
│ │ │ │ │ └── ViewParser.php
│ │ │ │ ├── Readers
│ │ │ │ │ ├── Batch.php
│ │ │ │ │ ├── ChunkedReadJob.php
│ │ │ │ │ ├── ConfigReader.php
│ │ │ │ │ ├── HtmlReader.php
│ │ │ │ │ └── LaravelExcelReader.php
│ │ │ │ └── Writers
│ │ │ │ ├── CellWriter.php
│ │ │ │ └── LaravelExcelWriter.php
│ │ │ ├── mockery
│ │ │ │ └── mockery
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── docs
│ │ │ │ │ ├── conf.py
│ │ │ │ │ ├── cookbook
│ │ │ │ │ │ ├── default_expectations.rst
│ │ │ │ │ │ ├── detecting_mock_objects.rst
│ │ │ │ │ │ ├── index.rst
│ │ │ │ │ │ ├── map.rst.inc
│ │ │ │ │ │ └── mocking_hard_dependencies.rst
│ │ │ │ │ ├── getting_started
│ │ │ │ │ │ ├── index.rst
│ │ │ │ │ │ ├── installation.rst
│ │ │ │ │ │ ├── map.rst.inc
│ │ │ │ │ │ ├── simple_example.rst
│ │ │ │ │ │ └── upgrading.rst
│ │ │ │ │ ├── index.rst
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── reference
│ │ │ │ │ ├── argument_validation.rst
│ │ │ │ │ ├── demeter_chains.rst
│ │ │ │ │ ├── expectations.rst
│ │ │ │ │ ├── final_methods_classes.rst
│ │ │ │ │ ├── index.rst
│ │ │ │ │ ├── instance_mocking.rst
│ │ │ │ │ ├── magic_methods.rst
│ │ │ │ │ ├── map.rst.inc
│ │ │ │ │ ├── mockery
│ │ │ │ │ │ ├── configuration.rst
│ │ │ │ │ │ ├── exceptions.rst
│ │ │ │ │ │ ├── gotchas.rst
│ │ │ │ │ │ ├── index.rst
│ │ │ │ │ │ └── reserved_method_names.rst
│ │ │ │ │ ├── object_recording.rst
│ │ │ │ │ ├── partial_mocks.rst
│ │ │ │ │ ├── pass_by_reference_behaviours.rst
│ │ │ │ │ ├── phpunit_integration.rst
│ │ │ │ │ ├── public_properties.rst
│ │ │ │ │ ├── public_static_properties.rst
│ │ │ │ │ ├── quick_examples.rst
│ │ │ │ │ └── startup_methods.rst
│ │ │ │ ├── examples
│ │ │ │ │ └── starship
│ │ │ │ │ ├── Bootstrap.php
│ │ │ │ │ ├── Starship.php
│ │ │ │ │ └── StarshipTest.php
│ │ │ │ ├── library
│ │ │ │ │ ├── Mockery
│ │ │ │ │ │ ├── Adapter
│ │ │ │ │ │ │ └── Phpunit
│ │ │ │ │ │ │ ├── MockeryPHPUnitIntegration.php
│ │ │ │ │ │ │ ├── MockeryTestCase.php
│ │ │ │ │ │ │ └── TestListener.php
│ │ │ │ │ │ ├── CompositeExpectation.php
│ │ │ │ │ │ ├── Configuration.php
│ │ │ │ │ │ ├── Container.php
│ │ │ │ │ │ ├── CountValidator
│ │ │ │ │ │ │ ├── AtLeast.php
│ │ │ │ │ │ │ ├── AtMost.php
│ │ │ │ │ │ │ ├── CountValidatorAbstract.php
│ │ │ │ │ │ │ ├── Exact.php
│ │ │ │ │ │ │ └── Exception.php
│ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ ├── InvalidCountException.php
│ │ │ │ │ │ │ ├── InvalidOrderException.php
│ │ │ │ │ │ │ ├── NoMatchingExpectationException.php
│ │ │ │ │ │ │ └── RuntimeException.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── ExpectationDirector.php
│ │ │ │ │ │ ├── ExpectationInterface.php
│ │ │ │ │ │ ├── Expectation.php
│ │ │ │ │ │ ├── Generator
│ │ │ │ │ │ │ ├── CachingGenerator.php
│ │ │ │ │ │ │ ├── DefinedTargetClass.php
│ │ │ │ │ │ │ ├── Generator.php
│ │ │ │ │ │ │ ├── Method.php
│ │ │ │ │ │ │ ├── MockConfigurationBuilder.php
│ │ │ │ │ │ │ ├── MockConfiguration.php
│ │ │ │ │ │ │ ├── MockDefinition.php
│ │ │ │ │ │ │ ├── Parameter.php
│ │ │ │ │ │ │ ├── StringManipulation
│ │ │ │ │ │ │ │ └── Pass
│ │ │ │ │ │ │ │ ├── CallTypeHintPass.php
│ │ │ │ │ │ │ │ ├── ClassNamePass.php
│ │ │ │ │ │ │ │ ├── ClassPass.php
│ │ │ │ │ │ │ │ ├── InstanceMockPass.php
│ │ │ │ │ │ │ │ ├── InterfacePass.php
│ │ │ │ │ │ │ │ ├── MethodDefinitionPass.php
│ │ │ │ │ │ │ │ ├── Pass.php
│ │ │ │ │ │ │ │ ├── RemoveBuiltinMethodsThatAreFinalPass.php
│ │ │ │ │ │ │ │ └── RemoveUnserializeForInternalSerializableClassesPass.php
│ │ │ │ │ │ │ ├── StringManipulationGenerator.php
│ │ │ │ │ │ │ ├── TargetClass.php
│ │ │ │ │ │ │ └── UndefinedTargetClass.php
│ │ │ │ │ │ ├── Instantiator.php
│ │ │ │ │ │ ├── Loader
│ │ │ │ │ │ │ ├── EvalLoader.php
│ │ │ │ │ │ │ ├── Loader.php
│ │ │ │ │ │ │ └── RequireLoader.php
│ │ │ │ │ │ ├── Loader.php
│ │ │ │ │ │ ├── Matcher
│ │ │ │ │ │ │ ├── AnyOf.php
│ │ │ │ │ │ │ ├── Any.php
│ │ │ │ │ │ │ ├── Closure.php
│ │ │ │ │ │ │ ├── Contains.php
│ │ │ │ │ │ │ ├── Ducktype.php
│ │ │ │ │ │ │ ├── HasKey.php
│ │ │ │ │ │ │ ├── HasValue.php
│ │ │ │ │ │ │ ├── MatcherAbstract.php
│ │ │ │ │ │ │ ├── MustBe.php
│ │ │ │ │ │ │ ├── NotAnyOf.php
│ │ │ │ │ │ │ ├── Not.php
│ │ │ │ │ │ │ ├── Subset.php
│ │ │ │ │ │ │ └── Type.php
│ │ │ │ │ │ ├── MethodCall.php
│ │ │ │ │ │ ├── MockInterface.php
│ │ │ │ │ │ ├── Mock.php
│ │ │ │ │ │ ├── ReceivedMethodCalls.php
│ │ │ │ │ │ ├── Recorder.php
│ │ │ │ │ │ ├── Undefined.php
│ │ │ │ │ │ ├── VerificationDirector.php
│ │ │ │ │ │ └── VerificationExpectation.php
│ │ │ │ │ └── Mockery.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.xml
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── tests
│ │ │ │ │ ├── Bootstrap.php
│ │ │ │ │ └── Mockery
│ │ │ │ │ ├── AdhocTest.php
│ │ │ │ │ ├── ContainerTest.php
│ │ │ │ │ ├── DemeterChainTest.php
│ │ │ │ │ ├── ExpectationTest.php
│ │ │ │ │ ├── _files
│ │ │ │ │ │ └── file.txt
│ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ ├── MethodWithNullableParameters.php
│ │ │ │ │ │ ├── MethodWithNullableReturnType.php
│ │ │ │ │ │ └── VoidMethod.php
│ │ │ │ │ ├── Generator
│ │ │ │ │ │ ├── DefinedTargetClassTest.php
│ │ │ │ │ │ ├── MockConfigurationTest.php
│ │ │ │ │ │ └── StringManipulation
│ │ │ │ │ │ └── Pass
│ │ │ │ │ │ ├── CallTypeHintPassTest.php
│ │ │ │ │ │ ├── ClassNamePassTest.php
│ │ │ │ │ │ ├── InstanceMockPassTest.php
│ │ │ │ │ │ └── InterfacePassTest.php
│ │ │ │ │ ├── HamcrestExpectationTest.php
│ │ │ │ │ ├── Loader
│ │ │ │ │ │ ├── EvalLoaderTest.php
│ │ │ │ │ │ ├── LoaderTestCase.php
│ │ │ │ │ │ └── RequireLoaderTest.php
│ │ │ │ │ ├── LoaderTest.php
│ │ │ │ │ ├── MockClassWithFinalWakeupTest.php
│ │ │ │ │ ├── MockClassWithUnknownTypeHintTest.php
│ │ │ │ │ ├── MockeryCanMockMultipleInterfacesWhichOverlapTest.php
│ │ │ │ │ ├── MockingMethodsWithNullableParametersTest.php
│ │ │ │ │ ├── MockingNullableMethodsTest.php
│ │ │ │ │ ├── MockingParameterAndReturnTypesTest.php
│ │ │ │ │ ├── MockingProtectedMethodsTest.php
│ │ │ │ │ ├── MockingVariadicArgumentsTest.php
│ │ │ │ │ ├── MockingVoidMethodsTest.php
│ │ │ │ │ ├── MockTest.php
│ │ │ │ │ ├── NamedMockTest.php
│ │ │ │ │ ├── RecorderTest.php
│ │ │ │ │ ├── SpyTest.php
│ │ │ │ │ ├── Test
│ │ │ │ │ │ └── Generator
│ │ │ │ │ │ └── MockConfigurationBuilderTest.php
│ │ │ │ │ └── WithFormatterExpectationTest.php
│ │ │ │ └── travis
│ │ │ │ ├── after_success.sh
│ │ │ │ ├── before_script.sh
│ │ │ │ ├── extra.ini
│ │ │ │ ├── install.sh
│ │ │ │ └── script.sh
│ │ │ ├── monolog
│ │ │ │ └── monolog
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── doc
│ │ │ │ │ ├── 01-usage.md
│ │ │ │ │ ├── 02-handlers-formatters-processors.md
│ │ │ │ │ ├── 03-utilities.md
│ │ │ │ │ ├── 04-extending.md
│ │ │ │ │ └── sockets.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Monolog
│ │ │ │ │ ├── ErrorHandler.php
│ │ │ │ │ ├── Formatter
│ │ │ │ │ │ ├── ChromePHPFormatter.php
│ │ │ │ │ │ ├── ElasticaFormatter.php
│ │ │ │ │ │ ├── FlowdockFormatter.php
│ │ │ │ │ │ ├── FluentdFormatter.php
│ │ │ │ │ │ ├── FormatterInterface.php
│ │ │ │ │ │ ├── GelfMessageFormatter.php
│ │ │ │ │ │ ├── HtmlFormatter.php
│ │ │ │ │ │ ├── JsonFormatter.php
│ │ │ │ │ │ ├── LineFormatter.php
│ │ │ │ │ │ ├── LogglyFormatter.php
│ │ │ │ │ │ ├── LogstashFormatter.php
│ │ │ │ │ │ ├── MongoDBFormatter.php
│ │ │ │ │ │ ├── NormalizerFormatter.php
│ │ │ │ │ │ ├── ScalarFormatter.php
│ │ │ │ │ │ └── WildfireFormatter.php
│ │ │ │ │ ├── Handler
│ │ │ │ │ │ ├── AbstractHandler.php
│ │ │ │ │ │ ├── AbstractProcessingHandler.php
│ │ │ │ │ │ ├── AbstractSyslogHandler.php
│ │ │ │ │ │ ├── AmqpHandler.php
│ │ │ │ │ │ ├── BrowserConsoleHandler.php
│ │ │ │ │ │ ├── BufferHandler.php
│ │ │ │ │ │ ├── ChromePHPHandler.php
│ │ │ │ │ │ ├── CouchDBHandler.php
│ │ │ │ │ │ ├── CubeHandler.php
│ │ │ │ │ │ ├── Curl
│ │ │ │ │ │ │ └── Util.php
│ │ │ │ │ │ ├── DeduplicationHandler.php
│ │ │ │ │ │ ├── DoctrineCouchDBHandler.php
│ │ │ │ │ │ ├── DynamoDbHandler.php
│ │ │ │ │ │ ├── ElasticSearchHandler.php
│ │ │ │ │ │ ├── ErrorLogHandler.php
│ │ │ │ │ │ ├── FilterHandler.php
│ │ │ │ │ │ ├── FingersCrossed
│ │ │ │ │ │ │ ├── ActivationStrategyInterface.php
│ │ │ │ │ │ │ ├── ChannelLevelActivationStrategy.php
│ │ │ │ │ │ │ └── ErrorLevelActivationStrategy.php
│ │ │ │ │ │ ├── FingersCrossedHandler.php
│ │ │ │ │ │ ├── FirePHPHandler.php
│ │ │ │ │ │ ├── FleepHookHandler.php
│ │ │ │ │ │ ├── FlowdockHandler.php
│ │ │ │ │ │ ├── GelfHandler.php
│ │ │ │ │ │ ├── GroupHandler.php
│ │ │ │ │ │ ├── HandlerInterface.php
│ │ │ │ │ │ ├── HandlerWrapper.php
│ │ │ │ │ │ ├── HipChatHandler.php
│ │ │ │ │ │ ├── IFTTTHandler.php
│ │ │ │ │ │ ├── LogEntriesHandler.php
│ │ │ │ │ │ ├── LogglyHandler.php
│ │ │ │ │ │ ├── MailHandler.php
│ │ │ │ │ │ ├── MandrillHandler.php
│ │ │ │ │ │ ├── MissingExtensionException.php
│ │ │ │ │ │ ├── MongoDBHandler.php
│ │ │ │ │ │ ├── NativeMailerHandler.php
│ │ │ │ │ │ ├── NewRelicHandler.php
│ │ │ │ │ │ ├── NullHandler.php
│ │ │ │ │ │ ├── PHPConsoleHandler.php
│ │ │ │ │ │ ├── PsrHandler.php
│ │ │ │ │ │ ├── PushoverHandler.php
│ │ │ │ │ │ ├── RavenHandler.php
│ │ │ │ │ │ ├── RedisHandler.php
│ │ │ │ │ │ ├── RollbarHandler.php
│ │ │ │ │ │ ├── RotatingFileHandler.php
│ │ │ │ │ │ ├── SamplingHandler.php
│ │ │ │ │ │ ├── Slack
│ │ │ │ │ │ │ └── SlackRecord.php
│ │ │ │ │ │ ├── SlackbotHandler.php
│ │ │ │ │ │ ├── SlackHandler.php
│ │ │ │ │ │ ├── SlackWebhookHandler.php
│ │ │ │ │ │ ├── SocketHandler.php
│ │ │ │ │ │ ├── StreamHandler.php
│ │ │ │ │ │ ├── SwiftMailerHandler.php
│ │ │ │ │ │ ├── SyslogHandler.php
│ │ │ │ │ │ ├── SyslogUdp
│ │ │ │ │ │ │ └── UdpSocket.php
│ │ │ │ │ │ ├── SyslogUdpHandler.php
│ │ │ │ │ │ ├── TestHandler.php
│ │ │ │ │ │ ├── WhatFailureGroupHandler.php
│ │ │ │ │ │ └── ZendMonitorHandler.php
│ │ │ │ │ ├── Logger.php
│ │ │ │ │ ├── Processor
│ │ │ │ │ │ ├── GitProcessor.php
│ │ │ │ │ │ ├── IntrospectionProcessor.php
│ │ │ │ │ │ ├── MemoryPeakUsageProcessor.php
│ │ │ │ │ │ ├── MemoryProcessor.php
│ │ │ │ │ │ ├── MemoryUsageProcessor.php
│ │ │ │ │ │ ├── MercurialProcessor.php
│ │ │ │ │ │ ├── ProcessIdProcessor.php
│ │ │ │ │ │ ├── PsrLogMessageProcessor.php
│ │ │ │ │ │ ├── TagProcessor.php
│ │ │ │ │ │ ├── UidProcessor.php
│ │ │ │ │ │ └── WebProcessor.php
│ │ │ │ │ └── Registry.php
│ │ │ │ └── tests
│ │ │ │ └── Monolog
│ │ │ │ ├── ErrorHandlerTest.php
│ │ │ │ ├── Formatter
│ │ │ │ │ ├── ChromePHPFormatterTest.php
│ │ │ │ │ ├── ElasticaFormatterTest.php
│ │ │ │ │ ├── FlowdockFormatterTest.php
│ │ │ │ │ ├── FluentdFormatterTest.php
│ │ │ │ │ ├── GelfMessageFormatterTest.php
│ │ │ │ │ ├── JsonFormatterTest.php
│ │ │ │ │ ├── LineFormatterTest.php
│ │ │ │ │ ├── LogglyFormatterTest.php
│ │ │ │ │ ├── LogstashFormatterTest.php
│ │ │ │ │ ├── MongoDBFormatterTest.php
│ │ │ │ │ ├── NormalizerFormatterTest.php
│ │ │ │ │ ├── ScalarFormatterTest.php
│ │ │ │ │ └── WildfireFormatterTest.php
│ │ │ │ ├── Handler
│ │ │ │ │ ├── AbstractHandlerTest.php
│ │ │ │ │ ├── AbstractProcessingHandlerTest.php
│ │ │ │ │ ├── AmqpHandlerTest.php
│ │ │ │ │ ├── BrowserConsoleHandlerTest.php
│ │ │ │ │ ├── BufferHandlerTest.php
│ │ │ │ │ ├── ChromePHPHandlerTest.php
│ │ │ │ │ ├── CouchDBHandlerTest.php
│ │ │ │ │ ├── DeduplicationHandlerTest.php
│ │ │ │ │ ├── DoctrineCouchDBHandlerTest.php
│ │ │ │ │ ├── DynamoDbHandlerTest.php
│ │ │ │ │ ├── ElasticSearchHandlerTest.php
│ │ │ │ │ ├── ErrorLogHandlerTest.php
│ │ │ │ │ ├── FilterHandlerTest.php
│ │ │ │ │ ├── FingersCrossedHandlerTest.php
│ │ │ │ │ ├── FirePHPHandlerTest.php
│ │ │ │ │ ├── Fixtures
│ │ │ │ │ ├── FleepHookHandlerTest.php
│ │ │ │ │ ├── FlowdockHandlerTest.php
│ │ │ │ │ ├── GelfHandlerLegacyTest.php
│ │ │ │ │ ├── GelfHandlerTest.php
│ │ │ │ │ ├── GelfMockMessagePublisher.php
│ │ │ │ │ ├── GroupHandlerTest.php
│ │ │ │ │ ├── HandlerWrapperTest.php
│ │ │ │ │ ├── HipChatHandlerTest.php
│ │ │ │ │ ├── LogEntriesHandlerTest.php
│ │ │ │ │ ├── MailHandlerTest.php
│ │ │ │ │ ├── MockRavenClient.php
│ │ │ │ │ ├── MongoDBHandlerTest.php
│ │ │ │ │ ├── NativeMailerHandlerTest.php
│ │ │ │ │ ├── NewRelicHandlerTest.php
│ │ │ │ │ ├── NullHandlerTest.php
│ │ │ │ │ ├── PHPConsoleHandlerTest.php
│ │ │ │ │ ├── PsrHandlerTest.php
│ │ │ │ │ ├── PushoverHandlerTest.php
│ │ │ │ │ ├── RavenHandlerTest.php
│ │ │ │ │ ├── RedisHandlerTest.php
│ │ │ │ │ ├── RollbarHandlerTest.php
│ │ │ │ │ ├── RotatingFileHandlerTest.php
│ │ │ │ │ ├── SamplingHandlerTest.php
│ │ │ │ │ ├── Slack
│ │ │ │ │ │ └── SlackRecordTest.php
│ │ │ │ │ ├── SlackbotHandlerTest.php
│ │ │ │ │ ├── SlackHandlerTest.php
│ │ │ │ │ ├── SlackWebhookHandlerTest.php
│ │ │ │ │ ├── SocketHandlerTest.php
│ │ │ │ │ ├── StreamHandlerTest.php
│ │ │ │ │ ├── SwiftMailerHandlerTest.php
│ │ │ │ │ ├── SyslogHandlerTest.php
│ │ │ │ │ ├── SyslogUdpHandlerTest.php
│ │ │ │ │ ├── TestHandlerTest.php
│ │ │ │ │ ├── UdpSocketTest.php
│ │ │ │ │ ├── WhatFailureGroupHandlerTest.php
│ │ │ │ │ └── ZendMonitorHandlerTest.php
│ │ │ │ ├── LoggerTest.php
│ │ │ │ ├── Processor
│ │ │ │ │ ├── GitProcessorTest.php
│ │ │ │ │ ├── IntrospectionProcessorTest.php
│ │ │ │ │ ├── MemoryPeakUsageProcessorTest.php
│ │ │ │ │ ├── MemoryUsageProcessorTest.php
│ │ │ │ │ ├── MercurialProcessorTest.php
│ │ │ │ │ ├── ProcessIdProcessorTest.php
│ │ │ │ │ ├── PsrLogMessageProcessorTest.php
│ │ │ │ │ ├── TagProcessorTest.php
│ │ │ │ │ ├── UidProcessorTest.php
│ │ │ │ │ └── WebProcessorTest.php
│ │ │ │ ├── PsrLogCompatTest.php
│ │ │ │ ├── RegistryTest.php
│ │ │ │ └── TestCase.php
│ │ │ ├── mtdowling
│ │ │ │ └── cron-expression
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Cron
│ │ │ │ │ ├── AbstractField.php
│ │ │ │ │ ├── CronExpression.php
│ │ │ │ │ ├── DayOfMonthField.php
│ │ │ │ │ ├── DayOfWeekField.php
│ │ │ │ │ ├── FieldFactory.php
│ │ │ │ │ ├── FieldInterface.php
│ │ │ │ │ ├── HoursField.php
│ │ │ │ │ ├── MinutesField.php
│ │ │ │ │ ├── MonthField.php
│ │ │ │ │ └── YearField.php
│ │ │ │ └── tests
│ │ │ │ └── Cron
│ │ │ │ ├── AbstractFieldTest.php
│ │ │ │ ├── CronExpressionTest.php
│ │ │ │ ├── DayOfMonthFieldTest.php
│ │ │ │ ├── DayOfWeekFieldTest.php
│ │ │ │ ├── FieldFactoryTest.php
│ │ │ │ ├── HoursFieldTest.php
│ │ │ │ ├── MinutesFieldTest.php
│ │ │ │ ├── MonthFieldTest.php
│ │ │ │ └── YearFieldTest.php
│ │ │ ├── myclabs
│ │ │ │ └── deep-copy
│ │ │ │ ├── composer.json
│ │ │ │ ├── doc
│ │ │ │ │ ├── clone.png
│ │ │ │ │ ├── deep-clone.png
│ │ │ │ │ ├── deep-copy.png
│ │ │ │ │ └── graph.png
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ └── DeepCopy
│ │ │ │ ├── DeepCopy.php
│ │ │ │ ├── Exception
│ │ │ │ │ └── CloneException.php
│ │ │ │ ├── Filter
│ │ │ │ │ ├── Doctrine
│ │ │ │ │ │ ├── DoctrineCollectionFilter.php
│ │ │ │ │ │ ├── DoctrineEmptyCollectionFilter.php
│ │ │ │ │ │ └── DoctrineProxyFilter.php
│ │ │ │ │ ├── Filter.php
│ │ │ │ │ ├── KeepFilter.php
│ │ │ │ │ ├── ReplaceFilter.php
│ │ │ │ │ └── SetNullFilter.php
│ │ │ │ ├── Matcher
│ │ │ │ │ ├── Doctrine
│ │ │ │ │ │ └── DoctrineProxyMatcher.php
│ │ │ │ │ ├── Matcher.php
│ │ │ │ │ ├── PropertyMatcher.php
│ │ │ │ │ ├── PropertyNameMatcher.php
│ │ │ │ │ └── PropertyTypeMatcher.php
│ │ │ │ ├── Reflection
│ │ │ │ │ └── ReflectionHelper.php
│ │ │ │ ├── TypeFilter
│ │ │ │ │ ├── ReplaceFilter.php
│ │ │ │ │ ├── ShallowCopyFilter.php
│ │ │ │ │ ├── Spl
│ │ │ │ │ │ └── SplDoublyLinkedList.php
│ │ │ │ │ └── TypeFilter.php
│ │ │ │ └── TypeMatcher
│ │ │ │ └── TypeMatcher.php
│ │ │ ├── nesbot
│ │ │ │ └── carbon
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── readme.md
│ │ │ │ └── src
│ │ │ │ └── Carbon
│ │ │ │ ├── CarbonInterval.php
│ │ │ │ ├── Carbon.php
│ │ │ │ ├── Exceptions
│ │ │ │ │ └── InvalidDateException.php
│ │ │ │ └── Lang
│ │ │ │ ├── af.php
│ │ │ │ ├── ar.php
│ │ │ │ ├── az.php
│ │ │ │ ├── bg.php
│ │ │ │ ├── bn.php
│ │ │ │ ├── ca.php
│ │ │ │ ├── cs.php
│ │ │ │ ├── da.php
│ │ │ │ ├── de.php
│ │ │ │ ├── el.php
│ │ │ │ ├── en.php
│ │ │ │ ├── eo.php
│ │ │ │ ├── es.php
│ │ │ │ ├── et.php
│ │ │ │ ├── eu.php
│ │ │ │ ├── fa.php
│ │ │ │ ├── fi.php
│ │ │ │ ├── fo.php
│ │ │ │ ├── fr.php
│ │ │ │ ├── gl.php
│ │ │ │ ├── he.php
│ │ │ │ ├── hr.php
│ │ │ │ ├── hu.php
│ │ │ │ ├── hy.php
│ │ │ │ ├── id.php
│ │ │ │ ├── it.php
│ │ │ │ ├── ja.php
│ │ │ │ ├── ka.php
│ │ │ │ ├── km.php
│ │ │ │ ├── ko.php
│ │ │ │ ├── lt.php
│ │ │ │ ├── lv.php
│ │ │ │ ├── mk.php
│ │ │ │ ├── ms.php
│ │ │ │ ├── nl.php
│ │ │ │ ├── no.php
│ │ │ │ ├── pl.php
│ │ │ │ ├── pt_BR.php
│ │ │ │ ├── pt.php
│ │ │ │ ├── ro.php
│ │ │ │ ├── ru.php
│ │ │ │ ├── sk.php
│ │ │ │ ├── sl.php
│ │ │ │ ├── sq.php
│ │ │ │ ├── sr_Cyrl_ME.php
│ │ │ │ ├── sr_Latn_ME.php
│ │ │ │ ├── sr_ME.php
│ │ │ │ ├── sr.php
│ │ │ │ ├── sv.php
│ │ │ │ ├── th.php
│ │ │ │ ├── tr.php
│ │ │ │ ├── uk.php
│ │ │ │ ├── ur.php
│ │ │ │ ├── uz.php
│ │ │ │ ├── vi.php
│ │ │ │ ├── zh.php
│ │ │ │ └── zh_TW.php
│ │ │ ├── nikic
│ │ │ │ └── php-parser
│ │ │ │ ├── bin
│ │ │ │ │ └── php-parse
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── doc
│ │ │ │ │ ├── 0_Introduction.markdown
│ │ │ │ │ ├── 2_Usage_of_basic_components.markdown
│ │ │ │ │ ├── 3_Other_node_tree_representations.markdown
│ │ │ │ │ ├── 4_Code_generation.markdown
│ │ │ │ │ └── component
│ │ │ │ │ ├── Error_handling.markdown
│ │ │ │ │ └── Lexer.markdown
│ │ │ │ ├── grammar
│ │ │ │ │ ├── parser.template
│ │ │ │ │ ├── php5.y
│ │ │ │ │ ├── php7.y
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── rebuildParsers.php
│ │ │ │ │ ├── tokens.template
│ │ │ │ │ └── tokens.y
│ │ │ │ ├── lib
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ └── PhpParser
│ │ │ │ │ ├── Autoloader.php
│ │ │ │ │ ├── Builder
│ │ │ │ │ │ ├── Class_.php
│ │ │ │ │ │ ├── Declaration.php
│ │ │ │ │ │ ├── FunctionLike.php
│ │ │ │ │ │ ├── Function_.php
│ │ │ │ │ │ ├── Interface_.php
│ │ │ │ │ │ ├── Method.php
│ │ │ │ │ │ ├── Namespace_.php
│ │ │ │ │ │ ├── Param.php
│ │ │ │ │ │ ├── Property.php
│ │ │ │ │ │ ├── Trait_.php
│ │ │ │ │ │ └── Use_.php
│ │ │ │ │ ├── BuilderAbstract.php
│ │ │ │ │ ├── BuilderFactory.php
│ │ │ │ │ ├── Builder.php
│ │ │ │ │ ├── Comment
│ │ │ │ │ │ └── Doc.php
│ │ │ │ │ ├── Comment.php
│ │ │ │ │ ├── ErrorHandler
│ │ │ │ │ │ ├── Collecting.php
│ │ │ │ │ │ └── Throwing.php
│ │ │ │ │ ├── ErrorHandler.php
│ │ │ │ │ ├── Error.php
│ │ │ │ │ ├── Lexer
│ │ │ │ │ │ └── Emulative.php
│ │ │ │ │ ├── Lexer.php
│ │ │ │ │ ├── Node
│ │ │ │ │ │ ├── Arg.php
│ │ │ │ │ │ ├── Const_.php
│ │ │ │ │ │ ├── Expr
│ │ │ │ │ │ │ ├── ArrayDimFetch.php
│ │ │ │ │ │ │ ├── ArrayItem.php
│ │ │ │ │ │ │ ├── Array_.php
│ │ │ │ │ │ │ ├── AssignOp
│ │ │ │ │ │ │ │ ├── BitwiseAnd.php
│ │ │ │ │ │ │ │ ├── BitwiseOr.php
│ │ │ │ │ │ │ │ ├── BitwiseXor.php
│ │ │ │ │ │ │ │ ├── Concat.php
│ │ │ │ │ │ │ │ ├── Div.php
│ │ │ │ │ │ │ │ ├── Minus.php
│ │ │ │ │ │ │ │ ├── Mod.php
│ │ │ │ │ │ │ │ ├── Mul.php
│ │ │ │ │ │ │ │ ├── Plus.php
│ │ │ │ │ │ │ │ ├── Pow.php
│ │ │ │ │ │ │ │ ├── ShiftLeft.php
│ │ │ │ │ │ │ │ └── ShiftRight.php
│ │ │ │ │ │ │ ├── AssignOp.php
│ │ │ │ │ │ │ ├── Assign.php
│ │ │ │ │ │ │ ├── AssignRef.php
│ │ │ │ │ │ │ ├── BinaryOp
│ │ │ │ │ │ │ │ ├── BitwiseAnd.php
│ │ │ │ │ │ │ │ ├── BitwiseOr.php
│ │ │ │ │ │ │ │ ├── BitwiseXor.php
│ │ │ │ │ │ │ │ ├── BooleanAnd.php
│ │ │ │ │ │ │ │ ├── BooleanOr.php
│ │ │ │ │ │ │ │ ├── Coalesce.php
│ │ │ │ │ │ │ │ ├── Concat.php
│ │ │ │ │ │ │ │ ├── Div.php
│ │ │ │ │ │ │ │ ├── Equal.php
│ │ │ │ │ │ │ │ ├── GreaterOrEqual.php
│ │ │ │ │ │ │ │ ├── Greater.php
│ │ │ │ │ │ │ │ ├── Identical.php
│ │ │ │ │ │ │ │ ├── LogicalAnd.php
│ │ │ │ │ │ │ │ ├── LogicalOr.php
│ │ │ │ │ │ │ │ ├── LogicalXor.php
│ │ │ │ │ │ │ │ ├── Minus.php
│ │ │ │ │ │ │ │ ├── Mod.php
│ │ │ │ │ │ │ │ ├── Mul.php
│ │ │ │ │ │ │ │ ├── NotEqual.php
│ │ │ │ │ │ │ │ ├── NotIdentical.php
│ │ │ │ │ │ │ │ ├── Plus.php
│ │ │ │ │ │ │ │ ├── Pow.php
│ │ │ │ │ │ │ │ ├── ShiftLeft.php
│ │ │ │ │ │ │ │ ├── ShiftRight.php
│ │ │ │ │ │ │ │ ├── SmallerOrEqual.php
│ │ │ │ │ │ │ │ ├── Smaller.php
│ │ │ │ │ │ │ │ └── Spaceship.php
│ │ │ │ │ │ │ ├── BinaryOp.php
│ │ │ │ │ │ │ ├── BitwiseNot.php
│ │ │ │ │ │ │ ├── BooleanNot.php
│ │ │ │ │ │ │ ├── Cast
│ │ │ │ │ │ │ │ ├── Array_.php
│ │ │ │ │ │ │ │ ├── Bool_.php
│ │ │ │ │ │ │ │ ├── Double.php
│ │ │ │ │ │ │ │ ├── Int_.php
│ │ │ │ │ │ │ │ ├── Object_.php
│ │ │ │ │ │ │ │ ├── String_.php
│ │ │ │ │ │ │ │ └── Unset_.php
│ │ │ │ │ │ │ ├── Cast.php
│ │ │ │ │ │ │ ├── ClassConstFetch.php
│ │ │ │ │ │ │ ├── Clone_.php
│ │ │ │ │ │ │ ├── Closure.php
│ │ │ │ │ │ │ ├── ClosureUse.php
│ │ │ │ │ │ │ ├── ConstFetch.php
│ │ │ │ │ │ │ ├── Empty_.php
│ │ │ │ │ │ │ ├── Error.php
│ │ │ │ │ │ │ ├── ErrorSuppress.php
│ │ │ │ │ │ │ ├── Eval_.php
│ │ │ │ │ │ │ ├── Exit_.php
│ │ │ │ │ │ │ ├── FuncCall.php
│ │ │ │ │ │ │ ├── Include_.php
│ │ │ │ │ │ │ ├── Instanceof_.php
│ │ │ │ │ │ │ ├── Isset_.php
│ │ │ │ │ │ │ ├── List_.php
│ │ │ │ │ │ │ ├── MethodCall.php
│ │ │ │ │ │ │ ├── New_.php
│ │ │ │ │ │ │ ├── PostDec.php
│ │ │ │ │ │ │ ├── PostInc.php
│ │ │ │ │ │ │ ├── PreDec.php
│ │ │ │ │ │ │ ├── PreInc.php
│ │ │ │ │ │ │ ├── Print_.php
│ │ │ │ │ │ │ ├── PropertyFetch.php
│ │ │ │ │ │ │ ├── ShellExec.php
│ │ │ │ │ │ │ ├── StaticCall.php
│ │ │ │ │ │ │ ├── StaticPropertyFetch.php
│ │ │ │ │ │ │ ├── Ternary.php
│ │ │ │ │ │ │ ├── UnaryMinus.php
│ │ │ │ │ │ │ ├── UnaryPlus.php
│ │ │ │ │ │ │ ├── Variable.php
│ │ │ │ │ │ │ ├── YieldFrom.php
│ │ │ │ │ │ │ └── Yield_.php
│ │ │ │ │ │ ├── Expr.php
│ │ │ │ │ │ ├── FunctionLike.php
│ │ │ │ │ │ ├── Name
│ │ │ │ │ │ │ ├── FullyQualified.php
│ │ │ │ │ │ │ └── Relative.php
│ │ │ │ │ │ ├── Name.php
│ │ │ │ │ │ ├── NullableType.php
│ │ │ │ │ │ ├── Param.php
│ │ │ │ │ │ ├── Scalar
│ │ │ │ │ │ │ ├── DNumber.php
│ │ │ │ │ │ │ ├── Encapsed.php
│ │ │ │ │ │ │ ├── EncapsedStringPart.php
│ │ │ │ │ │ │ ├── LNumber.php
│ │ │ │ │ │ │ ├── MagicConst
│ │ │ │ │ │ │ │ ├── Class_.php
│ │ │ │ │ │ │ │ ├── Dir.php
│ │ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ │ ├── Function_.php
│ │ │ │ │ │ │ │ ├── Line.php
│ │ │ │ │ │ │ │ ├── Method.php
│ │ │ │ │ │ │ │ ├── Namespace_.php
│ │ │ │ │ │ │ │ └── Trait_.php
│ │ │ │ │ │ │ ├── MagicConst.php
│ │ │ │ │ │ │ └── String_.php
│ │ │ │ │ │ ├── Scalar.php
│ │ │ │ │ │ ├── Stmt
│ │ │ │ │ │ │ ├── Break_.php
│ │ │ │ │ │ │ ├── Case_.php
│ │ │ │ │ │ │ ├── Catch_.php
│ │ │ │ │ │ │ ├── ClassConst.php
│ │ │ │ │ │ │ ├── ClassLike.php
│ │ │ │ │ │ │ ├── ClassMethod.php
│ │ │ │ │ │ │ ├── Class_.php
│ │ │ │ │ │ │ ├── Const_.php
│ │ │ │ │ │ │ ├── Continue_.php
│ │ │ │ │ │ │ ├── DeclareDeclare.php
│ │ │ │ │ │ │ ├── Declare_.php
│ │ │ │ │ │ │ ├── Do_.php
│ │ │ │ │ │ │ ├── Echo_.php
│ │ │ │ │ │ │ ├── ElseIf_.php
│ │ │ │ │ │ │ ├── Else_.php
│ │ │ │ │ │ │ ├── Finally_.php
│ │ │ │ │ │ │ ├── Foreach_.php
│ │ │ │ │ │ │ ├── For_.php
│ │ │ │ │ │ │ ├── Function_.php
│ │ │ │ │ │ │ ├── Global_.php
│ │ │ │ │ │ │ ├── Goto_.php
│ │ │ │ │ │ │ ├── GroupUse.php
│ │ │ │ │ │ │ ├── HaltCompiler.php
│ │ │ │ │ │ │ ├── If_.php
│ │ │ │ │ │ │ ├── InlineHTML.php
│ │ │ │ │ │ │ ├── Interface_.php
│ │ │ │ │ │ │ ├── Label.php
│ │ │ │ │ │ │ ├── Namespace_.php
│ │ │ │ │ │ │ ├── Nop.php
│ │ │ │ │ │ │ ├── Property.php
│ │ │ │ │ │ │ ├── PropertyProperty.php
│ │ │ │ │ │ │ ├── Return_.php
│ │ │ │ │ │ │ ├── Static_.php
│ │ │ │ │ │ │ ├── StaticVar.php
│ │ │ │ │ │ │ ├── Switch_.php
│ │ │ │ │ │ │ ├── Throw_.php
│ │ │ │ │ │ │ ├── Trait_.php
│ │ │ │ │ │ │ ├── TraitUseAdaptation
│ │ │ │ │ │ │ │ ├── Alias.php
│ │ │ │ │ │ │ │ └── Precedence.php
│ │ │ │ │ │ │ ├── TraitUseAdaptation.php
│ │ │ │ │ │ │ ├── TraitUse.php
│ │ │ │ │ │ │ ├── TryCatch.php
│ │ │ │ │ │ │ ├── Unset_.php
│ │ │ │ │ │ │ ├── Use_.php
│ │ │ │ │ │ │ ├── UseUse.php
│ │ │ │ │ │ │ └── While_.php
│ │ │ │ │ │ └── Stmt.php
│ │ │ │ │ ├── NodeAbstract.php
│ │ │ │ │ ├── NodeDumper.php
│ │ │ │ │ ├── Node.php
│ │ │ │ │ ├── NodeTraverserInterface.php
│ │ │ │ │ ├── NodeTraverser.php
│ │ │ │ │ ├── NodeVisitor
│ │ │ │ │ │ └── NameResolver.php
│ │ │ │ │ ├── NodeVisitorAbstract.php
│ │ │ │ │ ├── NodeVisitor.php
│ │ │ │ │ ├── Parser
│ │ │ │ │ │ ├── Multiple.php
│ │ │ │ │ │ ├── Php5.php
│ │ │ │ │ │ ├── Php7.php
│ │ │ │ │ │ └── Tokens.php
│ │ │ │ │ ├── ParserAbstract.php
│ │ │ │ │ ├── ParserFactory.php
│ │ │ │ │ ├── Parser.php
│ │ │ │ │ ├── PrettyPrinter
│ │ │ │ │ │ └── Standard.php
│ │ │ │ │ ├── PrettyPrinterAbstract.php
│ │ │ │ │ ├── Serializer
│ │ │ │ │ │ └── XML.php
│ │ │ │ │ ├── Serializer.php
│ │ │ │ │ ├── Unserializer
│ │ │ │ │ │ └── XML.php
│ │ │ │ │ └── Unserializer.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── test
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ ├── code
│ │ │ │ │ │ ├── parser
│ │ │ │ │ │ │ ├── blockComments.test
│ │ │ │ │ │ │ ├── comments.test
│ │ │ │ │ │ │ ├── errorHandling
│ │ │ │ │ │ │ │ ├── eofError.test
│ │ │ │ │ │ │ │ ├── lexerErrors.test
│ │ │ │ │ │ │ │ └── recovery.test
│ │ │ │ │ │ │ ├── expr
│ │ │ │ │ │ │ │ ├── arrayDef.test
│ │ │ │ │ │ │ │ ├── arrayDestructuring.test
│ │ │ │ │ │ │ │ ├── assignNewByRef.test
│ │ │ │ │ │ │ │ ├── assign.test
│ │ │ │ │ │ │ │ ├── cast.test
│ │ │ │ │ │ │ │ ├── clone.test
│ │ │ │ │ │ │ │ ├── closure.test
│ │ │ │ │ │ │ │ ├── comparison.test
│ │ │ │ │ │ │ │ ├── constant_expr.test
│ │ │ │ │ │ │ │ ├── errorSuppress.test
│ │ │ │ │ │ │ │ ├── exit.test
│ │ │ │ │ │ │ │ ├── fetchAndCall
│ │ │ │ │ │ │ │ │ ├── args.test
│ │ │ │ │ │ │ │ │ ├── constantDeref.test
│ │ │ │ │ │ │ │ │ ├── constFetch.test
│ │ │ │ │ │ │ │ │ ├── funcCall.test
│ │ │ │ │ │ │ │ │ ├── newDeref.test
│ │ │ │ │ │ │ │ │ ├── objectAccess.test
│ │ │ │ │ │ │ │ │ ├── simpleArrayAccess.test
│ │ │ │ │ │ │ │ │ ├── staticCall.test
│ │ │ │ │ │ │ │ │ └── staticPropertyFetch.test
│ │ │ │ │ │ │ │ ├── includeAndEval.test
│ │ │ │ │ │ │ │ ├── issetAndEmpty.test
│ │ │ │ │ │ │ │ ├── listWithKeys.test
│ │ │ │ │ │ │ │ ├── logic.test
│ │ │ │ │ │ │ │ ├── math.test
│ │ │ │ │ │ │ │ ├── new.test
│ │ │ │ │ │ │ │ ├── newWithoutClass.test
│ │ │ │ │ │ │ │ ├── print.test
│ │ │ │ │ │ │ │ ├── shellExec.test
│ │ │ │ │ │ │ │ ├── ternaryAndCoalesce.test
│ │ │ │ │ │ │ │ ├── uvs
│ │ │ │ │ │ │ │ │ ├── globalNonSimpleVarError.test
│ │ │ │ │ │ │ │ │ ├── indirectCall.test
│ │ │ │ │ │ │ │ │ ├── isset.test
│ │ │ │ │ │ │ │ │ ├── misc.test
│ │ │ │ │ │ │ │ │ ├── new.test
│ │ │ │ │ │ │ │ │ └── staticProperty.test
│ │ │ │ │ │ │ │ └── variable.test
│ │ │ │ │ │ │ ├── scalar
│ │ │ │ │ │ │ │ ├── constantString.test
│ │ │ │ │ │ │ │ ├── docStringNewlines.test
│ │ │ │ │ │ │ │ ├── docString.test
│ │ │ │ │ │ │ │ ├── encapsedNegVarOffset.test
│ │ │ │ │ │ │ │ ├── encapsedString.test
│ │ │ │ │ │ │ │ ├── float.test
│ │ │ │ │ │ │ │ ├── int.test
│ │ │ │ │ │ │ │ ├── invalidOctal.test
│ │ │ │ │ │ │ │ ├── magicConst.test
│ │ │ │ │ │ │ │ └── unicodeEscape.test
│ │ │ │ │ │ │ ├── semiReserved.test
│ │ │ │ │ │ │ └── stmt
│ │ │ │ │ │ │ ├── blocklessStatement.test
│ │ │ │ │ │ │ ├── class
│ │ │ │ │ │ │ │ ├── abstract.test
│ │ │ │ │ │ │ │ ├── anonymous.test
│ │ │ │ │ │ │ │ ├── conditional.test
│ │ │ │ │ │ │ │ ├── constModifierErrors.test
│ │ │ │ │ │ │ │ ├── constModifiers.test
│ │ │ │ │ │ │ │ ├── final.test
│ │ │ │ │ │ │ │ ├── implicitPublic.test
│ │ │ │ │ │ │ │ ├── interface.test
│ │ │ │ │ │ │ │ ├── modifier.test
│ │ │ │ │ │ │ │ ├── name.test
│ │ │ │ │ │ │ │ ├── php4Style.test
│ │ │ │ │ │ │ │ ├── simple.test
│ │ │ │ │ │ │ │ ├── staticMethod.test
│ │ │ │ │ │ │ │ └── trait.test
│ │ │ │ │ │ │ ├── const.test
│ │ │ │ │ │ │ ├── controlFlow.test
│ │ │ │ │ │ │ ├── declare.test
│ │ │ │ │ │ │ ├── echo.test
│ │ │ │ │ │ │ ├── function
│ │ │ │ │ │ │ │ ├── builtinTypeDeclarations.test
│ │ │ │ │ │ │ │ ├── byRef.test
│ │ │ │ │ │ │ │ ├── conditional.test
│ │ │ │ │ │ │ │ ├── defaultValues.test
│ │ │ │ │ │ │ │ ├── nullableTypes.test
│ │ │ │ │ │ │ │ ├── returnTypes.test
│ │ │ │ │ │ │ │ ├── specialVars.test
│ │ │ │ │ │ │ │ ├── typeDeclarations.test
│ │ │ │ │ │ │ │ ├── variadicDefaultValue.test
│ │ │ │ │ │ │ │ └── variadic.test
│ │ │ │ │ │ │ ├── generator
│ │ │ │ │ │ │ │ ├── basic.test
│ │ │ │ │ │ │ │ ├── yieldPrecedence.test
│ │ │ │ │ │ │ │ └── yieldUnaryPrecedence.test
│ │ │ │ │ │ │ ├── haltCompilerInvalidSyntax.test
│ │ │ │ │ │ │ ├── haltCompilerOffset.test
│ │ │ │ │ │ │ ├── haltCompilerOutermostScope.test
│ │ │ │ │ │ │ ├── haltCompiler.test
│ │ │ │ │ │ │ ├── hashbang.test
│ │ │ │ │ │ │ ├── if.test
│ │ │ │ │ │ │ ├── inlineHTML.test
│ │ │ │ │ │ │ ├── loop
│ │ │ │ │ │ │ │ ├── do.test
│ │ │ │ │ │ │ │ ├── foreach.test
│ │ │ │ │ │ │ │ ├── for.test
│ │ │ │ │ │ │ │ └── while.test
│ │ │ │ │ │ │ ├── multiCatch.test
│ │ │ │ │ │ │ ├── namespace
│ │ │ │ │ │ │ │ ├── alias.test
│ │ │ │ │ │ │ │ ├── braced.test
│ │ │ │ │ │ │ │ ├── groupUseErrors.test
│ │ │ │ │ │ │ │ ├── groupUsePositions.test
│ │ │ │ │ │ │ │ ├── groupUse.test
│ │ │ │ │ │ │ │ ├── invalidName.test
│ │ │ │ │ │ │ │ ├── mix.test
│ │ │ │ │ │ │ │ ├── name.test
│ │ │ │ │ │ │ │ ├── nested.test
│ │ │ │ │ │ │ │ ├── notBraced.test
│ │ │ │ │ │ │ │ ├── nsAfterHashbang.test
│ │ │ │ │ │ │ │ ├── outsideStmtInvalid.test
│ │ │ │ │ │ │ │ └── outsideStmt.test
│ │ │ │ │ │ │ ├── switch.test
│ │ │ │ │ │ │ ├── tryCatch.test
│ │ │ │ │ │ │ ├── tryWithoutCatch.test
│ │ │ │ │ │ │ └── unset.test
│ │ │ │ │ │ └── prettyPrinter
│ │ │ │ │ │ ├── commentsInCommaList.test
│ │ │ │ │ │ ├── comments.test
│ │ │ │ │ │ ├── expr
│ │ │ │ │ │ │ ├── anonymousClass.test
│ │ │ │ │ │ │ ├── arrayDestructuring.test
│ │ │ │ │ │ │ ├── call.test
│ │ │ │ │ │ │ ├── closure.test
│ │ │ │ │ │ │ ├── constant_deref.test
│ │ │ │ │ │ │ ├── docStrings.test
│ │ │ │ │ │ │ ├── include.test
│ │ │ │ │ │ │ ├── intrinsics.test
│ │ │ │ │ │ │ ├── list.test
│ │ │ │ │ │ │ ├── literals.test
│ │ │ │ │ │ │ ├── numbers.test
│ │ │ │ │ │ │ ├── operators.test
│ │ │ │ │ │ │ ├── parentheses.test
│ │ │ │ │ │ │ ├── shortArraySyntax.test
│ │ │ │ │ │ │ ├── stringEscaping.test
│ │ │ │ │ │ │ ├── uvs.test
│ │ │ │ │ │ │ ├── variables.test
│ │ │ │ │ │ │ └── yield.test
│ │ │ │ │ │ ├── inlineHTMLandPHPtest.file-test
│ │ │ │ │ │ ├── onlyInlineHTML.file-test
│ │ │ │ │ │ ├── onlyPHP.file-test
│ │ │ │ │ │ └── stmt
│ │ │ │ │ │ ├── alias.test
│ │ │ │ │ │ ├── break_continue.test
│ │ │ │ │ │ ├── class_const.test
│ │ │ │ │ │ ├── class.test
│ │ │ │ │ │ ├── const.test
│ │ │ │ │ │ ├── declare.test
│ │ │ │ │ │ ├── do_while.test
│ │ │ │ │ │ ├── foreach.test
│ │ │ │ │ │ ├── for.test
│ │ │ │ │ │ ├── function_signatures.test
│ │ │ │ │ │ ├── global_static_variables.test
│ │ │ │ │ │ ├── goto.test
│ │ │ │ │ │ ├── groupUse.test
│ │ │ │ │ │ ├── haltCompiler.file-test
│ │ │ │ │ │ ├── if.test
│ │ │ │ │ │ ├── multiCatch.test
│ │ │ │ │ │ ├── namespaces.test
│ │ │ │ │ │ ├── nullable_types.test
│ │ │ │ │ │ ├── switch.test
│ │ │ │ │ │ ├── throw.test
│ │ │ │ │ │ ├── traitUse.test
│ │ │ │ │ │ ├── tryCatch.test
│ │ │ │ │ │ └── while.test
│ │ │ │ │ └── PhpParser
│ │ │ │ │ ├── AutoloaderTest.php
│ │ │ │ │ ├── Builder
│ │ │ │ │ │ ├── ClassTest.php
│ │ │ │ │ │ ├── FunctionTest.php
│ │ │ │ │ │ ├── InterfaceTest.php
│ │ │ │ │ │ ├── MethodTest.php
│ │ │ │ │ │ ├── NamespaceTest.php
│ │ │ │ │ │ ├── ParamTest.php
│ │ │ │ │ │ ├── PropertyTest.php
│ │ │ │ │ │ ├── TraitTest.php
│ │ │ │ │ │ └── UseTest.php
│ │ │ │ │ ├── BuilderFactoryTest.php
│ │ │ │ │ ├── CodeParsingTest.php
│ │ │ │ │ ├── CodeTestAbstract.php
│ │ │ │ │ ├── CommentTest.php
│ │ │ │ │ ├── ErrorHandler
│ │ │ │ │ │ ├── CollectingTest.php
│ │ │ │ │ │ └── ThrowingTest.php
│ │ │ │ │ ├── ErrorTest.php
│ │ │ │ │ ├── Lexer
│ │ │ │ │ │ └── EmulativeTest.php
│ │ │ │ │ ├── LexerTest.php
│ │ │ │ │ ├── Node
│ │ │ │ │ │ ├── NameTest.php
│ │ │ │ │ │ ├── Scalar
│ │ │ │ │ │ │ ├── MagicConstTest.php
│ │ │ │ │ │ │ └── StringTest.php
│ │ │ │ │ │ └── Stmt
│ │ │ │ │ │ ├── ClassConstTest.php
│ │ │ │ │ │ ├── ClassMethodTest.php
│ │ │ │ │ │ ├── ClassTest.php
│ │ │ │ │ │ ├── InterfaceTest.php
│ │ │ │ │ │ └── PropertyTest.php
│ │ │ │ │ ├── NodeAbstractTest.php
│ │ │ │ │ ├── NodeDumperTest.php
│ │ │ │ │ ├── NodeTraverserTest.php
│ │ │ │ │ ├── NodeVisitor
│ │ │ │ │ │ └── NameResolverTest.php
│ │ │ │ │ ├── Parser
│ │ │ │ │ │ ├── MultipleTest.php
│ │ │ │ │ │ ├── Php5Test.php
│ │ │ │ │ │ └── Php7Test.php
│ │ │ │ │ ├── ParserFactoryTest.php
│ │ │ │ │ ├── ParserTest.php
│ │ │ │ │ ├── PrettyPrinterTest.php
│ │ │ │ │ ├── Serializer
│ │ │ │ │ │ └── XMLTest.php
│ │ │ │ │ └── Unserializer
│ │ │ │ │ └── XMLTest.php
│ │ │ │ ├── test_old
│ │ │ │ │ ├── run.php
│ │ │ │ │ └── run-php-src.sh
│ │ │ │ ├── UPGRADE-1.0.md
│ │ │ │ ├── UPGRADE-2.0.md
│ │ │ │ └── UPGRADE-3.0.md
│ │ │ ├── overtrue
│ │ │ │ ├── laravel-wechat
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── src
│ │ │ │ │ ├── CacheBridge.php
│ │ │ │ │ ├── config.php
│ │ │ │ │ ├── Controllers
│ │ │ │ │ │ └── OpenPlatformController.php
│ │ │ │ │ ├── Events
│ │ │ │ │ │ ├── OpenPlatform
│ │ │ │ │ │ │ ├── Authorized.php
│ │ │ │ │ │ │ ├── Unauthorized.php
│ │ │ │ │ │ │ └── UpdateAuthorized.php
│ │ │ │ │ │ └── WeChatUserAuthorized.php
│ │ │ │ │ ├── Facade.php
│ │ │ │ │ ├── Middleware
│ │ │ │ │ │ └── OAuthAuthenticate.php
│ │ │ │ │ ├── Providers
│ │ │ │ │ │ └── RouteServiceProvider.php
│ │ │ │ │ └── ServiceProvider.php
│ │ │ │ ├── socialite
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ ├── phpunit.xml
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── AccessTokenInterface.php
│ │ │ │ │ │ ├── AccessToken.php
│ │ │ │ │ │ ├── AuthorizeFailedException.php
│ │ │ │ │ │ ├── Config.php
│ │ │ │ │ │ ├── FactoryInterface.php
│ │ │ │ │ │ ├── HasAttributes.php
│ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ ├── InvalidStateException.php
│ │ │ │ │ │ ├── ProviderInterface.php
│ │ │ │ │ │ ├── Providers
│ │ │ │ │ │ │ ├── AbstractProvider.php
│ │ │ │ │ │ │ ├── DoubanProvider.php
│ │ │ │ │ │ │ ├── FacebookProvider.php
│ │ │ │ │ │ │ ├── GitHubProvider.php
│ │ │ │ │ │ │ ├── GoogleProvider.php
│ │ │ │ │ │ │ ├── LinkedinProvider.php
│ │ │ │ │ │ │ ├── QQProvider.php
│ │ │ │ │ │ │ ├── WeChatOpenPlatformProvider.php
│ │ │ │ │ │ │ ├── WeChatProvider.php
│ │ │ │ │ │ │ └── WeiboProvider.php
│ │ │ │ │ │ ├── SocialiteManager.php
│ │ │ │ │ │ ├── UserInterface.php
│ │ │ │ │ │ └── User.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── OAuthTest.php
│ │ │ │ │ └── WechatProviderTest.php
│ │ │ │ ├── BACKERS.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── Broadcast
│ │ │ │ │ ├── Broadcast.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ ├── MessageBuilder.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Transformer.php
│ │ │ │ ├── Card
│ │ │ │ │ ├── Card.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ └── README.md
│ │ │ │ ├── Comment
│ │ │ │ │ └── Comment.php
│ │ │ │ ├── Core
│ │ │ │ │ ├── AbstractAPI.php
│ │ │ │ │ ├── AccessToken.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── Exception.php
│ │ │ │ │ ├── Exceptions
│ │ │ │ │ │ ├── FaultException.php
│ │ │ │ │ │ ├── HttpException.php
│ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ ├── InvalidConfigException.php
│ │ │ │ │ │ ├── RuntimeException.php
│ │ │ │ │ │ └── UnboundServiceException.php
│ │ │ │ │ ├── Http.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ └── README.md
│ │ │ │ ├── Device
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── DeviceHttpException.php
│ │ │ │ │ ├── Device.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ └── README.md
│ │ │ │ ├── Encryption
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── EncryptionException.php
│ │ │ │ │ └── Encryptor.php
│ │ │ │ ├── Foundation
│ │ │ │ │ ├── Application.php
│ │ │ │ │ ├── Config.php
│ │ │ │ │ └── ServiceProviders
│ │ │ │ │ ├── BroadcastServiceProvider.php
│ │ │ │ │ ├── CardServiceProvider.php
│ │ │ │ │ ├── CommentServiceProvider.php
│ │ │ │ │ ├── DeviceServiceProvider.php
│ │ │ │ │ ├── FundamentalServiceProvider.php
│ │ │ │ │ ├── JsServiceProvider.php
│ │ │ │ │ ├── MaterialServiceProvider.php
│ │ │ │ │ ├── MenuServiceProvider.php
│ │ │ │ │ ├── MiniProgramServiceProvider.php
│ │ │ │ │ ├── NoticeServiceProvider.php
│ │ │ │ │ ├── OAuthServiceProvider.php
│ │ │ │ │ ├── OpenPlatformServiceProvider.php
│ │ │ │ │ ├── PaymentServiceProvider.php
│ │ │ │ │ ├── POIServiceProvider.php
│ │ │ │ │ ├── QRCodeServiceProvider.php
│ │ │ │ │ ├── ReplyServiceProvider.php
│ │ │ │ │ ├── SemanticServiceProvider.php
│ │ │ │ │ ├── ServerServiceProvider.php
│ │ │ │ │ ├── ShakeAroundServiceProvider.php
│ │ │ │ │ ├── StaffServiceProvider.php
│ │ │ │ │ ├── StatsServiceProvider.php
│ │ │ │ │ ├── UrlServiceProvider.php
│ │ │ │ │ └── UserServiceProvider.php
│ │ │ │ ├── Fundamental
│ │ │ │ │ └── API.php
│ │ │ │ ├── Js
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── Js.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ └── README.md
│ │ │ │ ├── Material
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Material.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Temporary.php
│ │ │ │ ├── Menu
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Menu.php
│ │ │ │ │ └── README.md
│ │ │ │ ├── Message
│ │ │ │ │ ├── AbstractMessage.php
│ │ │ │ │ ├── Article.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── DeviceEvent.php
│ │ │ │ │ ├── DeviceText.php
│ │ │ │ │ ├── Image.php
│ │ │ │ │ ├── Link.php
│ │ │ │ │ ├── Location.php
│ │ │ │ │ ├── Material.php
│ │ │ │ │ ├── Music.php
│ │ │ │ │ ├── News.php
│ │ │ │ │ ├── Raw.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── ShortVideo.php
│ │ │ │ │ ├── Text.php
│ │ │ │ │ ├── Transfer.php
│ │ │ │ │ ├── Video.php
│ │ │ │ │ └── Voice.php
│ │ │ │ ├── MiniProgram
│ │ │ │ │ ├── AccessToken.php
│ │ │ │ │ ├── Core
│ │ │ │ │ │ └── AbstractMiniProgram.php
│ │ │ │ │ ├── Encryption
│ │ │ │ │ │ └── Encryptor.php
│ │ │ │ │ ├── Material
│ │ │ │ │ │ └── Temporary.php
│ │ │ │ │ ├── MiniProgram.php
│ │ │ │ │ ├── Notice
│ │ │ │ │ │ └── Notice.php
│ │ │ │ │ ├── QRCode
│ │ │ │ │ │ └── QRCode.php
│ │ │ │ │ ├── Server
│ │ │ │ │ │ └── Guard.php
│ │ │ │ │ ├── Sns
│ │ │ │ │ │ └── Sns.php
│ │ │ │ │ ├── Staff
│ │ │ │ │ │ └── Staff.php
│ │ │ │ │ └── Stats
│ │ │ │ │ └── Stats.php
│ │ │ │ ├── Notice
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Notice.php
│ │ │ │ │ └── README.md
│ │ │ │ ├── OpenPlatform
│ │ │ │ │ ├── AccessToken.php
│ │ │ │ │ ├── Api
│ │ │ │ │ │ ├── AbstractOpenPlatform.php
│ │ │ │ │ │ ├── BaseApi.php
│ │ │ │ │ │ └── PreAuthorization.php
│ │ │ │ │ ├── AuthorizerAccessToken.php
│ │ │ │ │ ├── Authorizer.php
│ │ │ │ │ ├── EventHandlers
│ │ │ │ │ │ ├── Authorized.php
│ │ │ │ │ │ ├── ComponentVerifyTicket.php
│ │ │ │ │ │ ├── EventHandler.php
│ │ │ │ │ │ ├── Unauthorized.php
│ │ │ │ │ │ └── UpdateAuthorized.php
│ │ │ │ │ ├── Guard.php
│ │ │ │ │ ├── OpenPlatform.php
│ │ │ │ │ └── VerifyTicket.php
│ │ │ │ ├── Payment
│ │ │ │ │ ├── API.php
│ │ │ │ │ ├── CashCoupon
│ │ │ │ │ │ ├── API.php
│ │ │ │ │ │ └── CashCoupon.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── helpers.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── LuckyMoney
│ │ │ │ │ │ ├── API.php
│ │ │ │ │ │ └── LuckyMoney.php
│ │ │ │ │ ├── MerchantPay
│ │ │ │ │ │ ├── API.php
│ │ │ │ │ │ └── MerchantPay.php
│ │ │ │ │ ├── Merchant.php
│ │ │ │ │ ├── Notify.php
│ │ │ │ │ ├── Order.php
│ │ │ │ │ ├── Payment.php
│ │ │ │ │ └── README.md
│ │ │ │ ├── POI
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── POI.php
│ │ │ │ │ └── README.md
│ │ │ │ ├── QRCode
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── QRCode.php
│ │ │ │ │ └── README.md
│ │ │ │ ├── Reply
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Reply.php
│ │ │ │ ├── Semantic
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Semantic.php
│ │ │ │ ├── Server
│ │ │ │ │ ├── BadRequestException.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── Guard.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Transformer.php
│ │ │ │ ├── ShakeAround
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── Device.php
│ │ │ │ │ ├── Group.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Material.php
│ │ │ │ │ ├── Page.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── Relation.php
│ │ │ │ │ ├── ShakeAround.php
│ │ │ │ │ └── Stats.php
│ │ │ │ ├── Staff
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── MessageBuilder.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── Session.php
│ │ │ │ │ ├── Staff.php
│ │ │ │ │ └── Transformer.php
│ │ │ │ ├── Stats
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Stats.php
│ │ │ │ ├── Store
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Model
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Store.php
│ │ │ │ ├── Support
│ │ │ │ │ ├── Arr.php
│ │ │ │ │ ├── Attribute.php
│ │ │ │ │ ├── Collection.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── File.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Log.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── Str.php
│ │ │ │ │ ├── Traits
│ │ │ │ │ │ └── PrefixedContainer.php
│ │ │ │ │ ├── Url.php
│ │ │ │ │ └── XML.php
│ │ │ │ ├── Url
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Url.php
│ │ │ │ └── User
│ │ │ │ ├── composer.json
│ │ │ │ ├── Group.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── Tag.php
│ │ │ │ └── User.php
│ │ │ ├── paragonie
│ │ │ │ └── random_compat
│ │ │ │ ├── build-phar.sh
│ │ │ │ ├── composer.json
│ │ │ │ ├── dist
│ │ │ │ │ ├── random_compat.phar.pubkey
│ │ │ │ │ └── random_compat.phar.pubkey.asc
│ │ │ │ ├── lib
│ │ │ │ │ ├── byte_safe_strings.php
│ │ │ │ │ ├── cast_to_int.php
│ │ │ │ │ ├── error_polyfill.php
│ │ │ │ │ ├── random_bytes_com_dotnet.php
│ │ │ │ │ ├── random_bytes_dev_urandom.php
│ │ │ │ │ ├── random_bytes_libsodium_legacy.php
│ │ │ │ │ ├── random_bytes_libsodium.php
│ │ │ │ │ ├── random_bytes_mcrypt.php
│ │ │ │ │ ├── random_int.php
│ │ │ │ │ └── random.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── other
│ │ │ │ │ └── build_phar.php
│ │ │ │ ├── psalm-autoload.php
│ │ │ │ └── psalm.xml
│ │ │ ├── phpdocumentor
│ │ │ │ ├── reflection-common
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── composer.lock
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── Element.php
│ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ ├── Fqsen.php
│ │ │ │ │ │ ├── Location.php
│ │ │ │ │ │ ├── ProjectFactory.php
│ │ │ │ │ │ └── Project.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── common
│ │ │ │ │ │ └── bootstrap.php
│ │ │ │ │ └── unit
│ │ │ │ │ └── FqsenTest.php
│ │ │ │ ├── reflection-docblock
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── composer.lock
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── 01-interpreting-a-simple-docblock.php
│ │ │ │ │ │ ├── 02-interpreting-tags.php
│ │ │ │ │ │ ├── 03-reconstituting-a-docblock.php
│ │ │ │ │ │ ├── 04-adding-your-own-tag.php
│ │ │ │ │ │ └── playing-with-descriptions
│ │ │ │ │ │ └── 02-escaping.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpmd.xml.dist
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── DocBlock
│ │ │ │ │ │ │ ├── DescriptionFactory.php
│ │ │ │ │ │ │ ├── Description.php
│ │ │ │ │ │ │ ├── ExampleFinder.php
│ │ │ │ │ │ │ ├── Serializer.php
│ │ │ │ │ │ │ ├── StandardTagFactory.php
│ │ │ │ │ │ │ ├── TagFactory.php
│ │ │ │ │ │ │ ├── Tag.php
│ │ │ │ │ │ │ └── Tags
│ │ │ │ │ │ │ ├── Author.php
│ │ │ │ │ │ │ ├── BaseTag.php
│ │ │ │ │ │ │ ├── Covers.php
│ │ │ │ │ │ │ ├── Deprecated.php
│ │ │ │ │ │ │ ├── Example.php
│ │ │ │ │ │ │ ├── Factory
│ │ │ │ │ │ │ │ ├── StaticMethod.php
│ │ │ │ │ │ │ │ └── Strategy.php
│ │ │ │ │ │ │ ├── Formatter
│ │ │ │ │ │ │ │ └── PassthroughFormatter.php
│ │ │ │ │ │ │ ├── Formatter.php
│ │ │ │ │ │ │ ├── Generic.php
│ │ │ │ │ │ │ ├── Link.php
│ │ │ │ │ │ │ ├── Method.php
│ │ │ │ │ │ │ ├── Param.php
│ │ │ │ │ │ │ ├── Property.php
│ │ │ │ │ │ │ ├── PropertyRead.php
│ │ │ │ │ │ │ ├── PropertyWrite.php
│ │ │ │ │ │ │ ├── Return_.php
│ │ │ │ │ │ │ ├── See.php
│ │ │ │ │ │ │ ├── Since.php
│ │ │ │ │ │ │ ├── Source.php
│ │ │ │ │ │ │ ├── Throws.php
│ │ │ │ │ │ │ ├── Uses.php
│ │ │ │ │ │ │ ├── Var_.php
│ │ │ │ │ │ │ └── Version.php
│ │ │ │ │ │ ├── DocBlockFactoryInterface.php
│ │ │ │ │ │ ├── DocBlockFactory.php
│ │ │ │ │ │ └── DocBlock.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── integration
│ │ │ │ │ │ ├── InterpretingDocBlocksTest.php
│ │ │ │ │ │ ├── ReconstitutingADocBlockTest.php
│ │ │ │ │ │ └── UsingTagsTest.php
│ │ │ │ │ └── unit
│ │ │ │ │ ├── DocBlock
│ │ │ │ │ │ ├── DescriptionFactoryTest.php
│ │ │ │ │ │ ├── DescriptionTest.php
│ │ │ │ │ │ ├── SerializerTest.php
│ │ │ │ │ │ ├── StandardTagFactoryTest.php
│ │ │ │ │ │ └── Tags
│ │ │ │ │ │ ├── AuthorTest.php
│ │ │ │ │ │ ├── CoversTest.php
│ │ │ │ │ │ ├── DeprecatedTest.php
│ │ │ │ │ │ ├── Formatter
│ │ │ │ │ │ │ └── PassthroughFormatterTest.php
│ │ │ │ │ │ ├── GenericTest.php
│ │ │ │ │ │ ├── LinkTest.php
│ │ │ │ │ │ ├── MethodTest.php
│ │ │ │ │ │ ├── ParamTest.php
│ │ │ │ │ │ ├── PropertyReadTest.php
│ │ │ │ │ │ ├── PropertyTest.php
│ │ │ │ │ │ ├── PropertyWriteTest.php
│ │ │ │ │ │ ├── ReturnTest.php
│ │ │ │ │ │ ├── SeeTest.php
│ │ │ │ │ │ ├── SinceTest.php
│ │ │ │ │ │ ├── SourceTest.php
│ │ │ │ │ │ ├── ThrowsTest.php
│ │ │ │ │ │ ├── UsesTest.php
│ │ │ │ │ │ ├── VarTest.php
│ │ │ │ │ │ └── VersionTest.php
│ │ │ │ │ ├── DocBlockFactoryTest.php
│ │ │ │ │ └── DocBlockTest.php
│ │ │ │ └── type-resolver
│ │ │ │ ├── composer.json
│ │ │ │ ├── examples
│ │ │ │ │ ├── 01-resolving-simple-types.php
│ │ │ │ │ ├── 02-resolving-classes.php
│ │ │ │ │ ├── 03-resolving-all-elements.php
│ │ │ │ │ ├── 04-discovering-the-context-using-class-reflection.php
│ │ │ │ │ ├── 05-discovering-the-context-using-method-reflection.php
│ │ │ │ │ ├── 06-discovering-the-context-using-file-contents.php
│ │ │ │ │ └── Classy.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpmd.xml.dist
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── FqsenResolver.php
│ │ │ │ │ ├── Type.php
│ │ │ │ │ ├── TypeResolver.php
│ │ │ │ │ └── Types
│ │ │ │ │ ├── Array_.php
│ │ │ │ │ ├── Boolean.php
│ │ │ │ │ ├── Callable_.php
│ │ │ │ │ ├── Compound.php
│ │ │ │ │ ├── ContextFactory.php
│ │ │ │ │ ├── Context.php
│ │ │ │ │ ├── Float_.php
│ │ │ │ │ ├── Integer.php
│ │ │ │ │ ├── Mixed.php
│ │ │ │ │ ├── Null_.php
│ │ │ │ │ ├── Object_.php
│ │ │ │ │ ├── Resource.php
│ │ │ │ │ ├── Scalar.php
│ │ │ │ │ ├── Self_.php
│ │ │ │ │ ├── Static_.php
│ │ │ │ │ ├── String_.php
│ │ │ │ │ ├── This.php
│ │ │ │ │ └── Void_.php
│ │ │ │ └── tests
│ │ │ │ └── unit
│ │ │ │ ├── TypeResolverTest.php
│ │ │ │ └── Types
│ │ │ │ ├── ContextFactoryTest.php
│ │ │ │ └── ContextTest.php
│ │ │ ├── phpoffice
│ │ │ │ └── phpexcel
│ │ │ │ ├── changelog.txt
│ │ │ │ ├── Classes
│ │ │ │ │ ├── PHPExcel
│ │ │ │ │ │ ├── Autoloader.php
│ │ │ │ │ │ ├── CachedObjectStorage
│ │ │ │ │ │ │ ├── APC.php
│ │ │ │ │ │ │ ├── CacheBase.php
│ │ │ │ │ │ │ ├── DiscISAM.php
│ │ │ │ │ │ │ ├── ICache.php
│ │ │ │ │ │ │ ├── Igbinary.php
│ │ │ │ │ │ │ ├── Memcache.php
│ │ │ │ │ │ │ ├── MemoryGZip.php
│ │ │ │ │ │ │ ├── Memory.php
│ │ │ │ │ │ │ ├── MemorySerialized.php
│ │ │ │ │ │ │ ├── PHPTemp.php
│ │ │ │ │ │ │ ├── SQLite3.php
│ │ │ │ │ │ │ ├── SQLite.php
│ │ │ │ │ │ │ └── Wincache.php
│ │ │ │ │ │ ├── CachedObjectStorageFactory.php
│ │ │ │ │ │ ├── CalcEngine
│ │ │ │ │ │ │ ├── CyclicReferenceStack.php
│ │ │ │ │ │ │ └── Logger.php
│ │ │ │ │ │ ├── Calculation
│ │ │ │ │ │ │ ├── Database.php
│ │ │ │ │ │ │ ├── DateTime.php
│ │ │ │ │ │ │ ├── Engineering.php
│ │ │ │ │ │ │ ├── ExceptionHandler.php
│ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ ├── Financial.php
│ │ │ │ │ │ │ ├── FormulaParser.php
│ │ │ │ │ │ │ ├── FormulaToken.php
│ │ │ │ │ │ │ ├── functionlist.txt
│ │ │ │ │ │ │ ├── Function.php
│ │ │ │ │ │ │ ├── Functions.php
│ │ │ │ │ │ │ ├── Logical.php
│ │ │ │ │ │ │ ├── LookupRef.php
│ │ │ │ │ │ │ ├── MathTrig.php
│ │ │ │ │ │ │ ├── Statistical.php
│ │ │ │ │ │ │ ├── TextData.php
│ │ │ │ │ │ │ └── Token
│ │ │ │ │ │ │ └── Stack.php
│ │ │ │ │ │ ├── Calculation.php
│ │ │ │ │ │ ├── Cell
│ │ │ │ │ │ │ ├── AdvancedValueBinder.php
│ │ │ │ │ │ │ ├── DataType.php
│ │ │ │ │ │ │ ├── DataValidation.php
│ │ │ │ │ │ │ ├── DefaultValueBinder.php
│ │ │ │ │ │ │ ├── Hyperlink.php
│ │ │ │ │ │ │ └── IValueBinder.php
│ │ │ │ │ │ ├── Cell.php
│ │ │ │ │ │ ├── Chart
│ │ │ │ │ │ │ ├── Axis.php
│ │ │ │ │ │ │ ├── DataSeries.php
│ │ │ │ │ │ │ ├── DataSeriesValues.php
│ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ ├── GridLines.php
│ │ │ │ │ │ │ ├── Layout.php
│ │ │ │ │ │ │ ├── Legend.php
│ │ │ │ │ │ │ ├── PlotArea.php
│ │ │ │ │ │ │ ├── Properties.php
│ │ │ │ │ │ │ ├── Renderer
│ │ │ │ │ │ │ │ ├── jpgraph.php
│ │ │ │ │ │ │ │ └── PHP Charting Libraries.txt
│ │ │ │ │ │ │ └── Title.php
│ │ │ │ │ │ ├── Chart.php
│ │ │ │ │ │ ├── Comment.php
│ │ │ │ │ │ ├── DocumentProperties.php
│ │ │ │ │ │ ├── DocumentSecurity.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── HashTable.php
│ │ │ │ │ │ ├── Helper
│ │ │ │ │ │ │ └── HTML.php
│ │ │ │ │ │ ├── IComparable.php
│ │ │ │ │ │ ├── IOFactory.php
│ │ │ │ │ │ ├── locale
│ │ │ │ │ │ │ ├── bg
│ │ │ │ │ │ │ │ └── config
│ │ │ │ │ │ │ ├── cs
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── da
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── de
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── en
│ │ │ │ │ │ │ │ └── uk
│ │ │ │ │ │ │ │ └── config
│ │ │ │ │ │ │ ├── es
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── fi
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── fr
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── hu
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── it
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── nl
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── no
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── pl
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── pt
│ │ │ │ │ │ │ │ ├── br
│ │ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── ru
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ ├── sv
│ │ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ │ └── tr
│ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ ├── NamedRange.php
│ │ │ │ │ │ ├── Reader
│ │ │ │ │ │ │ ├── Abstract.php
│ │ │ │ │ │ │ ├── CSV.php
│ │ │ │ │ │ │ ├── DefaultReadFilter.php
│ │ │ │ │ │ │ ├── Excel2003XML.php
│ │ │ │ │ │ │ ├── Excel2007
│ │ │ │ │ │ │ │ ├── Chart.php
│ │ │ │ │ │ │ │ └── Theme.php
│ │ │ │ │ │ │ ├── Excel2007.php
│ │ │ │ │ │ │ ├── Excel5
│ │ │ │ │ │ │ │ ├── Escher.php
│ │ │ │ │ │ │ │ ├── MD5.php
│ │ │ │ │ │ │ │ └── RC4.php
│ │ │ │ │ │ │ ├── Excel5.php
│ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ ├── Gnumeric.php
│ │ │ │ │ │ │ ├── HTML.php
│ │ │ │ │ │ │ ├── IReader.php
│ │ │ │ │ │ │ ├── IReadFilter.php
│ │ │ │ │ │ │ ├── OOCalc.php
│ │ │ │ │ │ │ └── SYLK.php
│ │ │ │ │ │ ├── ReferenceHelper.php
│ │ │ │ │ │ ├── RichText
│ │ │ │ │ │ │ ├── ITextElement.php
│ │ │ │ │ │ │ ├── Run.php
│ │ │ │ │ │ │ └── TextElement.php
│ │ │ │ │ │ ├── RichText.php
│ │ │ │ │ │ ├── Settings.php
│ │ │ │ │ │ ├── Shared
│ │ │ │ │ │ │ ├── CodePage.php
│ │ │ │ │ │ │ ├── Date.php
│ │ │ │ │ │ │ ├── Drawing.php
│ │ │ │ │ │ │ ├── Escher
│ │ │ │ │ │ │ │ ├── DgContainer
│ │ │ │ │ │ │ │ │ ├── SpgrContainer
│ │ │ │ │ │ │ │ │ │ └── SpContainer.php
│ │ │ │ │ │ │ │ │ └── SpgrContainer.php
│ │ │ │ │ │ │ │ ├── DgContainer.php
│ │ │ │ │ │ │ │ ├── DggContainer
│ │ │ │ │ │ │ │ │ ├── BstoreContainer
│ │ │ │ │ │ │ │ │ │ ├── BSE
│ │ │ │ │ │ │ │ │ │ │ └── Blip.php
│ │ │ │ │ │ │ │ │ │ └── BSE.php
│ │ │ │ │ │ │ │ │ └── BstoreContainer.php
│ │ │ │ │ │ │ │ └── DggContainer.php
│ │ │ │ │ │ │ ├── Escher.php
│ │ │ │ │ │ │ ├── Excel5.php
│ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ ├── Font.php
│ │ │ │ │ │ │ ├── JAMA
│ │ │ │ │ │ │ │ ├── CHANGELOG.TXT
│ │ │ │ │ │ │ │ ├── CholeskyDecomposition.php
│ │ │ │ │ │ │ │ ├── EigenvalueDecomposition.php
│ │ │ │ │ │ │ │ ├── LUDecomposition.php
│ │ │ │ │ │ │ │ ├── Matrix.php
│ │ │ │ │ │ │ │ ├── QRDecomposition.php
│ │ │ │ │ │ │ │ ├── SingularValueDecomposition.php
│ │ │ │ │ │ │ │ └── utils
│ │ │ │ │ │ │ │ ├── Error.php
│ │ │ │ │ │ │ │ └── Maths.php
│ │ │ │ │ │ │ ├── OLE
│ │ │ │ │ │ │ │ ├── ChainedBlockStream.php
│ │ │ │ │ │ │ │ ├── PPS
│ │ │ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ │ │ └── Root.php
│ │ │ │ │ │ │ │ └── PPS.php
│ │ │ │ │ │ │ ├── OLE.php
│ │ │ │ │ │ │ ├── OLERead.php
│ │ │ │ │ │ │ ├── PasswordHasher.php
│ │ │ │ │ │ │ ├── PCLZip
│ │ │ │ │ │ │ │ ├── gnu-lgpl.txt
│ │ │ │ │ │ │ │ ├── pclzip.lib.php
│ │ │ │ │ │ │ │ └── readme.txt
│ │ │ │ │ │ │ ├── String.php
│ │ │ │ │ │ │ ├── TimeZone.php
│ │ │ │ │ │ │ ├── trend
│ │ │ │ │ │ │ │ ├── bestFitClass.php
│ │ │ │ │ │ │ │ ├── exponentialBestFitClass.php
│ │ │ │ │ │ │ │ ├── linearBestFitClass.php
│ │ │ │ │ │ │ │ ├── logarithmicBestFitClass.php
│ │ │ │ │ │ │ │ ├── polynomialBestFitClass.php
│ │ │ │ │ │ │ │ ├── powerBestFitClass.php
│ │ │ │ │ │ │ │ └── trendClass.php
│ │ │ │ │ │ │ ├── XMLWriter.php
│ │ │ │ │ │ │ ├── ZipArchive.php
│ │ │ │ │ │ │ └── ZipStreamWrapper.php
│ │ │ │ │ │ ├── Style
│ │ │ │ │ │ │ ├── Alignment.php
│ │ │ │ │ │ │ ├── Border.php
│ │ │ │ │ │ │ ├── Borders.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── Conditional.php
│ │ │ │ │ │ │ ├── Fill.php
│ │ │ │ │ │ │ ├── Font.php
│ │ │ │ │ │ │ ├── NumberFormat.php
│ │ │ │ │ │ │ ├── Protection.php
│ │ │ │ │ │ │ └── Supervisor.php
│ │ │ │ │ │ ├── Style.php
│ │ │ │ │ │ ├── Worksheet
│ │ │ │ │ │ │ ├── AutoFilter
│ │ │ │ │ │ │ │ ├── Column
│ │ │ │ │ │ │ │ │ └── Rule.php
│ │ │ │ │ │ │ │ └── Column.php
│ │ │ │ │ │ │ ├── AutoFilter.php
│ │ │ │ │ │ │ ├── BaseDrawing.php
│ │ │ │ │ │ │ ├── CellIterator.php
│ │ │ │ │ │ │ ├── ColumnCellIterator.php
│ │ │ │ │ │ │ ├── ColumnDimension.php
│ │ │ │ │ │ │ ├── ColumnIterator.php
│ │ │ │ │ │ │ ├── Column.php
│ │ │ │ │ │ │ ├── Drawing
│ │ │ │ │ │ │ │ └── Shadow.php
│ │ │ │ │ │ │ ├── Drawing.php
│ │ │ │ │ │ │ ├── HeaderFooterDrawing.php
│ │ │ │ │ │ │ ├── HeaderFooter.php
│ │ │ │ │ │ │ ├── MemoryDrawing.php
│ │ │ │ │ │ │ ├── PageMargins.php
│ │ │ │ │ │ │ ├── PageSetup.php
│ │ │ │ │ │ │ ├── Protection.php
│ │ │ │ │ │ │ ├── RowCellIterator.php
│ │ │ │ │ │ │ ├── RowDimension.php
│ │ │ │ │ │ │ ├── RowIterator.php
│ │ │ │ │ │ │ ├── Row.php
│ │ │ │ │ │ │ └── SheetView.php
│ │ │ │ │ │ ├── WorksheetIterator.php
│ │ │ │ │ │ ├── Worksheet.php
│ │ │ │ │ │ └── Writer
│ │ │ │ │ │ ├── Abstract.php
│ │ │ │ │ │ ├── CSV.php
│ │ │ │ │ │ ├── Excel2007
│ │ │ │ │ │ │ ├── Chart.php
│ │ │ │ │ │ │ ├── Comments.php
│ │ │ │ │ │ │ ├── ContentTypes.php
│ │ │ │ │ │ │ ├── DocProps.php
│ │ │ │ │ │ │ ├── Drawing.php
│ │ │ │ │ │ │ ├── Rels.php
│ │ │ │ │ │ │ ├── RelsRibbon.php
│ │ │ │ │ │ │ ├── RelsVBA.php
│ │ │ │ │ │ │ ├── StringTable.php
│ │ │ │ │ │ │ ├── Style.php
│ │ │ │ │ │ │ ├── Theme.php
│ │ │ │ │ │ │ ├── Workbook.php
│ │ │ │ │ │ │ ├── Worksheet.php
│ │ │ │ │ │ │ └── WriterPart.php
│ │ │ │ │ │ ├── Excel2007.php
│ │ │ │ │ │ ├── Excel5
│ │ │ │ │ │ │ ├── BIFFwriter.php
│ │ │ │ │ │ │ ├── Escher.php
│ │ │ │ │ │ │ ├── Font.php
│ │ │ │ │ │ │ ├── Parser.php
│ │ │ │ │ │ │ ├── Workbook.php
│ │ │ │ │ │ │ ├── Worksheet.php
│ │ │ │ │ │ │ └── Xf.php
│ │ │ │ │ │ ├── Excel5.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── HTML.php
│ │ │ │ │ │ ├── IWriter.php
│ │ │ │ │ │ ├── OpenDocument
│ │ │ │ │ │ │ ├── Cell
│ │ │ │ │ │ │ │ └── Comment.php
│ │ │ │ │ │ │ ├── Content.php
│ │ │ │ │ │ │ ├── MetaInf.php
│ │ │ │ │ │ │ ├── Meta.php
│ │ │ │ │ │ │ ├── Mimetype.php
│ │ │ │ │ │ │ ├── Settings.php
│ │ │ │ │ │ │ ├── Styles.php
│ │ │ │ │ │ │ ├── Thumbnails.php
│ │ │ │ │ │ │ └── WriterPart.php
│ │ │ │ │ │ ├── OpenDocument.php
│ │ │ │ │ │ │ ├── Core.php
│ │ │ │ │ │ │ ├── DomPDF.php
│ │ │ │ │ │ │ ├── mPDF.php
│ │ │ │ │ │ │ └── tcPDF.php
│ │ │ │ │ │ └── PDF.php
│ │ │ │ │ └── PHPExcel.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── Examples
│ │ │ │ │ ├── 01pharSimple.php
│ │ │ │ │ ├── 01simple-download-ods.php
│ │ │ │ │ ├── 01simple-download-pdf.php
│ │ │ │ │ ├── 01simple-download-xls.php
│ │ │ │ │ ├── 01simple-download-xlsx.php
│ │ │ │ │ ├── 01simplePCLZip.php
│ │ │ │ │ ├── 01simple.php
│ │ │ │ │ ├── 02types.php
│ │ │ │ │ ├── 02types-xls.php
│ │ │ │ │ ├── 03formulas.php
│ │ │ │ │ ├── 04printing.php
│ │ │ │ │ ├── 05featuredemo.inc.php
│ │ │ │ │ ├── 05featuredemo.php
│ │ │ │ │ ├── 06largescale.php
│ │ │ │ │ ├── 06largescale-with-cellcaching.php
│ │ │ │ │ ├── 06largescale-with-cellcaching-sqlite3.php
│ │ │ │ │ ├── 06largescale-with-cellcaching-sqlite.php
│ │ │ │ │ ├── 06largescale-xls.php
│ │ │ │ │ ├── 07readerPCLZip.php
│ │ │ │ │ ├── 07reader.php
│ │ │ │ │ ├── 08conditionalformatting2.php
│ │ │ │ │ ├── 08conditionalformatting.php
│ │ │ │ │ ├── 09pagebreaks.php
│ │ │ │ │ ├── 10autofilter.php
│ │ │ │ │ ├── 10autofilter-selection-1.php
│ │ │ │ │ ├── 10autofilter-selection-2.php
│ │ │ │ │ ├── 10autofilter-selection-display.php
│ │ │ │ │ ├── 11documentsecurity.php
│ │ │ │ │ ├── 11documentsecurity-xls.php
│ │ │ │ │ ├── 12cellProtection.php
│ │ │ │ │ ├── 13calculation.php
│ │ │ │ │ ├── 14excel5.php
│ │ │ │ │ ├── 15datavalidation.php
│ │ │ │ │ ├── 15datavalidation-xls.php
│ │ │ │ │ ├── 16csv.php
│ │ │ │ │ ├── 17html.php
│ │ │ │ │ ├── 18extendedcalculation.php
│ │ │ │ │ ├── 19namedrange.php
│ │ │ │ │ ├── 20readexcel5.php
│ │ │ │ │ ├── 21pdf.php
│ │ │ │ │ ├── 22heavilyformatted.php
│ │ │ │ │ ├── 23sharedstyles.php
│ │ │ │ │ ├── 24readfilter.php
│ │ │ │ │ ├── 25inmemoryimage.php
│ │ │ │ │ ├── 26utf8.php
│ │ │ │ │ ├── 27imagesexcel5.php
│ │ │ │ │ ├── 28iterator.php
│ │ │ │ │ ├── 29advancedvaluebinder.php
│ │ │ │ │ ├── 30template.php
│ │ │ │ │ ├── 31docproperties_write.php
│ │ │ │ │ ├── 31docproperties_write-xls.php
│ │ │ │ │ ├── 32chartreadwrite.php
│ │ │ │ │ ├── 33chartcreate-area.php
│ │ │ │ │ ├── 33chartcreate-bar.php
│ │ │ │ │ ├── 33chartcreate-bar-stacked.php
│ │ │ │ │ ├── 33chartcreate-column-2.php
│ │ │ │ │ ├── 33chartcreate-column.php
│ │ │ │ │ ├── 33chartcreate-composite.php
│ │ │ │ │ ├── 33chartcreate-line.php
│ │ │ │ │ ├── 33chartcreate-multiple-charts.php
│ │ │ │ │ ├── 33chartcreate-pie.php
│ │ │ │ │ ├── 33chartcreate-radar.php
│ │ │ │ │ ├── 33chartcreate-scatter.php
│ │ │ │ │ ├── 33chartcreate-stock.php
│ │ │ │ │ ├── 34chartupdate.php
│ │ │ │ │ ├── 35chartrender.php
│ │ │ │ │ ├── 36chartreadwriteHTML.php
│ │ │ │ │ ├── 36chartreadwritePDF.php
│ │ │ │ │ ├── 37page_layout_view.php
│ │ │ │ │ ├── 38cloneWorksheet.php
│ │ │ │ │ ├── 39dropdown.php
│ │ │ │ │ ├── 40duplicateStyle.php
│ │ │ │ │ ├── 41password.php
│ │ │ │ │ ├── 42richText.php
│ │ │ │ │ ├── data
│ │ │ │ │ │ └── continents
│ │ │ │ │ │ ├── Africa.txt
│ │ │ │ │ │ ├── Asia.txt
│ │ │ │ │ │ ├── Europe.txt
│ │ │ │ │ │ ├── North America.txt
│ │ │ │ │ │ ├── Oceania.txt
│ │ │ │ │ │ └── South America.txt
│ │ │ │ │ ├── Excel2003XMLReader.php
│ │ │ │ │ ├── Excel2003XMLTest.xml
│ │ │ │ │ ├── GnumericReader.php
│ │ │ │ │ ├── GnumericTest.gnumeric
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── officelogo.jpg
│ │ │ │ │ │ ├── paid.png
│ │ │ │ │ │ ├── phpexcel_logo.gif
│ │ │ │ │ │ └── termsconditions.jpg
│ │ │ │ │ ├── OOCalcReaderPCLZip.php
│ │ │ │ │ ├── OOCalcReader.php
│ │ │ │ │ ├── OOCalcTest.ods
│ │ │ │ │ ├── Quadratic2.php
│ │ │ │ │ ├── Quadratic.php
│ │ │ │ │ ├── runall.php
│ │ │ │ │ ├── SylkReader.php
│ │ │ │ │ ├── SylkTest.slk
│ │ │ │ │ ├── XMLReader.php
│ │ │ │ │ └── XMLTest.xml
│ │ │ │ ├── install.txt
│ │ │ │ ├── license.md
│ │ │ │ └── unitTests
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── Classes
│ │ │ │ │ └── PHPExcel
│ │ │ │ │ ├── AutoloaderTest.php
│ │ │ │ │ ├── Calculation
│ │ │ │ │ │ ├── DateTimeTest.php
│ │ │ │ │ │ ├── EngineeringTest.php
│ │ │ │ │ │ ├── FinancialTest.php
│ │ │ │ │ │ ├── FunctionsTest.php
│ │ │ │ │ │ ├── LogicalTest.php
│ │ │ │ │ │ ├── LookupRefTest.php
│ │ │ │ │ │ ├── MathTrigTest.php
│ │ │ │ │ │ └── TextDataTest.php
│ │ │ │ │ ├── CalculationTest.php
│ │ │ │ │ ├── Cell
│ │ │ │ │ │ ├── AdvancedValueBinderTest.php
│ │ │ │ │ │ ├── DataTypeTest.php
│ │ │ │ │ │ ├── DefaultValueBinderTest.php
│ │ │ │ │ │ └── HyperlinkTest.php
│ │ │ │ │ ├── CellTest.php
│ │ │ │ │ ├── Chart
│ │ │ │ │ │ ├── DataSeriesValuesTest.php
│ │ │ │ │ │ ├── LayoutTest.php
│ │ │ │ │ │ └── LegendTest.php
│ │ │ │ │ ├── Reader
│ │ │ │ │ │ └── XEEValidatorTest.php
│ │ │ │ │ ├── ReferenceHelperTest.php
│ │ │ │ │ ├── Shared
│ │ │ │ │ │ ├── CodePageTest.php
│ │ │ │ │ │ ├── DateTest.php
│ │ │ │ │ │ ├── FileTest.php
│ │ │ │ │ │ ├── FontTest.php
│ │ │ │ │ │ ├── PasswordHasherTest.php
│ │ │ │ │ │ ├── StringTest.php
│ │ │ │ │ │ └── TimeZoneTest.php
│ │ │ │ │ ├── Style
│ │ │ │ │ │ ├── ColorTest.php
│ │ │ │ │ │ └── NumberFormatTest.php
│ │ │ │ │ └── Worksheet
│ │ │ │ │ ├── AutoFilter
│ │ │ │ │ │ ├── Column
│ │ │ │ │ │ │ └── RuleTest.php
│ │ │ │ │ │ └── ColumnTest.php
│ │ │ │ │ ├── AutoFilterTest.php
│ │ │ │ │ ├── CellCollectionTest.php
│ │ │ │ │ ├── ColumnCellIteratorTest.php
│ │ │ │ │ ├── ColumnIteratorTest.php
│ │ │ │ │ ├── RowCellIteratorTest.php
│ │ │ │ │ ├── RowIteratorTest.php
│ │ │ │ │ ├── WorksheetColumnTest.php
│ │ │ │ │ └── WorksheetRowTest.php
│ │ │ │ ├── custom
│ │ │ │ │ ├── complexAssert.php
│ │ │ │ │ └── Complex.php
│ │ │ │ ├── phpunit-cc.xml
│ │ │ │ ├── phpunit.xml
│ │ │ │ ├── rawTestData
│ │ │ │ │ ├── Calculation
│ │ │ │ │ │ ├── DateTime
│ │ │ │ │ │ │ ├── DATE.data
│ │ │ │ │ │ │ ├── DATEDIF.data
│ │ │ │ │ │ │ ├── DATEVALUE.data
│ │ │ │ │ │ │ ├── DAY.data
│ │ │ │ │ │ │ ├── DAYS360.data
│ │ │ │ │ │ │ ├── EDATE.data
│ │ │ │ │ │ │ ├── EOMONTH.data
│ │ │ │ │ │ │ ├── HOUR.data
│ │ │ │ │ │ │ ├── MINUTE.data
│ │ │ │ │ │ │ ├── MONTH.data
│ │ │ │ │ │ │ ├── NETWORKDAYS.data
│ │ │ │ │ │ │ ├── SECOND.data
│ │ │ │ │ │ │ ├── TIME.data
│ │ │ │ │ │ │ ├── TIMEVALUE.data
│ │ │ │ │ │ │ ├── WEEKDAY.data
│ │ │ │ │ │ │ ├── WEEKNUM.data
│ │ │ │ │ │ │ ├── WORKDAY.data
│ │ │ │ │ │ │ ├── YEAR.data
│ │ │ │ │ │ │ └── YEARFRAC.data
│ │ │ │ │ │ ├── Engineering
│ │ │ │ │ │ │ ├── BESSELI.data
│ │ │ │ │ │ │ ├── BESSELJ.data
│ │ │ │ │ │ │ ├── BESSELK.data
│ │ │ │ │ │ │ ├── BESSELY.data
│ │ │ │ │ │ │ ├── BIN2DEC.data
│ │ │ │ │ │ │ ├── BIN2HEX.data
│ │ │ │ │ │ │ ├── BIN2OCT.data
│ │ │ │ │ │ │ ├── COMPLEX.data
│ │ │ │ │ │ │ ├── CONVERTUOM.data
│ │ │ │ │ │ │ ├── DEC2BIN.data
│ │ │ │ │ │ │ ├── DEC2HEX.data
│ │ │ │ │ │ │ ├── DEC2OCT.data
│ │ │ │ │ │ │ ├── DELTA.data
│ │ │ │ │ │ │ ├── ERFC.data
│ │ │ │ │ │ │ ├── ERF.data
│ │ │ │ │ │ │ ├── GESTEP.data
│ │ │ │ │ │ │ ├── HEX2BIN.data
│ │ │ │ │ │ │ ├── HEX2DEC.data
│ │ │ │ │ │ │ ├── HEX2OCT.data
│ │ │ │ │ │ │ ├── IMABS.data
│ │ │ │ │ │ │ ├── IMAGINARY.data
│ │ │ │ │ │ │ ├── IMARGUMENT.data
│ │ │ │ │ │ │ ├── IMCONJUGATE.data
│ │ │ │ │ │ │ ├── IMCOS.data
│ │ │ │ │ │ │ ├── IMDIV.data
│ │ │ │ │ │ │ ├── IMEXP.data
│ │ │ │ │ │ │ ├── IMLN.data
│ │ │ │ │ │ │ ├── IMLOG10.data
│ │ │ │ │ │ │ ├── IMLOG2.data
│ │ │ │ │ │ │ ├── IMPOWER.data
│ │ │ │ │ │ │ ├── IMPRODUCT.data
│ │ │ │ │ │ │ ├── IMREAL.data
│ │ │ │ │ │ │ ├── IMSIN.data
│ │ │ │ │ │ │ ├── IMSQRT.data
│ │ │ │ │ │ │ ├── IMSUB.data
│ │ │ │ │ │ │ ├── IMSUM.data
│ │ │ │ │ │ │ ├── OCT2BIN.data
│ │ │ │ │ │ │ ├── OCT2DEC.data
│ │ │ │ │ │ │ └── OCT2HEX.data
│ │ │ │ │ │ ├── Financial
│ │ │ │ │ │ │ ├── ACCRINT.data
│ │ │ │ │ │ │ ├── ACCRINTM.data
│ │ │ │ │ │ │ ├── AMORDEGRC.data
│ │ │ │ │ │ │ ├── AMORLINC.data
│ │ │ │ │ │ │ ├── COUPDAYBS.data
│ │ │ │ │ │ │ ├── COUPDAYS.data
│ │ │ │ │ │ │ ├── COUPDAYSNC.data
│ │ │ │ │ │ │ ├── COUPNCD.data
│ │ │ │ │ │ │ ├── COUPNUM.data
│ │ │ │ │ │ │ ├── COUPPCD.data
│ │ │ │ │ │ │ ├── CUMIPMT.data
│ │ │ │ │ │ │ ├── CUMPRINC.data
│ │ │ │ │ │ │ ├── DB.data
│ │ │ │ │ │ │ ├── DDB.data
│ │ │ │ │ │ │ ├── DISC.data
│ │ │ │ │ │ │ ├── DOLLARDE.data
│ │ │ │ │ │ │ ├── DOLLARFR.data
│ │ │ │ │ │ │ ├── EFFECT.data
│ │ │ │ │ │ │ ├── FV.data
│ │ │ │ │ │ │ ├── FVSCHEDULE.data
│ │ │ │ │ │ │ ├── INTRATE.data
│ │ │ │ │ │ │ ├── IPMT.data
│ │ │ │ │ │ │ ├── IRR.data
│ │ │ │ │ │ │ ├── ISPMT.data
│ │ │ │ │ │ │ ├── MIRR.data
│ │ │ │ │ │ │ ├── NOMINAL.data
│ │ │ │ │ │ │ ├── NPER.data
│ │ │ │ │ │ │ ├── NPV.data
│ │ │ │ │ │ │ ├── PRICE.data
│ │ │ │ │ │ │ ├── RATE.data
│ │ │ │ │ │ │ └── XIRR.data
│ │ │ │ │ │ ├── Functions
│ │ │ │ │ │ │ ├── ERROR_TYPE.data
│ │ │ │ │ │ │ ├── IS_BLANK.data
│ │ │ │ │ │ │ ├── IS_ERR.data
│ │ │ │ │ │ │ ├── IS_ERROR.data
│ │ │ │ │ │ │ ├── IS_EVEN.data
│ │ │ │ │ │ │ ├── IS_LOGICAL.data
│ │ │ │ │ │ │ ├── IS_NA.data
│ │ │ │ │ │ │ ├── IS_NONTEXT.data
│ │ │ │ │ │ │ ├── IS_NUMBER.data
│ │ │ │ │ │ │ ├── IS_ODD.data
│ │ │ │ │ │ │ ├── IS_TEXT.data
│ │ │ │ │ │ │ ├── N.data
│ │ │ │ │ │ │ └── TYPE.data
│ │ │ │ │ │ ├── Logical
│ │ │ │ │ │ │ ├── AND.data
│ │ │ │ │ │ │ ├── IF.data
│ │ │ │ │ │ │ ├── IFERROR.data
│ │ │ │ │ │ │ ├── NOT.data
│ │ │ │ │ │ │ └── OR.data
│ │ │ │ │ │ ├── LookupRef
│ │ │ │ │ │ │ ├── HLOOKUP.data
│ │ │ │ │ │ │ └── VLOOKUP.data
│ │ │ │ │ │ ├── MathTrig
│ │ │ │ │ │ │ ├── ATAN2.data
│ │ │ │ │ │ │ ├── CEILING.data
│ │ │ │ │ │ │ ├── COMBIN.data
│ │ │ │ │ │ │ ├── EVEN.data
│ │ │ │ │ │ │ ├── FACT.data
│ │ │ │ │ │ │ ├── FACTDOUBLE.data
│ │ │ │ │ │ │ ├── FLOOR.data
│ │ │ │ │ │ │ ├── GCD.data
│ │ │ │ │ │ │ ├── INT.data
│ │ │ │ │ │ │ ├── LCM.data
│ │ │ │ │ │ │ ├── LOG.data
│ │ │ │ │ │ │ ├── MDETERM.data
│ │ │ │ │ │ │ ├── MINVERSE.data
│ │ │ │ │ │ │ ├── MMULT.data
│ │ │ │ │ │ │ ├── MOD.data
│ │ │ │ │ │ │ ├── MROUND.data
│ │ │ │ │ │ │ ├── MULTINOMIAL.data
│ │ │ │ │ │ │ ├── ODD.data
│ │ │ │ │ │ │ ├── POWER.data
│ │ │ │ │ │ │ ├── PRODUCT.data
│ │ │ │ │ │ │ ├── QUOTIENT.data
│ │ │ │ │ │ │ ├── ROMAN.data
│ │ │ │ │ │ │ ├── ROUNDDOWN.data
│ │ │ │ │ │ │ ├── ROUNDUP.data
│ │ │ │ │ │ │ ├── SERIESSUM.data
│ │ │ │ │ │ │ ├── SIGN.data
│ │ │ │ │ │ │ ├── SQRTPI.data
│ │ │ │ │ │ │ ├── SUMSQ.data
│ │ │ │ │ │ │ └── TRUNC.data
│ │ │ │ │ │ └── TextData
│ │ │ │ │ │ ├── CHAR.data
│ │ │ │ │ │ ├── CLEAN.data
│ │ │ │ │ │ ├── CODE.data
│ │ │ │ │ │ ├── CONCATENATE.data
│ │ │ │ │ │ ├── DOLLAR.data
│ │ │ │ │ │ ├── FIND.data
│ │ │ │ │ │ ├── FIXED.data
│ │ │ │ │ │ ├── LEFT.data
│ │ │ │ │ │ ├── LEN.data
│ │ │ │ │ │ ├── LOWER.data
│ │ │ │ │ │ ├── MID.data
│ │ │ │ │ │ ├── PROPER.data
│ │ │ │ │ │ ├── REPLACE.data
│ │ │ │ │ │ ├── RIGHT.data
│ │ │ │ │ │ ├── SEARCH.data
│ │ │ │ │ │ ├── SUBSTITUTE.data
│ │ │ │ │ │ ├── T.data
│ │ │ │ │ │ ├── TEXT.data
│ │ │ │ │ │ ├── TRIM.data
│ │ │ │ │ │ ├── UPPER.data
│ │ │ │ │ │ └── VALUE.data
│ │ │ │ │ ├── CalculationBinaryComparisonOperation.data
│ │ │ │ │ ├── Cell
│ │ │ │ │ │ └── DefaultValueBinder.data
│ │ │ │ │ ├── CellAbsoluteCoordinate.data
│ │ │ │ │ ├── CellAbsoluteReference.data
│ │ │ │ │ ├── CellBuildRange.data
│ │ │ │ │ ├── CellCoordinates.data
│ │ │ │ │ ├── CellExtractAllCellReferencesInRange.data
│ │ │ │ │ ├── CellGetRangeBoundaries.data
│ │ │ │ │ ├── CellRangeBoundaries.data
│ │ │ │ │ ├── CellRangeDimension.data
│ │ │ │ │ ├── CellSplitRange.data
│ │ │ │ │ ├── ColumnIndex.data
│ │ │ │ │ ├── ColumnString.data
│ │ │ │ │ ├── Reader
│ │ │ │ │ │ ├── XEETestInvalidUTF-16BE.xml
│ │ │ │ │ │ ├── XEETestInvalidUTF-16LE.xml
│ │ │ │ │ │ ├── XEETestInvalidUTF-16.xml
│ │ │ │ │ │ ├── XEETestInvalidUTF-8.xml
│ │ │ │ │ │ ├── XEETestValidUTF-16BE.xml
│ │ │ │ │ │ ├── XEETestValidUTF-16LE.xml
│ │ │ │ │ │ ├── XEETestValidUTF-16.xml
│ │ │ │ │ │ └── XEETestValidUTF-8.xml
│ │ │ │ │ ├── Shared
│ │ │ │ │ │ ├── CentimeterSizeToPixels.data
│ │ │ │ │ │ ├── CodePage.data
│ │ │ │ │ │ ├── DateTimeExcelToPHP1900.data
│ │ │ │ │ │ ├── DateTimeExcelToPHP1900Timezone.data
│ │ │ │ │ │ ├── DateTimeExcelToPHP1904.data
│ │ │ │ │ │ ├── DateTimeFormatCodes.data
│ │ │ │ │ │ ├── DateTimeFormattedPHPToExcel1900.data
│ │ │ │ │ │ ├── DateTimePHPToExcel1900.data
│ │ │ │ │ │ ├── DateTimePHPToExcel1904.data
│ │ │ │ │ │ ├── FontSizeToPixels.data
│ │ │ │ │ │ ├── InchSizeToPixels.data
│ │ │ │ │ │ └── PasswordHashes.data
│ │ │ │ │ └── Style
│ │ │ │ │ ├── ColorChangeBrightness.data
│ │ │ │ │ ├── ColorGetBlue.data
│ │ │ │ │ ├── ColorGetGreen.data
│ │ │ │ │ ├── ColorGetRed.data
│ │ │ │ │ └── NumberFormat.data
│ │ │ │ └── testDataFileIterator.php
│ │ │ ├── phpspec
│ │ │ │ └── prophecy
│ │ │ │ ├── CHANGES.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── fixtures
│ │ │ │ │ ├── EmptyClass.php
│ │ │ │ │ ├── EmptyInterface.php
│ │ │ │ │ ├── FinalClass.php
│ │ │ │ │ ├── ModifierInterface.php
│ │ │ │ │ ├── Named.php
│ │ │ │ │ ├── OptionalDepsClass.php
│ │ │ │ │ ├── SpecialMethods.php
│ │ │ │ │ ├── WithArguments.php
│ │ │ │ │ ├── WithCallableArgument.php
│ │ │ │ │ ├── WithFinalMethod.php
│ │ │ │ │ ├── WithFinalVirtuallyPrivateMethod.php
│ │ │ │ │ ├── WithProtectedAbstractMethod.php
│ │ │ │ │ ├── WithReferences.php
│ │ │ │ │ ├── WithReturnTypehints.php
│ │ │ │ │ ├── WithStaticMethod.php
│ │ │ │ │ ├── WithTypehintedVariadicArgument.php
│ │ │ │ │ ├── WithVariadicArgument.php
│ │ │ │ │ └── WithVirtuallyPrivateMethod.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── spec
│ │ │ │ │ └── Prophecy
│ │ │ │ │ ├── Argument
│ │ │ │ │ │ ├── ArgumentsWildcardSpec.php
│ │ │ │ │ │ └── Token
│ │ │ │ │ │ ├── AnyValuesTokenSpec.php
│ │ │ │ │ │ ├── AnyValueTokenSpec.php
│ │ │ │ │ │ ├── ApproximateValueTokenSpec.php
│ │ │ │ │ │ ├── ArrayCountTokenSpec.php
│ │ │ │ │ │ ├── ArrayEntryTokenSpec.php
│ │ │ │ │ │ ├── ArrayEveryEntryTokenSpec.php
│ │ │ │ │ │ ├── CallbackTokenSpec.php
│ │ │ │ │ │ ├── ExactValueTokenSpec.php
│ │ │ │ │ │ ├── IdenticalValueTokenSpec.php
│ │ │ │ │ │ ├── LogicalAndTokenSpec.php
│ │ │ │ │ │ ├── LogicalNotTokenSpec.php
│ │ │ │ │ │ ├── ObjectStateTokenSpec.php
│ │ │ │ │ │ ├── StringContainsTokenSpec.php
│ │ │ │ │ │ └── TypeTokenSpec.php
│ │ │ │ │ ├── ArgumentSpec.php
│ │ │ │ │ ├── Call
│ │ │ │ │ │ ├── CallCenterSpec.php
│ │ │ │ │ │ └── CallSpec.php
│ │ │ │ │ ├── Comparator
│ │ │ │ │ │ ├── ClosureComparatorSpec.php
│ │ │ │ │ │ ├── FactorySpec.php
│ │ │ │ │ │ └── ProphecyComparatorSpec.php
│ │ │ │ │ ├── Doubler
│ │ │ │ │ │ ├── ClassPatch
│ │ │ │ │ │ │ ├── DisableConstructorPatchSpec.php
│ │ │ │ │ │ │ ├── HhvmExceptionPatchSpec.php
│ │ │ │ │ │ │ ├── KeywordPatchSpec.php
│ │ │ │ │ │ │ ├── MagicCallPatchSpec.php
│ │ │ │ │ │ │ ├── ProphecySubjectPatchSpec.php
│ │ │ │ │ │ │ ├── ReflectionClassNewInstancePatchSpec.php
│ │ │ │ │ │ │ ├── SplFileInfoPatchSpec.php
│ │ │ │ │ │ │ └── TraversablePatchSpec.php
│ │ │ │ │ │ ├── DoublerSpec.php
│ │ │ │ │ │ ├── Generator
│ │ │ │ │ │ │ ├── ClassCodeGeneratorSpec.php
│ │ │ │ │ │ │ ├── ClassCreatorSpec.php
│ │ │ │ │ │ │ └── Node
│ │ │ │ │ │ │ ├── ArgumentNodeSpec.php
│ │ │ │ │ │ │ ├── ClassNodeSpec.php
│ │ │ │ │ │ │ └── MethodNodeSpec.php
│ │ │ │ │ │ ├── LazyDoubleSpec.php
│ │ │ │ │ │ └── NameGeneratorSpec.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── Call
│ │ │ │ │ │ │ └── UnexpectedCallExceptionSpec.php
│ │ │ │ │ │ ├── Doubler
│ │ │ │ │ │ │ ├── ClassCreatorExceptionSpec.php
│ │ │ │ │ │ │ ├── ClassMirrorExceptionSpec.php
│ │ │ │ │ │ │ ├── ClassNotFoundExceptionSpec.php
│ │ │ │ │ │ │ ├── DoubleExceptionSpec.php
│ │ │ │ │ │ │ ├── InterfaceNotFoundExceptionSpec.php
│ │ │ │ │ │ │ ├── MethodNotExtendableExceptionSpec.php
│ │ │ │ │ │ │ └── MethodNotFoundExceptionSpec.php
│ │ │ │ │ │ ├── Prediction
│ │ │ │ │ │ │ ├── AggregateExceptionSpec.php
│ │ │ │ │ │ │ ├── NoCallsExceptionSpec.php
│ │ │ │ │ │ │ ├── UnexpectedCallsCountExceptionSpec.php
│ │ │ │ │ │ │ └── UnexpectedCallsExceptionSpec.php
│ │ │ │ │ │ └── Prophecy
│ │ │ │ │ │ ├── MethodProphecyExceptionSpec.php
│ │ │ │ │ │ └── ObjectProphecyExceptionSpec.php
│ │ │ │ │ ├── Prediction
│ │ │ │ │ │ ├── CallbackPredictionSpec.php
│ │ │ │ │ │ ├── CallPredictionSpec.php
│ │ │ │ │ │ ├── CallTimesPredictionSpec.php
│ │ │ │ │ │ └── NoCallsPredictionSpec.php
│ │ │ │ │ ├── Promise
│ │ │ │ │ │ ├── CallbackPromiseSpec.php
│ │ │ │ │ │ ├── ReturnArgumentPromiseSpec.php
│ │ │ │ │ │ ├── ReturnPromiseSpec.php
│ │ │ │ │ │ └── ThrowPromiseSpec.php
│ │ │ │ │ ├── Prophecy
│ │ │ │ │ │ ├── MethodProphecySpec.php
│ │ │ │ │ │ ├── ObjectProphecySpec.php
│ │ │ │ │ │ └── RevealerSpec.php
│ │ │ │ │ ├── ProphetSpec.php
│ │ │ │ │ └── Util
│ │ │ │ │ └── StringUtilSpec.php
│ │ │ │ ├── src
│ │ │ │ │ └── Prophecy
│ │ │ │ │ ├── Argument
│ │ │ │ │ │ ├── ArgumentsWildcard.php
│ │ │ │ │ │ └── Token
│ │ │ │ │ │ ├── AnyValuesToken.php
│ │ │ │ │ │ ├── AnyValueToken.php
│ │ │ │ │ │ ├── ApproximateValueToken.php
│ │ │ │ │ │ ├── ArrayCountToken.php
│ │ │ │ │ │ ├── ArrayEntryToken.php
│ │ │ │ │ │ ├── ArrayEveryEntryToken.php
│ │ │ │ │ │ ├── CallbackToken.php
│ │ │ │ │ │ ├── ExactValueToken.php
│ │ │ │ │ │ ├── IdenticalValueToken.php
│ │ │ │ │ │ ├── LogicalAndToken.php
│ │ │ │ │ │ ├── LogicalNotToken.php
│ │ │ │ │ │ ├── ObjectStateToken.php
│ │ │ │ │ │ ├── StringContainsToken.php
│ │ │ │ │ │ ├── TokenInterface.php
│ │ │ │ │ │ └── TypeToken.php
│ │ │ │ │ ├── Argument.php
│ │ │ │ │ ├── Call
│ │ │ │ │ │ ├── CallCenter.php
│ │ │ │ │ │ └── Call.php
│ │ │ │ │ ├── Comparator
│ │ │ │ │ │ ├── ClosureComparator.php
│ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ └── ProphecyComparator.php
│ │ │ │ │ ├── Doubler
│ │ │ │ │ │ ├── CachedDoubler.php
│ │ │ │ │ │ ├── ClassPatch
│ │ │ │ │ │ │ ├── ClassPatchInterface.php
│ │ │ │ │ │ │ ├── DisableConstructorPatch.php
│ │ │ │ │ │ │ ├── HhvmExceptionPatch.php
│ │ │ │ │ │ │ ├── KeywordPatch.php
│ │ │ │ │ │ │ ├── MagicCallPatch.php
│ │ │ │ │ │ │ ├── ProphecySubjectPatch.php
│ │ │ │ │ │ │ ├── ReflectionClassNewInstancePatch.php
│ │ │ │ │ │ │ ├── SplFileInfoPatch.php
│ │ │ │ │ │ │ └── TraversablePatch.php
│ │ │ │ │ │ ├── DoubleInterface.php
│ │ │ │ │ │ ├── Doubler.php
│ │ │ │ │ │ ├── Generator
│ │ │ │ │ │ │ ├── ClassCodeGenerator.php
│ │ │ │ │ │ │ ├── ClassCreator.php
│ │ │ │ │ │ │ ├── ClassMirror.php
│ │ │ │ │ │ │ ├── Node
│ │ │ │ │ │ │ │ ├── ArgumentNode.php
│ │ │ │ │ │ │ │ ├── ClassNode.php
│ │ │ │ │ │ │ │ └── MethodNode.php
│ │ │ │ │ │ │ └── ReflectionInterface.php
│ │ │ │ │ │ ├── LazyDouble.php
│ │ │ │ │ │ └── NameGenerator.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── Call
│ │ │ │ │ │ │ └── UnexpectedCallException.php
│ │ │ │ │ │ ├── Doubler
│ │ │ │ │ │ │ ├── ClassCreatorException.php
│ │ │ │ │ │ │ ├── ClassMirrorException.php
│ │ │ │ │ │ │ ├── ClassNotFoundException.php
│ │ │ │ │ │ │ ├── DoubleException.php
│ │ │ │ │ │ │ ├── DoublerException.php
│ │ │ │ │ │ │ ├── InterfaceNotFoundException.php
│ │ │ │ │ │ │ ├── MethodNotExtendableException.php
│ │ │ │ │ │ │ ├── MethodNotFoundException.php
│ │ │ │ │ │ │ └── ReturnByReferenceException.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ ├── Prediction
│ │ │ │ │ │ │ ├── AggregateException.php
│ │ │ │ │ │ │ ├── FailedPredictionException.php
│ │ │ │ │ │ │ ├── NoCallsException.php
│ │ │ │ │ │ │ ├── PredictionException.php
│ │ │ │ │ │ │ ├── UnexpectedCallsCountException.php
│ │ │ │ │ │ │ └── UnexpectedCallsException.php
│ │ │ │ │ │ └── Prophecy
│ │ │ │ │ │ ├── MethodProphecyException.php
│ │ │ │ │ │ ├── ObjectProphecyException.php
│ │ │ │ │ │ └── ProphecyException.php
│ │ │ │ │ ├── PhpDocumentor
│ │ │ │ │ │ ├── ClassAndInterfaceTagRetriever.php
│ │ │ │ │ │ ├── ClassTagRetriever.php
│ │ │ │ │ │ ├── LegacyClassTagRetriever.php
│ │ │ │ │ │ └── MethodTagRetrieverInterface.php
│ │ │ │ │ ├── Prediction
│ │ │ │ │ │ ├── CallbackPrediction.php
│ │ │ │ │ │ ├── CallPrediction.php
│ │ │ │ │ │ ├── CallTimesPrediction.php
│ │ │ │ │ │ ├── NoCallsPrediction.php
│ │ │ │ │ │ └── PredictionInterface.php
│ │ │ │ │ ├── Promise
│ │ │ │ │ │ ├── CallbackPromise.php
│ │ │ │ │ │ ├── PromiseInterface.php
│ │ │ │ │ │ ├── ReturnArgumentPromise.php
│ │ │ │ │ │ ├── ReturnPromise.php
│ │ │ │ │ │ └── ThrowPromise.php
│ │ │ │ │ ├── Prophecy
│ │ │ │ │ │ ├── MethodProphecy.php
│ │ │ │ │ │ ├── ObjectProphecy.php
│ │ │ │ │ │ ├── ProphecyInterface.php
│ │ │ │ │ │ ├── ProphecySubjectInterface.php
│ │ │ │ │ │ ├── RevealerInterface.php
│ │ │ │ │ │ └── Revealer.php
│ │ │ │ │ ├── Prophet.php
│ │ │ │ │ └── Util
│ │ │ │ │ ├── ExportUtil.php
│ │ │ │ │ └── StringUtil.php
│ │ │ │ └── tests
│ │ │ │ └── Doubler
│ │ │ │ └── Generator
│ │ │ │ └── ClassMirrorTest.php
│ │ │ ├── phpunit
│ │ │ │ ├── php-code-coverage
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── ChangeLog-2.2.md
│ │ │ │ │ ├── ChangeLog-3.0.md
│ │ │ │ │ ├── ChangeLog-3.1.md
│ │ │ │ │ ├── ChangeLog-3.2.md
│ │ │ │ │ ├── ChangeLog-3.3.md
│ │ │ │ │ ├── ChangeLog-4.0.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── CodeCoverage.php
│ │ │ │ │ │ ├── Driver
│ │ │ │ │ │ │ ├── Driver.php
│ │ │ │ │ │ │ ├── HHVM.php
│ │ │ │ │ │ │ ├── PHPDBG.php
│ │ │ │ │ │ │ └── Xdebug.php
│ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ ├── CoveredCodeNotExecutedException.php
│ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ │ ├── MissingCoversAnnotationException.php
│ │ │ │ │ │ │ ├── RuntimeException.php
│ │ │ │ │ │ │ └── UnintentionallyCoveredCodeException.php
│ │ │ │ │ │ ├── Filter.php
│ │ │ │ │ │ ├── Node
│ │ │ │ │ │ │ ├── AbstractNode.php
│ │ │ │ │ │ │ ├── Builder.php
│ │ │ │ │ │ │ ├── Directory.php
│ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ └── Iterator.php
│ │ │ │ │ │ ├── Report
│ │ │ │ │ │ │ ├── Clover.php
│ │ │ │ │ │ │ ├── Crap4j.php
│ │ │ │ │ │ │ ├── Html
│ │ │ │ │ │ │ │ ├── Facade.php
│ │ │ │ │ │ │ │ ├── Renderer
│ │ │ │ │ │ │ │ │ ├── Dashboard.php
│ │ │ │ │ │ │ │ │ ├── Directory.php
│ │ │ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ │ │ └── Template
│ │ │ │ │ │ │ │ │ ├── coverage_bar.html.dist
│ │ │ │ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ │ │ │ │ │ ├── nv.d3.min.css
│ │ │ │ │ │ │ │ │ │ └── style.css
│ │ │ │ │ │ │ │ │ ├── dashboard.html.dist
│ │ │ │ │ │ │ │ │ ├── directory.html.dist
│ │ │ │ │ │ │ │ │ ├── directory_item.html.dist
│ │ │ │ │ │ │ │ │ ├── file.html.dist
│ │ │ │ │ │ │ │ │ ├── file_item.html.dist
│ │ │ │ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ │ │ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ │ │ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ │ │ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ │ │ │ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ │ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ │ │ │ ├── bootstrap.min.js
│ │ │ │ │ │ │ │ │ │ ├── d3.min.js
│ │ │ │ │ │ │ │ │ │ ├── holder.min.js
│ │ │ │ │ │ │ │ │ │ ├── html5shiv.min.js
│ │ │ │ │ │ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ │ │ │ │ │ ├── nv.d3.min.js
│ │ │ │ │ │ │ │ │ │ └── respond.min.js
│ │ │ │ │ │ │ │ │ └── method_item.html.dist
│ │ │ │ │ │ │ │ └── Renderer.php
│ │ │ │ │ │ │ ├── PHP.php
│ │ │ │ │ │ │ ├── Text.php
│ │ │ │ │ │ │ └── Xml
│ │ │ │ │ │ │ ├── Coverage.php
│ │ │ │ │ │ │ ├── Directory.php
│ │ │ │ │ │ │ ├── Facade.php
│ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ ├── Method.php
│ │ │ │ │ │ │ ├── Node.php
│ │ │ │ │ │ │ ├── Project.php
│ │ │ │ │ │ │ ├── Report.php
│ │ │ │ │ │ │ ├── Tests.php
│ │ │ │ │ │ │ ├── Totals.php
│ │ │ │ │ │ │ └── Unit.php
│ │ │ │ │ │ └── Util.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ ├── _files
│ │ │ │ │ │ ├── BankAccount-clover.xml
│ │ │ │ │ │ ├── BankAccount-crap4j.xml
│ │ │ │ │ │ ├── BankAccount.php
│ │ │ │ │ │ ├── BankAccountTest.php
│ │ │ │ │ │ ├── BankAccount-text.txt
│ │ │ │ │ │ ├── class-with-anonymous-function-clover.xml
│ │ │ │ │ │ ├── class-with-anonymous-function-crap4j.xml
│ │ │ │ │ │ ├── class-with-anonymous-function-text.txt
│ │ │ │ │ │ ├── CoverageClassExtendedTest.php
│ │ │ │ │ │ ├── CoverageClassTest.php
│ │ │ │ │ │ ├── CoverageFunctionParenthesesTest.php
│ │ │ │ │ │ ├── CoverageFunctionParenthesesWhitespaceTest.php
│ │ │ │ │ │ ├── CoverageFunctionTest.php
│ │ │ │ │ │ ├── CoverageMethodOneLineAnnotationTest.php
│ │ │ │ │ │ ├── CoverageMethodParenthesesTest.php
│ │ │ │ │ │ ├── CoverageMethodParenthesesWhitespaceTest.php
│ │ │ │ │ │ ├── CoverageMethodTest.php
│ │ │ │ │ │ ├── CoverageNoneTest.php
│ │ │ │ │ │ ├── CoverageNothingTest.php
│ │ │ │ │ │ ├── CoverageNotPrivateTest.php
│ │ │ │ │ │ ├── CoverageNotProtectedTest.php
│ │ │ │ │ │ ├── CoverageNotPublicTest.php
│ │ │ │ │ │ ├── CoveragePrivateTest.php
│ │ │ │ │ │ ├── CoverageProtectedTest.php
│ │ │ │ │ │ ├── CoveragePublicTest.php
│ │ │ │ │ │ ├── CoverageTwoDefaultClassAnnotations.php
│ │ │ │ │ │ ├── CoveredClass.php
│ │ │ │ │ │ ├── CoveredFunction.php
│ │ │ │ │ │ ├── ignored-lines-clover.xml
│ │ │ │ │ │ ├── ignored-lines-crap4j.xml
│ │ │ │ │ │ ├── ignored-lines-text.txt
│ │ │ │ │ │ ├── NamespaceCoverageClassExtendedTest.php
│ │ │ │ │ │ ├── NamespaceCoverageClassTest.php
│ │ │ │ │ │ ├── NamespaceCoverageCoversClassPublicTest.php
│ │ │ │ │ │ ├── NamespaceCoverageCoversClassTest.php
│ │ │ │ │ │ ├── NamespaceCoverageMethodTest.php
│ │ │ │ │ │ ├── NamespaceCoverageNotPrivateTest.php
│ │ │ │ │ │ ├── NamespaceCoverageNotProtectedTest.php
│ │ │ │ │ │ ├── NamespaceCoverageNotPublicTest.php
│ │ │ │ │ │ ├── NamespaceCoveragePrivateTest.php
│ │ │ │ │ │ ├── NamespaceCoverageProtectedTest.php
│ │ │ │ │ │ ├── NamespaceCoveragePublicTest.php
│ │ │ │ │ │ ├── NamespaceCoveredClass.php
│ │ │ │ │ │ ├── NotExistingCoveredElementTest.php
│ │ │ │ │ │ ├── Report
│ │ │ │ │ │ │ ├── HTML
│ │ │ │ │ │ │ │ ├── CoverageForBankAccount
│ │ │ │ │ │ │ │ │ ├── BankAccount.php.html
│ │ │ │ │ │ │ │ │ ├── dashboard.html
│ │ │ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ │ │ ├── CoverageForClassWithAnonymousFunction
│ │ │ │ │ │ │ │ │ ├── dashboard.html
│ │ │ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ │ │ └── source_with_class_and_anonymous_function.php.html
│ │ │ │ │ │ │ │ └── CoverageForFileWithIgnoredLines
│ │ │ │ │ │ │ │ ├── dashboard.html
│ │ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ │ └── source_with_ignore.php.html
│ │ │ │ │ │ │ └── XML
│ │ │ │ │ │ │ ├── CoverageForBankAccount
│ │ │ │ │ │ │ │ ├── BankAccount.php.xml
│ │ │ │ │ │ │ │ └── index.xml
│ │ │ │ │ │ │ ├── CoverageForClassWithAnonymousFunction
│ │ │ │ │ │ │ │ ├── index.xml
│ │ │ │ │ │ │ │ └── source_with_class_and_anonymous_function.php.xml
│ │ │ │ │ │ │ └── CoverageForFileWithIgnoredLines
│ │ │ │ │ │ │ ├── index.xml
│ │ │ │ │ │ │ └── source_with_ignore.php.xml
│ │ │ │ │ │ ├── source_with_class_and_anonymous_function.php
│ │ │ │ │ │ ├── source_with_ignore.php
│ │ │ │ │ │ ├── source_with_namespace.php
│ │ │ │ │ │ ├── source_with_oneline_annotations.php
│ │ │ │ │ │ ├── source_without_ignore.php
│ │ │ │ │ │ └── source_without_namespace.php
│ │ │ │ │ ├── TestCase.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── BuilderTest.php
│ │ │ │ │ ├── CloverTest.php
│ │ │ │ │ ├── CodeCoverageTest.php
│ │ │ │ │ ├── Crap4jTest.php
│ │ │ │ │ ├── FilterTest.php
│ │ │ │ │ ├── HTMLTest.php
│ │ │ │ │ ├── TextTest.php
│ │ │ │ │ ├── UtilTest.php
│ │ │ │ │ └── XMLTest.php
│ │ │ │ ├── php-file-iterator
│ │ │ │ │ ├── ChangeLog.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── src
│ │ │ │ │ ├── Facade.php
│ │ │ │ │ ├── Factory.php
│ │ │ │ │ └── Iterator.php
│ │ │ │ ├── php-text-template
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── src
│ │ │ │ │ └── Template.php
│ │ │ │ ├── php-timer
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ └── Timer.php
│ │ │ │ │ └── tests
│ │ │ │ │ └── TimerTest.php
│ │ │ │ ├── php-token-stream
│ │ │ │ │ ├── build
│ │ │ │ │ │ └── phpunit.xml
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── Token
│ │ │ │ │ │ │ ├── Stream
│ │ │ │ │ │ │ │ └── CachingFactory.php
│ │ │ │ │ │ │ └── Stream.php
│ │ │ │ │ │ └── Token.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ ├── _fixture
│ │ │ │ │ │ ├── classExtendsNamespacedClass.php
│ │ │ │ │ │ ├── classInNamespace.php
│ │ │ │ │ │ ├── classInScopedNamespace.php
│ │ │ │ │ │ ├── classUsesNamespacedFunction.php
│ │ │ │ │ │ ├── class_with_method_that_declares_anonymous_class2.php
│ │ │ │ │ │ ├── class_with_method_that_declares_anonymous_class.php
│ │ │ │ │ │ ├── closure.php
│ │ │ │ │ │ ├── issue19.php
│ │ │ │ │ │ ├── issue30.php
│ │ │ │ │ │ ├── multipleNamespacesWithOneClassUsingBraces.php
│ │ │ │ │ │ ├── multipleNamespacesWithOneClassUsingNonBraceSyntax.php
│ │ │ │ │ │ ├── source2.php
│ │ │ │ │ │ ├── source3.php
│ │ │ │ │ │ ├── source4.php
│ │ │ │ │ │ ├── source5.php
│ │ │ │ │ │ └── source.php
│ │ │ │ │ ├── Token
│ │ │ │ │ │ ├── ClassTest.php
│ │ │ │ │ │ ├── ClosureTest.php
│ │ │ │ │ │ ├── FunctionTest.php
│ │ │ │ │ │ ├── IncludeTest.php
│ │ │ │ │ │ ├── InterfaceTest.php
│ │ │ │ │ │ └── NamespaceTest.php
│ │ │ │ │ └── TokenTest.php
│ │ │ │ ├── phpunit
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── ChangeLog-4.0.md
│ │ │ │ │ ├── ChangeLog-4.1.md
│ │ │ │ │ ├── ChangeLog-4.2.md
│ │ │ │ │ ├── ChangeLog-4.3.md
│ │ │ │ │ ├── ChangeLog-4.4.md
│ │ │ │ │ ├── ChangeLog-4.5.md
│ │ │ │ │ ├── ChangeLog-4.6.md
│ │ │ │ │ ├── ChangeLog-4.7.md
│ │ │ │ │ ├── ChangeLog-4.8.md
│ │ │ │ │ ├── ChangeLog-5.0.md
│ │ │ │ │ ├── ChangeLog-5.1.md
│ │ │ │ │ ├── ChangeLog-5.2.md
│ │ │ │ │ ├── ChangeLog-5.3.md
│ │ │ │ │ ├── ChangeLog-5.4.md
│ │ │ │ │ ├── ChangeLog-5.5.md
│ │ │ │ │ ├── ChangeLog-5.6.md
│ │ │ │ │ ├── ChangeLog-5.7.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit
│ │ │ │ │ ├── phpunit.xml
│ │ │ │ │ ├── phpunit.xsd
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── Extensions
│ │ │ │ │ │ │ ├── GroupTestSuite.php
│ │ │ │ │ │ │ ├── PhptTestCase.php
│ │ │ │ │ │ │ ├── PhptTestSuite.php
│ │ │ │ │ │ │ ├── RepeatedTest.php
│ │ │ │ │ │ │ ├── TestDecorator.php
│ │ │ │ │ │ │ └── TicketListener.php
│ │ │ │ │ │ ├── ForwardCompatibility
│ │ │ │ │ │ │ ├── AssertionFailedError.php
│ │ │ │ │ │ │ ├── Assert.php
│ │ │ │ │ │ │ ├── BaseTestListener.php
│ │ │ │ │ │ │ ├── TestCase.php
│ │ │ │ │ │ │ ├── TestListener.php
│ │ │ │ │ │ │ ├── Test.php
│ │ │ │ │ │ │ └── TestSuite.php
│ │ │ │ │ │ ├── Framework
│ │ │ │ │ │ │ ├── Assert
│ │ │ │ │ │ │ │ └── Functions.php
│ │ │ │ │ │ │ ├── AssertionFailedError.php
│ │ │ │ │ │ │ ├── Assert.php
│ │ │ │ │ │ │ ├── BaseTestListener.php
│ │ │ │ │ │ │ ├── CodeCoverageException.php
│ │ │ │ │ │ │ ├── Constraint
│ │ │ │ │ │ │ │ ├── And.php
│ │ │ │ │ │ │ │ ├── ArrayHasKey.php
│ │ │ │ │ │ │ │ ├── ArraySubset.php
│ │ │ │ │ │ │ │ ├── Attribute.php
│ │ │ │ │ │ │ │ ├── Callback.php
│ │ │ │ │ │ │ │ ├── ClassHasAttribute.php
│ │ │ │ │ │ │ │ ├── ClassHasStaticAttribute.php
│ │ │ │ │ │ │ │ ├── Composite.php
│ │ │ │ │ │ │ │ ├── Count.php
│ │ │ │ │ │ │ │ ├── DirectoryExists.php
│ │ │ │ │ │ │ │ ├── ExceptionCode.php
│ │ │ │ │ │ │ │ ├── ExceptionMessage.php
│ │ │ │ │ │ │ │ ├── ExceptionMessageRegExp.php
│ │ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ │ ├── FileExists.php
│ │ │ │ │ │ │ │ ├── GreaterThan.php
│ │ │ │ │ │ │ │ ├── IsAnything.php
│ │ │ │ │ │ │ │ ├── IsEmpty.php
│ │ │ │ │ │ │ │ ├── IsEqual.php
│ │ │ │ │ │ │ │ ├── IsFalse.php
│ │ │ │ │ │ │ │ ├── IsFinite.php
│ │ │ │ │ │ │ │ ├── IsIdentical.php
│ │ │ │ │ │ │ │ ├── IsInfinite.php
│ │ │ │ │ │ │ │ ├── IsInstanceOf.php
│ │ │ │ │ │ │ │ ├── IsJson.php
│ │ │ │ │ │ │ │ ├── IsNan.php
│ │ │ │ │ │ │ │ ├── IsNull.php
│ │ │ │ │ │ │ │ ├── IsReadable.php
│ │ │ │ │ │ │ │ ├── IsTrue.php
│ │ │ │ │ │ │ │ ├── IsType.php
│ │ │ │ │ │ │ │ ├── IsWritable.php
│ │ │ │ │ │ │ │ ├── JsonMatches
│ │ │ │ │ │ │ │ │ └── ErrorMessageProvider.php
│ │ │ │ │ │ │ │ ├── JsonMatches.php
│ │ │ │ │ │ │ │ ├── LessThan.php
│ │ │ │ │ │ │ │ ├── Not.php
│ │ │ │ │ │ │ │ ├── ObjectHasAttribute.php
│ │ │ │ │ │ │ │ ├── Or.php
│ │ │ │ │ │ │ │ ├── PCREMatch.php
│ │ │ │ │ │ │ │ ├── SameSize.php
│ │ │ │ │ │ │ │ ├── StringContains.php
│ │ │ │ │ │ │ │ ├── StringEndsWith.php
│ │ │ │ │ │ │ │ ├── StringMatches.php
│ │ │ │ │ │ │ │ ├── StringStartsWith.php
│ │ │ │ │ │ │ │ ├── TraversableContainsOnly.php
│ │ │ │ │ │ │ │ ├── TraversableContains.php
│ │ │ │ │ │ │ │ └── Xor.php
│ │ │ │ │ │ │ ├── Constraint.php
│ │ │ │ │ │ │ ├── CoveredCodeNotExecutedException.php
│ │ │ │ │ │ │ ├── Error
│ │ │ │ │ │ │ │ ├── Deprecated.php
│ │ │ │ │ │ │ │ ├── Notice.php
│ │ │ │ │ │ │ │ └── Warning.php
│ │ │ │ │ │ │ ├── Error.php
│ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ ├── ExceptionWrapper.php
│ │ │ │ │ │ │ ├── ExpectationFailedException.php
│ │ │ │ │ │ │ ├── IncompleteTestCase.php
│ │ │ │ │ │ │ ├── IncompleteTestError.php
│ │ │ │ │ │ │ ├── IncompleteTest.php
│ │ │ │ │ │ │ ├── InvalidCoversTargetException.php
│ │ │ │ │ │ │ ├── MissingCoversAnnotationException.php
│ │ │ │ │ │ │ ├── OutputError.php
│ │ │ │ │ │ │ ├── RiskyTestError.php
│ │ │ │ │ │ │ ├── RiskyTest.php
│ │ │ │ │ │ │ ├── SelfDescribing.php
│ │ │ │ │ │ │ ├── SkippedTestCase.php
│ │ │ │ │ │ │ ├── SkippedTestError.php
│ │ │ │ │ │ │ ├── SkippedTest.php
│ │ │ │ │ │ │ ├── SkippedTestSuiteError.php
│ │ │ │ │ │ │ ├── SyntheticError.php
│ │ │ │ │ │ │ ├── TestCase.php
│ │ │ │ │ │ │ ├── TestFailure.php
│ │ │ │ │ │ │ ├── TestListener.php
│ │ │ │ │ │ │ ├── Test.php
│ │ │ │ │ │ │ ├── TestResult.php
│ │ │ │ │ │ │ ├── TestSuite
│ │ │ │ │ │ │ │ └── DataProvider.php
│ │ │ │ │ │ │ ├── TestSuite.php
│ │ │ │ │ │ │ ├── UnintentionallyCoveredCodeError.php
│ │ │ │ │ │ │ ├── Warning.php
│ │ │ │ │ │ │ └── WarningTestCase.php
│ │ │ │ │ │ ├── Runner
│ │ │ │ │ │ │ ├── BaseTestRunner.php
│ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ ├── Filter
│ │ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ │ ├── Group
│ │ │ │ │ │ │ │ │ ├── Exclude.php
│ │ │ │ │ │ │ │ │ └── Include.php
│ │ │ │ │ │ │ │ ├── Group.php
│ │ │ │ │ │ │ │ └── Test.php
│ │ │ │ │ │ │ ├── StandardTestSuiteLoader.php
│ │ │ │ │ │ │ ├── TestSuiteLoader.php
│ │ │ │ │ │ │ └── Version.php
│ │ │ │ │ │ ├── TextUI
│ │ │ │ │ │ │ ├── Command.php
│ │ │ │ │ │ │ ├── ResultPrinter.php
│ │ │ │ │ │ │ └── TestRunner.php
│ │ │ │ │ │ └── Util
│ │ │ │ │ │ ├── Blacklist.php
│ │ │ │ │ │ ├── ConfigurationGenerator.php
│ │ │ │ │ │ ├── Configuration.php
│ │ │ │ │ │ ├── ErrorHandler.php
│ │ │ │ │ │ ├── Fileloader.php
│ │ │ │ │ │ ├── Filesystem.php
│ │ │ │ │ │ ├── Filter.php
│ │ │ │ │ │ ├── Getopt.php
│ │ │ │ │ │ ├── GlobalState.php
│ │ │ │ │ │ ├── InvalidArgumentHelper.php
│ │ │ │ │ │ ├── Log
│ │ │ │ │ │ │ ├── JSON.php
│ │ │ │ │ │ │ ├── JUnit.php
│ │ │ │ │ │ │ ├── TAP.php
│ │ │ │ │ │ │ └── TeamCity.php
│ │ │ │ │ │ ├── PHP
│ │ │ │ │ │ │ ├── Default.php
│ │ │ │ │ │ │ ├── eval-stdin.php
│ │ │ │ │ │ │ ├── Template
│ │ │ │ │ │ │ │ └── TestCaseMethod.tpl.dist
│ │ │ │ │ │ │ └── Windows.php
│ │ │ │ │ │ ├── PHP.php
│ │ │ │ │ │ ├── Printer.php
│ │ │ │ │ │ ├── Regex.php
│ │ │ │ │ │ ├── String.php
│ │ │ │ │ │ ├── TestDox
│ │ │ │ │ │ │ ├── NamePrettifier.php
│ │ │ │ │ │ │ ├── ResultPrinter
│ │ │ │ │ │ │ │ ├── HTML.php
│ │ │ │ │ │ │ │ ├── Text.php
│ │ │ │ │ │ │ │ └── XML.php
│ │ │ │ │ │ │ └── ResultPrinter.php
│ │ │ │ │ │ ├── Test.php
│ │ │ │ │ │ ├── TestSuiteIterator.php
│ │ │ │ │ │ ├── Type.php
│ │ │ │ │ │ └── XML.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ ├── Extensions
│ │ │ │ │ │ ├── PhptTestCaseTest.php
│ │ │ │ │ │ └── RepeatedTestTest.php
│ │ │ │ │ ├── Fail
│ │ │ │ │ │ └── fail.phpt
│ │ │ │ │ ├── _files
│ │ │ │ │ │ ├── AbstractTest.php
│ │ │ │ │ │ ├── ArrayAccessible.php
│ │ │ │ │ │ ├── AssertionExample.php
│ │ │ │ │ │ ├── AssertionExampleTest.php
│ │ │ │ │ │ ├── Author.php
│ │ │ │ │ │ ├── BankAccount.php
│ │ │ │ │ │ ├── BankAccountTest2.php
│ │ │ │ │ │ ├── BankAccountTest.php
│ │ │ │ │ │ ├── BankAccountTest.test.php
│ │ │ │ │ │ ├── bar.xml
│ │ │ │ │ │ ├── BaseTestListenerSample.php
│ │ │ │ │ │ ├── BeforeAndAfterTest.php
│ │ │ │ │ │ ├── BeforeClassAndAfterClassTest.php
│ │ │ │ │ │ ├── BeforeClassWithOnlyDataProviderTest.php
│ │ │ │ │ │ ├── Book.php
│ │ │ │ │ │ ├── Calculator.php
│ │ │ │ │ │ ├── ChangeCurrentWorkingDirectoryTest.php
│ │ │ │ │ │ ├── ClassWithNonPublicAttributes.php
│ │ │ │ │ │ ├── ClassWithScalarTypeDeclarations.php
│ │ │ │ │ │ ├── ClassWithToString.php
│ │ │ │ │ │ ├── ClonedDependencyTest.php
│ │ │ │ │ │ ├── ConcreteTest.my.php
│ │ │ │ │ │ ├── ConcreteTest.php
│ │ │ │ │ │ ├── configuration.colors.empty.xml
│ │ │ │ │ │ ├── configuration.colors.false.xml
│ │ │ │ │ │ ├── configuration.colors.invalid.xml
│ │ │ │ │ │ ├── configuration.colors.true.xml
│ │ │ │ │ │ ├── configuration.custom-printer.xml
│ │ │ │ │ │ ├── configuration_empty.xml
│ │ │ │ │ │ ├── configuration_stop_on_warning.xml
│ │ │ │ │ │ ├── configuration.suites.xml
│ │ │ │ │ │ ├── configuration_xinclude.xml
│ │ │ │ │ │ ├── configuration.xml
│ │ │ │ │ │ ├── CoverageClassExtendedTest.php
│ │ │ │ │ │ ├── CoverageClassTest.php
│ │ │ │ │ │ ├── CoverageFunctionParenthesesTest.php
│ │ │ │ │ │ ├── CoverageFunctionParenthesesWhitespaceTest.php
│ │ │ │ │ │ ├── CoverageFunctionTest.php
│ │ │ │ │ │ ├── CoverageMethodOneLineAnnotationTest.php
│ │ │ │ │ │ ├── CoverageMethodParenthesesTest.php
│ │ │ │ │ │ ├── CoverageMethodParenthesesWhitespaceTest.php
│ │ │ │ │ │ ├── CoverageMethodTest.php
│ │ │ │ │ │ ├── CoverageNamespacedFunctionTest.php
│ │ │ │ │ │ ├── CoverageNoneTest.php
│ │ │ │ │ │ ├── CoverageNothingTest.php
│ │ │ │ │ │ ├── CoverageNotPrivateTest.php
│ │ │ │ │ │ ├── CoverageNotProtectedTest.php
│ │ │ │ │ │ ├── CoverageNotPublicTest.php
│ │ │ │ │ │ ├── CoveragePrivateTest.php
│ │ │ │ │ │ ├── CoverageProtectedTest.php
│ │ │ │ │ │ ├── CoveragePublicTest.php
│ │ │ │ │ │ ├── CoverageTwoDefaultClassAnnotations.php
│ │ │ │ │ │ ├── CoveredClass.php
│ │ │ │ │ │ ├── CoveredFunction.php
│ │ │ │ │ │ ├── CustomPrinter.php
│ │ │ │ │ │ ├── DataProviderDebugTest.php
│ │ │ │ │ │ ├── DataProviderDependencyTest.php
│ │ │ │ │ │ ├── DataProviderFilterTest.php
│ │ │ │ │ │ ├── DataProviderIncompleteTest.php
│ │ │ │ │ │ ├── DataProviderSkippedTest.php
│ │ │ │ │ │ ├── DataProviderTestDoxTest.php
│ │ │ │ │ │ ├── DataProviderTest.php
│ │ │ │ │ │ ├── DependencyFailureTest.php
│ │ │ │ │ │ ├── DependencySuccessTest.php
│ │ │ │ │ │ ├── DependencyTestSuite.php
│ │ │ │ │ │ ├── DoubleTestCase.php
│ │ │ │ │ │ ├── DummyException.php
│ │ │ │ │ │ ├── EmptyTestCaseTest.php
│ │ │ │ │ │ ├── ExceptionInAssertPostConditionsTest.php
│ │ │ │ │ │ ├── ExceptionInAssertPreConditionsTest.php
│ │ │ │ │ │ ├── ExceptionInSetUpTest.php
│ │ │ │ │ │ ├── ExceptionInTearDownTest.php
│ │ │ │ │ │ ├── ExceptionInTest.php
│ │ │ │ │ │ ├── ExceptionNamespaceTest.php
│ │ │ │ │ │ ├── ExceptionStackTest.php
│ │ │ │ │ │ ├── ExceptionTest.php
│ │ │ │ │ │ ├── expectedFileFormat.txt
│ │ │ │ │ │ ├── Failure.php
│ │ │ │ │ │ ├── FailureTest.php
│ │ │ │ │ │ ├── FatalTest.php
│ │ │ │ │ │ ├── foo.xml
│ │ │ │ │ │ ├── IgnoreCodeCoverageClass.php
│ │ │ │ │ │ ├── IgnoreCodeCoverageClassTest.php
│ │ │ │ │ │ ├── IncompleteTest.php
│ │ │ │ │ │ ├── Inheritance
│ │ │ │ │ │ │ ├── InheritanceA.php
│ │ │ │ │ │ │ └── InheritanceB.php
│ │ │ │ │ │ ├── InheritedTestCase.php
│ │ │ │ │ │ ├── IniTest.php
│ │ │ │ │ │ ├── IsolationTest.php
│ │ │ │ │ │ ├── JsonData
│ │ │ │ │ │ │ ├── arrayObject.json
│ │ │ │ │ │ │ └── simpleObject.json
│ │ │ │ │ │ ├── Mockable.php
│ │ │ │ │ │ ├── MockRunner.php
│ │ │ │ │ │ ├── MultiDependencyTest.php
│ │ │ │ │ │ ├── MultipleDataProviderTest.php
│ │ │ │ │ │ ├── MyCommand.php
│ │ │ │ │ │ ├── NamespaceCoverageClassExtendedTest.php
│ │ │ │ │ │ ├── NamespaceCoverageClassTest.php
│ │ │ │ │ │ ├── NamespaceCoverageCoversClassPublicTest.php
│ │ │ │ │ │ ├── NamespaceCoverageCoversClassTest.php
│ │ │ │ │ │ ├── NamespaceCoverageMethodTest.php
│ │ │ │ │ │ ├── NamespaceCoverageNotPrivateTest.php
│ │ │ │ │ │ ├── NamespaceCoverageNotProtectedTest.php
│ │ │ │ │ │ ├── NamespaceCoverageNotPublicTest.php
│ │ │ │ │ │ ├── NamespaceCoveragePrivateTest.php
│ │ │ │ │ │ ├── NamespaceCoverageProtectedTest.php
│ │ │ │ │ │ ├── NamespaceCoveragePublicTest.php
│ │ │ │ │ │ ├── NamespaceCoveredClass.php
│ │ │ │ │ │ ├── NamespaceCoveredFunction.php
│ │ │ │ │ │ ├── NoArgTestCaseTest.php
│ │ │ │ │ │ ├── NonStatic.php
│ │ │ │ │ │ ├── NoTestCaseClass.php
│ │ │ │ │ │ ├── NoTestCases.php
│ │ │ │ │ │ ├── NotExistingCoveredElementTest.php
│ │ │ │ │ │ ├── NothingTest.php
│ │ │ │ │ │ ├── NotPublicTestCase.php
│ │ │ │ │ │ ├── NotVoidTestCase.php
│ │ │ │ │ │ ├── OneTestCase.php
│ │ │ │ │ │ ├── OutputTestCase.php
│ │ │ │ │ │ ├── OverrideTestCase.php
│ │ │ │ │ │ ├── phpt-for-coverage.phpt
│ │ │ │ │ │ ├── phpt-xfail.phpt
│ │ │ │ │ │ ├── phpunit-example-extension
│ │ │ │ │ │ │ ├── phpunit.xml
│ │ │ │ │ │ │ ├── tests
│ │ │ │ │ │ │ │ └── OneTest.php
│ │ │ │ │ │ │ └── tools
│ │ │ │ │ │ │ └── phpunit.d
│ │ │ │ │ │ │ └── phpunit-example-extension-1.0.0.phar
│ │ │ │ │ │ ├── RequirementsClassBeforeClassHookTest.php
│ │ │ │ │ │ ├── RequirementsClassDocBlockTest.php
│ │ │ │ │ │ ├── RequirementsTest.php
│ │ │ │ │ │ ├── SampleArrayAccess.php
│ │ │ │ │ │ ├── SampleClass.php
│ │ │ │ │ │ ├── Singleton.php
│ │ │ │ │ │ ├── StackTest.php
│ │ │ │ │ │ ├── StatusTest.php
│ │ │ │ │ │ ├── StopOnWarningTestSuite.php
│ │ │ │ │ │ ├── StopsOnWarningTest.php
│ │ │ │ │ │ ├── Struct.php
│ │ │ │ │ │ ├── structureAttributesAreSameButValuesAreNot.xml
│ │ │ │ │ │ ├── structureExpected.xml
│ │ │ │ │ │ ├── structureIgnoreTextNodes.xml
│ │ │ │ │ │ ├── structureIsSameButDataIsNot.xml
│ │ │ │ │ │ ├── structureWrongNumberOfAttributes.xml
│ │ │ │ │ │ ├── structureWrongNumberOfNodes.xml
│ │ │ │ │ │ ├── Success.php
│ │ │ │ │ │ ├── TemplateMethodsTest.php
│ │ │ │ │ │ ├── TestAutoreferenced.php
│ │ │ │ │ │ ├── TestDoxGroupTest.php
│ │ │ │ │ │ ├── TestGeneratorMaker.php
│ │ │ │ │ │ ├── TestIncomplete.php
│ │ │ │ │ │ ├── TestIterator2.php
│ │ │ │ │ │ ├── TestIterator.php
│ │ │ │ │ │ ├── TestSkipped.php
│ │ │ │ │ │ ├── TestTestError.php
│ │ │ │ │ │ ├── TestWithTest.php
│ │ │ │ │ │ ├── ThrowExceptionTestCase.php
│ │ │ │ │ │ ├── ThrowNoExceptionTestCase.php
│ │ │ │ │ │ └── WasRun.php
│ │ │ │ │ ├── Framework
│ │ │ │ │ │ ├── AssertTest.php
│ │ │ │ │ │ ├── BaseTestListenerTest.php
│ │ │ │ │ │ ├── Constraint
│ │ │ │ │ │ │ ├── ArraySubsetTest.php
│ │ │ │ │ │ │ ├── CountTest.php
│ │ │ │ │ │ │ ├── ExceptionMessageRegExpTest.php
│ │ │ │ │ │ │ ├── ExceptionMessageTest.php
│ │ │ │ │ │ │ ├── IsJsonTest.php
│ │ │ │ │ │ │ ├── JsonMatches
│ │ │ │ │ │ │ │ └── ErrorMessageProviderTest.php
│ │ │ │ │ │ │ └── JsonMatchesTest.php
│ │ │ │ │ │ ├── ConstraintTest.php
│ │ │ │ │ │ ├── SuiteTest.php
│ │ │ │ │ │ ├── TestCaseTest.php
│ │ │ │ │ │ ├── TestFailureTest.php
│ │ │ │ │ │ ├── TestImplementorTest.php
│ │ │ │ │ │ └── TestListenerTest.php
│ │ │ │ │ ├── Regression
│ │ │ │ │ │ ├── GitHub
│ │ │ │ │ │ │ ├── 1149
│ │ │ │ │ │ │ │ └── Issue1149Test.php
│ │ │ │ │ │ │ ├── 1149.phpt
│ │ │ │ │ │ │ ├── 1216
│ │ │ │ │ │ │ │ ├── bootstrap1216.php
│ │ │ │ │ │ │ │ ├── Issue1216Test.php
│ │ │ │ │ │ │ │ └── phpunit1216.xml
│ │ │ │ │ │ │ ├── 1216.phpt
│ │ │ │ │ │ │ ├── 1265
│ │ │ │ │ │ │ │ ├── Issue1265Test.php
│ │ │ │ │ │ │ │ └── phpunit1265.xml
│ │ │ │ │ │ │ ├── 1265.phpt
│ │ │ │ │ │ │ ├── 1330
│ │ │ │ │ │ │ │ ├── Issue1330Test.php
│ │ │ │ │ │ │ │ └── phpunit1330.xml
│ │ │ │ │ │ │ ├── 1330.phpt
│ │ │ │ │ │ │ ├── 1335
│ │ │ │ │ │ │ │ ├── bootstrap1335.php
│ │ │ │ │ │ │ │ └── Issue1335Test.php
│ │ │ │ │ │ │ ├── 1335.phpt
│ │ │ │ │ │ │ ├── 1337
│ │ │ │ │ │ │ │ └── Issue1337Test.php
│ │ │ │ │ │ │ ├── 1337.phpt
│ │ │ │ │ │ │ ├── 1348
│ │ │ │ │ │ │ │ └── Issue1348Test.php
│ │ │ │ │ │ │ ├── 1348.phpt
│ │ │ │ │ │ │ ├── 1351
│ │ │ │ │ │ │ │ ├── ChildProcessClass1351.php
│ │ │ │ │ │ │ │ └── Issue1351Test.php
│ │ │ │ │ │ │ ├── 1351.phpt
│ │ │ │ │ │ │ ├── 1374
│ │ │ │ │ │ │ │ └── Issue1374Test.php
│ │ │ │ │ │ │ ├── 1374.phpt
│ │ │ │ │ │ │ ├── 1437
│ │ │ │ │ │ │ │ └── Issue1437Test.php
│ │ │ │ │ │ │ ├── 1437.phpt
│ │ │ │ │ │ │ ├── 1468
│ │ │ │ │ │ │ │ └── Issue1468Test.php
│ │ │ │ │ │ │ ├── 1468.phpt
│ │ │ │ │ │ │ ├── 1471
│ │ │ │ │ │ │ │ └── Issue1471Test.php
│ │ │ │ │ │ │ ├── 1471.phpt
│ │ │ │ │ │ │ ├── 1472
│ │ │ │ │ │ │ │ └── Issue1472Test.php
│ │ │ │ │ │ │ ├── 1472.phpt
│ │ │ │ │ │ │ ├── 1570
│ │ │ │ │ │ │ │ └── Issue1570Test.php
│ │ │ │ │ │ │ ├── 1570.phpt
│ │ │ │ │ │ │ ├── 2137
│ │ │ │ │ │ │ │ └── Issue2137Test.php
│ │ │ │ │ │ │ ├── 2137-filter.phpt
│ │ │ │ │ │ │ ├── 2137-no_filter.phpt
│ │ │ │ │ │ │ ├── 2145
│ │ │ │ │ │ │ │ └── Issue2145Test.php
│ │ │ │ │ │ │ ├── 2145.phpt
│ │ │ │ │ │ │ ├── 2158
│ │ │ │ │ │ │ │ ├── constant.inc
│ │ │ │ │ │ │ │ └── Issue2158Test.php
│ │ │ │ │ │ │ ├── 2158.phpt
│ │ │ │ │ │ │ ├── 2299
│ │ │ │ │ │ │ │ └── Issue2299Test.php
│ │ │ │ │ │ │ ├── 2366
│ │ │ │ │ │ │ │ └── Issue2366Test.php
│ │ │ │ │ │ │ ├── 2366.phpt
│ │ │ │ │ │ │ ├── 2380
│ │ │ │ │ │ │ │ └── Issue2380Test.php
│ │ │ │ │ │ │ ├── 2380.phpt
│ │ │ │ │ │ │ ├── 2382
│ │ │ │ │ │ │ │ └── Issue2382Test.php
│ │ │ │ │ │ │ ├── 2382.phpt
│ │ │ │ │ │ │ ├── 2435
│ │ │ │ │ │ │ │ └── Issue2435Test.php
│ │ │ │ │ │ │ ├── 2435.phpt
│ │ │ │ │ │ │ ├── 244
│ │ │ │ │ │ │ │ └── Issue244Test.php
│ │ │ │ │ │ │ ├── 244.phpt
│ │ │ │ │ │ │ ├── 322
│ │ │ │ │ │ │ │ ├── Issue322Test.php
│ │ │ │ │ │ │ │ └── phpunit322.xml
│ │ │ │ │ │ │ ├── 322.phpt
│ │ │ │ │ │ │ ├── 433
│ │ │ │ │ │ │ │ └── Issue433Test.php
│ │ │ │ │ │ │ ├── 433.phpt
│ │ │ │ │ │ │ ├── 445
│ │ │ │ │ │ │ │ └── Issue445Test.php
│ │ │ │ │ │ │ ├── 445.phpt
│ │ │ │ │ │ │ ├── 498
│ │ │ │ │ │ │ │ └── Issue498Test.php
│ │ │ │ │ │ │ ├── 498.phpt
│ │ │ │ │ │ │ ├── 503
│ │ │ │ │ │ │ │ └── Issue503Test.php
│ │ │ │ │ │ │ ├── 503.phpt
│ │ │ │ │ │ │ ├── 581
│ │ │ │ │ │ │ │ └── Issue581Test.php
│ │ │ │ │ │ │ ├── 581.phpt
│ │ │ │ │ │ │ ├── 74
│ │ │ │ │ │ │ │ ├── Issue74Test.php
│ │ │ │ │ │ │ │ └── NewException.php
│ │ │ │ │ │ │ ├── 74.phpt
│ │ │ │ │ │ │ ├── 765
│ │ │ │ │ │ │ │ └── Issue765Test.php
│ │ │ │ │ │ │ ├── 765.phpt
│ │ │ │ │ │ │ ├── 797
│ │ │ │ │ │ │ │ ├── bootstrap797.php
│ │ │ │ │ │ │ │ └── Issue797Test.php
│ │ │ │ │ │ │ ├── 797.phpt
│ │ │ │ │ │ │ ├── 863.phpt
│ │ │ │ │ │ │ ├── 873
│ │ │ │ │ │ │ │ └── Issue873Test.php
│ │ │ │ │ │ │ ├── 873-php5.phpt
│ │ │ │ │ │ │ └── 873-php7.phpt
│ │ │ │ │ │ └── Trac
│ │ │ │ │ │ ├── 1021
│ │ │ │ │ │ │ └── Issue1021Test.php
│ │ │ │ │ │ ├── 1021.phpt
│ │ │ │ │ │ ├── 523
│ │ │ │ │ │ │ └── Issue523Test.php
│ │ │ │ │ │ ├── 523.phpt
│ │ │ │ │ │ ├── 578
│ │ │ │ │ │ │ └── Issue578Test.php
│ │ │ │ │ │ ├── 578.phpt
│ │ │ │ │ │ ├── 684
│ │ │ │ │ │ │ └── Issue684Test.php
│ │ │ │ │ │ ├── 684.phpt
│ │ │ │ │ │ ├── 783
│ │ │ │ │ │ │ ├── ChildSuite.php
│ │ │ │ │ │ │ ├── OneTest.php
│ │ │ │ │ │ │ ├── ParentSuite.php
│ │ │ │ │ │ │ └── TwoTest.php
│ │ │ │ │ │ └── 783.phpt
│ │ │ │ │ ├── Runner
│ │ │ │ │ │ └── BaseTestRunnerTest.php
│ │ │ │ │ ├── TextUI
│ │ │ │ │ │ ├── abstract-test-class.phpt
│ │ │ │ │ │ ├── assertion.phpt
│ │ │ │ │ │ ├── code-coverage-ignore.phpt
│ │ │ │ │ │ ├── colors-always.phpt
│ │ │ │ │ │ ├── concrete-test-class.phpt
│ │ │ │ │ │ ├── custom-printer-debug.phpt
│ │ │ │ │ │ ├── custom-printer-verbose.phpt
│ │ │ │ │ │ ├── dataprovider-debug.phpt
│ │ │ │ │ │ ├── dataprovider-log-xml-isolation.phpt
│ │ │ │ │ │ ├── dataprovider-log-xml.phpt
│ │ │ │ │ │ ├── dataprovider-testdox.phpt
│ │ │ │ │ │ ├── debug.phpt
│ │ │ │ │ │ ├── default-isolation.phpt
│ │ │ │ │ │ ├── default.phpt
│ │ │ │ │ │ ├── dependencies2-isolation.phpt
│ │ │ │ │ │ ├── dependencies2.phpt
│ │ │ │ │ │ ├── dependencies3-isolation.phpt
│ │ │ │ │ │ ├── dependencies3.phpt
│ │ │ │ │ │ ├── dependencies-clone.phpt
│ │ │ │ │ │ ├── dependencies-isolation.phpt
│ │ │ │ │ │ ├── dependencies.phpt
│ │ │ │ │ │ ├── disable-code-coverage-ignore.phpt
│ │ │ │ │ │ ├── empty-testcase.phpt
│ │ │ │ │ │ ├── exception-stack.phpt
│ │ │ │ │ │ ├── exclude-group-isolation.phpt
│ │ │ │ │ │ ├── exclude-group.phpt
│ │ │ │ │ │ ├── failure-isolation.phpt
│ │ │ │ │ │ ├── failure.phpt
│ │ │ │ │ │ ├── failure-reverse-list.phpt
│ │ │ │ │ │ ├── fatal-isolation.phpt
│ │ │ │ │ │ ├── _files
│ │ │ │ │ │ │ ├── expect_external.txt
│ │ │ │ │ │ │ ├── phpt-env.expected.txt
│ │ │ │ │ │ │ └── phpt_external.php
│ │ │ │ │ │ ├── filter-class-isolation.phpt
│ │ │ │ │ │ ├── filter-class.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-classname-and-range-isolation.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-classname-and-range.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-number-isolation.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-number.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-only-range-isolation.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-only-range.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-only-regexp-isolation.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-only-regexp.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-only-string-isolation.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-only-string.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-range-isolation.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-range.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-regexp-isolation.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-regexp.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-string-isolation.phpt
│ │ │ │ │ │ ├── filter-dataprovider-by-string.phpt
│ │ │ │ │ │ ├── filter-method-case-insensitive.phpt
│ │ │ │ │ │ ├── filter-method-case-sensitive-no-result.phpt
│ │ │ │ │ │ ├── filter-method-isolation.phpt
│ │ │ │ │ │ ├── filter-method.phpt
│ │ │ │ │ │ ├── filter-no-results.phpt
│ │ │ │ │ │ ├── forward-compatibility.phpt
│ │ │ │ │ │ ├── group-isolation.phpt
│ │ │ │ │ │ ├── group.phpt
│ │ │ │ │ │ ├── help2.phpt
│ │ │ │ │ │ ├── help.phpt
│ │ │ │ │ │ ├── ini-isolation.phpt
│ │ │ │ │ │ ├── list-groups.phpt
│ │ │ │ │ │ ├── list-suites.phpt
│ │ │ │ │ │ ├── log-json-post-66021.phpt
│ │ │ │ │ │ ├── log-junit.phpt
│ │ │ │ │ │ ├── log-tap.phpt
│ │ │ │ │ │ ├── log-teamcity.phpt
│ │ │ │ │ │ ├── mycommand.phpt
│ │ │ │ │ │ ├── options-after-arguments.phpt
│ │ │ │ │ │ ├── output-isolation.phpt
│ │ │ │ │ │ ├── phar-extension.phpt
│ │ │ │ │ │ ├── phar-extension-suppressed.phpt
│ │ │ │ │ │ ├── phpt-args.phpt
│ │ │ │ │ │ ├── phpt-env.phpt
│ │ │ │ │ │ ├── phpt-external.phpt
│ │ │ │ │ │ ├── phpt-stderr.phpt
│ │ │ │ │ │ ├── phpt-stdin.phpt
│ │ │ │ │ │ ├── phpt-xfail.phpt
│ │ │ │ │ │ ├── repeat.phpt
│ │ │ │ │ │ ├── report-useless-tests-incomplete.phpt
│ │ │ │ │ │ ├── report-useless-tests-isolation.phpt
│ │ │ │ │ │ ├── report-useless-tests.phpt
│ │ │ │ │ │ ├── stop-on-warning-via-cli.phpt
│ │ │ │ │ │ ├── stop-on-warning-via-config.phpt
│ │ │ │ │ │ ├── tap.phpt
│ │ │ │ │ │ ├── teamcity.phpt
│ │ │ │ │ │ ├── testdox-exclude-group.phpt
│ │ │ │ │ │ ├── testdox-group.phpt
│ │ │ │ │ │ ├── testdox-html.phpt
│ │ │ │ │ │ ├── testdox.phpt
│ │ │ │ │ │ ├── testdox-text.phpt
│ │ │ │ │ │ ├── testdox-xml.phpt
│ │ │ │ │ │ ├── test-suffix-multiple.phpt
│ │ │ │ │ │ └── test-suffix-single.phpt
│ │ │ │ │ └── Util
│ │ │ │ │ ├── ConfigurationTest.php
│ │ │ │ │ ├── GetoptTest.php
│ │ │ │ │ ├── GlobalStateTest.php
│ │ │ │ │ ├── PHPTest.php
│ │ │ │ │ ├── RegexTest.php
│ │ │ │ │ ├── TestDox
│ │ │ │ │ │ └── NamePrettifierTest.php
│ │ │ │ │ ├── TestTest.php
│ │ │ │ │ └── XMLTest.php
│ │ │ │ └── phpunit-mock-objects
│ │ │ │ ├── build
│ │ │ │ │ └── travis-ci.xml
│ │ │ │ ├── build.xml
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Framework
│ │ │ │ │ └── MockObject
│ │ │ │ │ ├── Builder
│ │ │ │ │ │ ├── Identity.php
│ │ │ │ │ │ ├── InvocationMocker.php
│ │ │ │ │ │ ├── Match.php
│ │ │ │ │ │ ├── MethodNameMatch.php
│ │ │ │ │ │ ├── Namespace.php
│ │ │ │ │ │ ├── ParametersMatch.php
│ │ │ │ │ │ └── Stub.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── BadMethodCallException.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ └── RuntimeException.php
│ │ │ │ │ ├── Generator
│ │ │ │ │ │ ├── deprecation.tpl.dist
│ │ │ │ │ │ ├── mocked_class_method.tpl.dist
│ │ │ │ │ │ ├── mocked_class.tpl.dist
│ │ │ │ │ │ ├── mocked_clone.tpl.dist
│ │ │ │ │ │ ├── mocked_method.tpl.dist
│ │ │ │ │ │ ├── mocked_method_void.tpl.dist
│ │ │ │ │ │ ├── mocked_static_method.tpl.dist
│ │ │ │ │ │ ├── proxied_method.tpl.dist
│ │ │ │ │ │ ├── proxied_method_void.tpl.dist
│ │ │ │ │ │ ├── trait_class.tpl.dist
│ │ │ │ │ │ ├── unmocked_clone.tpl.dist
│ │ │ │ │ │ ├── wsdl_class.tpl.dist
│ │ │ │ │ │ └── wsdl_method.tpl.dist
│ │ │ │ │ ├── Generator.php
│ │ │ │ │ ├── Invocation
│ │ │ │ │ │ ├── Object.php
│ │ │ │ │ │ └── Static.php
│ │ │ │ │ ├── InvocationMocker.php
│ │ │ │ │ ├── Invocation.php
│ │ │ │ │ ├── Invokable.php
│ │ │ │ │ ├── Matcher
│ │ │ │ │ │ ├── AnyInvokedCount.php
│ │ │ │ │ │ ├── AnyParameters.php
│ │ │ │ │ │ ├── ConsecutiveParameters.php
│ │ │ │ │ │ ├── Invocation.php
│ │ │ │ │ │ ├── InvokedAtIndex.php
│ │ │ │ │ │ ├── InvokedAtLeastCount.php
│ │ │ │ │ │ ├── InvokedAtLeastOnce.php
│ │ │ │ │ │ ├── InvokedAtMostCount.php
│ │ │ │ │ │ ├── InvokedCount.php
│ │ │ │ │ │ ├── InvokedRecorder.php
│ │ │ │ │ │ ├── MethodName.php
│ │ │ │ │ │ ├── Parameters.php
│ │ │ │ │ │ └── StatelessInvocation.php
│ │ │ │ │ ├── Matcher.php
│ │ │ │ │ ├── MockBuilder.php
│ │ │ │ │ ├── MockObject.php
│ │ │ │ │ ├── Stub
│ │ │ │ │ │ ├── ConsecutiveCalls.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── MatcherCollection.php
│ │ │ │ │ │ ├── ReturnArgument.php
│ │ │ │ │ │ ├── ReturnCallback.php
│ │ │ │ │ │ ├── Return.php
│ │ │ │ │ │ ├── ReturnReference.php
│ │ │ │ │ │ ├── ReturnSelf.php
│ │ │ │ │ │ └── ReturnValueMap.php
│ │ │ │ │ ├── Stub.php
│ │ │ │ │ └── Verifiable.php
│ │ │ │ └── tests
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── _fixture
│ │ │ │ │ ├── AbstractMockTestClass.php
│ │ │ │ │ ├── AbstractTrait.php
│ │ │ │ │ ├── AnInterface.php
│ │ │ │ │ ├── AnInterfaceWithReturnType.php
│ │ │ │ │ ├── AnotherInterface.php
│ │ │ │ │ ├── Bar.php
│ │ │ │ │ ├── ClassThatImplementsSerializable.php
│ │ │ │ │ ├── ClassWithSelfTypeHint.php
│ │ │ │ │ ├── ClassWithStaticMethod.php
│ │ │ │ │ ├── Foo.php
│ │ │ │ │ ├── FunctionCallback.php
│ │ │ │ │ ├── GoogleSearch.wsdl
│ │ │ │ │ ├── InterfaceWithSemiReservedMethodName.php
│ │ │ │ │ ├── InterfaceWithStaticMethod.php
│ │ │ │ │ ├── MethodCallbackByReference.php
│ │ │ │ │ ├── MethodCallback.php
│ │ │ │ │ ├── Mockable.php
│ │ │ │ │ ├── MockTestInterface.php
│ │ │ │ │ ├── PartialMockTestClass.php
│ │ │ │ │ ├── SingletonClass.php
│ │ │ │ │ ├── SomeClass.php
│ │ │ │ │ ├── StaticMockTestClass.php
│ │ │ │ │ ├── StringableClass.php
│ │ │ │ │ └── TraversableMockTestInterface.php
│ │ │ │ ├── GeneratorTest.php
│ │ │ │ ├── MockBuilderTest.php
│ │ │ │ ├── MockObject
│ │ │ │ │ ├── Builder
│ │ │ │ │ │ └── InvocationMockerTest.php
│ │ │ │ │ ├── class_with_deprecated_method.phpt
│ │ │ │ │ ├── Generator
│ │ │ │ │ │ ├── 232.phpt
│ │ │ │ │ │ ├── abstract_class.phpt
│ │ │ │ │ │ ├── class_call_parent_clone.phpt
│ │ │ │ │ │ ├── class_call_parent_constructor.phpt
│ │ │ │ │ │ ├── class_dont_call_parent_clone.phpt
│ │ │ │ │ │ ├── class_dont_call_parent_constructor.phpt
│ │ │ │ │ │ ├── class_implementing_interface_call_parent_constructor.phpt
│ │ │ │ │ │ ├── class_implementing_interface_dont_call_parent_constructor.phpt
│ │ │ │ │ │ ├── class_partial.phpt
│ │ │ │ │ │ ├── class.phpt
│ │ │ │ │ │ ├── class_with_method_named_method.phpt
│ │ │ │ │ │ ├── class_with_method_with_variadic_arguments.phpt
│ │ │ │ │ │ ├── interface.phpt
│ │ │ │ │ │ ├── invocation_object_clone_object.phpt
│ │ │ │ │ │ ├── namespaced_class_call_parent_clone.phpt
│ │ │ │ │ │ ├── namespaced_class_call_parent_constructor.phpt
│ │ │ │ │ │ ├── namespaced_class_dont_call_parent_clone.phpt
│ │ │ │ │ │ ├── namespaced_class_dont_call_parent_constructor.phpt
│ │ │ │ │ │ ├── namespaced_class_implementing_interface_call_parent_constructor.phpt
│ │ │ │ │ │ ├── namespaced_class_implementing_interface_dont_call_parent_constructor.phpt
│ │ │ │ │ │ ├── namespaced_class_partial.phpt
│ │ │ │ │ │ ├── namespaced_class.phpt
│ │ │ │ │ │ ├── namespaced_interface.phpt
│ │ │ │ │ │ ├── nonexistent_class.phpt
│ │ │ │ │ │ ├── nonexistent_class_with_namespace.phpt
│ │ │ │ │ │ ├── nonexistent_class_with_namespace_starting_with_separator.phpt
│ │ │ │ │ │ ├── nullable_types.phpt
│ │ │ │ │ │ ├── proxy.phpt
│ │ │ │ │ │ ├── return_type_declarations_nullable.phpt
│ │ │ │ │ │ ├── return_type_declarations_object_method.phpt
│ │ │ │ │ │ ├── return_type_declarations_self.phpt
│ │ │ │ │ │ ├── return_type_declarations_static_method.phpt
│ │ │ │ │ │ ├── return_type_declarations_void.phpt
│ │ │ │ │ │ ├── scalar_type_declarations.phpt
│ │ │ │ │ │ ├── wsdl_class_namespace.phpt
│ │ │ │ │ │ ├── wsdl_class_partial.phpt
│ │ │ │ │ │ └── wsdl_class.phpt
│ │ │ │ │ ├── Invocation
│ │ │ │ │ │ ├── ObjectTest.php
│ │ │ │ │ │ └── StaticTest.php
│ │ │ │ │ └── Matcher
│ │ │ │ │ └── ConsecutiveParametersTest.php
│ │ │ │ ├── MockObjectTest.php
│ │ │ │ └── ProxyObjectTest.php
│ │ │ ├── pimple
│ │ │ │ └── pimple
│ │ │ │ ├── CHANGELOG
│ │ │ │ ├── composer.json
│ │ │ │ ├── ext
│ │ │ │ │ └── pimple
│ │ │ │ │ ├── config.m4
│ │ │ │ │ ├── config.w32
│ │ │ │ │ ├── php_pimple.h
│ │ │ │ │ ├── pimple.c
│ │ │ │ │ ├── pimple_compat.h
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── tests
│ │ │ │ │ ├── 001.phpt
│ │ │ │ │ ├── 002.phpt
│ │ │ │ │ ├── 003.phpt
│ │ │ │ │ ├── 004.phpt
│ │ │ │ │ ├── 005.phpt
│ │ │ │ │ ├── 006.phpt
│ │ │ │ │ ├── 007.phpt
│ │ │ │ │ ├── 008.phpt
│ │ │ │ │ ├── 009.phpt
│ │ │ │ │ ├── 010.phpt
│ │ │ │ │ ├── 011.phpt
│ │ │ │ │ ├── 012.phpt
│ │ │ │ │ ├── 013.phpt
│ │ │ │ │ ├── 014.phpt
│ │ │ │ │ ├── 015.phpt
│ │ │ │ │ ├── 016.phpt
│ │ │ │ │ ├── 017_1.phpt
│ │ │ │ │ ├── 017.phpt
│ │ │ │ │ ├── 018.phpt
│ │ │ │ │ ├── 019.phpt
│ │ │ │ │ ├── bench.phpb
│ │ │ │ │ └── bench_shared.phpb
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.rst
│ │ │ │ └── src
│ │ │ │ └── Pimple
│ │ │ │ ├── Container.php
│ │ │ │ ├── ServiceProviderInterface.php
│ │ │ │ └── Tests
│ │ │ │ ├── Fixtures
│ │ │ │ │ ├── Invokable.php
│ │ │ │ │ ├── NonInvokable.php
│ │ │ │ │ ├── PimpleServiceProvider.php
│ │ │ │ │ └── Service.php
│ │ │ │ ├── PimpleServiceProviderInterfaceTest.php
│ │ │ │ └── PimpleTest.php
│ │ │ ├── predis
│ │ │ │ └── predis
│ │ │ │ ├── autoload.php
│ │ │ │ ├── bin
│ │ │ │ │ ├── create-command-test
│ │ │ │ │ ├── create-pear
│ │ │ │ │ ├── create-phar
│ │ │ │ │ └── create-single-file
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── examples
│ │ │ │ │ ├── custom_cluster_distributor.php
│ │ │ │ │ ├── debuggable_connection.php
│ │ │ │ │ ├── dispatcher_loop.php
│ │ │ │ │ ├── executing_redis_commands.php
│ │ │ │ │ ├── key_prefixing.php
│ │ │ │ │ ├── lua_scripting_abstraction.php
│ │ │ │ │ ├── monitor_consumer.php
│ │ │ │ │ ├── pipelining_commands.php
│ │ │ │ │ ├── pubsub_consumer.php
│ │ │ │ │ ├── redis_collections_iterators.php
│ │ │ │ │ ├── replication_complex.php
│ │ │ │ │ ├── replication_sentinel.php
│ │ │ │ │ ├── replication_simple.php
│ │ │ │ │ ├── session_handler.php
│ │ │ │ │ ├── shared.php
│ │ │ │ │ └── transaction_using_cas.php
│ │ │ │ ├── FAQ.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── package.ini
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── Autoloader.php
│ │ │ │ │ ├── ClientContextInterface.php
│ │ │ │ │ ├── ClientException.php
│ │ │ │ │ ├── ClientInterface.php
│ │ │ │ │ ├── Client.php
│ │ │ │ │ ├── Cluster
│ │ │ │ │ │ ├── ClusterStrategy.php
│ │ │ │ │ │ ├── Distributor
│ │ │ │ │ │ │ ├── DistributorInterface.php
│ │ │ │ │ │ │ ├── EmptyRingException.php
│ │ │ │ │ │ │ ├── HashRing.php
│ │ │ │ │ │ │ └── KetamaRing.php
│ │ │ │ │ │ ├── Hash
│ │ │ │ │ │ │ ├── CRC16.php
│ │ │ │ │ │ │ └── HashGeneratorInterface.php
│ │ │ │ │ │ ├── PredisStrategy.php
│ │ │ │ │ │ ├── RedisStrategy.php
│ │ │ │ │ │ └── StrategyInterface.php
│ │ │ │ │ ├── Collection
│ │ │ │ │ │ └── Iterator
│ │ │ │ │ │ ├── CursorBasedIterator.php
│ │ │ │ │ │ ├── HashKey.php
│ │ │ │ │ │ ├── Keyspace.php
│ │ │ │ │ │ ├── ListKey.php
│ │ │ │ │ │ ├── SetKey.php
│ │ │ │ │ │ └── SortedSetKey.php
│ │ │ │ │ ├── Command
│ │ │ │ │ │ ├── CommandInterface.php
│ │ │ │ │ │ ├── Command.php
│ │ │ │ │ │ ├── ConnectionAuth.php
│ │ │ │ │ │ ├── ConnectionEcho.php
│ │ │ │ │ │ ├── ConnectionPing.php
│ │ │ │ │ │ ├── ConnectionQuit.php
│ │ │ │ │ │ ├── ConnectionSelect.php
│ │ │ │ │ │ ├── GeospatialGeoAdd.php
│ │ │ │ │ │ ├── GeospatialGeoDist.php
│ │ │ │ │ │ ├── GeospatialGeoHash.php
│ │ │ │ │ │ ├── GeospatialGeoPos.php
│ │ │ │ │ │ ├── GeospatialGeoRadiusByMember.php
│ │ │ │ │ │ ├── GeospatialGeoRadius.php
│ │ │ │ │ │ ├── HashDelete.php
│ │ │ │ │ │ ├── HashExists.php
│ │ │ │ │ │ ├── HashGetAll.php
│ │ │ │ │ │ ├── HashGetMultiple.php
│ │ │ │ │ │ ├── HashGet.php
│ │ │ │ │ │ ├── HashIncrementByFloat.php
│ │ │ │ │ │ ├── HashIncrementBy.php
│ │ │ │ │ │ ├── HashKeys.php
│ │ │ │ │ │ ├── HashLength.php
│ │ │ │ │ │ ├── HashScan.php
│ │ │ │ │ │ ├── HashSetMultiple.php
│ │ │ │ │ │ ├── HashSet.php
│ │ │ │ │ │ ├── HashSetPreserve.php
│ │ │ │ │ │ ├── HashStringLength.php
│ │ │ │ │ │ ├── HashValues.php
│ │ │ │ │ │ ├── HyperLogLogAdd.php
│ │ │ │ │ │ ├── HyperLogLogCount.php
│ │ │ │ │ │ ├── HyperLogLogMerge.php
│ │ │ │ │ │ ├── KeyDelete.php
│ │ │ │ │ │ ├── KeyDump.php
│ │ │ │ │ │ ├── KeyExists.php
│ │ │ │ │ │ ├── KeyExpireAt.php
│ │ │ │ │ │ ├── KeyExpire.php
│ │ │ │ │ │ ├── KeyKeys.php
│ │ │ │ │ │ ├── KeyMigrate.php
│ │ │ │ │ │ ├── KeyMove.php
│ │ │ │ │ │ ├── KeyPersist.php
│ │ │ │ │ │ ├── KeyPreciseExpireAt.php
│ │ │ │ │ │ ├── KeyPreciseExpire.php
│ │ │ │ │ │ ├── KeyPreciseTimeToLive.php
│ │ │ │ │ │ ├── KeyRandom.php
│ │ │ │ │ │ ├── KeyRename.php
│ │ │ │ │ │ ├── KeyRenamePreserve.php
│ │ │ │ │ │ ├── KeyRestore.php
│ │ │ │ │ │ ├── KeyScan.php
│ │ │ │ │ │ ├── KeySort.php
│ │ │ │ │ │ ├── KeyTimeToLive.php
│ │ │ │ │ │ ├── KeyType.php
│ │ │ │ │ │ ├── ListIndex.php
│ │ │ │ │ │ ├── ListInsert.php
│ │ │ │ │ │ ├── ListLength.php
│ │ │ │ │ │ ├── ListPopFirstBlocking.php
│ │ │ │ │ │ ├── ListPopFirst.php
│ │ │ │ │ │ ├── ListPopLastBlocking.php
│ │ │ │ │ │ ├── ListPopLast.php
│ │ │ │ │ │ ├── ListPopLastPushHeadBlocking.php
│ │ │ │ │ │ ├── ListPopLastPushHead.php
│ │ │ │ │ │ ├── ListPushHead.php
│ │ │ │ │ │ ├── ListPushHeadX.php
│ │ │ │ │ │ ├── ListPushTail.php
│ │ │ │ │ │ ├── ListPushTailX.php
│ │ │ │ │ │ ├── ListRange.php
│ │ │ │ │ │ ├── ListRemove.php
│ │ │ │ │ │ ├── ListSet.php
│ │ │ │ │ │ ├── ListTrim.php
│ │ │ │ │ │ ├── PrefixableCommandInterface.php
│ │ │ │ │ │ ├── Processor
│ │ │ │ │ │ │ ├── KeyPrefixProcessor.php
│ │ │ │ │ │ │ ├── ProcessorChain.php
│ │ │ │ │ │ │ └── ProcessorInterface.php
│ │ │ │ │ │ ├── PubSubPublish.php
│ │ │ │ │ │ ├── PubSubPubsub.php
│ │ │ │ │ │ ├── PubSubSubscribeByPattern.php
│ │ │ │ │ │ ├── PubSubSubscribe.php
│ │ │ │ │ │ ├── PubSubUnsubscribeByPattern.php
│ │ │ │ │ │ ├── PubSubUnsubscribe.php
│ │ │ │ │ │ ├── RawCommand.php
│ │ │ │ │ │ ├── ScriptCommand.php
│ │ │ │ │ │ ├── ServerBackgroundRewriteAOF.php
│ │ │ │ │ │ ├── ServerBackgroundSave.php
│ │ │ │ │ │ ├── ServerClient.php
│ │ │ │ │ │ ├── ServerCommand.php
│ │ │ │ │ │ ├── ServerConfig.php
│ │ │ │ │ │ ├── ServerDatabaseSize.php
│ │ │ │ │ │ ├── ServerEval.php
│ │ │ │ │ │ ├── ServerEvalSHA.php
│ │ │ │ │ │ ├── ServerFlushAll.php
│ │ │ │ │ │ ├── ServerFlushDatabase.php
│ │ │ │ │ │ ├── ServerInfo.php
│ │ │ │ │ │ ├── ServerInfoV26x.php
│ │ │ │ │ │ ├── ServerLastSave.php
│ │ │ │ │ │ ├── ServerMonitor.php
│ │ │ │ │ │ ├── ServerObject.php
│ │ │ │ │ │ ├── ServerSave.php
│ │ │ │ │ │ ├── ServerScript.php
│ │ │ │ │ │ ├── ServerSentinel.php
│ │ │ │ │ │ ├── ServerShutdown.php
│ │ │ │ │ │ ├── ServerSlaveOf.php
│ │ │ │ │ │ ├── ServerSlowlog.php
│ │ │ │ │ │ ├── ServerTime.php
│ │ │ │ │ │ ├── SetAdd.php
│ │ │ │ │ │ ├── SetCardinality.php
│ │ │ │ │ │ ├── SetDifference.php
│ │ │ │ │ │ ├── SetDifferenceStore.php
│ │ │ │ │ │ ├── SetIntersection.php
│ │ │ │ │ │ ├── SetIntersectionStore.php
│ │ │ │ │ │ ├── SetIsMember.php
│ │ │ │ │ │ ├── SetMembers.php
│ │ │ │ │ │ ├── SetMove.php
│ │ │ │ │ │ ├── SetPop.php
│ │ │ │ │ │ ├── SetRandomMember.php
│ │ │ │ │ │ ├── SetRemove.php
│ │ │ │ │ │ ├── SetScan.php
│ │ │ │ │ │ ├── SetUnion.php
│ │ │ │ │ │ ├── SetUnionStore.php
│ │ │ │ │ │ ├── StringAppend.php
│ │ │ │ │ │ ├── StringBitCount.php
│ │ │ │ │ │ ├── StringBitField.php
│ │ │ │ │ │ ├── StringBitOp.php
│ │ │ │ │ │ ├── StringBitPos.php
│ │ │ │ │ │ ├── StringDecrementBy.php
│ │ │ │ │ │ ├── StringDecrement.php
│ │ │ │ │ │ ├── StringGetBit.php
│ │ │ │ │ │ ├── StringGetMultiple.php
│ │ │ │ │ │ ├── StringGet.php
│ │ │ │ │ │ ├── StringGetRange.php
│ │ │ │ │ │ ├── StringGetSet.php
│ │ │ │ │ │ ├── StringIncrementByFloat.php
│ │ │ │ │ │ ├── StringIncrementBy.php
│ │ │ │ │ │ ├── StringIncrement.php
│ │ │ │ │ │ ├── StringPreciseSetExpire.php
│ │ │ │ │ │ ├── StringSetBit.php
│ │ │ │ │ │ ├── StringSetExpire.php
│ │ │ │ │ │ ├── StringSetMultiple.php
│ │ │ │ │ │ ├── StringSetMultiplePreserve.php
│ │ │ │ │ │ ├── StringSet.php
│ │ │ │ │ │ ├── StringSetPreserve.php
│ │ │ │ │ │ ├── StringSetRange.php
│ │ │ │ │ │ ├── StringStrlen.php
│ │ │ │ │ │ ├── StringSubstr.php
│ │ │ │ │ │ ├── TransactionDiscard.php
│ │ │ │ │ │ ├── TransactionExec.php
│ │ │ │ │ │ ├── TransactionMulti.php
│ │ │ │ │ │ ├── TransactionUnwatch.php
│ │ │ │ │ │ ├── TransactionWatch.php
│ │ │ │ │ │ ├── ZSetAdd.php
│ │ │ │ │ │ ├── ZSetCardinality.php
│ │ │ │ │ │ ├── ZSetCount.php
│ │ │ │ │ │ ├── ZSetIncrementBy.php
│ │ │ │ │ │ ├── ZSetIntersectionStore.php
│ │ │ │ │ │ ├── ZSetLexCount.php
│ │ │ │ │ │ ├── ZSetRangeByLex.php
│ │ │ │ │ │ ├── ZSetRangeByScore.php
│ │ │ │ │ │ ├── ZSetRange.php
│ │ │ │ │ │ ├── ZSetRank.php
│ │ │ │ │ │ ├── ZSetRemove.php
│ │ │ │ │ │ ├── ZSetRemoveRangeByLex.php
│ │ │ │ │ │ ├── ZSetRemoveRangeByRank.php
│ │ │ │ │ │ ├── ZSetRemoveRangeByScore.php
│ │ │ │ │ │ ├── ZSetReverseRangeByLex.php
│ │ │ │ │ │ ├── ZSetReverseRangeByScore.php
│ │ │ │ │ │ ├── ZSetReverseRange.php
│ │ │ │ │ │ ├── ZSetReverseRank.php
│ │ │ │ │ │ ├── ZSetScan.php
│ │ │ │ │ │ ├── ZSetScore.php
│ │ │ │ │ │ └── ZSetUnionStore.php
│ │ │ │ │ ├── CommunicationException.php
│ │ │ │ │ ├── Configuration
│ │ │ │ │ │ ├── ClusterOption.php
│ │ │ │ │ │ ├── ConnectionFactoryOption.php
│ │ │ │ │ │ ├── ExceptionsOption.php
│ │ │ │ │ │ ├── OptionInterface.php
│ │ │ │ │ │ ├── OptionsInterface.php
│ │ │ │ │ │ ├── Options.php
│ │ │ │ │ │ ├── PrefixOption.php
│ │ │ │ │ │ ├── ProfileOption.php
│ │ │ │ │ │ └── ReplicationOption.php
│ │ │ │ │ ├── Connection
│ │ │ │ │ │ ├── AbstractConnection.php
│ │ │ │ │ │ ├── Aggregate
│ │ │ │ │ │ │ ├── ClusterInterface.php
│ │ │ │ │ │ │ ├── MasterSlaveReplication.php
│ │ │ │ │ │ │ ├── PredisCluster.php
│ │ │ │ │ │ │ ├── RedisCluster.php
│ │ │ │ │ │ │ ├── ReplicationInterface.php
│ │ │ │ │ │ │ └── SentinelReplication.php
│ │ │ │ │ │ ├── AggregateConnectionInterface.php
│ │ │ │ │ │ ├── CompositeConnectionInterface.php
│ │ │ │ │ │ ├── CompositeStreamConnection.php
│ │ │ │ │ │ ├── ConnectionException.php
│ │ │ │ │ │ ├── ConnectionInterface.php
│ │ │ │ │ │ ├── FactoryInterface.php
│ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ ├── NodeConnectionInterface.php
│ │ │ │ │ │ ├── ParametersInterface.php
│ │ │ │ │ │ ├── Parameters.php
│ │ │ │ │ │ ├── PhpiredisSocketConnection.php
│ │ │ │ │ │ ├── PhpiredisStreamConnection.php
│ │ │ │ │ │ ├── StreamConnection.php
│ │ │ │ │ │ └── WebdisConnection.php
│ │ │ │ │ ├── Monitor
│ │ │ │ │ │ └── Consumer.php
│ │ │ │ │ ├── NotSupportedException.php
│ │ │ │ │ ├── Pipeline
│ │ │ │ │ │ ├── Atomic.php
│ │ │ │ │ │ ├── ConnectionErrorProof.php
│ │ │ │ │ │ ├── FireAndForget.php
│ │ │ │ │ │ └── Pipeline.php
│ │ │ │ │ ├── PredisException.php
│ │ │ │ │ ├── Profile
│ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ ├── ProfileInterface.php
│ │ │ │ │ │ ├── RedisProfile.php
│ │ │ │ │ │ ├── RedisUnstable.php
│ │ │ │ │ │ ├── RedisVersion200.php
│ │ │ │ │ │ ├── RedisVersion220.php
│ │ │ │ │ │ ├── RedisVersion240.php
│ │ │ │ │ │ ├── RedisVersion260.php
│ │ │ │ │ │ ├── RedisVersion280.php
│ │ │ │ │ │ ├── RedisVersion300.php
│ │ │ │ │ │ └── RedisVersion320.php
│ │ │ │ │ ├── Protocol
│ │ │ │ │ │ ├── ProtocolException.php
│ │ │ │ │ │ ├── ProtocolProcessorInterface.php
│ │ │ │ │ │ ├── RequestSerializerInterface.php
│ │ │ │ │ │ ├── ResponseReaderInterface.php
│ │ │ │ │ │ └── Text
│ │ │ │ │ │ ├── CompositeProtocolProcessor.php
│ │ │ │ │ │ ├── Handler
│ │ │ │ │ │ │ ├── BulkResponse.php
│ │ │ │ │ │ │ ├── ErrorResponse.php
│ │ │ │ │ │ │ ├── IntegerResponse.php
│ │ │ │ │ │ │ ├── MultiBulkResponse.php
│ │ │ │ │ │ │ ├── ResponseHandlerInterface.php
│ │ │ │ │ │ │ ├── StatusResponse.php
│ │ │ │ │ │ │ └── StreamableMultiBulkResponse.php
│ │ │ │ │ │ ├── ProtocolProcessor.php
│ │ │ │ │ │ ├── RequestSerializer.php
│ │ │ │ │ │ └── ResponseReader.php
│ │ │ │ │ ├── PubSub
│ │ │ │ │ │ ├── AbstractConsumer.php
│ │ │ │ │ │ ├── Consumer.php
│ │ │ │ │ │ └── DispatcherLoop.php
│ │ │ │ │ ├── Replication
│ │ │ │ │ │ ├── MissingMasterException.php
│ │ │ │ │ │ ├── ReplicationStrategy.php
│ │ │ │ │ │ └── RoleException.php
│ │ │ │ │ ├── Response
│ │ │ │ │ │ ├── ErrorInterface.php
│ │ │ │ │ │ ├── Error.php
│ │ │ │ │ │ ├── Iterator
│ │ │ │ │ │ │ ├── MultiBulkIterator.php
│ │ │ │ │ │ │ ├── MultiBulk.php
│ │ │ │ │ │ │ └── MultiBulkTuple.php
│ │ │ │ │ │ ├── ResponseInterface.php
│ │ │ │ │ │ ├── ServerException.php
│ │ │ │ │ │ └── Status.php
│ │ │ │ │ ├── Session
│ │ │ │ │ │ └── Handler.php
│ │ │ │ │ └── Transaction
│ │ │ │ │ ├── AbortedMultiExecException.php
│ │ │ │ │ ├── MultiExec.php
│ │ │ │ │ └── MultiExecState.php
│ │ │ │ └── VERSION
│ │ │ ├── psr
│ │ │ │ ├── http-message
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── src
│ │ │ │ │ ├── MessageInterface.php
│ │ │ │ │ ├── RequestInterface.php
│ │ │ │ │ ├── ResponseInterface.php
│ │ │ │ │ ├── ServerRequestInterface.php
│ │ │ │ │ ├── StreamInterface.php
│ │ │ │ │ ├── UploadedFileInterface.php
│ │ │ │ │ └── UriInterface.php
│ │ │ │ └── log
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Psr
│ │ │ │ │ └── Log
│ │ │ │ │ ├── AbstractLogger.php
│ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ ├── LoggerAwareInterface.php
│ │ │ │ │ ├── LoggerAwareTrait.php
│ │ │ │ │ ├── LoggerInterface.php
│ │ │ │ │ ├── LoggerTrait.php
│ │ │ │ │ ├── LogLevel.php
│ │ │ │ │ ├── NullLogger.php
│ │ │ │ │ └── Test
│ │ │ │ │ └── LoggerInterfaceTest.php
│ │ │ │ └── README.md
│ │ │ ├── psy
│ │ │ │ └── psysh
│ │ │ │ ├── bin
│ │ │ │ │ ├── build
│ │ │ │ │ ├── build-manual
│ │ │ │ │ ├── build-phar
│ │ │ │ │ ├── build-vendor
│ │ │ │ │ ├── build-vendor-compat
│ │ │ │ │ ├── package
│ │ │ │ │ └── psysh
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Psy
│ │ │ │ │ ├── Autoloader.php
│ │ │ │ │ ├── CodeCleaner
│ │ │ │ │ │ ├── AbstractClassPass.php
│ │ │ │ │ │ ├── AssignThisVariablePass.php
│ │ │ │ │ │ ├── CalledClassPass.php
│ │ │ │ │ │ ├── CallTimePassByReferencePass.php
│ │ │ │ │ │ ├── CodeCleanerPass.php
│ │ │ │ │ │ ├── ExitPass.php
│ │ │ │ │ │ ├── FinalClassPass.php
│ │ │ │ │ │ ├── FunctionReturnInWriteContextPass.php
│ │ │ │ │ │ ├── ImplicitReturnPass.php
│ │ │ │ │ │ ├── InstanceOfPass.php
│ │ │ │ │ │ ├── LeavePsyshAlonePass.php
│ │ │ │ │ │ ├── LegacyEmptyPass.php
│ │ │ │ │ │ ├── LoopContextPass.php
│ │ │ │ │ │ ├── MagicConstantsPass.php
│ │ │ │ │ │ ├── NamespaceAwarePass.php
│ │ │ │ │ │ ├── NamespacePass.php
│ │ │ │ │ │ ├── NoReturnValue.php
│ │ │ │ │ │ ├── PassableByReferencePass.php
│ │ │ │ │ │ ├── RequirePass.php
│ │ │ │ │ │ ├── StaticConstructorPass.php
│ │ │ │ │ │ ├── StrictTypesPass.php
│ │ │ │ │ │ ├── UseStatementPass.php
│ │ │ │ │ │ ├── ValidClassNamePass.php
│ │ │ │ │ │ ├── ValidConstantPass.php
│ │ │ │ │ │ └── ValidFunctionNamePass.php
│ │ │ │ │ ├── CodeCleaner.php
│ │ │ │ │ ├── Command
│ │ │ │ │ │ ├── BufferCommand.php
│ │ │ │ │ │ ├── ClearCommand.php
│ │ │ │ │ │ ├── Command.php
│ │ │ │ │ │ ├── DocCommand.php
│ │ │ │ │ │ ├── DumpCommand.php
│ │ │ │ │ │ ├── ExitCommand.php
│ │ │ │ │ │ ├── HelpCommand.php
│ │ │ │ │ │ ├── HistoryCommand.php
│ │ │ │ │ │ ├── ListCommand
│ │ │ │ │ │ │ ├── ClassConstantEnumerator.php
│ │ │ │ │ │ │ ├── ClassEnumerator.php
│ │ │ │ │ │ │ ├── ConstantEnumerator.php
│ │ │ │ │ │ │ ├── Enumerator.php
│ │ │ │ │ │ │ ├── FunctionEnumerator.php
│ │ │ │ │ │ │ ├── GlobalVariableEnumerator.php
│ │ │ │ │ │ │ ├── InterfaceEnumerator.php
│ │ │ │ │ │ │ ├── MethodEnumerator.php
│ │ │ │ │ │ │ ├── PropertyEnumerator.php
│ │ │ │ │ │ │ ├── TraitEnumerator.php
│ │ │ │ │ │ │ └── VariableEnumerator.php
│ │ │ │ │ │ ├── ListCommand.php
│ │ │ │ │ │ ├── ParseCommand.php
│ │ │ │ │ │ ├── PsyVersionCommand.php
│ │ │ │ │ │ ├── ReflectingCommand.php
│ │ │ │ │ │ ├── ShowCommand.php
│ │ │ │ │ │ ├── SudoCommand.php
│ │ │ │ │ │ ├── ThrowUpCommand.php
│ │ │ │ │ │ ├── TraceCommand.php
│ │ │ │ │ │ ├── WhereamiCommand.php
│ │ │ │ │ │ └── WtfCommand.php
│ │ │ │ │ ├── Compiler.php
│ │ │ │ │ ├── ConfigPaths.php
│ │ │ │ │ ├── Configuration.php
│ │ │ │ │ ├── ConsoleColorFactory.php
│ │ │ │ │ ├── ContextAware.php
│ │ │ │ │ ├── Context.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── BreakException.php
│ │ │ │ │ │ ├── DeprecatedException.php
│ │ │ │ │ │ ├── ErrorException.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── FatalErrorException.php
│ │ │ │ │ │ ├── ParseErrorException.php
│ │ │ │ │ │ ├── RuntimeException.php
│ │ │ │ │ │ ├── ThrowUpException.php
│ │ │ │ │ │ └── TypeErrorException.php
│ │ │ │ │ ├── ExecutionLoop
│ │ │ │ │ │ ├── ForkingLoop.php
│ │ │ │ │ │ └── Loop.php
│ │ │ │ │ ├── Formatter
│ │ │ │ │ │ ├── CodeFormatter.php
│ │ │ │ │ │ ├── DocblockFormatter.php
│ │ │ │ │ │ ├── Formatter.php
│ │ │ │ │ │ └── SignatureFormatter.php
│ │ │ │ │ ├── functions.php
│ │ │ │ │ ├── Input
│ │ │ │ │ │ ├── CodeArgument.php
│ │ │ │ │ │ ├── FilterOptions.php
│ │ │ │ │ │ ├── ShellInput.php
│ │ │ │ │ │ └── SilentInput.php
│ │ │ │ │ ├── Output
│ │ │ │ │ │ ├── OutputPager.php
│ │ │ │ │ │ ├── PassthruPager.php
│ │ │ │ │ │ ├── ProcOutputPager.php
│ │ │ │ │ │ └── ShellOutput.php
│ │ │ │ │ ├── ParserFactory.php
│ │ │ │ │ ├── Readline
│ │ │ │ │ │ ├── GNUReadline.php
│ │ │ │ │ │ ├── HoaConsole.php
│ │ │ │ │ │ ├── Libedit.php
│ │ │ │ │ │ ├── Readline.php
│ │ │ │ │ │ └── Transient.php
│ │ │ │ │ ├── Reflection
│ │ │ │ │ │ ├── ReflectionConstant.php
│ │ │ │ │ │ ├── ReflectionLanguageConstructParameter.php
│ │ │ │ │ │ └── ReflectionLanguageConstruct.php
│ │ │ │ │ ├── Shell.php
│ │ │ │ │ ├── Sudo
│ │ │ │ │ │ └── SudoVisitor.php
│ │ │ │ │ ├── Sudo.php
│ │ │ │ │ ├── TabCompletion
│ │ │ │ │ │ ├── AutoCompleter.php
│ │ │ │ │ │ └── Matcher
│ │ │ │ │ │ ├── AbstractContextAwareMatcher.php
│ │ │ │ │ │ ├── AbstractMatcher.php
│ │ │ │ │ │ ├── ClassAttributesMatcher.php
│ │ │ │ │ │ ├── ClassMethodsMatcher.php
│ │ │ │ │ │ ├── ClassNamesMatcher.php
│ │ │ │ │ │ ├── CommandsMatcher.php
│ │ │ │ │ │ ├── ConstantsMatcher.php
│ │ │ │ │ │ ├── FunctionsMatcher.php
│ │ │ │ │ │ ├── KeywordsMatcher.php
│ │ │ │ │ │ ├── MongoClientMatcher.php
│ │ │ │ │ │ ├── MongoDatabaseMatcher.php
│ │ │ │ │ │ ├── ObjectAttributesMatcher.php
│ │ │ │ │ │ ├── ObjectMethodsMatcher.php
│ │ │ │ │ │ └── VariablesMatcher.php
│ │ │ │ │ ├── Util
│ │ │ │ │ │ ├── Docblock.php
│ │ │ │ │ │ ├── Json.php
│ │ │ │ │ │ ├── Mirror.php
│ │ │ │ │ │ └── Str.php
│ │ │ │ │ ├── VarDumper
│ │ │ │ │ │ ├── Cloner.php
│ │ │ │ │ │ ├── Dumper.php
│ │ │ │ │ │ ├── PresenterAware.php
│ │ │ │ │ │ └── Presenter.php
│ │ │ │ │ └── VersionUpdater
│ │ │ │ │ ├── Checker.php
│ │ │ │ │ ├── GitHubChecker.php
│ │ │ │ │ ├── IntervalChecker.php
│ │ │ │ │ └── NoopChecker.php
│ │ │ │ └── test
│ │ │ │ ├── fixtures
│ │ │ │ │ ├── config.php
│ │ │ │ │ ├── default
│ │ │ │ │ ├── empty.php
│ │ │ │ │ ├── legacy
│ │ │ │ │ ├── mixed
│ │ │ │ │ ├── project
│ │ │ │ │ └── unvis_fixtures.json
│ │ │ │ ├── Psy
│ │ │ │ │ └── Test
│ │ │ │ │ ├── AutoloaderTest.php
│ │ │ │ │ ├── CodeCleaner
│ │ │ │ │ │ ├── AbstractClassPassTest.php
│ │ │ │ │ │ ├── AssignThisVariablePassTest.php
│ │ │ │ │ │ ├── CalledClassPassTest.php
│ │ │ │ │ │ ├── CallTimePassByReferencePassTest.php
│ │ │ │ │ │ ├── CodeCleanerTestCase.php
│ │ │ │ │ │ ├── ExitPassTest.php
│ │ │ │ │ │ ├── FinalClassPassTest.php
│ │ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ │ ├── ClassWithCallStatic.php
│ │ │ │ │ │ │ └── ClassWithStatic.php
│ │ │ │ │ │ ├── FunctionReturnInWriteContextPassTest.php
│ │ │ │ │ │ ├── ImplicitReturnPassTest.php
│ │ │ │ │ │ ├── InstanceOfPassTest.php
│ │ │ │ │ │ ├── LeavePsyshAlonePassTest.php
│ │ │ │ │ │ ├── LegacyEmptyPassTest.php
│ │ │ │ │ │ ├── LoopContextPassTest.php
│ │ │ │ │ │ ├── MagicConstantsPassTest.php
│ │ │ │ │ │ ├── NamespacePassTest.php
│ │ │ │ │ │ ├── PassableByReferencePassTest.php
│ │ │ │ │ │ ├── RequirePassTest.php
│ │ │ │ │ │ ├── StaticConstructorPassTest.php
│ │ │ │ │ │ ├── StrictTypesPassTest.php
│ │ │ │ │ │ ├── UseStatementPassTest.php
│ │ │ │ │ │ ├── ValidClassNamePassTest.php
│ │ │ │ │ │ ├── ValidConstantPassTest.php
│ │ │ │ │ │ └── ValidFunctionNamePassTest.php
│ │ │ │ │ ├── CodeCleanerTest.php
│ │ │ │ │ ├── ConfigurationTest.php
│ │ │ │ │ ├── ConsoleColorFactoryTest.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── BreakExceptionTest.php
│ │ │ │ │ │ ├── ErrorExceptionTest.php
│ │ │ │ │ │ ├── FatalErrorExceptionTest.php
│ │ │ │ │ │ ├── ParseErrorExceptionTest.php
│ │ │ │ │ │ └── RuntimeExceptionTest.php
│ │ │ │ │ ├── Formatter
│ │ │ │ │ │ ├── CodeFormatterTest.php
│ │ │ │ │ │ ├── DocblockFormatterTest.php
│ │ │ │ │ │ └── SignatureFormatterTest.php
│ │ │ │ │ ├── Input
│ │ │ │ │ │ ├── CodeArgumentTest.php
│ │ │ │ │ │ └── ShellInputTest.php
│ │ │ │ │ ├── Readline
│ │ │ │ │ │ ├── GNUReadlineTest.php
│ │ │ │ │ │ ├── HoaConsoleTest.php
│ │ │ │ │ │ ├── LibeditTest.php
│ │ │ │ │ │ └── TransientTest.php
│ │ │ │ │ ├── Reflection
│ │ │ │ │ │ └── ReflectionConstantTest.php
│ │ │ │ │ ├── ShellTest.php
│ │ │ │ │ ├── TabCompletion
│ │ │ │ │ │ ├── AutoCompleterTest.php
│ │ │ │ │ │ └── StaticSample.php
│ │ │ │ │ ├── Util
│ │ │ │ │ │ ├── DocblockTest.php
│ │ │ │ │ │ ├── MirrorTest.php
│ │ │ │ │ │ └── StrTest.php
│ │ │ │ │ └── VersionUpdater
│ │ │ │ │ └── GitHubCheckerTest.php
│ │ │ │ └── tools
│ │ │ │ ├── gen_unvis_fixtures.py
│ │ │ │ └── vis.py
│ │ │ ├── ramsey
│ │ │ │ └── uuid
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── CODE_OF_CONDUCT.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ ├── BinaryUtils.php
│ │ │ │ ├── Builder
│ │ │ │ │ ├── DefaultUuidBuilder.php
│ │ │ │ │ ├── DegradedUuidBuilder.php
│ │ │ │ │ └── UuidBuilderInterface.php
│ │ │ │ ├── Codec
│ │ │ │ │ ├── CodecInterface.php
│ │ │ │ │ ├── GuidStringCodec.php
│ │ │ │ │ ├── OrderedTimeCodec.php
│ │ │ │ │ ├── StringCodec.php
│ │ │ │ │ ├── TimestampFirstCombCodec.php
│ │ │ │ │ └── TimestampLastCombCodec.php
│ │ │ │ ├── Converter
│ │ │ │ │ ├── Number
│ │ │ │ │ │ ├── BigNumberConverter.php
│ │ │ │ │ │ └── DegradedNumberConverter.php
│ │ │ │ │ ├── NumberConverterInterface.php
│ │ │ │ │ ├── Time
│ │ │ │ │ │ ├── BigNumberTimeConverter.php
│ │ │ │ │ │ ├── DegradedTimeConverter.php
│ │ │ │ │ │ └── PhpTimeConverter.php
│ │ │ │ │ └── TimeConverterInterface.php
│ │ │ │ ├── DegradedUuid.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── InvalidUuidStringException.php
│ │ │ │ │ ├── UnsatisfiedDependencyException.php
│ │ │ │ │ └── UnsupportedOperationException.php
│ │ │ │ ├── FeatureSet.php
│ │ │ │ ├── Generator
│ │ │ │ │ ├── CombGenerator.php
│ │ │ │ │ ├── DefaultTimeGenerator.php
│ │ │ │ │ ├── MtRandGenerator.php
│ │ │ │ │ ├── OpenSslGenerator.php
│ │ │ │ │ ├── PeclUuidRandomGenerator.php
│ │ │ │ │ ├── PeclUuidTimeGenerator.php
│ │ │ │ │ ├── RandomBytesGenerator.php
│ │ │ │ │ ├── RandomGeneratorFactory.php
│ │ │ │ │ ├── RandomGeneratorInterface.php
│ │ │ │ │ ├── RandomLibAdapter.php
│ │ │ │ │ ├── SodiumRandomGenerator.php
│ │ │ │ │ ├── TimeGeneratorFactory.php
│ │ │ │ │ └── TimeGeneratorInterface.php
│ │ │ │ ├── Provider
│ │ │ │ │ ├── Node
│ │ │ │ │ │ ├── FallbackNodeProvider.php
│ │ │ │ │ │ ├── RandomNodeProvider.php
│ │ │ │ │ │ └── SystemNodeProvider.php
│ │ │ │ │ ├── NodeProviderInterface.php
│ │ │ │ │ ├── Time
│ │ │ │ │ │ ├── FixedTimeProvider.php
│ │ │ │ │ │ └── SystemTimeProvider.php
│ │ │ │ │ └── TimeProviderInterface.php
│ │ │ │ ├── UuidFactoryInterface.php
│ │ │ │ ├── UuidFactory.php
│ │ │ │ ├── UuidInterface.php
│ │ │ │ └── Uuid.php
│ │ │ ├── sebastian
│ │ │ │ ├── code-unit-reverse-lookup
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── ChangeLog.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ └── Wizard.php
│ │ │ │ │ └── tests
│ │ │ │ │ └── WizardTest.php
│ │ │ │ ├── comparator
│ │ │ │ │ ├── build
│ │ │ │ │ │ └── travis-ci.xml
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── ArrayComparator.php
│ │ │ │ │ │ ├── Comparator.php
│ │ │ │ │ │ ├── ComparisonFailure.php
│ │ │ │ │ │ ├── DateTimeComparator.php
│ │ │ │ │ │ ├── DOMNodeComparator.php
│ │ │ │ │ │ ├── DoubleComparator.php
│ │ │ │ │ │ ├── ExceptionComparator.php
│ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ ├── MockObjectComparator.php
│ │ │ │ │ │ ├── NumericComparator.php
│ │ │ │ │ │ ├── ObjectComparator.php
│ │ │ │ │ │ ├── ResourceComparator.php
│ │ │ │ │ │ ├── ScalarComparator.php
│ │ │ │ │ │ ├── SplObjectStorageComparator.php
│ │ │ │ │ │ └── TypeComparator.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── ArrayComparatorTest.php
│ │ │ │ │ ├── autoload.php
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ ├── DateTimeComparatorTest.php
│ │ │ │ │ ├── DOMNodeComparatorTest.php
│ │ │ │ │ ├── DoubleComparatorTest.php
│ │ │ │ │ ├── ExceptionComparatorTest.php
│ │ │ │ │ ├── FactoryTest.php
│ │ │ │ │ ├── _files
│ │ │ │ │ │ ├── Author.php
│ │ │ │ │ │ ├── Book.php
│ │ │ │ │ │ ├── ClassWithToString.php
│ │ │ │ │ │ ├── SampleClass.php
│ │ │ │ │ │ ├── Struct.php
│ │ │ │ │ │ ├── TestClassComparator.php
│ │ │ │ │ │ └── TestClass.php
│ │ │ │ │ ├── MockObjectComparatorTest.php
│ │ │ │ │ ├── NumericComparatorTest.php
│ │ │ │ │ ├── ObjectComparatorTest.php
│ │ │ │ │ ├── ResourceComparatorTest.php
│ │ │ │ │ ├── ScalarComparatorTest.php
│ │ │ │ │ ├── SplObjectStorageComparatorTest.php
│ │ │ │ │ └── TypeComparatorTest.php
│ │ │ │ ├── diff
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── Chunk.php
│ │ │ │ │ │ ├── Differ.php
│ │ │ │ │ │ ├── Diff.php
│ │ │ │ │ │ ├── LCS
│ │ │ │ │ │ │ ├── LongestCommonSubsequence.php
│ │ │ │ │ │ │ ├── MemoryEfficientLongestCommonSubsequenceImplementation.php
│ │ │ │ │ │ │ └── TimeEfficientLongestCommonSubsequenceImplementation.php
│ │ │ │ │ │ ├── Line.php
│ │ │ │ │ │ └── Parser.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── ChunkTest.php
│ │ │ │ │ ├── DifferTest.php
│ │ │ │ │ ├── DiffTest.php
│ │ │ │ │ ├── fixtures
│ │ │ │ │ │ ├── patch2.txt
│ │ │ │ │ │ └── patch.txt
│ │ │ │ │ ├── LCS
│ │ │ │ │ │ ├── LongestCommonSubsequenceTest.php
│ │ │ │ │ │ ├── MemoryEfficientImplementationTest.php
│ │ │ │ │ │ └── TimeEfficientImplementationTest.php
│ │ │ │ │ ├── LineTest.php
│ │ │ │ │ └── ParserTest.php
│ │ │ │ ├── environment
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── Console.php
│ │ │ │ │ │ └── Runtime.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── ConsoleTest.php
│ │ │ │ │ └── RuntimeTest.php
│ │ │ │ ├── exporter
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ └── Exporter.php
│ │ │ │ │ └── tests
│ │ │ │ │ └── ExporterTest.php
│ │ │ │ ├── global-state
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── Blacklist.php
│ │ │ │ │ │ ├── CodeExporter.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── Restorer.php
│ │ │ │ │ │ ├── RuntimeException.php
│ │ │ │ │ │ └── Snapshot.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── BlacklistTest.php
│ │ │ │ │ ├── _fixture
│ │ │ │ │ │ ├── BlacklistedChildClass.php
│ │ │ │ │ │ ├── BlacklistedClass.php
│ │ │ │ │ │ ├── BlacklistedImplementor.php
│ │ │ │ │ │ ├── BlacklistedInterface.php
│ │ │ │ │ │ ├── SnapshotClass.php
│ │ │ │ │ │ ├── SnapshotDomDocument.php
│ │ │ │ │ │ ├── SnapshotFunctions.php
│ │ │ │ │ │ └── SnapshotTrait.php
│ │ │ │ │ └── SnapshotTest.php
│ │ │ │ ├── object-enumerator
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── ChangeLog.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── Enumerator.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ └── InvalidArgumentException.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── EnumeratorTest.php
│ │ │ │ │ └── Fixtures
│ │ │ │ │ └── ExceptionThrower.php
│ │ │ │ ├── recursion-context
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── Context.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ └── InvalidArgumentException.php
│ │ │ │ │ └── tests
│ │ │ │ │ └── ContextTest.php
│ │ │ │ ├── resource-operations
│ │ │ │ │ ├── build
│ │ │ │ │ │ └── generate.php
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── src
│ │ │ │ │ └── ResourceOperations.php
│ │ │ │ └── version
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ └── Version.php
│ │ │ ├── simplesoftwareio
│ │ │ │ └── simple-qrcode
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── docs
│ │ │ │ │ └── imgs
│ │ │ │ │ └── merged-qrcode.png
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── SimpleSoftwareIO
│ │ │ │ │ └── QrCode
│ │ │ │ │ ├── BaconQrCodeGenerator.php
│ │ │ │ │ ├── DataTypes
│ │ │ │ │ │ ├── DataTypeInterface.php
│ │ │ │ │ │ ├── Email.php
│ │ │ │ │ │ ├── Geo.php
│ │ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ │ ├── SMS.php
│ │ │ │ │ │ └── WiFi.php
│ │ │ │ │ ├── Facades
│ │ │ │ │ │ └── QrCode.php
│ │ │ │ │ ├── ImageInterface.php
│ │ │ │ │ ├── ImageMergeInterface.php
│ │ │ │ │ ├── ImageMerge.php
│ │ │ │ │ ├── Image.php
│ │ │ │ │ ├── QrCodeInterface.php
│ │ │ │ │ └── QrCodeServiceProvider.php
│ │ │ │ └── tests
│ │ │ │ ├── BaconQrCodeGeneratorTest.php
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── DataTypes
│ │ │ │ │ ├── EmailTest.php
│ │ │ │ │ ├── GeoTest.php
│ │ │ │ │ ├── PhoneNumberTest.php
│ │ │ │ │ ├── SMSTest.php
│ │ │ │ │ └── WiFiTest.php
│ │ │ │ ├── ImageMergeTest.php
│ │ │ │ ├── Images
│ │ │ │ │ └── simplesoftware-icon-grey-blue.png
│ │ │ │ └── ImageTest.php
│ │ │ ├── swiftmailer
│ │ │ │ └── swiftmailer
│ │ │ │ ├── CHANGES
│ │ │ │ ├── composer.json
│ │ │ │ ├── doc
│ │ │ │ │ ├── headers.rst
│ │ │ │ │ ├── help-resources.rst
│ │ │ │ │ ├── including-the-files.rst
│ │ │ │ │ ├── index.rst
│ │ │ │ │ ├── installing.rst
│ │ │ │ │ ├── introduction.rst
│ │ │ │ │ ├── japanese.rst
│ │ │ │ │ ├── messages.rst
│ │ │ │ │ ├── overview.rst
│ │ │ │ │ ├── plugins.rst
│ │ │ │ │ ├── sending.rst
│ │ │ │ │ └── uml
│ │ │ │ │ ├── Encoders.graffle
│ │ │ │ │ ├── Mime.graffle
│ │ │ │ │ └── Transports.graffle
│ │ │ │ ├── lib
│ │ │ │ │ ├── classes
│ │ │ │ │ │ ├── Swift
│ │ │ │ │ │ │ ├── Attachment.php
│ │ │ │ │ │ │ ├── ByteStream
│ │ │ │ │ │ │ │ ├── AbstractFilterableInputStream.php
│ │ │ │ │ │ │ │ ├── ArrayByteStream.php
│ │ │ │ │ │ │ │ ├── FileByteStream.php
│ │ │ │ │ │ │ │ └── TemporaryFileByteStream.php
│ │ │ │ │ │ │ ├── CharacterReader
│ │ │ │ │ │ │ │ ├── GenericFixedWidthReader.php
│ │ │ │ │ │ │ │ ├── UsAsciiReader.php
│ │ │ │ │ │ │ │ └── Utf8Reader.php
│ │ │ │ │ │ │ ├── CharacterReaderFactory
│ │ │ │ │ │ │ │ └── SimpleCharacterReaderFactory.php
│ │ │ │ │ │ │ ├── CharacterReaderFactory.php
│ │ │ │ │ │ │ ├── CharacterReader.php
│ │ │ │ │ │ │ ├── CharacterStream
│ │ │ │ │ │ │ │ ├── ArrayCharacterStream.php
│ │ │ │ │ │ │ │ └── NgCharacterStream.php
│ │ │ │ │ │ │ ├── CharacterStream.php
│ │ │ │ │ │ │ ├── ConfigurableSpool.php
│ │ │ │ │ │ │ ├── DependencyContainer.php
│ │ │ │ │ │ │ ├── DependencyException.php
│ │ │ │ │ │ │ ├── EmbeddedFile.php
│ │ │ │ │ │ │ ├── Encoder
│ │ │ │ │ │ │ │ ├── Base64Encoder.php
│ │ │ │ │ │ │ │ ├── QpEncoder.php
│ │ │ │ │ │ │ │ └── Rfc2231Encoder.php
│ │ │ │ │ │ │ ├── Encoder.php
│ │ │ │ │ │ │ ├── Encoding.php
│ │ │ │ │ │ │ ├── Events
│ │ │ │ │ │ │ │ ├── CommandEvent.php
│ │ │ │ │ │ │ │ ├── CommandListener.php
│ │ │ │ │ │ │ │ ├── EventDispatcher.php
│ │ │ │ │ │ │ │ ├── EventListener.php
│ │ │ │ │ │ │ │ ├── EventObject.php
│ │ │ │ │ │ │ │ ├── Event.php
│ │ │ │ │ │ │ │ ├── ResponseEvent.php
│ │ │ │ │ │ │ │ ├── ResponseListener.php
│ │ │ │ │ │ │ │ ├── SendEvent.php
│ │ │ │ │ │ │ │ ├── SendListener.php
│ │ │ │ │ │ │ │ ├── SimpleEventDispatcher.php
│ │ │ │ │ │ │ │ ├── TransportChangeEvent.php
│ │ │ │ │ │ │ │ ├── TransportChangeListener.php
│ │ │ │ │ │ │ │ ├── TransportExceptionEvent.php
│ │ │ │ │ │ │ │ └── TransportExceptionListener.php
│ │ │ │ │ │ │ ├── FailoverTransport.php
│ │ │ │ │ │ │ ├── FileSpool.php
│ │ │ │ │ │ │ ├── FileStream.php
│ │ │ │ │ │ │ ├── Filterable.php
│ │ │ │ │ │ │ ├── Image.php
│ │ │ │ │ │ │ ├── InputByteStream.php
│ │ │ │ │ │ │ ├── IoException.php
│ │ │ │ │ │ │ ├── KeyCache
│ │ │ │ │ │ │ │ ├── ArrayKeyCache.php
│ │ │ │ │ │ │ │ ├── DiskKeyCache.php
│ │ │ │ │ │ │ │ ├── KeyCacheInputStream.php
│ │ │ │ │ │ │ │ ├── NullKeyCache.php
│ │ │ │ │ │ │ │ └── SimpleKeyCacheInputStream.php
│ │ │ │ │ │ │ ├── KeyCache.php
│ │ │ │ │ │ │ ├── LoadBalancedTransport.php
│ │ │ │ │ │ │ ├── Mailer
│ │ │ │ │ │ │ │ ├── ArrayRecipientIterator.php
│ │ │ │ │ │ │ │ └── RecipientIterator.php
│ │ │ │ │ │ │ ├── Mailer.php
│ │ │ │ │ │ │ ├── MailTransport.php
│ │ │ │ │ │ │ ├── MemorySpool.php
│ │ │ │ │ │ │ ├── Message.php
│ │ │ │ │ │ │ ├── Mime
│ │ │ │ │ │ │ │ ├── Attachment.php
│ │ │ │ │ │ │ │ ├── CharsetObserver.php
│ │ │ │ │ │ │ │ ├── ContentEncoder
│ │ │ │ │ │ │ │ │ ├── Base64ContentEncoder.php
│ │ │ │ │ │ │ │ │ ├── NativeQpContentEncoder.php
│ │ │ │ │ │ │ │ │ ├── PlainContentEncoder.php
│ │ │ │ │ │ │ │ │ ├── QpContentEncoder.php
│ │ │ │ │ │ │ │ │ ├── QpContentEncoderProxy.php
│ │ │ │ │ │ │ │ │ └── RawContentEncoder.php
│ │ │ │ │ │ │ │ ├── ContentEncoder.php
│ │ │ │ │ │ │ │ ├── EmbeddedFile.php
│ │ │ │ │ │ │ │ ├── EncodingObserver.php
│ │ │ │ │ │ │ │ ├── Grammar.php
│ │ │ │ │ │ │ │ ├── HeaderEncoder
│ │ │ │ │ │ │ │ │ ├── Base64HeaderEncoder.php
│ │ │ │ │ │ │ │ │ └── QpHeaderEncoder.php
│ │ │ │ │ │ │ │ ├── HeaderEncoder.php
│ │ │ │ │ │ │ │ ├── HeaderFactory.php
│ │ │ │ │ │ │ │ ├── Header.php
│ │ │ │ │ │ │ │ ├── Headers
│ │ │ │ │ │ │ │ │ ├── AbstractHeader.php
│ │ │ │ │ │ │ │ │ ├── DateHeader.php
│ │ │ │ │ │ │ │ │ ├── IdentificationHeader.php
│ │ │ │ │ │ │ │ │ ├── MailboxHeader.php
│ │ │ │ │ │ │ │ │ ├── OpenDKIMHeader.php
│ │ │ │ │ │ │ │ │ ├── ParameterizedHeader.php
│ │ │ │ │ │ │ │ │ ├── PathHeader.php
│ │ │ │ │ │ │ │ │ └── UnstructuredHeader.php
│ │ │ │ │ │ │ │ ├── HeaderSet.php
│ │ │ │ │ │ │ │ ├── Message.php
│ │ │ │ │ │ │ │ ├── MimeEntity.php
│ │ │ │ │ │ │ │ ├── MimePart.php
│ │ │ │ │ │ │ │ ├── ParameterizedHeader.php
│ │ │ │ │ │ │ │ ├── SimpleHeaderFactory.php
│ │ │ │ │ │ │ │ ├── SimpleHeaderSet.php
│ │ │ │ │ │ │ │ ├── SimpleMessage.php
│ │ │ │ │ │ │ │ └── SimpleMimeEntity.php
│ │ │ │ │ │ │ ├── MimePart.php
│ │ │ │ │ │ │ ├── NullTransport.php
│ │ │ │ │ │ │ ├── OutputByteStream.php
│ │ │ │ │ │ │ ├── Plugins
│ │ │ │ │ │ │ │ ├── AntiFloodPlugin.php
│ │ │ │ │ │ │ │ ├── BandwidthMonitorPlugin.php
│ │ │ │ │ │ │ │ ├── Decorator
│ │ │ │ │ │ │ │ │ └── Replacements.php
│ │ │ │ │ │ │ │ ├── DecoratorPlugin.php
│ │ │ │ │ │ │ │ ├── ImpersonatePlugin.php
│ │ │ │ │ │ │ │ ├── Logger.php
│ │ │ │ │ │ │ │ ├── LoggerPlugin.php
│ │ │ │ │ │ │ │ ├── Loggers
│ │ │ │ │ │ │ │ │ ├── ArrayLogger.php
│ │ │ │ │ │ │ │ │ └── EchoLogger.php
│ │ │ │ │ │ │ │ ├── MessageLogger.php
│ │ │ │ │ │ │ │ ├── Pop
│ │ │ │ │ │ │ │ │ ├── Pop3Connection.php
│ │ │ │ │ │ │ │ │ └── Pop3Exception.php
│ │ │ │ │ │ │ │ ├── PopBeforeSmtpPlugin.php
│ │ │ │ │ │ │ │ ├── RedirectingPlugin.php
│ │ │ │ │ │ │ │ ├── Reporter.php
│ │ │ │ │ │ │ │ ├── ReporterPlugin.php
│ │ │ │ │ │ │ │ ├── Reporters
│ │ │ │ │ │ │ │ │ ├── HitReporter.php
│ │ │ │ │ │ │ │ │ └── HtmlReporter.php
│ │ │ │ │ │ │ │ ├── Sleeper.php
│ │ │ │ │ │ │ │ ├── ThrottlerPlugin.php
│ │ │ │ │ │ │ │ └── Timer.php
│ │ │ │ │ │ │ ├── Preferences.php
│ │ │ │ │ │ │ ├── ReplacementFilterFactory.php
│ │ │ │ │ │ │ ├── RfcComplianceException.php
│ │ │ │ │ │ │ ├── SendmailTransport.php
│ │ │ │ │ │ │ ├── SignedMessage.php
│ │ │ │ │ │ │ ├── Signer.php
│ │ │ │ │ │ │ ├── Signers
│ │ │ │ │ │ │ │ ├── BodySigner.php
│ │ │ │ │ │ │ │ ├── DKIMSigner.php
│ │ │ │ │ │ │ │ ├── DomainKeySigner.php
│ │ │ │ │ │ │ │ ├── HeaderSigner.php
│ │ │ │ │ │ │ │ ├── OpenDKIMSigner.php
│ │ │ │ │ │ │ │ └── SMimeSigner.php
│ │ │ │ │ │ │ ├── SmtpTransport.php
│ │ │ │ │ │ │ ├── Spool.php
│ │ │ │ │ │ │ ├── SpoolTransport.php
│ │ │ │ │ │ │ ├── StreamFilter.php
│ │ │ │ │ │ │ ├── StreamFilters
│ │ │ │ │ │ │ │ ├── ByteArrayReplacementFilter.php
│ │ │ │ │ │ │ │ ├── StringReplacementFilterFactory.php
│ │ │ │ │ │ │ │ └── StringReplacementFilter.php
│ │ │ │ │ │ │ ├── SwiftException.php
│ │ │ │ │ │ │ ├── Transport
│ │ │ │ │ │ │ │ ├── AbstractSmtpTransport.php
│ │ │ │ │ │ │ │ ├── Esmtp
│ │ │ │ │ │ │ │ │ ├── Auth
│ │ │ │ │ │ │ │ │ │ ├── CramMd5Authenticator.php
│ │ │ │ │ │ │ │ │ │ ├── LoginAuthenticator.php
│ │ │ │ │ │ │ │ │ │ ├── NTLMAuthenticator.php
│ │ │ │ │ │ │ │ │ │ ├── PlainAuthenticator.php
│ │ │ │ │ │ │ │ │ │ └── XOAuth2Authenticator.php
│ │ │ │ │ │ │ │ │ ├── Authenticator.php
│ │ │ │ │ │ │ │ │ └── AuthHandler.php
│ │ │ │ │ │ │ │ ├── EsmtpHandler.php
│ │ │ │ │ │ │ │ ├── EsmtpTransport.php
│ │ │ │ │ │ │ │ ├── FailoverTransport.php
│ │ │ │ │ │ │ │ ├── IoBuffer.php
│ │ │ │ │ │ │ │ ├── LoadBalancedTransport.php
│ │ │ │ │ │ │ │ ├── MailInvoker.php
│ │ │ │ │ │ │ │ ├── MailTransport.php
│ │ │ │ │ │ │ │ ├── NullTransport.php
│ │ │ │ │ │ │ │ ├── SendmailTransport.php
│ │ │ │ │ │ │ │ ├── SimpleMailInvoker.php
│ │ │ │ │ │ │ │ ├── SmtpAgent.php
│ │ │ │ │ │ │ │ ├── SpoolTransport.php
│ │ │ │ │ │ │ │ └── StreamBuffer.php
│ │ │ │ │ │ │ ├── TransportException.php
│ │ │ │ │ │ │ ├── Transport.php
│ │ │ │ │ │ │ └── Validate.php
│ │ │ │ │ │ └── Swift.php
│ │ │ │ │ ├── dependency_maps
│ │ │ │ │ │ ├── cache_deps.php
│ │ │ │ │ │ ├── message_deps.php
│ │ │ │ │ │ ├── mime_deps.php
│ │ │ │ │ │ └── transport_deps.php
│ │ │ │ │ ├── mime_types.php
│ │ │ │ │ ├── preferences.php
│ │ │ │ │ ├── swift_init.php
│ │ │ │ │ ├── swiftmailer_generate_mimes_config.php
│ │ │ │ │ ├── swift_required_pear.php
│ │ │ │ │ └── swift_required.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README
│ │ │ │ ├── tests
│ │ │ │ │ ├── acceptance
│ │ │ │ │ │ └── Swift
│ │ │ │ │ │ ├── AttachmentAcceptanceTest.php
│ │ │ │ │ │ ├── ByteStream
│ │ │ │ │ │ │ └── FileByteStreamAcceptanceTest.php
│ │ │ │ │ │ ├── CharacterReaderFactory
│ │ │ │ │ │ │ └── SimpleCharacterReaderFactoryAcceptanceTest.php
│ │ │ │ │ │ ├── DependencyContainerAcceptanceTest.php
│ │ │ │ │ │ ├── EmbeddedFileAcceptanceTest.php
│ │ │ │ │ │ ├── Encoder
│ │ │ │ │ │ │ ├── Base64EncoderAcceptanceTest.php
│ │ │ │ │ │ │ ├── QpEncoderAcceptanceTest.php
│ │ │ │ │ │ │ └── Rfc2231EncoderAcceptanceTest.php
│ │ │ │ │ │ ├── EncodingAcceptanceTest.php
│ │ │ │ │ │ ├── KeyCache
│ │ │ │ │ │ │ ├── ArrayKeyCacheAcceptanceTest.php
│ │ │ │ │ │ │ └── DiskKeyCacheAcceptanceTest.php
│ │ │ │ │ │ ├── MessageAcceptanceTest.php
│ │ │ │ │ │ ├── Mime
│ │ │ │ │ │ │ ├── AttachmentAcceptanceTest.php
│ │ │ │ │ │ │ ├── ContentEncoder
│ │ │ │ │ │ │ │ ├── Base64ContentEncoderAcceptanceTest.php
│ │ │ │ │ │ │ │ ├── NativeQpContentEncoderAcceptanceTest.php
│ │ │ │ │ │ │ │ ├── PlainContentEncoderAcceptanceTest.php
│ │ │ │ │ │ │ │ └── QpContentEncoderAcceptanceTest.php
│ │ │ │ │ │ │ ├── EmbeddedFileAcceptanceTest.php
│ │ │ │ │ │ │ ├── HeaderEncoder
│ │ │ │ │ │ │ │ └── Base64HeaderEncoderAcceptanceTest.php
│ │ │ │ │ │ │ ├── MimePartAcceptanceTest.php
│ │ │ │ │ │ │ └── SimpleMessageAcceptanceTest.php
│ │ │ │ │ │ ├── MimePartAcceptanceTest.php
│ │ │ │ │ │ └── Transport
│ │ │ │ │ │ └── StreamBuffer
│ │ │ │ │ │ ├── AbstractStreamBufferAcceptanceTest.php
│ │ │ │ │ │ ├── BasicSocketAcceptanceTest.php
│ │ │ │ │ │ ├── ProcessAcceptanceTest.php
│ │ │ │ │ │ ├── SocketTimeoutTest.php
│ │ │ │ │ │ ├── SslSocketAcceptanceTest.php
│ │ │ │ │ │ └── TlsSocketAcceptanceTest.php
│ │ │ │ │ ├── acceptance.conf.php.default
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ ├── bug
│ │ │ │ │ │ └── Swift
│ │ │ │ │ │ ├── Bug111Test.php
│ │ │ │ │ │ ├── Bug118Test.php
│ │ │ │ │ │ ├── Bug206Test.php
│ │ │ │ │ │ ├── Bug274Test.php
│ │ │ │ │ │ ├── Bug34Test.php
│ │ │ │ │ │ ├── Bug35Test.php
│ │ │ │ │ │ ├── Bug38Test.php
│ │ │ │ │ │ ├── Bug518Test.php
│ │ │ │ │ │ ├── Bug51Test.php
│ │ │ │ │ │ ├── Bug534Test.php
│ │ │ │ │ │ ├── Bug650Test.php
│ │ │ │ │ │ ├── Bug71Test.php
│ │ │ │ │ │ ├── Bug76Test.php
│ │ │ │ │ │ └── BugFileByteStreamConsecutiveReadCallsTest.php
│ │ │ │ │ ├── fixtures
│ │ │ │ │ │ └── MimeEntityFixture.php
│ │ │ │ │ ├── IdenticalBinaryConstraint.php
│ │ │ │ │ ├── _samples
│ │ │ │ │ │ ├── charsets
│ │ │ │ │ │ │ ├── iso-2022-jp
│ │ │ │ │ │ │ │ └── one.txt
│ │ │ │ │ │ │ ├── iso-8859-1
│ │ │ │ │ │ │ │ └── one.txt
│ │ │ │ │ │ │ └── utf-8
│ │ │ │ │ │ │ ├── one.txt
│ │ │ │ │ │ │ ├── three.txt
│ │ │ │ │ │ │ └── two.txt
│ │ │ │ │ │ ├── dkim
│ │ │ │ │ │ │ ├── dkim.test.priv
│ │ │ │ │ │ │ └── dkim.test.pub
│ │ │ │ │ │ ├── files
│ │ │ │ │ │ │ ├── data.txt
│ │ │ │ │ │ │ ├── swiftmailer.png
│ │ │ │ │ │ │ └── textfile.zip
│ │ │ │ │ │ └── smime
│ │ │ │ │ │ ├── ca.crt
│ │ │ │ │ │ ├── ca.key
│ │ │ │ │ │ ├── CA.srl
│ │ │ │ │ │ ├── create-cert.sh
│ │ │ │ │ │ ├── encrypt2.crt
│ │ │ │ │ │ ├── encrypt2.key
│ │ │ │ │ │ ├── encrypt.crt
│ │ │ │ │ │ ├── encrypt.key
│ │ │ │ │ │ ├── intermediate.crt
│ │ │ │ │ │ ├── intermediate.key
│ │ │ │ │ │ ├── sign2.crt
│ │ │ │ │ │ ├── sign2.key
│ │ │ │ │ │ ├── sign.crt
│ │ │ │ │ │ └── sign.key
│ │ │ │ │ ├── smoke
│ │ │ │ │ │ └── Swift
│ │ │ │ │ │ └── Smoke
│ │ │ │ │ │ ├── AttachmentSmokeTest.php
│ │ │ │ │ │ ├── BasicSmokeTest.php
│ │ │ │ │ │ ├── HtmlWithAttachmentSmokeTest.php
│ │ │ │ │ │ └── InternationalSmokeTest.php
│ │ │ │ │ ├── smoke.conf.php.default
│ │ │ │ │ ├── StreamCollector.php
│ │ │ │ │ ├── SwiftMailerSmokeTestCase.php
│ │ │ │ │ ├── SwiftMailerTestCase.php
│ │ │ │ │ └── unit
│ │ │ │ │ └── Swift
│ │ │ │ │ ├── ByteStream
│ │ │ │ │ │ └── ArrayByteStreamTest.php
│ │ │ │ │ ├── CharacterReader
│ │ │ │ │ │ ├── GenericFixedWidthReaderTest.php
│ │ │ │ │ │ ├── UsAsciiReaderTest.php
│ │ │ │ │ │ └── Utf8ReaderTest.php
│ │ │ │ │ ├── CharacterStream
│ │ │ │ │ │ └── ArrayCharacterStreamTest.php
│ │ │ │ │ ├── DependencyContainerTest.php
│ │ │ │ │ ├── Encoder
│ │ │ │ │ │ ├── Base64EncoderTest.php
│ │ │ │ │ │ ├── QpEncoderTest.php
│ │ │ │ │ │ └── Rfc2231EncoderTest.php
│ │ │ │ │ ├── Events
│ │ │ │ │ │ ├── CommandEventTest.php
│ │ │ │ │ │ ├── EventObjectTest.php
│ │ │ │ │ │ ├── ResponseEventTest.php
│ │ │ │ │ │ ├── SendEventTest.php
│ │ │ │ │ │ ├── SimpleEventDispatcherTest.php
│ │ │ │ │ │ ├── TransportChangeEventTest.php
│ │ │ │ │ │ └── TransportExceptionEventTest.php
│ │ │ │ │ ├── KeyCache
│ │ │ │ │ │ ├── ArrayKeyCacheTest.php
│ │ │ │ │ │ └── SimpleKeyCacheInputStreamTest.php
│ │ │ │ │ ├── Mailer
│ │ │ │ │ │ └── ArrayRecipientIteratorTest.php
│ │ │ │ │ ├── MailerTest.php
│ │ │ │ │ ├── MessageTest.php
│ │ │ │ │ ├── Mime
│ │ │ │ │ │ ├── AbstractMimeEntityTest.php
│ │ │ │ │ │ ├── AttachmentTest.php
│ │ │ │ │ │ ├── ContentEncoder
│ │ │ │ │ │ │ ├── Base64ContentEncoderTest.php
│ │ │ │ │ │ │ ├── PlainContentEncoderTest.php
│ │ │ │ │ │ │ └── QpContentEncoderTest.php
│ │ │ │ │ │ ├── EmbeddedFileTest.php
│ │ │ │ │ │ ├── HeaderEncoder
│ │ │ │ │ │ │ ├── Base64HeaderEncoderTest.php
│ │ │ │ │ │ │ └── QpHeaderEncoderTest.php
│ │ │ │ │ │ ├── Headers
│ │ │ │ │ │ │ ├── DateHeaderTest.php
│ │ │ │ │ │ │ ├── IdentificationHeaderTest.php
│ │ │ │ │ │ │ ├── MailboxHeaderTest.php
│ │ │ │ │ │ │ ├── ParameterizedHeaderTest.php
│ │ │ │ │ │ │ ├── PathHeaderTest.php
│ │ │ │ │ │ │ └── UnstructuredHeaderTest.php
│ │ │ │ │ │ ├── MimePartTest.php
│ │ │ │ │ │ ├── SimpleHeaderFactoryTest.php
│ │ │ │ │ │ ├── SimpleHeaderSetTest.php
│ │ │ │ │ │ ├── SimpleMessageTest.php
│ │ │ │ │ │ └── SimpleMimeEntityTest.php
│ │ │ │ │ ├── Plugins
│ │ │ │ │ │ ├── AntiFloodPluginTest.php
│ │ │ │ │ │ ├── BandwidthMonitorPluginTest.php
│ │ │ │ │ │ ├── DecoratorPluginTest.php
│ │ │ │ │ │ ├── LoggerPluginTest.php
│ │ │ │ │ │ ├── Loggers
│ │ │ │ │ │ │ ├── ArrayLoggerTest.php
│ │ │ │ │ │ │ └── EchoLoggerTest.php
│ │ │ │ │ │ ├── PopBeforeSmtpPluginTest.php
│ │ │ │ │ │ ├── RedirectingPluginTest.php
│ │ │ │ │ │ ├── ReporterPluginTest.php
│ │ │ │ │ │ ├── Reporters
│ │ │ │ │ │ │ ├── HitReporterTest.php
│ │ │ │ │ │ │ └── HtmlReporterTest.php
│ │ │ │ │ │ └── ThrottlerPluginTest.php
│ │ │ │ │ ├── Signers
│ │ │ │ │ │ ├── DKIMSignerTest.php
│ │ │ │ │ │ ├── OpenDKIMSignerTest.php
│ │ │ │ │ │ └── SMimeSignerTest.php
│ │ │ │ │ ├── StreamFilters
│ │ │ │ │ │ ├── ByteArrayReplacementFilterTest.php
│ │ │ │ │ │ ├── StringReplacementFilterFactoryTest.php
│ │ │ │ │ │ └── StringReplacementFilterTest.php
│ │ │ │ │ └── Transport
│ │ │ │ │ ├── AbstractSmtpEventSupportTest.php
│ │ │ │ │ ├── AbstractSmtpTest.php
│ │ │ │ │ ├── Esmtp
│ │ │ │ │ │ ├── Auth
│ │ │ │ │ │ │ ├── CramMd5AuthenticatorTest.php
│ │ │ │ │ │ │ ├── LoginAuthenticatorTest.php
│ │ │ │ │ │ │ ├── NTLMAuthenticatorTest.php
│ │ │ │ │ │ │ └── PlainAuthenticatorTest.php
│ │ │ │ │ │ └── AuthHandlerTest.php
│ │ │ │ │ ├── EsmtpTransport
│ │ │ │ │ │ └── ExtensionSupportTest.php
│ │ │ │ │ ├── EsmtpTransportTest.php
│ │ │ │ │ ├── FailoverTransportTest.php
│ │ │ │ │ ├── LoadBalancedTransportTest.php
│ │ │ │ │ ├── MailTransportTest.php
│ │ │ │ │ ├── SendmailTransportTest.php
│ │ │ │ │ └── StreamBufferTest.php
│ │ │ │ └── VERSION
│ │ │ ├── symfony
│ │ │ │ ├── console
│ │ │ │ │ ├── Application.php
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── Command
│ │ │ │ │ │ ├── Command.php
│ │ │ │ │ │ ├── HelpCommand.php
│ │ │ │ │ │ ├── ListCommand.php
│ │ │ │ │ │ └── LockableTrait.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── ConsoleEvents.php
│ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ └── AddConsoleCommandPass.php
│ │ │ │ │ ├── Descriptor
│ │ │ │ │ │ ├── ApplicationDescription.php
│ │ │ │ │ │ ├── DescriptorInterface.php
│ │ │ │ │ │ ├── Descriptor.php
│ │ │ │ │ │ ├── JsonDescriptor.php
│ │ │ │ │ │ ├── MarkdownDescriptor.php
│ │ │ │ │ │ ├── TextDescriptor.php
│ │ │ │ │ │ └── XmlDescriptor.php
│ │ │ │ │ ├── Event
│ │ │ │ │ │ ├── ConsoleCommandEvent.php
│ │ │ │ │ │ ├── ConsoleErrorEvent.php
│ │ │ │ │ │ ├── ConsoleEvent.php
│ │ │ │ │ │ ├── ConsoleExceptionEvent.php
│ │ │ │ │ │ └── ConsoleTerminateEvent.php
│ │ │ │ │ ├── EventListener
│ │ │ │ │ │ └── ErrorListener.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── CommandNotFoundException.php
│ │ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ ├── InvalidOptionException.php
│ │ │ │ │ │ ├── LogicException.php
│ │ │ │ │ │ └── RuntimeException.php
│ │ │ │ │ ├── Formatter
│ │ │ │ │ │ ├── OutputFormatterInterface.php
│ │ │ │ │ │ ├── OutputFormatter.php
│ │ │ │ │ │ ├── OutputFormatterStyleInterface.php
│ │ │ │ │ │ ├── OutputFormatterStyle.php
│ │ │ │ │ │ └── OutputFormatterStyleStack.php
│ │ │ │ │ ├── Helper
│ │ │ │ │ │ ├── DebugFormatterHelper.php
│ │ │ │ │ │ ├── DescriptorHelper.php
│ │ │ │ │ │ ├── FormatterHelper.php
│ │ │ │ │ │ ├── HelperInterface.php
│ │ │ │ │ │ ├── Helper.php
│ │ │ │ │ │ ├── HelperSet.php
│ │ │ │ │ │ ├── InputAwareHelper.php
│ │ │ │ │ │ ├── ProcessHelper.php
│ │ │ │ │ │ ├── ProgressBar.php
│ │ │ │ │ │ ├── ProgressIndicator.php
│ │ │ │ │ │ ├── QuestionHelper.php
│ │ │ │ │ │ ├── SymfonyQuestionHelper.php
│ │ │ │ │ │ ├── TableCell.php
│ │ │ │ │ │ ├── Table.php
│ │ │ │ │ │ ├── TableSeparator.php
│ │ │ │ │ │ └── TableStyle.php
│ │ │ │ │ ├── Input
│ │ │ │ │ │ ├── ArgvInput.php
│ │ │ │ │ │ ├── ArrayInput.php
│ │ │ │ │ │ ├── InputArgument.php
│ │ │ │ │ │ ├── InputAwareInterface.php
│ │ │ │ │ │ ├── InputDefinition.php
│ │ │ │ │ │ ├── InputInterface.php
│ │ │ │ │ │ ├── InputOption.php
│ │ │ │ │ │ ├── Input.php
│ │ │ │ │ │ ├── StreamableInputInterface.php
│ │ │ │ │ │ └── StringInput.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Logger
│ │ │ │ │ │ └── ConsoleLogger.php
│ │ │ │ │ ├── Output
│ │ │ │ │ │ ├── BufferedOutput.php
│ │ │ │ │ │ ├── ConsoleOutputInterface.php
│ │ │ │ │ │ ├── ConsoleOutput.php
│ │ │ │ │ │ ├── NullOutput.php
│ │ │ │ │ │ ├── OutputInterface.php
│ │ │ │ │ │ ├── Output.php
│ │ │ │ │ │ └── StreamOutput.php
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── Question
│ │ │ │ │ │ ├── ChoiceQuestion.php
│ │ │ │ │ │ ├── ConfirmationQuestion.php
│ │ │ │ │ │ └── Question.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ └── bin
│ │ │ │ │ │ └── hiddeninput.exe
│ │ │ │ │ ├── Style
│ │ │ │ │ │ ├── OutputStyle.php
│ │ │ │ │ │ ├── StyleInterface.php
│ │ │ │ │ │ └── SymfonyStyle.php
│ │ │ │ │ ├── Terminal.php
│ │ │ │ │ ├── Tester
│ │ │ │ │ │ ├── ApplicationTester.php
│ │ │ │ │ │ └── CommandTester.php
│ │ │ │ │ └── Tests
│ │ │ │ │ ├── ApplicationTest.php
│ │ │ │ │ ├── Command
│ │ │ │ │ │ ├── CommandTest.php
│ │ │ │ │ │ ├── HelpCommandTest.php
│ │ │ │ │ │ ├── ListCommandTest.php
│ │ │ │ │ │ └── LockableTraitTest.php
│ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ └── AddConsoleCommandPassTest.php
│ │ │ │ │ ├── Descriptor
│ │ │ │ │ │ ├── AbstractDescriptorTest.php
│ │ │ │ │ │ ├── JsonDescriptorTest.php
│ │ │ │ │ │ ├── MarkdownDescriptorTest.php
│ │ │ │ │ │ ├── ObjectsProvider.php
│ │ │ │ │ │ ├── TextDescriptorTest.php
│ │ │ │ │ │ └── XmlDescriptorTest.php
│ │ │ │ │ ├── EventListener
│ │ │ │ │ │ └── ErrorListenerTest.php
│ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ ├── application_1.json
│ │ │ │ │ │ ├── application_1.md
│ │ │ │ │ │ ├── application_1.txt
│ │ │ │ │ │ ├── application_1.xml
│ │ │ │ │ │ ├── application_2.json
│ │ │ │ │ │ ├── application_2.md
│ │ │ │ │ │ ├── application_2.txt
│ │ │ │ │ │ ├── application_2.xml
│ │ │ │ │ │ ├── application_filtered_namespace.txt
│ │ │ │ │ │ ├── application_gethelp.txt
│ │ │ │ │ │ ├── application_mbstring.md
│ │ │ │ │ │ ├── application_mbstring.txt
│ │ │ │ │ │ ├── application_renderexception1.txt
│ │ │ │ │ │ ├── application_renderexception2.txt
│ │ │ │ │ │ ├── application_renderexception3decorated.txt
│ │ │ │ │ │ ├── application_renderexception3.txt
│ │ │ │ │ │ ├── application_renderexception4.txt
│ │ │ │ │ │ ├── application_renderexception_doublewidth1decorated.txt
│ │ │ │ │ │ ├── application_renderexception_doublewidth1.txt
│ │ │ │ │ │ ├── application_renderexception_doublewidth2.txt
│ │ │ │ │ │ ├── application_renderexception_escapeslines.txt
│ │ │ │ │ │ ├── application_run1.txt
│ │ │ │ │ │ ├── application_run2.txt
│ │ │ │ │ │ ├── application_run3.txt
│ │ │ │ │ │ ├── application_run4.txt
│ │ │ │ │ │ ├── BarBucCommand.php
│ │ │ │ │ │ ├── command_1.json
│ │ │ │ │ │ ├── command_1.md
│ │ │ │ │ │ ├── command_1.txt
│ │ │ │ │ │ ├── command_1.xml
│ │ │ │ │ │ ├── command_2.json
│ │ │ │ │ │ ├── command_2.md
│ │ │ │ │ │ ├── command_2.txt
│ │ │ │ │ │ ├── command_2.xml
│ │ │ │ │ │ ├── command_mbstring.md
│ │ │ │ │ │ ├── command_mbstring.txt
│ │ │ │ │ │ ├── DescriptorApplication1.php
│ │ │ │ │ │ ├── DescriptorApplication2.php
│ │ │ │ │ │ ├── DescriptorApplicationMbString.php
│ │ │ │ │ │ ├── DescriptorCommand1.php
│ │ │ │ │ │ ├── DescriptorCommand2.php
│ │ │ │ │ │ ├── DescriptorCommand3.php
│ │ │ │ │ │ ├── DescriptorCommand4.php
│ │ │ │ │ │ ├── DescriptorCommandMbString.php
│ │ │ │ │ │ ├── DummyOutput.php
│ │ │ │ │ │ ├── Foo1Command.php
│ │ │ │ │ │ ├── Foo2Command.php
│ │ │ │ │ │ ├── Foo3Command.php
│ │ │ │ │ │ ├── Foo4Command.php
│ │ │ │ │ │ ├── Foo5Command.php
│ │ │ │ │ │ ├── Foo6Command.php
│ │ │ │ │ │ ├── FoobarCommand.php
│ │ │ │ │ │ ├── FooCommand.php
│ │ │ │ │ │ ├── FooLock2Command.php
│ │ │ │ │ │ ├── FooLockCommand.php
│ │ │ │ │ │ ├── FooSubnamespaced1Command.php
│ │ │ │ │ │ ├── FooSubnamespaced2Command.php
│ │ │ │ │ │ ├── input_argument_1.json
│ │ │ │ │ │ ├── input_argument_1.md
│ │ │ │ │ │ ├── input_argument_1.txt
│ │ │ │ │ │ ├── input_argument_1.xml
│ │ │ │ │ │ ├── input_argument_2.json
│ │ │ │ │ │ ├── input_argument_2.md
│ │ │ │ │ │ ├── input_argument_2.txt
│ │ │ │ │ │ ├── input_argument_2.xml
│ │ │ │ │ │ ├── input_argument_3.json
│ │ │ │ │ │ ├── input_argument_3.md
│ │ │ │ │ │ ├── input_argument_3.txt
│ │ │ │ │ │ ├── input_argument_3.xml
│ │ │ │ │ │ ├── input_argument_4.json
│ │ │ │ │ │ ├── input_argument_4.md
│ │ │ │ │ │ ├── input_argument_4.txt
│ │ │ │ │ │ ├── input_argument_4.xml
│ │ │ │ │ │ ├── input_argument_with_style.json
│ │ │ │ │ │ ├── input_argument_with_style.md
│ │ │ │ │ │ ├── input_argument_with_style.txt
│ │ │ │ │ │ ├── input_argument_with_style.xml
│ │ │ │ │ │ ├── input_definition_1.json
│ │ │ │ │ │ ├── input_definition_1.md
│ │ │ │ │ │ ├── input_definition_1.txt
│ │ │ │ │ │ ├── input_definition_1.xml
│ │ │ │ │ │ ├── input_definition_2.json
│ │ │ │ │ │ ├── input_definition_2.md
│ │ │ │ │ │ ├── input_definition_2.txt
│ │ │ │ │ │ ├── input_definition_2.xml
│ │ │ │ │ │ ├── input_definition_3.json
│ │ │ │ │ │ ├── input_definition_3.md
│ │ │ │ │ │ ├── input_definition_3.txt
│ │ │ │ │ │ ├── input_definition_3.xml
│ │ │ │ │ │ ├── input_definition_4.json
│ │ │ │ │ │ ├── input_definition_4.md
│ │ │ │ │ │ ├── input_definition_4.txt
│ │ │ │ │ │ ├── input_definition_4.xml
│ │ │ │ │ │ ├── input_option_1.json
│ │ │ │ │ │ ├── input_option_1.md
│ │ │ │ │ │ ├── input_option_1.txt
│ │ │ │ │ │ ├── input_option_1.xml
│ │ │ │ │ │ ├── input_option_2.json
│ │ │ │ │ │ ├── input_option_2.md
│ │ │ │ │ │ ├── input_option_2.txt
│ │ │ │ │ │ ├── input_option_2.xml
│ │ │ │ │ │ ├── input_option_3.json
│ │ │ │ │ │ ├── input_option_3.md
│ │ │ │ │ │ ├── input_option_3.txt
│ │ │ │ │ │ ├── input_option_3.xml
│ │ │ │ │ │ ├── input_option_4.json
│ │ │ │ │ │ ├── input_option_4.md
│ │ │ │ │ │ ├── input_option_4.txt
│ │ │ │ │ │ ├── input_option_4.xml
│ │ │ │ │ │ ├── input_option_5.json
│ │ │ │ │ │ ├── input_option_5.md
│ │ │ │ │ │ ├── input_option_5.txt
│ │ │ │ │ │ ├── input_option_5.xml
│ │ │ │ │ │ ├── input_option_6.json
│ │ │ │ │ │ ├── input_option_6.md
│ │ │ │ │ │ ├── input_option_6.txt
│ │ │ │ │ │ ├── input_option_6.xml
│ │ │ │ │ │ ├── input_option_with_style_array.json
│ │ │ │ │ │ ├── input_option_with_style_array.md
│ │ │ │ │ │ ├── input_option_with_style_array.txt
│ │ │ │ │ │ ├── input_option_with_style_array.xml
│ │ │ │ │ │ ├── input_option_with_style.json
│ │ │ │ │ │ ├── input_option_with_style.md
│ │ │ │ │ │ ├── input_option_with_style.txt
│ │ │ │ │ │ ├── input_option_with_style.xml
│ │ │ │ │ │ ├── Style
│ │ │ │ │ │ │ └── SymfonyStyle
│ │ │ │ │ │ │ ├── command
│ │ │ │ │ │ │ │ ├── command_0.php
│ │ │ │ │ │ │ │ ├── command_10.php
│ │ │ │ │ │ │ │ ├── command_11.php
│ │ │ │ │ │ │ │ ├── command_12.php
│ │ │ │ │ │ │ │ ├── command_13.php
│ │ │ │ │ │ │ │ ├── command_14.php
│ │ │ │ │ │ │ │ ├── command_15.php
│ │ │ │ │ │ │ │ ├── command_16.php
│ │ │ │ │ │ │ │ ├── command_17.php
│ │ │ │ │ │ │ │ ├── command_1.php
│ │ │ │ │ │ │ │ ├── command_2.php
│ │ │ │ │ │ │ │ ├── command_3.php
│ │ │ │ │ │ │ │ ├── command_4.php
│ │ │ │ │ │ │ │ ├── command_5.php
│ │ │ │ │ │ │ │ ├── command_6.php
│ │ │ │ │ │ │ │ ├── command_7.php
│ │ │ │ │ │ │ │ ├── command_8.php
│ │ │ │ │ │ │ │ ├── command_9.php
│ │ │ │ │ │ │ │ └── interactive_command_1.php
│ │ │ │ │ │ │ └── output
│ │ │ │ │ │ │ ├── interactive_output_1.txt
│ │ │ │ │ │ │ ├── output_0.txt
│ │ │ │ │ │ │ ├── output_10.txt
│ │ │ │ │ │ │ ├── output_11.txt
│ │ │ │ │ │ │ ├── output_12.txt
│ │ │ │ │ │ │ ├── output_13.txt
│ │ │ │ │ │ │ ├── output_14.txt
│ │ │ │ │ │ │ ├── output_15.txt
│ │ │ │ │ │ │ ├── output_16.txt
│ │ │ │ │ │ │ ├── output_17.txt
│ │ │ │ │ │ │ ├── output_1.txt
│ │ │ │ │ │ │ ├── output_2.txt
│ │ │ │ │ │ │ ├── output_3.txt
│ │ │ │ │ │ │ ├── output_4.txt
│ │ │ │ │ │ │ ├── output_5.txt
│ │ │ │ │ │ │ ├── output_6.txt
│ │ │ │ │ │ │ ├── output_7.txt
│ │ │ │ │ │ │ ├── output_8.txt
│ │ │ │ │ │ │ └── output_9.txt
│ │ │ │ │ │ └── TestCommand.php
│ │ │ │ │ ├── Formatter
│ │ │ │ │ │ ├── OutputFormatterStyleStackTest.php
│ │ │ │ │ │ ├── OutputFormatterStyleTest.php
│ │ │ │ │ │ └── OutputFormatterTest.php
│ │ │ │ │ ├── Helper
│ │ │ │ │ │ ├── AbstractQuestionHelperTest.php
│ │ │ │ │ │ ├── FormatterHelperTest.php
│ │ │ │ │ │ ├── HelperSetTest.php
│ │ │ │ │ │ ├── HelperTest.php
│ │ │ │ │ │ ├── ProcessHelperTest.php
│ │ │ │ │ │ ├── ProgressBarTest.php
│ │ │ │ │ │ ├── ProgressIndicatorTest.php
│ │ │ │ │ │ ├── QuestionHelperTest.php
│ │ │ │ │ │ ├── SymfonyQuestionHelperTest.php
│ │ │ │ │ │ ├── TableStyleTest.php
│ │ │ │ │ │ └── TableTest.php
│ │ │ │ │ ├── Input
│ │ │ │ │ │ ├── ArgvInputTest.php
│ │ │ │ │ │ ├── ArrayInputTest.php
│ │ │ │ │ │ ├── InputArgumentTest.php
│ │ │ │ │ │ ├── InputDefinitionTest.php
│ │ │ │ │ │ ├── InputOptionTest.php
│ │ │ │ │ │ ├── InputTest.php
│ │ │ │ │ │ └── StringInputTest.php
│ │ │ │ │ ├── Logger
│ │ │ │ │ │ └── ConsoleLoggerTest.php
│ │ │ │ │ ├── Output
│ │ │ │ │ │ ├── ConsoleOutputTest.php
│ │ │ │ │ │ ├── NullOutputTest.php
│ │ │ │ │ │ ├── OutputTest.php
│ │ │ │ │ │ └── StreamOutputTest.php
│ │ │ │ │ ├── Style
│ │ │ │ │ │ └── SymfonyStyleTest.php
│ │ │ │ │ ├── TerminalTest.php
│ │ │ │ │ └── Tester
│ │ │ │ │ ├── ApplicationTesterTest.php
│ │ │ │ │ └── CommandTesterTest.php
│ │ │ │ ├── css-selector
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── CssSelectorConverter.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ │ ├── ExpressionErrorException.php
│ │ │ │ │ │ ├── InternalErrorException.php
│ │ │ │ │ │ ├── ParseException.php
│ │ │ │ │ │ └── SyntaxErrorException.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Node
│ │ │ │ │ │ ├── AbstractNode.php
│ │ │ │ │ │ ├── AttributeNode.php
│ │ │ │ │ │ ├── ClassNode.php
│ │ │ │ │ │ ├── CombinedSelectorNode.php
│ │ │ │ │ │ ├── ElementNode.php
│ │ │ │ │ │ ├── FunctionNode.php
│ │ │ │ │ │ ├── HashNode.php
│ │ │ │ │ │ ├── NegationNode.php
│ │ │ │ │ │ ├── NodeInterface.php
│ │ │ │ │ │ ├── PseudoNode.php
│ │ │ │ │ │ ├── SelectorNode.php
│ │ │ │ │ │ └── Specificity.php
│ │ │ │ │ ├── Parser
│ │ │ │ │ │ ├── Handler
│ │ │ │ │ │ │ ├── CommentHandler.php
│ │ │ │ │ │ │ ├── HandlerInterface.php
│ │ │ │ │ │ │ ├── HashHandler.php
│ │ │ │ │ │ │ ├── IdentifierHandler.php
│ │ │ │ │ │ │ ├── NumberHandler.php
│ │ │ │ │ │ │ ├── StringHandler.php
│ │ │ │ │ │ │ └── WhitespaceHandler.php
│ │ │ │ │ │ ├── ParserInterface.php
│ │ │ │ │ │ ├── Parser.php
│ │ │ │ │ │ ├── Reader.php
│ │ │ │ │ │ ├── Shortcut
│ │ │ │ │ │ │ ├── ClassParser.php
│ │ │ │ │ │ │ ├── ElementParser.php
│ │ │ │ │ │ │ ├── EmptyStringParser.php
│ │ │ │ │ │ │ └── HashParser.php
│ │ │ │ │ │ ├── Tokenizer
│ │ │ │ │ │ │ ├── TokenizerEscaping.php
│ │ │ │ │ │ │ ├── TokenizerPatterns.php
│ │ │ │ │ │ │ └── Tokenizer.php
│ │ │ │ │ │ ├── Token.php
│ │ │ │ │ │ └── TokenStream.php
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── Tests
│ │ │ │ │ │ ├── CssSelectorConverterTest.php
│ │ │ │ │ │ ├── Node
│ │ │ │ │ │ │ ├── AbstractNodeTest.php
│ │ │ │ │ │ │ ├── AttributeNodeTest.php
│ │ │ │ │ │ │ ├── ClassNodeTest.php
│ │ │ │ │ │ │ ├── CombinedSelectorNodeTest.php
│ │ │ │ │ │ │ ├── ElementNodeTest.php
│ │ │ │ │ │ │ ├── FunctionNodeTest.php
│ │ │ │ │ │ │ ├── HashNodeTest.php
│ │ │ │ │ │ │ ├── NegationNodeTest.php
│ │ │ │ │ │ │ ├── PseudoNodeTest.php
│ │ │ │ │ │ │ ├── SelectorNodeTest.php
│ │ │ │ │ │ │ └── SpecificityTest.php
│ │ │ │ │ │ ├── Parser
│ │ │ │ │ │ │ ├── Handler
│ │ │ │ │ │ │ │ ├── AbstractHandlerTest.php
│ │ │ │ │ │ │ │ ├── CommentHandlerTest.php
│ │ │ │ │ │ │ │ ├── HashHandlerTest.php
│ │ │ │ │ │ │ │ ├── IdentifierHandlerTest.php
│ │ │ │ │ │ │ │ ├── NumberHandlerTest.php
│ │ │ │ │ │ │ │ ├── StringHandlerTest.php
│ │ │ │ │ │ │ │ └── WhitespaceHandlerTest.php
│ │ │ │ │ │ │ ├── ParserTest.php
│ │ │ │ │ │ │ ├── ReaderTest.php
│ │ │ │ │ │ │ ├── Shortcut
│ │ │ │ │ │ │ │ ├── ClassParserTest.php
│ │ │ │ │ │ │ │ ├── ElementParserTest.php
│ │ │ │ │ │ │ │ ├── EmptyStringParserTest.php
│ │ │ │ │ │ │ │ └── HashParserTest.php
│ │ │ │ │ │ │ └── TokenStreamTest.php
│ │ │ │ │ │ └── XPath
│ │ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ │ ├── ids.html
│ │ │ │ │ │ │ ├── lang.xml
│ │ │ │ │ │ │ └── shakespear.html
│ │ │ │ │ │ └── TranslatorTest.php
│ │ │ │ │ └── XPath
│ │ │ │ │ ├── Extension
│ │ │ │ │ │ ├── AbstractExtension.php
│ │ │ │ │ │ ├── AttributeMatchingExtension.php
│ │ │ │ │ │ ├── CombinationExtension.php
│ │ │ │ │ │ ├── ExtensionInterface.php
│ │ │ │ │ │ ├── FunctionExtension.php
│ │ │ │ │ │ ├── HtmlExtension.php
│ │ │ │ │ │ ├── NodeExtension.php
│ │ │ │ │ │ └── PseudoClassExtension.php
│ │ │ │ │ ├── TranslatorInterface.php
│ │ │ │ │ ├── Translator.php
│ │ │ │ │ └── XPathExpr.php
│ │ │ │ ├── debug
│ │ │ │ │ ├── BufferingLogger.php
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── DebugClassLoader.php
│ │ │ │ │ ├── Debug.php
│ │ │ │ │ ├── ErrorHandler.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── ClassNotFoundException.php
│ │ │ │ │ │ ├── ContextErrorException.php
│ │ │ │ │ │ ├── FatalErrorException.php
│ │ │ │ │ │ ├── FatalThrowableError.php
│ │ │ │ │ │ ├── FlattenException.php
│ │ │ │ │ │ ├── OutOfMemoryException.php
│ │ │ │ │ │ ├── SilencedErrorContext.php
│ │ │ │ │ │ ├── UndefinedFunctionException.php
│ │ │ │ │ │ └── UndefinedMethodException.php
│ │ │ │ │ ├── ExceptionHandler.php
│ │ │ │ │ ├── FatalErrorHandler
│ │ │ │ │ │ ├── ClassNotFoundFatalErrorHandler.php
│ │ │ │ │ │ ├── FatalErrorHandlerInterface.php
│ │ │ │ │ │ ├── UndefinedFunctionFatalErrorHandler.php
│ │ │ │ │ │ └── UndefinedMethodFatalErrorHandler.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ └── ext
│ │ │ │ │ │ ├── config.m4
│ │ │ │ │ │ ├── config.w32
│ │ │ │ │ │ ├── php_symfony_debug.h
│ │ │ │ │ │ ├── README.md
│ │ │ │ │ │ ├── symfony_debug.c
│ │ │ │ │ │ └── tests
│ │ │ │ │ │ ├── 001.phpt
│ │ │ │ │ │ ├── 002_1.phpt
│ │ │ │ │ │ ├── 002.phpt
│ │ │ │ │ │ └── 003.phpt
│ │ │ │ │ └── Tests
│ │ │ │ │ ├── DebugClassLoaderTest.php
│ │ │ │ │ ├── ErrorHandlerTest.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ └── FlattenExceptionTest.php
│ │ │ │ │ ├── ExceptionHandlerTest.php
│ │ │ │ │ ├── FatalErrorHandler
│ │ │ │ │ │ ├── ClassNotFoundFatalErrorHandlerTest.php
│ │ │ │ │ │ ├── UndefinedFunctionFatalErrorHandlerTest.php
│ │ │ │ │ │ └── UndefinedMethodFatalErrorHandlerTest.php
│ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ ├── casemismatch.php
│ │ │ │ │ │ ├── ClassAlias.php
│ │ │ │ │ │ ├── DeprecatedClass.php
│ │ │ │ │ │ ├── DeprecatedInterface.php
│ │ │ │ │ │ ├── ExtendedFinalMethod.php
│ │ │ │ │ │ ├── FinalClass.php
│ │ │ │ │ │ ├── FinalMethod.php
│ │ │ │ │ │ ├── NonDeprecatedInterface.php
│ │ │ │ │ │ ├── notPsr0Bis.php
│ │ │ │ │ │ ├── PEARClass.php
│ │ │ │ │ │ ├── psr4
│ │ │ │ │ │ │ └── Psr4CaseMismatch.php
│ │ │ │ │ │ ├── reallyNotPsr0.php
│ │ │ │ │ │ └── ToStringThrower.php
│ │ │ │ │ ├── Fixtures2
│ │ │ │ │ │ └── RequiredTwice.php
│ │ │ │ │ ├── HeaderMock.php
│ │ │ │ │ └── MockExceptionHandler.php
│ │ │ │ ├── event-dispatcher
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── ContainerAwareEventDispatcher.php
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── TraceableEventDispatcherInterface.php
│ │ │ │ │ │ ├── TraceableEventDispatcher.php
│ │ │ │ │ │ └── WrappedListener.php
│ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ └── RegisterListenersPass.php
│ │ │ │ │ ├── EventDispatcherInterface.php
│ │ │ │ │ ├── EventDispatcher.php
│ │ │ │ │ ├── Event.php
│ │ │ │ │ ├── EventSubscriberInterface.php
│ │ │ │ │ ├── GenericEvent.php
│ │ │ │ │ ├── ImmutableEventDispatcher.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Tests
│ │ │ │ │ ├── AbstractEventDispatcherTest.php
│ │ │ │ │ ├── ContainerAwareEventDispatcherTest.php
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ └── TraceableEventDispatcherTest.php
│ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ └── RegisterListenersPassTest.php
│ │ │ │ │ ├── EventDispatcherTest.php
│ │ │ │ │ ├── EventTest.php
│ │ │ │ │ ├── GenericEventTest.php
│ │ │ │ │ └── ImmutableEventDispatcherTest.php
│ │ │ │ ├── finder
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── Comparator
│ │ │ │ │ │ ├── Comparator.php
│ │ │ │ │ │ ├── DateComparator.php
│ │ │ │ │ │ └── NumberComparator.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── AccessDeniedException.php
│ │ │ │ │ │ └── ExceptionInterface.php
│ │ │ │ │ ├── Finder.php
│ │ │ │ │ ├── Glob.php
│ │ │ │ │ ├── Iterator
│ │ │ │ │ │ ├── CustomFilterIterator.php
│ │ │ │ │ │ ├── DateRangeFilterIterator.php
│ │ │ │ │ │ ├── DepthRangeFilterIterator.php
│ │ │ │ │ │ ├── ExcludeDirectoryFilterIterator.php
│ │ │ │ │ │ ├── FilecontentFilterIterator.php
│ │ │ │ │ │ ├── FilenameFilterIterator.php
│ │ │ │ │ │ ├── FileTypeFilterIterator.php
│ │ │ │ │ │ ├── FilterIterator.php
│ │ │ │ │ │ ├── MultiplePcreFilterIterator.php
│ │ │ │ │ │ ├── PathFilterIterator.php
│ │ │ │ │ │ ├── RecursiveDirectoryIterator.php
│ │ │ │ │ │ ├── SizeRangeFilterIterator.php
│ │ │ │ │ │ └── SortableIterator.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── SplFileInfo.php
│ │ │ │ │ └── Tests
│ │ │ │ │ ├── Comparator
│ │ │ │ │ │ ├── ComparatorTest.php
│ │ │ │ │ │ ├── DateComparatorTest.php
│ │ │ │ │ │ └── NumberComparatorTest.php
│ │ │ │ │ ├── FinderTest.php
│ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ ├── A
│ │ │ │ │ │ │ ├── a.dat
│ │ │ │ │ │ │ └── B
│ │ │ │ │ │ │ ├── ab.dat
│ │ │ │ │ │ │ └── C
│ │ │ │ │ │ │ └── abc.dat
│ │ │ │ │ │ ├── copy
│ │ │ │ │ │ │ └── A
│ │ │ │ │ │ │ ├── a.dat.copy
│ │ │ │ │ │ │ └── B
│ │ │ │ │ │ │ ├── ab.dat.copy
│ │ │ │ │ │ │ └── C
│ │ │ │ │ │ │ └── abc.dat.copy
│ │ │ │ │ │ ├── dolor.txt
│ │ │ │ │ │ ├── ipsum.txt
│ │ │ │ │ │ ├── lorem.txt
│ │ │ │ │ │ ├── one
│ │ │ │ │ │ │ ├── a
│ │ │ │ │ │ │ └── b
│ │ │ │ │ │ │ ├── c.neon
│ │ │ │ │ │ │ └── d.neon
│ │ │ │ │ │ ├── r+e.gex[c]a(r)s
│ │ │ │ │ │ │ └── dir
│ │ │ │ │ │ │ └── bar.dat
│ │ │ │ │ │ └── with space
│ │ │ │ │ │ └── foo.txt
│ │ │ │ │ ├── GlobTest.php
│ │ │ │ │ └── Iterator
│ │ │ │ │ ├── CustomFilterIteratorTest.php
│ │ │ │ │ ├── DateRangeFilterIteratorTest.php
│ │ │ │ │ ├── DepthRangeFilterIteratorTest.php
│ │ │ │ │ ├── ExcludeDirectoryFilterIteratorTest.php
│ │ │ │ │ ├── FilecontentFilterIteratorTest.php
│ │ │ │ │ ├── FilenameFilterIteratorTest.php
│ │ │ │ │ ├── FileTypeFilterIteratorTest.php
│ │ │ │ │ ├── FilterIteratorTest.php
│ │ │ │ │ ├── Iterator.php
│ │ │ │ │ ├── IteratorTestCase.php
│ │ │ │ │ ├── MockFileListIterator.php
│ │ │ │ │ ├── MockSplFileInfo.php
│ │ │ │ │ ├── MultiplePcreFilterIteratorTest.php
│ │ │ │ │ ├── PathFilterIteratorTest.php
│ │ │ │ │ ├── RealIteratorTestCase.php
│ │ │ │ │ ├── RecursiveDirectoryIteratorTest.php
│ │ │ │ │ ├── SizeRangeFilterIteratorTest.php
│ │ │ │ │ └── SortableIteratorTest.php
│ │ │ │ ├── http-foundation
│ │ │ │ │ ├── AcceptHeaderItem.php
│ │ │ │ │ ├── AcceptHeader.php
│ │ │ │ │ ├── ApacheRequest.php
│ │ │ │ │ ├── BinaryFileResponse.php
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── Cookie.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── ConflictingHeadersException.php
│ │ │ │ │ │ ├── RequestExceptionInterface.php
│ │ │ │ │ │ └── SuspiciousOperationException.php
│ │ │ │ │ ├── ExpressionRequestMatcher.php
│ │ │ │ │ ├── File
│ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ ├── AccessDeniedException.php
│ │ │ │ │ │ │ ├── FileException.php
│ │ │ │ │ │ │ ├── FileNotFoundException.php
│ │ │ │ │ │ │ ├── UnexpectedTypeException.php
│ │ │ │ │ │ │ └── UploadException.php
│ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ ├── MimeType
│ │ │ │ │ │ │ ├── ExtensionGuesserInterface.php
│ │ │ │ │ │ │ ├── ExtensionGuesser.php
│ │ │ │ │ │ │ ├── FileBinaryMimeTypeGuesser.php
│ │ │ │ │ │ │ ├── FileinfoMimeTypeGuesser.php
│ │ │ │ │ │ │ ├── MimeTypeExtensionGuesser.php
│ │ │ │ │ │ │ ├── MimeTypeGuesserInterface.php
│ │ │ │ │ │ │ └── MimeTypeGuesser.php
│ │ │ │ │ │ ├── Stream.php
│ │ │ │ │ │ └── UploadedFile.php
│ │ │ │ │ ├── FileBag.php
│ │ │ │ │ ├── HeaderBag.php
│ │ │ │ │ ├── IpUtils.php
│ │ │ │ │ ├── JsonResponse.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── ParameterBag.php
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── RedirectResponse.php
│ │ │ │ │ ├── RequestMatcherInterface.php
│ │ │ │ │ ├── RequestMatcher.php
│ │ │ │ │ ├── Request.php
│ │ │ │ │ ├── RequestStack.php
│ │ │ │ │ ├── ResponseHeaderBag.php
│ │ │ │ │ ├── Response.php
│ │ │ │ │ ├── ServerBag.php
│ │ │ │ │ ├── Session
│ │ │ │ │ │ ├── Attribute
│ │ │ │ │ │ │ ├── AttributeBagInterface.php
│ │ │ │ │ │ │ ├── AttributeBag.php
│ │ │ │ │ │ │ └── NamespacedAttributeBag.php
│ │ │ │ │ │ ├── Flash
│ │ │ │ │ │ │ ├── AutoExpireFlashBag.php
│ │ │ │ │ │ │ ├── FlashBagInterface.php
│ │ │ │ │ │ │ └── FlashBag.php
│ │ │ │ │ │ ├── SessionBagInterface.php
│ │ │ │ │ │ ├── SessionInterface.php
│ │ │ │ │ │ ├── Session.php
│ │ │ │ │ │ └── Storage
│ │ │ │ │ │ ├── Handler
│ │ │ │ │ │ │ ├── MemcachedSessionHandler.php
│ │ │ │ │ │ │ ├── MemcacheSessionHandler.php
│ │ │ │ │ │ │ ├── MongoDbSessionHandler.php
│ │ │ │ │ │ │ ├── NativeFileSessionHandler.php
│ │ │ │ │ │ │ ├── NativeSessionHandler.php
│ │ │ │ │ │ │ ├── NullSessionHandler.php
│ │ │ │ │ │ │ ├── PdoSessionHandler.php
│ │ │ │ │ │ │ └── WriteCheckSessionHandler.php
│ │ │ │ │ │ ├── MetadataBag.php
│ │ │ │ │ │ ├── MockArraySessionStorage.php
│ │ │ │ │ │ ├── MockFileSessionStorage.php
│ │ │ │ │ │ ├── NativeSessionStorage.php
│ │ │ │ │ │ ├── PhpBridgeSessionStorage.php
│ │ │ │ │ │ ├── Proxy
│ │ │ │ │ │ │ ├── AbstractProxy.php
│ │ │ │ │ │ │ ├── NativeProxy.php
│ │ │ │ │ │ │ └── SessionHandlerProxy.php
│ │ │ │ │ │ └── SessionStorageInterface.php
│ │ │ │ │ ├── StreamedResponse.php
│ │ │ │ │ └── Tests
│ │ │ │ │ ├── AcceptHeaderItemTest.php
│ │ │ │ │ ├── AcceptHeaderTest.php
│ │ │ │ │ ├── ApacheRequestTest.php
│ │ │ │ │ ├── BinaryFileResponseTest.php
│ │ │ │ │ ├── CookieTest.php
│ │ │ │ │ ├── ExpressionRequestMatcherTest.php
│ │ │ │ │ ├── File
│ │ │ │ │ │ ├── FakeFile.php
│ │ │ │ │ │ ├── FileTest.php
│ │ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ │ ├── directory
│ │ │ │ │ │ │ ├── other-file.example
│ │ │ │ │ │ │ ├── test
│ │ │ │ │ │ │ └── test.gif
│ │ │ │ │ │ ├── MimeType
│ │ │ │ │ │ │ └── MimeTypeTest.php
│ │ │ │ │ │ └── UploadedFileTest.php
│ │ │ │ │ ├── FileBagTest.php
│ │ │ │ │ ├── HeaderBagTest.php
│ │ │ │ │ ├── IpUtilsTest.php
│ │ │ │ │ ├── JsonResponseTest.php
│ │ │ │ │ ├── ParameterBagTest.php
│ │ │ │ │ ├── RedirectResponseTest.php
│ │ │ │ │ ├── RequestMatcherTest.php
│ │ │ │ │ ├── RequestStackTest.php
│ │ │ │ │ ├── RequestTest.php
│ │ │ │ │ ├── ResponseHeaderBagTest.php
│ │ │ │ │ ├── ResponseTestCase.php
│ │ │ │ │ ├── ResponseTest.php
│ │ │ │ │ ├── schema
│ │ │ │ │ │ ├── http-status-codes.rng
│ │ │ │ │ │ └── iana-registry.rng
│ │ │ │ │ ├── ServerBagTest.php
│ │ │ │ │ ├── Session
│ │ │ │ │ │ ├── Attribute
│ │ │ │ │ │ │ ├── AttributeBagTest.php
│ │ │ │ │ │ │ └── NamespacedAttributeBagTest.php
│ │ │ │ │ │ ├── Flash
│ │ │ │ │ │ │ ├── AutoExpireFlashBagTest.php
│ │ │ │ │ │ │ └── FlashBagTest.php
│ │ │ │ │ │ ├── SessionTest.php
│ │ │ │ │ │ └── Storage
│ │ │ │ │ │ ├── Handler
│ │ │ │ │ │ │ ├── MemcachedSessionHandlerTest.php
│ │ │ │ │ │ │ ├── MemcacheSessionHandlerTest.php
│ │ │ │ │ │ │ ├── MongoDbSessionHandlerTest.php
│ │ │ │ │ │ │ ├── NativeFileSessionHandlerTest.php
│ │ │ │ │ │ │ ├── NativeSessionHandlerTest.php
│ │ │ │ │ │ │ ├── NullSessionHandlerTest.php
│ │ │ │ │ │ │ ├── PdoSessionHandlerTest.php
│ │ │ │ │ │ │ └── WriteCheckSessionHandlerTest.php
│ │ │ │ │ │ ├── MetadataBagTest.php
│ │ │ │ │ │ ├── MockArraySessionStorageTest.php
│ │ │ │ │ │ ├── MockFileSessionStorageTest.php
│ │ │ │ │ │ ├── NativeSessionStorageTest.php
│ │ │ │ │ │ ├── PhpBridgeSessionStorageTest.php
│ │ │ │ │ │ └── Proxy
│ │ │ │ │ │ ├── AbstractProxyTest.php
│ │ │ │ │ │ ├── NativeProxyTest.php
│ │ │ │ │ │ └── SessionHandlerProxyTest.php
│ │ │ │ │ └── StreamedResponseTest.php
│ │ │ │ ├── http-kernel
│ │ │ │ │ ├── Bundle
│ │ │ │ │ │ ├── BundleInterface.php
│ │ │ │ │ │ └── Bundle.php
│ │ │ │ │ ├── CacheClearer
│ │ │ │ │ │ ├── CacheClearerInterface.php
│ │ │ │ │ │ ├── ChainCacheClearer.php
│ │ │ │ │ │ └── Psr6CacheClearer.php
│ │ │ │ │ ├── CacheWarmer
│ │ │ │ │ │ ├── CacheWarmerAggregate.php
│ │ │ │ │ │ ├── CacheWarmerInterface.php
│ │ │ │ │ │ ├── CacheWarmer.php
│ │ │ │ │ │ └── WarmableInterface.php
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── Client.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── Config
│ │ │ │ │ │ ├── EnvParametersResource.php
│ │ │ │ │ │ └── FileLocator.php
│ │ │ │ │ ├── Controller
│ │ │ │ │ │ ├── ArgumentResolver
│ │ │ │ │ │ │ ├── DefaultValueResolver.php
│ │ │ │ │ │ │ ├── RequestAttributeValueResolver.php
│ │ │ │ │ │ │ ├── RequestValueResolver.php
│ │ │ │ │ │ │ ├── ServiceValueResolver.php
│ │ │ │ │ │ │ ├── SessionValueResolver.php
│ │ │ │ │ │ │ └── VariadicValueResolver.php
│ │ │ │ │ │ ├── ArgumentResolverInterface.php
│ │ │ │ │ │ ├── ArgumentResolver.php
│ │ │ │ │ │ ├── ArgumentValueResolverInterface.php
│ │ │ │ │ │ ├── ContainerControllerResolver.php
│ │ │ │ │ │ ├── ControllerReference.php
│ │ │ │ │ │ ├── ControllerResolverInterface.php
│ │ │ │ │ │ ├── ControllerResolver.php
│ │ │ │ │ │ ├── TraceableArgumentResolver.php
│ │ │ │ │ │ └── TraceableControllerResolver.php
│ │ │ │ │ ├── ControllerMetadata
│ │ │ │ │ │ ├── ArgumentMetadataFactoryInterface.php
│ │ │ │ │ │ ├── ArgumentMetadataFactory.php
│ │ │ │ │ │ └── ArgumentMetadata.php
│ │ │ │ │ ├── DataCollector
│ │ │ │ │ │ ├── AjaxDataCollector.php
│ │ │ │ │ │ ├── ConfigDataCollector.php
│ │ │ │ │ │ ├── DataCollectorInterface.php
│ │ │ │ │ │ ├── DataCollector.php
│ │ │ │ │ │ ├── DumpDataCollector.php
│ │ │ │ │ │ ├── EventDataCollector.php
│ │ │ │ │ │ ├── ExceptionDataCollector.php
│ │ │ │ │ │ ├── LateDataCollectorInterface.php
│ │ │ │ │ │ ├── LoggerDataCollector.php
│ │ │ │ │ │ ├── MemoryDataCollector.php
│ │ │ │ │ │ ├── RequestDataCollector.php
│ │ │ │ │ │ ├── RouterDataCollector.php
│ │ │ │ │ │ ├── TimeDataCollector.php
│ │ │ │ │ │ └── Util
│ │ │ │ │ │ └── ValueExporter.php
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── FileLinkFormatter.php
│ │ │ │ │ │ └── TraceableEventDispatcher.php
│ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ ├── AddAnnotatedClassesToCachePass.php
│ │ │ │ │ │ ├── AddClassesToCachePass.php
│ │ │ │ │ │ ├── ConfigurableExtension.php
│ │ │ │ │ │ ├── ControllerArgumentValueResolverPass.php
│ │ │ │ │ │ ├── Extension.php
│ │ │ │ │ │ ├── FragmentRendererPass.php
│ │ │ │ │ │ ├── LazyLoadingFragmentHandler.php
│ │ │ │ │ │ ├── MergeExtensionConfigurationPass.php
│ │ │ │ │ │ ├── RegisterControllerArgumentLocatorsPass.php
│ │ │ │ │ │ └── RemoveEmptyControllerArgumentLocatorsPass.php
│ │ │ │ │ ├── Event
│ │ │ │ │ │ ├── FilterControllerArgumentsEvent.php
│ │ │ │ │ │ ├── FilterControllerEvent.php
│ │ │ │ │ │ ├── FilterResponseEvent.php
│ │ │ │ │ │ ├── FinishRequestEvent.php
│ │ │ │ │ │ ├── GetResponseEvent.php
│ │ │ │ │ │ ├── GetResponseForControllerResultEvent.php
│ │ │ │ │ │ ├── GetResponseForExceptionEvent.php
│ │ │ │ │ │ ├── KernelEvent.php
│ │ │ │ │ │ └── PostResponseEvent.php
│ │ │ │ │ ├── EventListener
│ │ │ │ │ │ ├── AbstractSessionListener.php
│ │ │ │ │ │ ├── AbstractTestSessionListener.php
│ │ │ │ │ │ ├── AddRequestFormatsListener.php
│ │ │ │ │ │ ├── DebugHandlersListener.php
│ │ │ │ │ │ ├── DumpListener.php
│ │ │ │ │ │ ├── ExceptionListener.php
│ │ │ │ │ │ ├── FragmentListener.php
│ │ │ │ │ │ ├── LocaleListener.php
│ │ │ │ │ │ ├── ProfilerListener.php
│ │ │ │ │ │ ├── ResponseListener.php
│ │ │ │ │ │ ├── RouterListener.php
│ │ │ │ │ │ ├── SaveSessionListener.php
│ │ │ │ │ │ ├── SessionListener.php
│ │ │ │ │ │ ├── StreamedResponseListener.php
│ │ │ │ │ │ ├── SurrogateListener.php
│ │ │ │ │ │ ├── TestSessionListener.php
│ │ │ │ │ │ ├── TranslatorListener.php
│ │ │ │ │ │ └── ValidateRequestListener.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── AccessDeniedHttpException.php
│ │ │ │ │ │ ├── BadRequestHttpException.php
│ │ │ │ │ │ ├── ConflictHttpException.php
│ │ │ │ │ │ ├── GoneHttpException.php
│ │ │ │ │ │ ├── HttpExceptionInterface.php
│ │ │ │ │ │ ├── HttpException.php
│ │ │ │ │ │ ├── LengthRequiredHttpException.php
│ │ │ │ │ │ ├── MethodNotAllowedHttpException.php
│ │ │ │ │ │ ├── NotAcceptableHttpException.php
│ │ │ │ │ │ ├── NotFoundHttpException.php
│ │ │ │ │ │ ├── PreconditionFailedHttpException.php
│ │ │ │ │ │ ├── PreconditionRequiredHttpException.php
│ │ │ │ │ │ ├── ServiceUnavailableHttpException.php
│ │ │ │ │ │ ├── TooManyRequestsHttpException.php
│ │ │ │ │ │ ├── UnauthorizedHttpException.php
│ │ │ │ │ │ ├── UnprocessableEntityHttpException.php
│ │ │ │ │ │ └── UnsupportedMediaTypeHttpException.php
│ │ │ │ │ ├── Fragment
│ │ │ │ │ │ ├── AbstractSurrogateFragmentRenderer.php
│ │ │ │ │ │ ├── EsiFragmentRenderer.php
│ │ │ │ │ │ ├── FragmentHandler.php
│ │ │ │ │ │ ├── FragmentRendererInterface.php
│ │ │ │ │ │ ├── HIncludeFragmentRenderer.php
│ │ │ │ │ │ ├── InlineFragmentRenderer.php
│ │ │ │ │ │ ├── RoutableFragmentRenderer.php
│ │ │ │ │ │ └── SsiFragmentRenderer.php
│ │ │ │ │ ├── HttpCache
│ │ │ │ │ │ ├── AbstractSurrogate.php
│ │ │ │ │ │ ├── Esi.php
│ │ │ │ │ │ ├── HttpCache.php
│ │ │ │ │ │ ├── ResponseCacheStrategyInterface.php
│ │ │ │ │ │ ├── ResponseCacheStrategy.php
│ │ │ │ │ │ ├── Ssi.php
│ │ │ │ │ │ ├── StoreInterface.php
│ │ │ │ │ │ ├── Store.php
│ │ │ │ │ │ └── SurrogateInterface.php
│ │ │ │ │ ├── HttpKernelInterface.php
│ │ │ │ │ ├── HttpKernel.php
│ │ │ │ │ ├── KernelEvents.php
│ │ │ │ │ ├── KernelInterface.php
│ │ │ │ │ ├── Kernel.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Log
│ │ │ │ │ │ └── DebugLoggerInterface.php
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── Profiler
│ │ │ │ │ │ ├── FileProfilerStorage.php
│ │ │ │ │ │ ├── Profile.php
│ │ │ │ │ │ ├── Profiler.php
│ │ │ │ │ │ └── ProfilerStorageInterface.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── TerminableInterface.php
│ │ │ │ │ ├── Tests
│ │ │ │ │ │ ├── Bundle
│ │ │ │ │ │ │ └── BundleTest.php
│ │ │ │ │ │ ├── CacheClearer
│ │ │ │ │ │ │ ├── ChainCacheClearerTest.php
│ │ │ │ │ │ │ └── Psr6CacheClearerTest.php
│ │ │ │ │ │ ├── CacheWarmer
│ │ │ │ │ │ │ ├── CacheWarmerAggregateTest.php
│ │ │ │ │ │ │ └── CacheWarmerTest.php
│ │ │ │ │ │ ├── ClientTest.php
│ │ │ │ │ │ ├── Config
│ │ │ │ │ │ │ ├── EnvParametersResourceTest.php
│ │ │ │ │ │ │ └── FileLocatorTest.php
│ │ │ │ │ │ ├── Controller
│ │ │ │ │ │ │ ├── ArgumentResolverTest.php
│ │ │ │ │ │ │ ├── ContainerControllerResolverTest.php
│ │ │ │ │ │ │ └── ControllerResolverTest.php
│ │ │ │ │ │ ├── ControllerMetadata
│ │ │ │ │ │ │ ├── ArgumentMetadataFactoryTest.php
│ │ │ │ │ │ │ └── ArgumentMetadataTest.php
│ │ │ │ │ │ ├── DataCollector
│ │ │ │ │ │ │ ├── Compiler.log
│ │ │ │ │ │ │ ├── ConfigDataCollectorTest.php
│ │ │ │ │ │ │ ├── DataCollectorTest.php
│ │ │ │ │ │ │ ├── DumpDataCollectorTest.php
│ │ │ │ │ │ │ ├── ExceptionDataCollectorTest.php
│ │ │ │ │ │ │ ├── LoggerDataCollectorTest.php
│ │ │ │ │ │ │ ├── MemoryDataCollectorTest.php
│ │ │ │ │ │ │ ├── RequestDataCollectorTest.php
│ │ │ │ │ │ │ ├── TimeDataCollectorTest.php
│ │ │ │ │ │ │ └── Util
│ │ │ │ │ │ │ └── ValueExporterTest.php
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── FileLinkFormatterTest.php
│ │ │ │ │ │ │ └── TraceableEventDispatcherTest.php
│ │ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ │ ├── AddAnnotatedClassesToCachePassTest.php
│ │ │ │ │ │ │ ├── ControllerArgumentValueResolverPassTest.php
│ │ │ │ │ │ │ ├── FragmentRendererPassTest.php
│ │ │ │ │ │ │ ├── LazyLoadingFragmentHandlerTest.php
│ │ │ │ │ │ │ ├── MergeExtensionConfigurationPassTest.php
│ │ │ │ │ │ │ ├── RegisterControllerArgumentLocatorsPassTest.php
│ │ │ │ │ │ │ └── RemoveEmptyControllerArgumentLocatorsPassTest.php
│ │ │ │ │ │ ├── Event
│ │ │ │ │ │ │ └── GetResponseForExceptionEventTest.php
│ │ │ │ │ │ ├── EventListener
│ │ │ │ │ │ │ ├── AddRequestFormatsListenerTest.php
│ │ │ │ │ │ │ ├── DebugHandlersListenerTest.php
│ │ │ │ │ │ │ ├── DumpListenerTest.php
│ │ │ │ │ │ │ ├── ExceptionListenerTest.php
│ │ │ │ │ │ │ ├── FragmentListenerTest.php
│ │ │ │ │ │ │ ├── LocaleListenerTest.php
│ │ │ │ │ │ │ ├── ProfilerListenerTest.php
│ │ │ │ │ │ │ ├── ResponseListenerTest.php
│ │ │ │ │ │ │ ├── RouterListenerTest.php
│ │ │ │ │ │ │ ├── SurrogateListenerTest.php
│ │ │ │ │ │ │ ├── TestSessionListenerTest.php
│ │ │ │ │ │ │ ├── TranslatorListenerTest.php
│ │ │ │ │ │ │ └── ValidateRequestListenerTest.php
│ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ ├── AccessDeniedHttpExceptionTest.php
│ │ │ │ │ │ │ ├── BadRequestHttpExceptionTest.php
│ │ │ │ │ │ │ ├── ConflictHttpExceptionTest.php
│ │ │ │ │ │ │ ├── GoneHttpExceptionTest.php
│ │ │ │ │ │ │ ├── HttpExceptionTest.php
│ │ │ │ │ │ │ ├── LengthRequiredHttpExceptionTest.php
│ │ │ │ │ │ │ ├── MethodNotAllowedHttpExceptionTest.php
│ │ │ │ │ │ │ ├── NotAcceptableHttpExceptionTest.php
│ │ │ │ │ │ │ ├── NotFoundHttpExceptionTest.php
│ │ │ │ │ │ │ ├── PreconditionFailedHttpExceptionTest.php
│ │ │ │ │ │ │ ├── PreconditionRequiredHttpExceptionTest.php
│ │ │ │ │ │ │ ├── ServiceUnavailableHttpExceptionTest.php
│ │ │ │ │ │ │ ├── TooManyRequestsHttpExceptionTest.php
│ │ │ │ │ │ │ ├── UnauthorizedHttpExceptionTest.php
│ │ │ │ │ │ │ ├── UnprocessableEntityHttpExceptionTest.php
│ │ │ │ │ │ │ └── UnsupportedMediaTypeHttpExceptionTest.php
│ │ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ │ ├── 123
│ │ │ │ │ │ │ │ └── Kernel123.php
│ │ │ │ │ │ │ ├── BaseBundle
│ │ │ │ │ │ │ │ └── Resources
│ │ │ │ │ │ │ │ ├── foo.txt
│ │ │ │ │ │ │ │ └── hide.txt
│ │ │ │ │ │ │ ├── Bundle1Bundle
│ │ │ │ │ │ │ │ ├── bar.txt
│ │ │ │ │ │ │ │ ├── foo.txt
│ │ │ │ │ │ │ │ └── Resources
│ │ │ │ │ │ │ │ └── foo.txt
│ │ │ │ │ │ │ ├── Bundle2Bundle
│ │ │ │ │ │ │ │ └── foo.txt
│ │ │ │ │ │ │ ├── ChildBundle
│ │ │ │ │ │ │ │ └── Resources
│ │ │ │ │ │ │ │ ├── foo.txt
│ │ │ │ │ │ │ │ └── hide.txt
│ │ │ │ │ │ │ ├── Controller
│ │ │ │ │ │ │ │ ├── BasicTypesController.php
│ │ │ │ │ │ │ │ ├── ExtendingRequest.php
│ │ │ │ │ │ │ │ ├── ExtendingSession.php
│ │ │ │ │ │ │ │ ├── NullableController.php
│ │ │ │ │ │ │ │ └── VariadicController.php
│ │ │ │ │ │ │ ├── DataCollector
│ │ │ │ │ │ │ │ └── CloneVarDataCollector.php
│ │ │ │ │ │ │ ├── ExtensionAbsentBundle
│ │ │ │ │ │ │ │ └── ExtensionAbsentBundle.php
│ │ │ │ │ │ │ ├── ExtensionLoadedBundle
│ │ │ │ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ │ │ │ └── ExtensionLoadedExtension.php
│ │ │ │ │ │ │ │ └── ExtensionLoadedBundle.php
│ │ │ │ │ │ │ ├── ExtensionNotValidBundle
│ │ │ │ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ │ │ │ └── ExtensionNotValidExtension.php
│ │ │ │ │ │ │ │ └── ExtensionNotValidBundle.php
│ │ │ │ │ │ │ ├── ExtensionPresentBundle
│ │ │ │ │ │ │ │ ├── Command
│ │ │ │ │ │ │ │ │ ├── BarCommand.php
│ │ │ │ │ │ │ │ │ └── FooCommand.php
│ │ │ │ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ │ │ │ └── ExtensionPresentExtension.php
│ │ │ │ │ │ │ │ └── ExtensionPresentBundle.php
│ │ │ │ │ │ │ ├── KernelForOverrideName.php
│ │ │ │ │ │ │ ├── KernelForTest.php
│ │ │ │ │ │ │ ├── KernelWithoutBundles.php
│ │ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ │ ├── BaseBundle
│ │ │ │ │ │ │ │ │ └── hide.txt
│ │ │ │ │ │ │ │ ├── Bundle1Bundle
│ │ │ │ │ │ │ │ │ └── foo.txt
│ │ │ │ │ │ │ │ ├── ChildBundle
│ │ │ │ │ │ │ │ │ └── foo.txt
│ │ │ │ │ │ │ │ └── FooBundle
│ │ │ │ │ │ │ │ └── foo.txt
│ │ │ │ │ │ │ ├── TestClient.php
│ │ │ │ │ │ │ └── TestEventDispatcher.php
│ │ │ │ │ │ ├── Fragment
│ │ │ │ │ │ │ ├── EsiFragmentRendererTest.php
│ │ │ │ │ │ │ ├── FragmentHandlerTest.php
│ │ │ │ │ │ │ ├── HIncludeFragmentRendererTest.php
│ │ │ │ │ │ │ ├── InlineFragmentRendererTest.php
│ │ │ │ │ │ │ ├── RoutableFragmentRendererTest.php
│ │ │ │ │ │ │ └── SsiFragmentRendererTest.php
│ │ │ │ │ │ ├── HttpCache
│ │ │ │ │ │ │ ├── EsiTest.php
│ │ │ │ │ │ │ ├── HttpCacheTestCase.php
│ │ │ │ │ │ │ ├── HttpCacheTest.php
│ │ │ │ │ │ │ ├── ResponseCacheStrategyTest.php
│ │ │ │ │ │ │ ├── SsiTest.php
│ │ │ │ │ │ │ ├── StoreTest.php
│ │ │ │ │ │ │ ├── TestHttpKernel.php
│ │ │ │ │ │ │ └── TestMultipleHttpKernel.php
│ │ │ │ │ │ ├── HttpKernelTest.php
│ │ │ │ │ │ ├── KernelTest.php
│ │ │ │ │ │ ├── Logger.php
│ │ │ │ │ │ ├── Profiler
│ │ │ │ │ │ │ ├── FileProfilerStorageTest.php
│ │ │ │ │ │ │ └── ProfilerTest.php
│ │ │ │ │ │ ├── TestHttpKernel.php
│ │ │ │ │ │ └── UriSignerTest.php
│ │ │ │ │ └── UriSigner.php
│ │ │ │ ├── polyfill-mbstring
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Mbstring.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Resources
│ │ │ │ │ └── unidata
│ │ │ │ │ ├── lowerCase.php
│ │ │ │ │ └── upperCase.php
│ │ │ │ ├── polyfill-php56
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Php56.php
│ │ │ │ │ └── README.md
│ │ │ │ ├── polyfill-util
│ │ │ │ │ ├── BinaryNoFuncOverload.php
│ │ │ │ │ ├── BinaryOnFuncOverload.php
│ │ │ │ │ ├── Binary.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── TestListener.php
│ │ │ │ ├── process
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ ├── LogicException.php
│ │ │ │ │ │ ├── ProcessFailedException.php
│ │ │ │ │ │ ├── ProcessTimedOutException.php
│ │ │ │ │ │ └── RuntimeException.php
│ │ │ │ │ ├── ExecutableFinder.php
│ │ │ │ │ ├── InputStream.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── PhpExecutableFinder.php
│ │ │ │ │ ├── PhpProcess.php
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── Pipes
│ │ │ │ │ │ ├── AbstractPipes.php
│ │ │ │ │ │ ├── PipesInterface.php
│ │ │ │ │ │ ├── UnixPipes.php
│ │ │ │ │ │ └── WindowsPipes.php
│ │ │ │ │ ├── ProcessBuilder.php
│ │ │ │ │ ├── Process.php
│ │ │ │ │ ├── ProcessUtils.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Tests
│ │ │ │ │ ├── ExecutableFinderTest.php
│ │ │ │ │ ├── NonStopableProcess.php
│ │ │ │ │ ├── PhpExecutableFinderTest.php
│ │ │ │ │ ├── PhpProcessTest.php
│ │ │ │ │ ├── PipeStdinInStdoutStdErrStreamSelect.php
│ │ │ │ │ ├── ProcessBuilderTest.php
│ │ │ │ │ ├── ProcessFailedExceptionTest.php
│ │ │ │ │ ├── ProcessTest.php
│ │ │ │ │ ├── ProcessUtilsTest.php
│ │ │ │ │ └── SignalListener.php
│ │ │ │ ├── psr-http-message-bridge
│ │ │ │ │ ├── CHANGELOG
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── Factory
│ │ │ │ │ │ ├── DiactorosFactory.php
│ │ │ │ │ │ └── HttpFoundationFactory.php
│ │ │ │ │ ├── HttpFoundationFactoryInterface.php
│ │ │ │ │ ├── HttpMessageFactoryInterface.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Tests
│ │ │ │ │ ├── Factory
│ │ │ │ │ │ ├── DiactorosFactoryTest.php
│ │ │ │ │ │ └── HttpFoundationFactoryTest.php
│ │ │ │ │ └── Fixtures
│ │ │ │ │ ├── Message.php
│ │ │ │ │ ├── Response.php
│ │ │ │ │ ├── ServerRequest.php
│ │ │ │ │ ├── Stream.php
│ │ │ │ │ ├── UploadedFile.php
│ │ │ │ │ └── Uri.php
│ │ │ │ ├── routing
│ │ │ │ │ ├── Annotation
│ │ │ │ │ │ └── Route.php
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── CompiledRoute.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ └── RoutingResolverPass.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ │ ├── InvalidParameterException.php
│ │ │ │ │ │ ├── MethodNotAllowedException.php
│ │ │ │ │ │ ├── MissingMandatoryParametersException.php
│ │ │ │ │ │ ├── ResourceNotFoundException.php
│ │ │ │ │ │ └── RouteNotFoundException.php
│ │ │ │ │ ├── Generator
│ │ │ │ │ │ ├── ConfigurableRequirementsInterface.php
│ │ │ │ │ │ ├── Dumper
│ │ │ │ │ │ │ ├── GeneratorDumperInterface.php
│ │ │ │ │ │ │ ├── GeneratorDumper.php
│ │ │ │ │ │ │ └── PhpGeneratorDumper.php
│ │ │ │ │ │ ├── UrlGeneratorInterface.php
│ │ │ │ │ │ └── UrlGenerator.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Loader
│ │ │ │ │ │ ├── AnnotationClassLoader.php
│ │ │ │ │ │ ├── AnnotationDirectoryLoader.php
│ │ │ │ │ │ ├── AnnotationFileLoader.php
│ │ │ │ │ │ ├── ClosureLoader.php
│ │ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ │ └── ServiceRouterLoader.php
│ │ │ │ │ │ ├── DirectoryLoader.php
│ │ │ │ │ │ ├── ObjectRouteLoader.php
│ │ │ │ │ │ ├── PhpFileLoader.php
│ │ │ │ │ │ ├── schema
│ │ │ │ │ │ │ └── routing
│ │ │ │ │ │ │ └── routing-1.0.xsd
│ │ │ │ │ │ ├── XmlFileLoader.php
│ │ │ │ │ │ └── YamlFileLoader.php
│ │ │ │ │ ├── Matcher
│ │ │ │ │ │ ├── Dumper
│ │ │ │ │ │ │ ├── DumperCollection.php
│ │ │ │ │ │ │ ├── DumperRoute.php
│ │ │ │ │ │ │ ├── MatcherDumperInterface.php
│ │ │ │ │ │ │ ├── MatcherDumper.php
│ │ │ │ │ │ │ ├── PhpMatcherDumper.php
│ │ │ │ │ │ │ └── StaticPrefixCollection.php
│ │ │ │ │ │ ├── RedirectableUrlMatcherInterface.php
│ │ │ │ │ │ ├── RedirectableUrlMatcher.php
│ │ │ │ │ │ ├── RequestMatcherInterface.php
│ │ │ │ │ │ ├── TraceableUrlMatcher.php
│ │ │ │ │ │ ├── UrlMatcherInterface.php
│ │ │ │ │ │ └── UrlMatcher.php
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── RequestContextAwareInterface.php
│ │ │ │ │ ├── RequestContext.php
│ │ │ │ │ ├── RouteCollectionBuilder.php
│ │ │ │ │ ├── RouteCollection.php
│ │ │ │ │ ├── RouteCompilerInterface.php
│ │ │ │ │ ├── RouteCompiler.php
│ │ │ │ │ ├── Route.php
│ │ │ │ │ ├── RouterInterface.php
│ │ │ │ │ ├── Router.php
│ │ │ │ │ └── Tests
│ │ │ │ │ ├── Annotation
│ │ │ │ │ │ └── RouteTest.php
│ │ │ │ │ ├── CompiledRouteTest.php
│ │ │ │ │ ├── DependencyInjection
│ │ │ │ │ │ └── RoutingResolverPassTest.php
│ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ ├── AnnotatedClasses
│ │ │ │ │ │ │ ├── AbstractClass.php
│ │ │ │ │ │ │ ├── BarClass.php
│ │ │ │ │ │ │ ├── BazClass.php
│ │ │ │ │ │ │ ├── FooClass.php
│ │ │ │ │ │ │ └── FooTrait.php
│ │ │ │ │ │ ├── annotated.php
│ │ │ │ │ │ ├── bad_format.yml
│ │ │ │ │ │ ├── bar.xml
│ │ │ │ │ │ ├── CustomXmlFileLoader.php
│ │ │ │ │ │ ├── directory
│ │ │ │ │ │ │ ├── recurse
│ │ │ │ │ │ │ │ ├── routes1.yml
│ │ │ │ │ │ │ │ └── routes2.yml
│ │ │ │ │ │ │ └── routes3.yml
│ │ │ │ │ │ ├── directory_import
│ │ │ │ │ │ │ └── import.yml
│ │ │ │ │ │ ├── dumper
│ │ │ │ │ │ │ ├── url_matcher1.apache
│ │ │ │ │ │ │ ├── url_matcher1.php
│ │ │ │ │ │ │ ├── url_matcher2.apache
│ │ │ │ │ │ │ ├── url_matcher2.php
│ │ │ │ │ │ │ ├── url_matcher3.php
│ │ │ │ │ │ │ ├── url_matcher4.php
│ │ │ │ │ │ │ ├── url_matcher5.php
│ │ │ │ │ │ │ ├── url_matcher6.php
│ │ │ │ │ │ │ └── url_matcher7.php
│ │ │ │ │ │ ├── empty.yml
│ │ │ │ │ │ ├── file_resource.yml
│ │ │ │ │ │ ├── foo1.xml
│ │ │ │ │ │ ├── foo.xml
│ │ │ │ │ │ ├── incomplete.yml
│ │ │ │ │ │ ├── list_defaults.xml
│ │ │ │ │ │ ├── list_in_list_defaults.xml
│ │ │ │ │ │ ├── list_in_map_defaults.xml
│ │ │ │ │ │ ├── list_null_values.xml
│ │ │ │ │ │ ├── map_defaults.xml
│ │ │ │ │ │ ├── map_in_list_defaults.xml
│ │ │ │ │ │ ├── map_in_map_defaults.xml
│ │ │ │ │ │ ├── map_null_values.xml
│ │ │ │ │ │ ├── missing_id.xml
│ │ │ │ │ │ ├── missing_path.xml
│ │ │ │ │ │ ├── namespaceprefix.xml
│ │ │ │ │ │ ├── nonesense_resource_plus_path.yml
│ │ │ │ │ │ ├── nonesense_type_without_resource.yml
│ │ │ │ │ │ ├── nonvalid2.yml
│ │ │ │ │ │ ├── nonvalidkeys.yml
│ │ │ │ │ │ ├── nonvalidnode.xml
│ │ │ │ │ │ ├── nonvalidroute.xml
│ │ │ │ │ │ ├── nonvalid.xml
│ │ │ │ │ │ ├── nonvalid.yml
│ │ │ │ │ │ ├── null_values.xml
│ │ │ │ │ │ ├── OtherAnnotatedClasses
│ │ │ │ │ │ │ ├── NoStartTagClass.php
│ │ │ │ │ │ │ └── VariadicClass.php
│ │ │ │ │ │ ├── RedirectableUrlMatcher.php
│ │ │ │ │ │ ├── scalar_defaults.xml
│ │ │ │ │ │ ├── special_route_name.yml
│ │ │ │ │ │ ├── validpattern.php
│ │ │ │ │ │ ├── validpattern.xml
│ │ │ │ │ │ ├── validpattern.yml
│ │ │ │ │ │ ├── validresource.php
│ │ │ │ │ │ ├── validresource.xml
│ │ │ │ │ │ ├── validresource.yml
│ │ │ │ │ │ ├── with_define_path_variable.php
│ │ │ │ │ │ └── withdoctype.xml
│ │ │ │ │ ├── Generator
│ │ │ │ │ │ ├── Dumper
│ │ │ │ │ │ │ └── PhpGeneratorDumperTest.php
│ │ │ │ │ │ └── UrlGeneratorTest.php
│ │ │ │ │ ├── Loader
│ │ │ │ │ │ ├── AbstractAnnotationLoaderTest.php
│ │ │ │ │ │ ├── AnnotationClassLoaderTest.php
│ │ │ │ │ │ ├── AnnotationDirectoryLoaderTest.php
│ │ │ │ │ │ ├── AnnotationFileLoaderTest.php
│ │ │ │ │ │ ├── ClosureLoaderTest.php
│ │ │ │ │ │ ├── DirectoryLoaderTest.php
│ │ │ │ │ │ ├── ObjectRouteLoaderTest.php
│ │ │ │ │ │ ├── PhpFileLoaderTest.php
│ │ │ │ │ │ ├── XmlFileLoaderTest.php
│ │ │ │ │ │ └── YamlFileLoaderTest.php
│ │ │ │ │ ├── Matcher
│ │ │ │ │ │ ├── Dumper
│ │ │ │ │ │ │ ├── DumperCollectionTest.php
│ │ │ │ │ │ │ ├── PhpMatcherDumperTest.php
│ │ │ │ │ │ │ └── StaticPrefixCollectionTest.php
│ │ │ │ │ │ ├── RedirectableUrlMatcherTest.php
│ │ │ │ │ │ ├── TraceableUrlMatcherTest.php
│ │ │ │ │ │ └── UrlMatcherTest.php
│ │ │ │ │ ├── RequestContextTest.php
│ │ │ │ │ ├── RouteCollectionBuilderTest.php
│ │ │ │ │ ├── RouteCollectionTest.php
│ │ │ │ │ ├── RouteCompilerTest.php
│ │ │ │ │ ├── RouterTest.php
│ │ │ │ │ └── RouteTest.php
│ │ │ │ ├── translation
│ │ │ │ │ ├── Catalogue
│ │ │ │ │ │ ├── AbstractOperation.php
│ │ │ │ │ │ ├── MergeOperation.php
│ │ │ │ │ │ ├── OperationInterface.php
│ │ │ │ │ │ └── TargetOperation.php
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── Command
│ │ │ │ │ │ └── XliffLintCommand.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── DataCollector
│ │ │ │ │ │ └── TranslationDataCollector.php
│ │ │ │ │ ├── DataCollectorTranslator.php
│ │ │ │ │ ├── Dumper
│ │ │ │ │ │ ├── CsvFileDumper.php
│ │ │ │ │ │ ├── DumperInterface.php
│ │ │ │ │ │ ├── FileDumper.php
│ │ │ │ │ │ ├── IcuResFileDumper.php
│ │ │ │ │ │ ├── IniFileDumper.php
│ │ │ │ │ │ ├── JsonFileDumper.php
│ │ │ │ │ │ ├── MoFileDumper.php
│ │ │ │ │ │ ├── PhpFileDumper.php
│ │ │ │ │ │ ├── PoFileDumper.php
│ │ │ │ │ │ ├── QtFileDumper.php
│ │ │ │ │ │ ├── XliffFileDumper.php
│ │ │ │ │ │ └── YamlFileDumper.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ ├── InvalidResourceException.php
│ │ │ │ │ │ ├── LogicException.php
│ │ │ │ │ │ ├── NotFoundResourceException.php
│ │ │ │ │ │ └── RuntimeException.php
│ │ │ │ │ ├── Extractor
│ │ │ │ │ │ ├── AbstractFileExtractor.php
│ │ │ │ │ │ ├── ChainExtractor.php
│ │ │ │ │ │ └── ExtractorInterface.php
│ │ │ │ │ ├── IdentityTranslator.php
│ │ │ │ │ ├── Interval.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Loader
│ │ │ │ │ │ ├── ArrayLoader.php
│ │ │ │ │ │ ├── CsvFileLoader.php
│ │ │ │ │ │ ├── FileLoader.php
│ │ │ │ │ │ ├── IcuDatFileLoader.php
│ │ │ │ │ │ ├── IcuResFileLoader.php
│ │ │ │ │ │ ├── IniFileLoader.php
│ │ │ │ │ │ ├── JsonFileLoader.php
│ │ │ │ │ │ ├── LoaderInterface.php
│ │ │ │ │ │ ├── MoFileLoader.php
│ │ │ │ │ │ ├── PhpFileLoader.php
│ │ │ │ │ │ ├── PoFileLoader.php
│ │ │ │ │ │ ├── QtFileLoader.php
│ │ │ │ │ │ ├── schema
│ │ │ │ │ │ │ └── dic
│ │ │ │ │ │ │ └── xliff-core
│ │ │ │ │ │ │ ├── xliff-core-1.2-strict.xsd
│ │ │ │ │ │ │ ├── xliff-core-2.0.xsd
│ │ │ │ │ │ │ └── xml.xsd
│ │ │ │ │ │ ├── XliffFileLoader.php
│ │ │ │ │ │ └── YamlFileLoader.php
│ │ │ │ │ ├── LoggingTranslator.php
│ │ │ │ │ ├── MessageCatalogueInterface.php
│ │ │ │ │ ├── MessageCatalogue.php
│ │ │ │ │ ├── MessageSelector.php
│ │ │ │ │ ├── MetadataAwareInterface.php
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── PluralizationRules.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ └── schemas
│ │ │ │ │ │ └── xliff-core-1.2-strict.xsd
│ │ │ │ │ ├── Tests
│ │ │ │ │ │ ├── Catalogue
│ │ │ │ │ │ │ ├── AbstractOperationTest.php
│ │ │ │ │ │ │ ├── MergeOperationTest.php
│ │ │ │ │ │ │ └── TargetOperationTest.php
│ │ │ │ │ │ ├── DataCollector
│ │ │ │ │ │ │ └── TranslationDataCollectorTest.php
│ │ │ │ │ │ ├── DataCollectorTranslatorTest.php
│ │ │ │ │ │ ├── Dumper
│ │ │ │ │ │ │ ├── CsvFileDumperTest.php
│ │ │ │ │ │ │ ├── FileDumperTest.php
│ │ │ │ │ │ │ ├── IcuResFileDumperTest.php
│ │ │ │ │ │ │ ├── IniFileDumperTest.php
│ │ │ │ │ │ │ ├── JsonFileDumperTest.php
│ │ │ │ │ │ │ ├── MoFileDumperTest.php
│ │ │ │ │ │ │ ├── PhpFileDumperTest.php
│ │ │ │ │ │ │ ├── PoFileDumperTest.php
│ │ │ │ │ │ │ ├── QtFileDumperTest.php
│ │ │ │ │ │ │ ├── XliffFileDumperTest.php
│ │ │ │ │ │ │ └── YamlFileDumperTest.php
│ │ │ │ │ │ ├── fixtures
│ │ │ │ │ │ │ ├── empty.csv
│ │ │ │ │ │ │ ├── empty.ini
│ │ │ │ │ │ │ ├── empty.json
│ │ │ │ │ │ │ ├── empty.mo
│ │ │ │ │ │ │ ├── empty.po
│ │ │ │ │ │ │ ├── empty-translation.mo
│ │ │ │ │ │ │ ├── empty-translation.po
│ │ │ │ │ │ │ ├── empty.xlf
│ │ │ │ │ │ │ ├── empty.yml
│ │ │ │ │ │ │ ├── encoding.xlf
│ │ │ │ │ │ │ ├── escaped-id-plurals.po
│ │ │ │ │ │ │ ├── escaped-id.po
│ │ │ │ │ │ │ ├── fuzzy-translations.po
│ │ │ │ │ │ │ ├── invalid-xml-resources.xlf
│ │ │ │ │ │ │ ├── malformed.json
│ │ │ │ │ │ │ ├── messages_linear.yml
│ │ │ │ │ │ │ ├── messages.yml
│ │ │ │ │ │ │ ├── non-valid.xlf
│ │ │ │ │ │ │ ├── non-valid.yml
│ │ │ │ │ │ │ ├── plurals.mo
│ │ │ │ │ │ │ ├── plurals.po
│ │ │ │ │ │ │ ├── resname.xlf
│ │ │ │ │ │ │ ├── resourcebundle
│ │ │ │ │ │ │ │ ├── corrupted
│ │ │ │ │ │ │ │ │ └── resources.dat
│ │ │ │ │ │ │ │ ├── dat
│ │ │ │ │ │ │ │ │ ├── en.res
│ │ │ │ │ │ │ │ │ ├── en.txt
│ │ │ │ │ │ │ │ │ ├── fr.res
│ │ │ │ │ │ │ │ │ ├── fr.txt
│ │ │ │ │ │ │ │ │ ├── packagelist.txt
│ │ │ │ │ │ │ │ │ └── resources.dat
│ │ │ │ │ │ │ │ └── res
│ │ │ │ │ │ │ │ └── en.res
│ │ │ │ │ │ │ ├── resources-2.0-clean.xlf
│ │ │ │ │ │ │ ├── resources-2.0.xlf
│ │ │ │ │ │ │ ├── resources-clean.xlf
│ │ │ │ │ │ │ ├── resources.csv
│ │ │ │ │ │ │ ├── resources.dump.json
│ │ │ │ │ │ │ ├── resources.ini
│ │ │ │ │ │ │ ├── resources.json
│ │ │ │ │ │ │ ├── resources.mo
│ │ │ │ │ │ │ ├── resources.php
│ │ │ │ │ │ │ ├── resources.po
│ │ │ │ │ │ │ ├── resources-target-attributes.xlf
│ │ │ │ │ │ │ ├── resources-tool-info.xlf
│ │ │ │ │ │ │ ├── resources.ts
│ │ │ │ │ │ │ ├── resources.xlf
│ │ │ │ │ │ │ ├── resources.yml
│ │ │ │ │ │ │ ├── valid.csv
│ │ │ │ │ │ │ ├── with-attributes.xlf
│ │ │ │ │ │ │ ├── withdoctype.xlf
│ │ │ │ │ │ │ └── withnote.xlf
│ │ │ │ │ │ ├── IdentityTranslatorTest.php
│ │ │ │ │ │ ├── IntervalTest.php
│ │ │ │ │ │ ├── Loader
│ │ │ │ │ │ │ ├── CsvFileLoaderTest.php
│ │ │ │ │ │ │ ├── IcuDatFileLoaderTest.php
│ │ │ │ │ │ │ ├── IcuResFileLoaderTest.php
│ │ │ │ │ │ │ ├── IniFileLoaderTest.php
│ │ │ │ │ │ │ ├── JsonFileLoaderTest.php
│ │ │ │ │ │ │ ├── LocalizedTestCase.php
│ │ │ │ │ │ │ ├── MoFileLoaderTest.php
│ │ │ │ │ │ │ ├── PhpFileLoaderTest.php
│ │ │ │ │ │ │ ├── PoFileLoaderTest.php
│ │ │ │ │ │ │ ├── QtFileLoaderTest.php
│ │ │ │ │ │ │ ├── XliffFileLoaderTest.php
│ │ │ │ │ │ │ └── YamlFileLoaderTest.php
│ │ │ │ │ │ ├── LoggingTranslatorTest.php
│ │ │ │ │ │ ├── MessageCatalogueTest.php
│ │ │ │ │ │ ├── MessageSelectorTest.php
│ │ │ │ │ │ ├── PluralizationRulesTest.php
│ │ │ │ │ │ ├── TranslatorCacheTest.php
│ │ │ │ │ │ ├── TranslatorTest.php
│ │ │ │ │ │ ├── Util
│ │ │ │ │ │ │ └── ArrayConverterTest.php
│ │ │ │ │ │ └── Writer
│ │ │ │ │ │ └── TranslationWriterTest.php
│ │ │ │ │ ├── TranslatorBagInterface.php
│ │ │ │ │ ├── TranslatorInterface.php
│ │ │ │ │ ├── Translator.php
│ │ │ │ │ ├── Util
│ │ │ │ │ │ └── ArrayConverter.php
│ │ │ │ │ └── Writer
│ │ │ │ │ └── TranslationWriter.php
│ │ │ │ ├── var-dumper
│ │ │ │ │ ├── Caster
│ │ │ │ │ │ ├── AmqpCaster.php
│ │ │ │ │ │ ├── ArgsStub.php
│ │ │ │ │ │ ├── Caster.php
│ │ │ │ │ │ ├── ClassStub.php
│ │ │ │ │ │ ├── ConstStub.php
│ │ │ │ │ │ ├── CutArrayStub.php
│ │ │ │ │ │ ├── CutStub.php
│ │ │ │ │ │ ├── DoctrineCaster.php
│ │ │ │ │ │ ├── DOMCaster.php
│ │ │ │ │ │ ├── EnumStub.php
│ │ │ │ │ │ ├── ExceptionCaster.php
│ │ │ │ │ │ ├── FrameStub.php
│ │ │ │ │ │ ├── LinkStub.php
│ │ │ │ │ │ ├── MongoCaster.php
│ │ │ │ │ │ ├── PdoCaster.php
│ │ │ │ │ │ ├── PgSqlCaster.php
│ │ │ │ │ │ ├── RedisCaster.php
│ │ │ │ │ │ ├── ReflectionCaster.php
│ │ │ │ │ │ ├── ResourceCaster.php
│ │ │ │ │ │ ├── SplCaster.php
│ │ │ │ │ │ ├── StubCaster.php
│ │ │ │ │ │ ├── SymfonyCaster.php
│ │ │ │ │ │ ├── TraceStub.php
│ │ │ │ │ │ ├── XmlReaderCaster.php
│ │ │ │ │ │ └── XmlResourceCaster.php
│ │ │ │ │ ├── CHANGELOG.md
│ │ │ │ │ ├── Cloner
│ │ │ │ │ │ ├── AbstractCloner.php
│ │ │ │ │ │ ├── ClonerInterface.php
│ │ │ │ │ │ ├── Cursor.php
│ │ │ │ │ │ ├── Data.php
│ │ │ │ │ │ ├── DumperInterface.php
│ │ │ │ │ │ ├── Stub.php
│ │ │ │ │ │ └── VarCloner.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── Dumper
│ │ │ │ │ │ ├── AbstractDumper.php
│ │ │ │ │ │ ├── CliDumper.php
│ │ │ │ │ │ ├── DataDumperInterface.php
│ │ │ │ │ │ └── HtmlDumper.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ └── ThrowingCasterException.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ └── functions
│ │ │ │ │ │ └── dump.php
│ │ │ │ │ ├── Test
│ │ │ │ │ │ └── VarDumperTestTrait.php
│ │ │ │ │ ├── Tests
│ │ │ │ │ │ ├── Caster
│ │ │ │ │ │ │ ├── CasterTest.php
│ │ │ │ │ │ │ ├── ExceptionCasterTest.php
│ │ │ │ │ │ │ ├── PdoCasterTest.php
│ │ │ │ │ │ │ ├── RedisCasterTest.php
│ │ │ │ │ │ │ ├── ReflectionCasterTest.php
│ │ │ │ │ │ │ ├── SplCasterTest.php
│ │ │ │ │ │ │ ├── StubCasterTest.php
│ │ │ │ │ │ │ └── XmlReaderCasterTest.php
│ │ │ │ │ │ ├── Cloner
│ │ │ │ │ │ │ ├── DataTest.php
│ │ │ │ │ │ │ └── VarClonerTest.php
│ │ │ │ │ │ ├── Dumper
│ │ │ │ │ │ │ ├── CliDumperTest.php
│ │ │ │ │ │ │ └── HtmlDumperTest.php
│ │ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ │ ├── dumb-var.php
│ │ │ │ │ │ │ ├── FooInterface.php
│ │ │ │ │ │ │ ├── GeneratorDemo.php
│ │ │ │ │ │ │ ├── NotLoadableClass.php
│ │ │ │ │ │ │ ├── Twig.php
│ │ │ │ │ │ │ └── xml_reader.xml
│ │ │ │ │ │ └── Test
│ │ │ │ │ │ └── VarDumperTestTraitTest.php
│ │ │ │ │ └── VarDumper.php
│ │ │ │ └── yaml
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── Command
│ │ │ │ │ └── LintCommand.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── Dumper.php
│ │ │ │ ├── Escaper.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── DumpException.php
│ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ ├── ParseException.php
│ │ │ │ │ └── RuntimeException.php
│ │ │ │ ├── Inline.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Parser.php
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── Tag
│ │ │ │ │ └── TaggedValue.php
│ │ │ │ ├── Tests
│ │ │ │ │ ├── Command
│ │ │ │ │ │ └── LintCommandTest.php
│ │ │ │ │ ├── DumperTest.php
│ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ ├── arrow.gif
│ │ │ │ │ │ ├── booleanMappingKeys.yml
│ │ │ │ │ │ ├── embededPhp.yml
│ │ │ │ │ │ ├── escapedCharacters.yml
│ │ │ │ │ │ ├── index.yml
│ │ │ │ │ │ ├── legacyBooleanMappingKeys.yml
│ │ │ │ │ │ ├── legacyNonStringKeys.yml
│ │ │ │ │ │ ├── legacyNullMappingKey.yml
│ │ │ │ │ │ ├── multiple_lines_as_literal_block.yml
│ │ │ │ │ │ ├── nonStringKeys.yml
│ │ │ │ │ │ ├── nullMappingKey.yml
│ │ │ │ │ │ ├── numericMappingKeys.yml
│ │ │ │ │ │ ├── sfComments.yml
│ │ │ │ │ │ ├── sfCompact.yml
│ │ │ │ │ │ ├── sfMergeKey.yml
│ │ │ │ │ │ ├── sfObjects.yml
│ │ │ │ │ │ ├── sfQuotes.yml
│ │ │ │ │ │ ├── sfTests.yml
│ │ │ │ │ │ ├── unindentedCollections.yml
│ │ │ │ │ │ ├── YtsAnchorAlias.yml
│ │ │ │ │ │ ├── YtsBasicTests.yml
│ │ │ │ │ │ ├── YtsBlockMapping.yml
│ │ │ │ │ │ ├── YtsDocumentSeparator.yml
│ │ │ │ │ │ ├── YtsErrorTests.yml
│ │ │ │ │ │ ├── YtsFlowCollections.yml
│ │ │ │ │ │ ├── YtsFoldedScalars.yml
│ │ │ │ │ │ ├── YtsNullsAndEmpties.yml
│ │ │ │ │ │ ├── YtsSpecificationExamples.yml
│ │ │ │ │ │ └── YtsTypeTransfers.yml
│ │ │ │ │ ├── InlineTest.php
│ │ │ │ │ ├── ParseExceptionTest.php
│ │ │ │ │ ├── ParserTest.php
│ │ │ │ │ └── YamlTest.php
│ │ │ │ ├── Unescaper.php
│ │ │ │ └── Yaml.php
│ │ │ ├── tijsverkoyen
│ │ │ │ └── css-to-inline-styles
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE.md
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ └── src
│ │ │ │ ├── Css
│ │ │ │ │ ├── Processor.php
│ │ │ │ │ ├── Property
│ │ │ │ │ │ ├── Processor.php
│ │ │ │ │ │ └── Property.php
│ │ │ │ │ └── Rule
│ │ │ │ │ ├── Processor.php
│ │ │ │ │ └── Rule.php
│ │ │ │ └── CssToInlineStyles.php
│ │ │ ├── vlucas
│ │ │ │ └── phpdotenv
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE.txt
│ │ │ │ └── src
│ │ │ │ ├── Dotenv.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ ├── InvalidCallbackException.php
│ │ │ │ │ ├── InvalidFileException.php
│ │ │ │ │ ├── InvalidPathException.php
│ │ │ │ │ └── ValidationException.php
│ │ │ │ ├── Loader.php
│ │ │ │ └── Validator.php
│ │ │ ├── webmozart
│ │ │ │ └── assert
│ │ │ │ ├── appveyor.yml
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Assert.php
│ │ │ │ └── tests
│ │ │ │ └── AssertTest.php
│ │ │ ├── xethron
│ │ │ │ ├── laravel-4-generators
│ │ │ │ │ ├── behat.yml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml
│ │ │ │ │ ├── provides.json
│ │ │ │ │ ├── readme.md
│ │ │ │ │ ├── readme.zh.md
│ │ │ │ │ ├── spec
│ │ │ │ │ │ └── Way
│ │ │ │ │ │ └── Generators
│ │ │ │ │ │ ├── Compilers
│ │ │ │ │ │ │ └── TemplateCompilerSpec.php
│ │ │ │ │ │ ├── GeneratorSpec.php
│ │ │ │ │ │ ├── Parsers
│ │ │ │ │ │ │ ├── MigrationFieldsParserSpec.php
│ │ │ │ │ │ │ └── MigrationNameParserSpec.php
│ │ │ │ │ │ └── SchemaCreatorSpec.php
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ └── config.php
│ │ │ │ │ │ └── Way
│ │ │ │ │ │ └── Generators
│ │ │ │ │ │ ├── Commands
│ │ │ │ │ │ │ ├── ControllerGeneratorCommand.php
│ │ │ │ │ │ │ ├── GeneratorCommand.php
│ │ │ │ │ │ │ ├── MigrationGeneratorCommand.php
│ │ │ │ │ │ │ ├── ModelGeneratorCommand.php
│ │ │ │ │ │ │ ├── PivotGeneratorCommand.php
│ │ │ │ │ │ │ ├── PublishTemplatesCommand.php
│ │ │ │ │ │ │ ├── ResourceGeneratorCommand.php
│ │ │ │ │ │ │ ├── ScaffoldGeneratorCommand.php
│ │ │ │ │ │ │ ├── SeederGeneratorCommand.php
│ │ │ │ │ │ │ └── ViewGeneratorCommand.php
│ │ │ │ │ │ ├── Compilers
│ │ │ │ │ │ │ ├── Compiler.php
│ │ │ │ │ │ │ └── TemplateCompiler.php
│ │ │ │ │ │ ├── Filesystem
│ │ │ │ │ │ │ ├── FileAlreadyExists.php
│ │ │ │ │ │ │ ├── FileNotFound.php
│ │ │ │ │ │ │ └── Filesystem.php
│ │ │ │ │ │ ├── Generator.php
│ │ │ │ │ │ ├── GeneratorsServiceProvider.php
│ │ │ │ │ │ ├── InvalidMigrationName.php
│ │ │ │ │ │ ├── Parsers
│ │ │ │ │ │ │ ├── MigrationFieldsParser.php
│ │ │ │ │ │ │ └── MigrationNameParser.php
│ │ │ │ │ │ ├── SchemaCreator.php
│ │ │ │ │ │ ├── Syntax
│ │ │ │ │ │ │ ├── AddToTable.php
│ │ │ │ │ │ │ ├── CreateTable.php
│ │ │ │ │ │ │ ├── DroppedTable.php
│ │ │ │ │ │ │ ├── RemoveFromTable.php
│ │ │ │ │ │ │ └── Table.php
│ │ │ │ │ │ └── templates
│ │ │ │ │ │ ├── controller.txt
│ │ │ │ │ │ ├── Data
│ │ │ │ │ │ │ ├── Controller.php
│ │ │ │ │ │ │ └── Migration.php
│ │ │ │ │ │ ├── migration.txt
│ │ │ │ │ │ ├── model.txt
│ │ │ │ │ │ ├── scaffolding
│ │ │ │ │ │ │ ├── controller.txt
│ │ │ │ │ │ │ └── model.txt
│ │ │ │ │ │ ├── schema.txt
│ │ │ │ │ │ ├── seed.txt
│ │ │ │ │ │ └── view.txt
│ │ │ │ │ └── tests
│ │ │ │ │ ├── features
│ │ │ │ │ │ ├── bootstrap
│ │ │ │ │ │ │ └── FeatureContext.php
│ │ │ │ │ │ ├── generators.feature
│ │ │ │ │ │ └── migrations.feature
│ │ │ │ │ └── stubs
│ │ │ │ │ ├── AddTitleToOrdersTable.txt
│ │ │ │ │ ├── CreateComplexOrdersTable.txt
│ │ │ │ │ ├── CreateOrdersTable.txt
│ │ │ │ │ ├── DropOrdersTable.txt
│ │ │ │ │ ├── index.blade.txt
│ │ │ │ │ ├── OrdersController.txt
│ │ │ │ │ ├── Order.txt
│ │ │ │ │ ├── RecentOrdersTableSeeder.txt
│ │ │ │ │ └── RemoveTitleFromOrdersTable.txt
│ │ │ │ └── migrations-generator
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── phpunit.xml
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ └── Xethron
│ │ │ │ │ └── MigrationsGenerator
│ │ │ │ │ ├── Generators
│ │ │ │ │ │ ├── FieldGenerator.php
│ │ │ │ │ │ ├── ForeignKeyGenerator.php
│ │ │ │ │ │ ├── IndexGenerator.php
│ │ │ │ │ │ └── SchemaGenerator.php
│ │ │ │ │ ├── MigrateGenerateCommand.php
│ │ │ │ │ ├── MigrationsGeneratorServiceProvider.php
│ │ │ │ │ └── Syntax
│ │ │ │ │ ├── AddForeignKeysToTable.php
│ │ │ │ │ ├── AddToTable.php
│ │ │ │ │ ├── DroppedTable.php
│ │ │ │ │ ├── RemoveForeignKeysFromTable.php
│ │ │ │ │ └── Table.php
│ │ │ │ └── tests
│ │ │ │ └── Xethron
│ │ │ │ └── MigrationsGenerator
│ │ │ │ ├── MigrationsGeneratorServiceProviderTest.php
│ │ │ │ └── MigrationsGeneratorTest.php
│ │ │ └── zedisdog
│ │ │ └── laravel-schema-extend
│ │ │ ├── composer.json
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ └── zedisdog
│ │ │ │ └── LaravelSchemaExtend
│ │ │ │ ├── MySqlGrammar.php
│ │ │ │ └── Schema.php
│ │ │ └── tests
│ │ ├── webpack.mix.js
│ │ └── yarn.lock
│ └── new1.sql
└── NG网站搭建教程.txt
2074 directories, 14419 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论