实例介绍
花了300块买的微信多商户小程序(yii框架)开发,功能强大(分销,距离显示,商家入驻,线下核销,各种团购优惠券红包,物流等功能比较全面),本人用这套系统已经上线多个小程序(也有利于二开),无bug。亲测绝对可用。带前端和后台.
【实例截图】
【核心代码】
多商户1小程序
├── 前端
│ └── hjdlmall_wxapp
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── bargain
│ │ ├── activity
│ │ │ ├── activity.js
│ │ │ ├── activity.json
│ │ │ ├── activity.wxml
│ │ │ └── activity.wxss
│ │ ├── commons
│ │ │ ├── naver
│ │ │ │ ├── naver.wxml
│ │ │ │ └── naver.wxss
│ │ │ └── time.js
│ │ ├── goods
│ │ │ ├── goods.js
│ │ │ ├── goods.json
│ │ │ ├── goods.wxml
│ │ │ └── goods.wxss
│ │ ├── images
│ │ │ ├── icon-bargain-list.png
│ │ │ ├── icon-bargain-list-selected.png
│ │ │ ├── icon-bargain-my.png
│ │ │ ├── icon-bargain-my-selected.png
│ │ │ ├── icon-bargain-order-jiantou.png
│ │ │ └── icon-bargain-sku.png
│ │ ├── list
│ │ │ ├── list.js
│ │ │ ├── list.json
│ │ │ ├── list.wxml
│ │ │ └── list.wxss
│ │ ├── order-list
│ │ │ ├── order-list.js
│ │ │ ├── order-list.json
│ │ │ ├── order-list.wxml
│ │ │ └── order-list.wxss
│ │ └── rule
│ │ ├── rule.js
│ │ ├── rule.json
│ │ ├── rule.wxml
│ │ └── rule.wxss
│ ├── components
│ │ ├── area-picker
│ │ │ ├── area-picker.js
│ │ │ ├── area-picker.wxml
│ │ │ └── area-picker.wxss
│ │ ├── calendar
│ │ │ ├── calendar-converter.js
│ │ │ ├── calendar.wxml
│ │ │ └── calendar.wxss
│ │ ├── common
│ │ │ ├── common.wxml
│ │ │ ├── common.wxss
│ │ │ ├── float-icon.wxml
│ │ │ ├── get-coupon.wxml
│ │ │ ├── index.wxml
│ │ │ ├── index.wxss
│ │ │ └── navbar.wxml
│ │ ├── copyright
│ │ │ └── copyright.wxml
│ │ ├── float-icon
│ │ │ └── float-icon.wxml
│ │ ├── footer
│ │ │ ├── footer.wxml
│ │ │ └── footer.wxss
│ │ ├── get-card
│ │ │ ├── get-card.wxml
│ │ │ └── get-card.wxss
│ │ ├── get-coupon
│ │ │ └── get-coupon.wxml
│ │ ├── goods
│ │ │ ├── goods_banner.js
│ │ │ ├── goods_banner.wxml
│ │ │ ├── goods_banner.wxss
│ │ │ ├── goods_buy.js
│ │ │ ├── goods_buy.wxml
│ │ │ ├── goods_buy.wxss
│ │ │ ├── goods_info.js
│ │ │ ├── goods_info.wxml
│ │ │ ├── goods_info.wxss
│ │ │ ├── goods_recommend.js
│ │ │ ├── goods_recommend.wxml
│ │ │ ├── goods_recommend.wxss
│ │ │ ├── goods_refund.js
│ │ │ ├── goods_refund.wxml
│ │ │ ├── goods_refund.wxss
│ │ │ ├── goods_send.js
│ │ │ ├── goods_send.wxml
│ │ │ ├── goods_send.wxss
│ │ │ ├── specifications_model.js
│ │ │ ├── specifications_model.wxml
│ │ │ └── specifications_model.wxss
│ │ ├── goods-header
│ │ │ ├── goods-header.wxml
│ │ │ └── goods-header.wxss
│ │ ├── header
│ │ │ ├── header.wxml
│ │ │ └── header.wxss
│ │ ├── list-loading
│ │ │ └── list-loading.wxml
│ │ ├── order
│ │ │ ├── clerk-qrcode
│ │ │ │ └── clerk-qrcode.wxml
│ │ │ └── order-submit
│ │ │ └── form
│ │ │ └── form.wxml
│ │ ├── quick-navigation
│ │ │ ├── quick-navigation-1.wxml
│ │ │ ├── quick-navigation.js
│ │ │ ├── quick-navigation.wxml
│ │ │ └── quick-navigation.wxss
│ │ ├── save_qrcode
│ │ │ ├── save_qrcode.wxml
│ │ │ └── save_qrcode.wxss
│ │ ├── shopping_cart
│ │ │ ├── shopping_cart.js
│ │ │ ├── shopping_cart.wxml
│ │ │ └── shopping_cart.wxss
│ │ ├── specifications_model
│ │ │ ├── specifications_model.js
│ │ │ ├── specifications_model.wxml
│ │ │ └── specifications_model.wxss
│ │ └── _toast
│ │ ├── _toast.wxml
│ │ └── _toast.wxss
│ ├── core
│ │ ├── api.js
│ │ ├── config.js
│ │ ├── const.js
│ │ ├── core.js
│ │ ├── getUser.js
│ │ ├── login.js
│ │ ├── order-pay.js
│ │ ├── page.js
│ │ ├── request.js
│ │ ├── setUser.js
│ │ └── trigger.js
│ ├── images
│ │ ├── 1.png
│ │ ├── bikan.ini
│ │ ├── coupon-details.png
│ │ ├── detail-price.png
│ │ ├── icon-comment-score-1.active.png
│ │ ├── icon-comment-score-1.png
│ │ ├── icon-comment-score-2.active.png
│ │ ├── icon-comment-score-2.png
│ │ ├── icon-comment-score-3.active.png
│ │ ├── icon-comment-score-3.png
│ │ ├── icon-discount.png
│ │ ├── icon-down.png
│ │ ├── icon-good-shop.png
│ │ ├── icon-help.png
│ │ ├── icon-huodao-selected.png
│ │ ├── icon-integral-radio-active.png
│ │ ├── icon-integral-radio.png
│ │ ├── icon-jingxuan.png
│ │ ├── icon-loading.gif
│ │ ├── icon-login-index.png
│ │ ├── icon-member-bg.png
│ │ ├── icon-member-level.png
│ │ ├── icon-notice.png
│ │ ├── icon-offline.png
│ │ ├── icon-online-selected.png
│ │ ├── icon-order-0.png
│ │ ├── icon-order-1.png
│ │ ├── icon-order-2.png
│ │ ├── icon-order-3.png
│ │ ├── icon-order-4.png
│ │ ├── icon-receive-coupon.png
│ │ ├── icon-recharge-selected.png
│ │ ├── icon-share-wechat.png
│ │ ├── icon-shop-checked.png
│ │ ├── icon-shop-un.png
│ │ ├── icon-sub.png
│ │ ├── icon-topic.png
│ │ ├── icon-user-card.png
│ │ ├── icon-user-fx.png
│ │ ├── icon-user-lingqu.png
│ │ ├── icon-warning.png
│ │ ├── img-coupon-bg-0.png
│ │ ├── img-coupon-bg-1.png
│ │ ├── img-coupon-status-icon-1.png
│ │ ├── img-coupon-status-icon-2.png
│ │ ├── img-get-coupon-title.png
│ │ ├── img-nvzhuang.png
│ │ ├── img-share-agree.png
│ │ ├── img-share-cash.png
│ │ ├── img-share-order.png
│ │ ├── img-share-price.png
│ │ ├── img-share-team.png
│ │ ├── img-share-tip.png
│ │ ├── img-share-un.png
│ │ ├── index1.html
│ │ ├── integral-mall-coupon2.png
│ │ ├── integral-mall-coupon.png
│ │ ├── integral.png
│ │ ├── liji.jpg
│ │ ├── logo1.gif
│ │ ├── miaosha-next.png
│ │ ├── pond-details.png
│ │ ├── pt-favorite-active.png
│ │ ├── pt-my-group.png
│ │ ├── pt-order-details-bg.png
│ │ ├── quick-home.png
│ │ ├── readme.ini
│ │ ├── settle.jpg
│ │ ├── user-integral-arrow.png
│ │ ├── weixin.png
│ │ ├── Www.Souho.Net.html
│ │ └── 搜虎精品社区.url
│ ├── lottery
│ │ ├── commons
│ │ │ └── naver
│ │ │ ├── naver.wxml
│ │ │ └── naver.wxss
│ │ ├── detail
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ └── detail.wxss
│ │ ├── goods
│ │ │ ├── goods.js
│ │ │ ├── goods.json
│ │ │ ├── goods.wxml
│ │ │ └── goods.wxss
│ │ ├── images
│ │ │ ├── lottery-boxbg.png
│ │ │ ├── lottery-box.png
│ │ │ ├── lottery-code.png
│ │ │ ├── lottery-error.png
│ │ │ ├── lottery-go.png
│ │ │ ├── lottery-hc-f.png
│ │ │ ├── lottery-hc-t.png
│ │ │ ├── lottery-home.png
│ │ │ ├── lottery-jl-f.png
│ │ │ ├── lottery-jl-t.png
│ │ │ ├── lottery-right.png
│ │ │ ├── lottery-success.png
│ │ │ ├── lottery_time.png
│ │ │ └── lottery-white.png
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── lucky-code
│ │ │ ├── lucky-code.js
│ │ │ ├── lucky-code.json
│ │ │ ├── lucky-code.wxml
│ │ │ └── lucky-code.wxss
│ │ ├── prize
│ │ │ ├── prize.js
│ │ │ ├── prize.json
│ │ │ ├── prize.wxml
│ │ │ └── prize.wxss
│ │ └── rule
│ │ ├── rule.js
│ │ ├── rule.json
│ │ ├── rule.wxml
│ │ └── rule.wxss
│ ├── mch
│ │ ├── apply
│ │ │ ├── apply.js
│ │ │ ├── apply.json
│ │ │ ├── apply.wxml
│ │ │ └── apply.wxss
│ │ ├── images
│ │ │ ├── icon-bhao.png
│ │ │ ├── icon-bianji.png
│ │ │ ├── icon-check-off.png
│ │ │ ├── icon-check-on.png
│ │ │ ├── icon-coupon-disable.png
│ │ │ ├── icon-coupon.png
│ │ │ ├── icon-dhang.png
│ │ │ ├── icon-fenlei.png
│ │ │ ├── icon-home.png
│ │ │ ├── icon-jiage-1.png
│ │ │ ├── icon-jiage-2.png
│ │ │ ├── icon-jiage-3.png
│ │ │ ├── icon-jiantou-xia.png
│ │ │ ├── icon-jiantou-you.png
│ │ │ ├── icon-jjie.png
│ │ │ ├── icon-menu.png
│ │ │ ├── icon-quanbu-active.png
│ │ │ ├── icon-quanbu.png
│ │ │ ├── icon-shanchu.png
│ │ │ ├── icon-shoucang.png
│ │ │ ├── icon-shouhou.png
│ │ │ ├── icon-shouye-active.png
│ │ │ ├── icon-shouye.png
│ │ │ ├── icon-summary.png
│ │ │ ├── icon-tuiguang.png
│ │ │ ├── icon-xiajia.png
│ │ │ ├── icon-xinpin-active.png
│ │ │ ├── icon-xinpin.png
│ │ │ ├── icon-zyin.png
│ │ │ ├── img-map.png
│ │ │ ├── img-shenhe-0.png
│ │ │ ├── img-shenhe-1.png
│ │ │ ├── img-shenhe-2.png
│ │ │ ├── menu-1.png
│ │ │ ├── menu-2.png
│ │ │ ├── menu-3.png
│ │ │ ├── menu-4.png
│ │ │ ├── menu-5.png
│ │ │ ├── menu-6.png
│ │ │ ├── menu-7.png
│ │ │ ├── menu-8.png
│ │ │ ├── menu-9.png
│ │ │ ├── notice.png
│ │ │ ├── shop-cat.png
│ │ │ ├── shop-kf.png
│ │ │ └── shop-x.png
│ │ ├── m
│ │ │ ├── account
│ │ │ │ ├── account.js
│ │ │ │ ├── account.json
│ │ │ │ ├── account.wxml
│ │ │ │ └── account.wxss
│ │ │ ├── account-log
│ │ │ │ ├── account-log.js
│ │ │ │ ├── account-log.json
│ │ │ │ ├── account-log.wxml
│ │ │ │ └── account-log.wxss
│ │ │ ├── account-rest
│ │ │ │ ├── account-rest.js
│ │ │ │ ├── account-rest.json
│ │ │ │ ├── account-rest.wxml
│ │ │ │ └── account-rest.wxss
│ │ │ ├── cash
│ │ │ │ ├── cash.js
│ │ │ │ ├── cash.json
│ │ │ │ ├── cash.wxml
│ │ │ │ └── cash.wxss
│ │ │ ├── cash-log
│ │ │ │ ├── cash-log.js
│ │ │ │ ├── cash-log.json
│ │ │ │ ├── cash-log.wxml
│ │ │ │ └── cash-log.wxss
│ │ │ ├── goods
│ │ │ │ ├── goods.js
│ │ │ │ ├── goods.json
│ │ │ │ ├── goods.wxml
│ │ │ │ └── goods.wxss
│ │ │ ├── myshop
│ │ │ │ ├── myshop.js
│ │ │ │ ├── myshop.json
│ │ │ │ ├── myshop.wxml
│ │ │ │ └── myshop.wxss
│ │ │ ├── order
│ │ │ │ ├── order.js
│ │ │ │ ├── order.json
│ │ │ │ ├── order.wxml
│ │ │ │ └── order.wxss
│ │ │ ├── order-detail
│ │ │ │ ├── order-detail.js
│ │ │ │ ├── order-detail.json
│ │ │ │ ├── order-detail.wxml
│ │ │ │ └── order-detail.wxss
│ │ │ ├── order-refund
│ │ │ │ ├── order-refund.js
│ │ │ │ ├── order-refund.json
│ │ │ │ ├── order-refund.wxml
│ │ │ │ └── order-refund.wxss
│ │ │ ├── order-send
│ │ │ │ ├── order-send.js
│ │ │ │ ├── order-send.json
│ │ │ │ ├── order-send.wxml
│ │ │ │ └── order-send.wxss
│ │ │ ├── setting
│ │ │ │ ├── setting.js
│ │ │ │ ├── setting.json
│ │ │ │ ├── setting.wxml
│ │ │ │ └── setting.wxss
│ │ │ ├── settle_detail
│ │ │ │ ├── settle_detail.js
│ │ │ │ ├── settle_detail.json
│ │ │ │ ├── settle_detail.wxml
│ │ │ │ └── settle_detail.wxss
│ │ │ ├── shop-qrcode
│ │ │ │ ├── shop-qrcode.js
│ │ │ │ ├── shop-qrcode.json
│ │ │ │ ├── shop-qrcode.wxml
│ │ │ │ └── shop-qrcode.wxss
│ │ │ └── tongji
│ │ │ ├── tongji.js
│ │ │ ├── tongji.json
│ │ │ ├── tongji.wxml
│ │ │ └── tongji.wxss
│ │ ├── shop
│ │ │ ├── shop.js
│ │ │ ├── shop.json
│ │ │ ├── shop.wxml
│ │ │ └── shop.wxss
│ │ ├── shop-cat
│ │ │ ├── shop-cat.js
│ │ │ ├── shop-cat.json
│ │ │ ├── shop-cat.wxml
│ │ │ └── shop-cat.wxss
│ │ ├── shop-list
│ │ │ ├── shop-list.js
│ │ │ ├── shop-list.json
│ │ │ ├── shop-list.wxml
│ │ │ └── shop-list.wxss
│ │ └── shop-summary
│ │ ├── shop-summary.js
│ │ ├── shop-summary.json
│ │ ├── shop-summary.wxml
│ │ └── shop-summary.wxss
│ ├── pages
│ │ ├── address
│ │ │ ├── address.js
│ │ │ ├── address.json
│ │ │ ├── address.wxml
│ │ │ └── address.wxss
│ │ ├── address-edit
│ │ │ ├── address-edit.js
│ │ │ ├── address-edit.json
│ │ │ ├── address-edit.wxml
│ │ │ └── address-edit.wxss
│ │ ├── address-picker
│ │ │ ├── address-picker.js
│ │ │ ├── address-picker.json
│ │ │ ├── address-picker.wxml
│ │ │ └── address-picker.wxss
│ │ ├── add-share
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── article-detail
│ │ │ ├── article-detail.js
│ │ │ ├── article-detail.json
│ │ │ ├── article-detail.wxml
│ │ │ └── article-detail.wxss
│ │ ├── article-list
│ │ │ ├── article-list.js
│ │ │ ├── article-list.json
│ │ │ ├── article-list.wxml
│ │ │ └── article-list.wxss
│ │ ├── balance
│ │ │ ├── balance.js
│ │ │ ├── balance.json
│ │ │ ├── balance.wxml
│ │ │ ├── balance.wxss
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ └── detail.wxss
│ │ ├── bangding
│ │ │ ├── bangding.js
│ │ │ ├── bangding.json
│ │ │ ├── bangding.wxml
│ │ │ └── bangding.wxss
│ │ ├── bikan.ini
│ │ ├── book
│ │ │ ├── clerk
│ │ │ │ ├── clerk.js
│ │ │ │ ├── clerk.json
│ │ │ │ ├── clerk.wxml
│ │ │ │ └── clerk.wxss
│ │ │ ├── comment
│ │ │ │ ├── comment.js
│ │ │ │ ├── comment.json
│ │ │ │ ├── comment.wxml
│ │ │ │ └── comment.wxss
│ │ │ ├── details
│ │ │ │ ├── details.js
│ │ │ │ ├── details.json
│ │ │ │ ├── details.wxml
│ │ │ │ └── details.wxss
│ │ │ ├── index
│ │ │ │ ├── index.js
│ │ │ │ ├── index.json
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ ├── order
│ │ │ │ ├── details.js
│ │ │ │ ├── details.json
│ │ │ │ ├── details.wxml
│ │ │ │ ├── details.wxss
│ │ │ │ ├── order.js
│ │ │ │ ├── order.json
│ │ │ │ ├── order.wxml
│ │ │ │ └── order.wxss
│ │ │ ├── order-comment
│ │ │ │ ├── order-comment.js
│ │ │ │ ├── order-comment.json
│ │ │ │ ├── order-comment.wxml
│ │ │ │ └── order-comment.wxss
│ │ │ ├── shop
│ │ │ │ ├── shop.js
│ │ │ │ ├── shop.json
│ │ │ │ ├── shop.wxml
│ │ │ │ └── shop.wxss
│ │ │ └── submit
│ │ │ ├── submit.js
│ │ │ ├── submit.json
│ │ │ ├── submit.wxml
│ │ │ └── submit.wxss
│ │ ├── card
│ │ │ ├── card.js
│ │ │ ├── card.json
│ │ │ ├── card.wxml
│ │ │ └── card.wxss
│ │ ├── card-clerk
│ │ │ ├── card-clerk.js
│ │ │ ├── card-clerk.json
│ │ │ ├── card-clerk.wxml
│ │ │ └── card-clerk.wxss
│ │ ├── card-detail
│ │ │ ├── card-detail.js
│ │ │ ├── card-detail.json
│ │ │ ├── card-detail.wxml
│ │ │ └── card-detail.wxss
│ │ ├── cart
│ │ │ ├── cart.js
│ │ │ ├── cart.json
│ │ │ ├── cart.wxml
│ │ │ └── cart.wxss
│ │ ├── cash
│ │ │ ├── cash.js
│ │ │ ├── cash.json
│ │ │ ├── cash.wxml
│ │ │ └── cash.wxss
│ │ ├── cash-detail
│ │ │ ├── cash-detail.js
│ │ │ ├── cash-detail.json
│ │ │ ├── cash-detail.wxml
│ │ │ └── cash-detail.wxss
│ │ ├── cat
│ │ │ ├── cat.js
│ │ │ ├── cat.json
│ │ │ ├── cat.wxml
│ │ │ └── cat.wxss
│ │ ├── clerk
│ │ │ ├── clerk.js
│ │ │ ├── clerk.json
│ │ │ ├── clerk.wxml
│ │ │ └── clerk.wxss
│ │ ├── coupon
│ │ │ ├── coupon.js
│ │ │ ├── coupon.json
│ │ │ ├── coupon.wxml
│ │ │ └── coupon.wxss
│ │ ├── coupon-detail
│ │ │ ├── coupon-detail.js
│ │ │ ├── coupon-detail.json
│ │ │ ├── coupon-detail.wxml
│ │ │ └── coupon-detail.wxss
│ │ ├── coupon-list
│ │ │ ├── coupon-list.js
│ │ │ ├── coupon-list.json
│ │ │ ├── coupon-list.wxml
│ │ │ └── coupon-list.wxss
│ │ ├── demo
│ │ │ ├── demo.js
│ │ │ ├── demo.json
│ │ │ ├── demo.wxml
│ │ │ └── demo.wxss
│ │ ├── express-detail
│ │ │ ├── express-detail.js
│ │ │ ├── express-detail.json
│ │ │ ├── express-detail.wxml
│ │ │ └── express-detail.wxss
│ │ ├── favorite
│ │ │ ├── favorite.js
│ │ │ ├── favorite.json
│ │ │ ├── favorite.wxml
│ │ │ └── favorite.wxss
│ │ ├── fxhb
│ │ │ ├── common.wxss
│ │ │ ├── detail
│ │ │ │ ├── detail.js
│ │ │ │ ├── detail.json
│ │ │ │ ├── detail.wxml
│ │ │ │ └── detail.wxss
│ │ │ └── open
│ │ │ ├── open.js
│ │ │ ├── open.json
│ │ │ ├── open.wxml
│ │ │ └── open.wxss
│ │ ├── goods
│ │ │ ├── goods.js
│ │ │ ├── goods.json
│ │ │ ├── goods.wxml
│ │ │ └── goods.wxss
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── index1.html
│ │ ├── integral-mall
│ │ │ ├── clerk
│ │ │ │ ├── clerk.js
│ │ │ │ ├── clerk.json
│ │ │ │ ├── clerk.wxml
│ │ │ │ └── clerk.wxss
│ │ │ ├── coupon-info
│ │ │ │ ├── index.js
│ │ │ │ ├── index.json
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ ├── detail
│ │ │ │ ├── index.js
│ │ │ │ ├── index.json
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ ├── exchange
│ │ │ │ ├── index.js
│ │ │ │ ├── index.json
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ ├── goods-info
│ │ │ │ ├── index.js
│ │ │ │ ├── index.json
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ ├── index
│ │ │ │ ├── index.js
│ │ │ │ ├── index.json
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ ├── order
│ │ │ │ ├── order.js
│ │ │ │ ├── order.json
│ │ │ │ ├── order.wxml
│ │ │ │ └── order.wxss
│ │ │ ├── order-submit
│ │ │ │ ├── index.js
│ │ │ │ ├── index.json
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ ├── register
│ │ │ │ ├── index.js
│ │ │ │ ├── index.json
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ └── shuoming
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── list
│ │ │ ├── list.js
│ │ │ ├── list.json
│ │ │ ├── list.wxml
│ │ │ └── list.wxss
│ │ ├── login
│ │ │ ├── login.js
│ │ │ ├── login.json
│ │ │ ├── login.wxml
│ │ │ └── login.wxss
│ │ ├── logo1.gif
│ │ ├── member
│ │ │ ├── member.js
│ │ │ ├── member.json
│ │ │ ├── member.wxml
│ │ │ └── member.wxss
│ │ ├── miaosha
│ │ │ ├── details
│ │ │ │ ├── details.js
│ │ │ │ ├── details.json
│ │ │ │ ├── details.wxml
│ │ │ │ └── details.wxss
│ │ │ ├── express-detail
│ │ │ │ ├── express-detail.js
│ │ │ │ ├── express-detail.json
│ │ │ │ ├── express-detail.wxml
│ │ │ │ └── express-detail.wxss
│ │ │ ├── miaosha.js
│ │ │ ├── miaosha.json
│ │ │ ├── miaosha.wxml
│ │ │ ├── miaosha.wxss
│ │ │ ├── order
│ │ │ │ ├── order.js
│ │ │ │ ├── order.json
│ │ │ │ ├── order.wxml
│ │ │ │ └── order.wxss
│ │ │ ├── order-comment
│ │ │ │ ├── order-comment.js
│ │ │ │ ├── order-comment.json
│ │ │ │ ├── order-comment.wxml
│ │ │ │ └── order-comment.wxss
│ │ │ ├── order-detail
│ │ │ │ ├── order-detail.js
│ │ │ │ ├── order-detail.json
│ │ │ │ ├── order-detail.wxml
│ │ │ │ └── order-detail.wxss
│ │ │ ├── order-refund
│ │ │ │ ├── order-refund.js
│ │ │ │ ├── order-refund.json
│ │ │ │ ├── order-refund.wxml
│ │ │ │ └── order-refund.wxss
│ │ │ ├── order-refund-detail
│ │ │ │ ├── order-refund-detail.js
│ │ │ │ ├── order-refund-detail.json
│ │ │ │ ├── order-refund-detail.wxml
│ │ │ │ └── order-refund-detail.wxss
│ │ │ └── order-submit
│ │ │ ├── order-submit.js
│ │ │ ├── order-submit.json
│ │ │ ├── order-submit.wxml
│ │ │ └── order-submit.wxss
│ │ ├── new-order-submit
│ │ │ ├── new-order-submit.js
│ │ │ ├── new-order-submit.json
│ │ │ ├── new-order-submit.wxml
│ │ │ └── new-order-submit.wxss
│ │ ├── order
│ │ │ ├── order.js
│ │ │ ├── order.json
│ │ │ ├── order.wxml
│ │ │ └── order.wxss
│ │ ├── order-comment
│ │ │ ├── order-comment.js
│ │ │ ├── order-comment.json
│ │ │ ├── order-comment.wxml
│ │ │ └── order-comment.wxss
│ │ ├── order-detail
│ │ │ ├── order-detail.js
│ │ │ ├── order-detail.json
│ │ │ ├── order-detail.wxml
│ │ │ └── order-detail.wxss
│ │ ├── order-refund
│ │ │ ├── order-refund.js
│ │ │ ├── order-refund.json
│ │ │ ├── order-refund.wxml
│ │ │ └── order-refund.wxss
│ │ ├── order-refund-detail
│ │ │ ├── order-refund-detail.js
│ │ │ ├── order-refund-detail.json
│ │ │ ├── order-refund-detail.wxml
│ │ │ └── order-refund-detail.wxss
│ │ ├── order-submit
│ │ │ ├── order-submit.js
│ │ │ ├── order-submit.json
│ │ │ ├── order-submit.wxml
│ │ │ └── order-submit.wxss
│ │ ├── pt
│ │ │ ├── clerk
│ │ │ │ ├── clerk.js
│ │ │ │ ├── clerk.json
│ │ │ │ ├── clerk.wxml
│ │ │ │ └── clerk.wxss
│ │ │ ├── comment
│ │ │ │ ├── comment.js
│ │ │ │ ├── comment.json
│ │ │ │ ├── comment.wxml
│ │ │ │ └── comment.wxss
│ │ │ ├── commons
│ │ │ │ └── cat
│ │ │ │ ├── cat.wxml
│ │ │ │ └── cat.wxss
│ │ │ ├── details
│ │ │ │ ├── details.js
│ │ │ │ ├── details.json
│ │ │ │ ├── details.wxml
│ │ │ │ └── details.wxss
│ │ │ ├── express-detail
│ │ │ │ ├── express-detail.js
│ │ │ │ ├── express-detail.json
│ │ │ │ ├── express-detail.wxml
│ │ │ │ └── express-detail.wxss
│ │ │ ├── group
│ │ │ │ ├── details.js
│ │ │ │ ├── details.json
│ │ │ │ ├── details.wxml
│ │ │ │ └── details.wxss
│ │ │ ├── index
│ │ │ │ ├── index.js
│ │ │ │ ├── index.json
│ │ │ │ ├── index.wxml
│ │ │ │ └── index.wxss
│ │ │ ├── list
│ │ │ │ ├── list.js
│ │ │ │ ├── list.json
│ │ │ │ ├── list.wxml
│ │ │ │ └── list.wxss
│ │ │ ├── order
│ │ │ │ ├── order.js
│ │ │ │ ├── order.json
│ │ │ │ ├── order.wxml
│ │ │ │ └── order.wxss
│ │ │ ├── order-comment
│ │ │ │ ├── order-comment.js
│ │ │ │ ├── order-comment.json
│ │ │ │ ├── order-comment.wxml
│ │ │ │ └── order-comment.wxss
│ │ │ ├── order-details
│ │ │ │ ├── order-details.js
│ │ │ │ ├── order-details.json
│ │ │ │ ├── order-details.wxml
│ │ │ │ └── order-details.wxss
│ │ │ ├── order-refund
│ │ │ │ ├── order-refund.js
│ │ │ │ ├── order-refund.json
│ │ │ │ ├── order-refund.wxml
│ │ │ │ └── order-refund.wxss
│ │ │ ├── order-refund-detail
│ │ │ │ ├── order-refund-detail.js
│ │ │ │ ├── order-refund-detail.json
│ │ │ │ ├── order-refund-detail.wxml
│ │ │ │ └── order-refund-detail.wxss
│ │ │ ├── order-submit
│ │ │ │ ├── order-submit.js
│ │ │ │ ├── order-submit.json
│ │ │ │ ├── order-submit.wxml
│ │ │ │ └── order-submit.wxss
│ │ │ └── search
│ │ │ ├── search.js
│ │ │ ├── search.json
│ │ │ ├── search.wxml
│ │ │ └── search.wxss
│ │ ├── quick-purchase
│ │ │ └── index
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── readme.ini
│ │ ├── recharge
│ │ │ ├── recharge.js
│ │ │ ├── recharge.json
│ │ │ ├── recharge.wxml
│ │ │ └── recharge.wxss
│ │ ├── search
│ │ │ ├── search.js
│ │ │ ├── search.json
│ │ │ ├── search.wxml
│ │ │ └── search.wxss
│ │ ├── share
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── share-money
│ │ │ ├── share-money.js
│ │ │ ├── share-money.json
│ │ │ ├── share-money.wxml
│ │ │ └── share-money.wxss
│ │ ├── share-order
│ │ │ ├── share-order.js
│ │ │ ├── share-order.json
│ │ │ ├── share-order.wxml
│ │ │ └── share-order.wxss
│ │ ├── share-qrcode
│ │ │ ├── share-qrcode.js
│ │ │ ├── share-qrcode.json
│ │ │ ├── share-qrcode.wxml
│ │ │ └── share-qrcode.wxss
│ │ ├── share-team
│ │ │ ├── share-team.js
│ │ │ ├── share-team.json
│ │ │ ├── share-team.wxml
│ │ │ └── share-team.wxss
│ │ ├── shop
│ │ │ ├── shop.js
│ │ │ ├── shop.json
│ │ │ ├── shop.wxml
│ │ │ └── shop.wxss
│ │ ├── shop-detail
│ │ │ ├── shop-detail.js
│ │ │ ├── shop-detail.json
│ │ │ ├── shop-detail.wxml
│ │ │ └── shop-detail.wxss
│ │ ├── store-disabled
│ │ │ ├── store-disabled.js
│ │ │ ├── store-disabled.json
│ │ │ ├── store-disabled.wxml
│ │ │ └── store-disabled.wxss
│ │ ├── test
│ │ │ ├── test.js
│ │ │ ├── test.json
│ │ │ ├── test.wxml
│ │ │ └── test.wxss
│ │ ├── topic
│ │ │ ├── topic.js
│ │ │ ├── topic.json
│ │ │ ├── topic.wxml
│ │ │ └── topic.wxss
│ │ ├── topic-list
│ │ │ ├── topic-list.js
│ │ │ ├── topic-list.json
│ │ │ ├── topic-list.wxml
│ │ │ └── topic-list.wxss
│ │ ├── user
│ │ │ ├── user.js
│ │ │ ├── user.json
│ │ │ ├── user.wxml
│ │ │ └── user.wxss
│ │ ├── video
│ │ │ ├── video-list.js
│ │ │ ├── video-list.json
│ │ │ ├── video-list.wxml
│ │ │ └── video-list.wxss
│ │ ├── web
│ │ │ ├── authorization
│ │ │ │ ├── authorization.js
│ │ │ │ ├── authorization.json
│ │ │ │ ├── authorization.wxml
│ │ │ │ └── authorization.wxss
│ │ │ ├── login
│ │ │ │ ├── login.js
│ │ │ │ ├── login.json
│ │ │ │ ├── login.wxml
│ │ │ │ └── login.wxss
│ │ │ ├── web.js
│ │ │ ├── web.json
│ │ │ ├── web.wxml
│ │ │ └── web.wxss
│ │ ├── weixin.png
│ │ ├── Www.Souho.Net.html
│ │ └── 搜虎精品社区.url
│ ├── pond
│ │ ├── images
│ │ │ ├── home.png
│ │ │ ├── pond-button.png
│ │ │ ├── pond-cen.png
│ │ │ ├── pond-cj.png
│ │ │ ├── pond-close.png
│ │ │ ├── pond-jf.png
│ │ │ ├── pond-jp.png
│ │ │ ├── pond-jt.png
│ │ │ ├── pond-register.png
│ │ │ └── pond-xx.png
│ │ ├── pond
│ │ │ ├── pond.js
│ │ │ ├── pond.json
│ │ │ ├── pond.wxml
│ │ │ └── pond.wxss
│ │ ├── prize
│ │ │ ├── prize.js
│ │ │ ├── prize.json
│ │ │ ├── prize.wxml
│ │ │ └── prize.wxss
│ │ └── rule
│ │ ├── rule.js
│ │ ├── rule.json
│ │ ├── rule.wxml
│ │ └── rule.wxss
│ ├── project.config.json
│ ├── scratch
│ │ ├── images
│ │ │ ├── home.png
│ │ │ ├── scratch_bg.png
│ │ │ ├── scratch_hide_1.png
│ │ │ ├── scratch_hide_2.png
│ │ │ └── scratch_kuang.png
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── prize
│ │ │ ├── prize.js
│ │ │ ├── prize.json
│ │ │ ├── prize.wxml
│ │ │ └── prize.wxss
│ │ └── rule
│ │ ├── rule.js
│ │ ├── rule.json
│ │ ├── rule.wxml
│ │ └── rule.wxss
│ ├── siteinfo.js
│ ├── step
│ │ ├── dare
│ │ │ ├── dare.js
│ │ │ ├── dare.json
│ │ │ ├── dare.wxml
│ │ │ └── dare.wxss
│ │ ├── detail
│ │ │ ├── detail.js
│ │ │ ├── detail.json
│ │ │ ├── detail.wxml
│ │ │ └── detail.wxss
│ │ ├── friend
│ │ │ ├── friend.js
│ │ │ ├── friend.json
│ │ │ ├── friend.wxml
│ │ │ └── friend.wxss
│ │ ├── goods
│ │ │ ├── goods.js
│ │ │ ├── goods.json
│ │ │ ├── goods.wxml
│ │ │ └── goods.wxss
│ │ ├── image
│ │ │ ├── ad.png
│ │ │ ├── banner.png
│ │ │ ├── cart-add.png
│ │ │ ├── cart-less.png
│ │ │ ├── cart-no-add.png
│ │ │ ├── cart-no-less.png
│ │ │ ├── dare.png
│ │ │ ├── detail-price.png
│ │ │ ├── exchange.png
│ │ │ ├── friend.png
│ │ │ ├── gift.png
│ │ │ ├── icon-store.png
│ │ │ ├── index.png
│ │ │ ├── left.png
│ │ │ ├── log.png
│ │ │ ├── none.png
│ │ │ ├── one.png
│ │ │ ├── participation.png
│ │ │ ├── pond-details.png
│ │ │ ├── price.png
│ │ │ ├── public.png
│ │ │ ├── refresh.png
│ │ │ ├── right.png
│ │ │ ├── rule.png
│ │ │ ├── side.png
│ │ │ ├── submit.png
│ │ │ ├── success.png
│ │ │ ├── three.png
│ │ │ ├── top1.png
│ │ │ ├── top2.png
│ │ │ ├── top3.png
│ │ │ ├── topBG.png
│ │ │ ├── top-icon.png
│ │ │ ├── top.png
│ │ │ ├── two.png
│ │ │ ├── user-integral-arrow.png
│ │ │ └── xi-right.png
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.json
│ │ │ ├── index.wxml
│ │ │ └── index.wxss
│ │ ├── join
│ │ │ ├── join.js
│ │ │ ├── join.json
│ │ │ ├── join.wxml
│ │ │ └── join.wxss
│ │ ├── log
│ │ │ ├── log.js
│ │ │ ├── log.json
│ │ │ ├── log.wxml
│ │ │ └── log.wxss
│ │ ├── rules
│ │ │ ├── rules.js
│ │ │ ├── rules.json
│ │ │ ├── rules.wxml
│ │ │ └── rules.wxss
│ │ ├── share
│ │ │ ├── share.js
│ │ │ ├── share.json
│ │ │ ├── share.wxml
│ │ │ └── share.wxss
│ │ └── top
│ │ ├── top.js
│ │ ├── top.json
│ │ ├── top.wxml
│ │ └── top.wxss
│ ├── utils
│ │ ├── helper.js
│ │ └── uploader.js
│ └── wxParse
│ ├── html2json.js
│ ├── htmlparser.js
│ ├── showdown.js
│ ├── wxDiscode.js
│ ├── wxParse.js
│ ├── wxParse.wxml
│ └── wxParse.wxss
└── 后端
├── assets
│ └── AppAsset.php
├── behaviors
│ ├── BargainBehavior.php
│ ├── BaseBehavior.php
│ ├── CouponBehavior.php
│ ├── DoNotDoIt.php
│ ├── index.html
│ ├── LotteryBehavior.php
│ ├── OrderBehavior.php
│ ├── PintuanBehavior.php
│ ├── PluginBehavior.php
│ └── StepBehavior.php
├── codeception.yml
├── commands
│ ├── HelloController.php
│ └── HjController.php
├── composer.json
├── composer.lock
├── config
│ ├── cache.php
│ ├── console.php
│ ├── db.php
│ ├── db-stand-alone.php
│ ├── db-we7.php
│ ├── ind_db.php
│ ├── index.html
│ ├── openssl.cnf
│ ├── params.php
│ ├── test_db.php
│ ├── test.php
│ └── web.php
├── controllers
│ ├── CloudController.php
│ ├── Controller.php
│ ├── index.html
│ ├── InPayNotifyController.php
│ ├── InstallController.php
│ ├── PayNotifyController.php
│ ├── RePayNotifyController.php
│ ├── SiteController.php
│ ├── TaskController.php
│ ├── TestController.php
│ ├── UploadController.php
│ ├── VideoUrlParser.php
│ └── WechatPlatformController.php
├── extensions
│ ├── alidayu
│ │ ├── aliyun
│ │ │ └── AliyunClient.php
│ │ ├── Autoloader.php
│ │ ├── fileTest.php
│ │ ├── test.php
│ │ ├── top
│ │ │ ├── ApplicationVar.php
│ │ │ ├── ClusterTopClient.php
│ │ │ ├── domain
│ │ │ │ ├── Area.php
│ │ │ │ ├── BizResult.php
│ │ │ │ ├── FcPartnerSmsDetailDto.php
│ │ │ │ ├── KfcSearchResult.php
│ │ │ │ ├── Result.php
│ │ │ │ ├── Subtask.php
│ │ │ │ └── Task.php
│ │ │ ├── HttpdnsGetRequest.php
│ │ │ ├── request
│ │ │ │ ├── AlibabaAliqinFcFlowChargeProvinceRequest.php
│ │ │ │ ├── AlibabaAliqinFcFlowChargeRequest.php
│ │ │ │ ├── AlibabaAliqinFcFlowGradeRequest.php
│ │ │ │ ├── AlibabaAliqinFcFlowQueryRequest.php
│ │ │ │ ├── AlibabaAliqinFcSmsNumQueryRequest.php
│ │ │ │ ├── AlibabaAliqinFcSmsNumSendRequest.php
│ │ │ │ ├── AlibabaAliqinFcTtsNumSinglecallRequest.php
│ │ │ │ ├── AlibabaAliqinFcVoiceNumDoublecallRequest.php
│ │ │ │ ├── AlibabaAliqinFcVoiceNumSinglecallRequest.php
│ │ │ │ ├── AppipGetRequest.php
│ │ │ │ ├── AreasGetRequest.php
│ │ │ │ ├── HttpdnsGetRequest.php
│ │ │ │ ├── KfcKeywordSearchRequest.php
│ │ │ │ ├── TimeGetRequest.php
│ │ │ │ ├── TopatsResultGetRequest.php
│ │ │ │ ├── TopatsTaskDeleteRequest.php
│ │ │ │ ├── TopAuthTokenCreateRequest.php
│ │ │ │ ├── TopAuthTokenRefreshRequest.php
│ │ │ │ ├── TopIpoutGetRequest.php
│ │ │ │ └── TopSecretGetRequest.php
│ │ │ ├── RequestCheckUtil.php
│ │ │ ├── ResultSet.php
│ │ │ ├── SpiUtils.php
│ │ │ ├── TopClient.php
│ │ │ └── TopLogger.php
│ │ └── TopSdk.php
│ ├── aliyun
│ │ ├── api_demo
│ │ │ └── SmsDemo.php
│ │ ├── api_sdk
│ │ │ ├── composer.json
│ │ │ ├── composer.lock
│ │ │ ├── lib
│ │ │ │ ├── Api
│ │ │ │ │ └── Sms
│ │ │ │ │ └── Request
│ │ │ │ │ └── V20170525
│ │ │ │ │ ├── QueryInterSmsIsoInfoRequest.php
│ │ │ │ │ ├── QuerySendDetailsRequest.php
│ │ │ │ │ ├── SendInterSmsRequest.php
│ │ │ │ │ └── SendSmsRequest.php
│ │ │ │ └── Core
│ │ │ │ ├── AcsRequest.php
│ │ │ │ ├── AcsResponse.php
│ │ │ │ ├── Auth
│ │ │ │ │ ├── Credential.php
│ │ │ │ │ ├── ISigner.php
│ │ │ │ │ ├── ShaHmac1Signer.php
│ │ │ │ │ └── ShaHmac256Signer.php
│ │ │ │ ├── Config.php
│ │ │ │ ├── DefaultAcsClient.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── ClientException.php
│ │ │ │ │ └── ServerException.php
│ │ │ │ ├── Http
│ │ │ │ │ ├── HttpHelper.php
│ │ │ │ │ └── HttpResponse.php
│ │ │ │ ├── IAcsClient.php
│ │ │ │ ├── Profile
│ │ │ │ │ ├── DefaultProfile.php
│ │ │ │ │ └── IClientProfile.php
│ │ │ │ ├── Regions
│ │ │ │ │ ├── EndpointConfig.php
│ │ │ │ │ ├── Endpoint.php
│ │ │ │ │ ├── EndpointProvider.php
│ │ │ │ │ ├── endpoints.xml
│ │ │ │ │ └── ProductDomain.php
│ │ │ │ ├── RoaAcsRequest.php
│ │ │ │ └── RpcAcsRequest.php
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.integration.xml
│ │ │ ├── phpunit.xml
│ │ │ ├── tests
│ │ │ │ ├── bootstrap.php
│ │ │ │ └── Core
│ │ │ │ ├── Auth
│ │ │ │ │ ├── CredentialTest.php
│ │ │ │ │ ├── ShaHmac1SignerTest.php
│ │ │ │ │ └── ShaHmac256SignerTest.php
│ │ │ │ ├── DefaultAcsClientTest.php
│ │ │ │ ├── Ecs
│ │ │ │ │ └── Request
│ │ │ │ │ └── DescribeRegionsRequest.php
│ │ │ │ ├── Http
│ │ │ │ │ └── HttpHelperTest.php
│ │ │ │ ├── Profile
│ │ │ │ │ └── DefaultProfileTest.php
│ │ │ │ └── Regions
│ │ │ │ └── EndpointProviderTest.php
│ │ │ └── vendor
│ │ │ ├── autoload.php
│ │ │ ├── bin
│ │ │ │ └── phpunit
│ │ │ ├── composer
│ │ │ │ ├── autoload_classmap.php
│ │ │ │ ├── autoload_namespaces.php
│ │ │ │ ├── autoload_psr4.php
│ │ │ │ ├── autoload_real.php
│ │ │ │ ├── autoload_static.php
│ │ │ │ ├── ClassLoader.php
│ │ │ │ ├── installed.json
│ │ │ │ └── LICENSE
│ │ │ ├── doctrine
│ │ │ │ └── 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
│ │ │ ├── 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
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── AlignFormatter.php
│ │ │ │ │ │ │ └── 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
│ │ │ │ └── type-resolver
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── 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
│ │ │ │ ├── Iterable_.php
│ │ │ │ ├── Mixed_.php
│ │ │ │ ├── Nullable.php
│ │ │ │ ├── Null_.php
│ │ │ │ ├── Object_.php
│ │ │ │ ├── Parent_.php
│ │ │ │ ├── Resource_.php
│ │ │ │ ├── Scalar.php
│ │ │ │ ├── Self_.php
│ │ │ │ ├── Static_.php
│ │ │ │ ├── String_.php
│ │ │ │ ├── This.php
│ │ │ │ └── Void_.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
│ │ │ │ │ │ └── travis-ci.xml
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── ChangeLog-2.2.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── scripts
│ │ │ │ │ │ ├── auto_append.php
│ │ │ │ │ │ └── auto_prepend.php
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── CodeCoverage
│ │ │ │ │ │ │ ├── Driver
│ │ │ │ │ │ │ │ ├── HHVM.php
│ │ │ │ │ │ │ │ ├── PHPDBG.php
│ │ │ │ │ │ │ │ └── Xdebug.php
│ │ │ │ │ │ │ ├── Driver.php
│ │ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ │ └── UnintentionallyCoveredCode.php
│ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ ├── Filter.php
│ │ │ │ │ │ │ ├── Report
│ │ │ │ │ │ │ │ ├── Clover.php
│ │ │ │ │ │ │ │ ├── Crap4j.php
│ │ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ │ ├── HTML
│ │ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── HTML.php
│ │ │ │ │ │ │ │ ├── Node
│ │ │ │ │ │ │ │ │ ├── Directory.php
│ │ │ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ │ │ └── Iterator.php
│ │ │ │ │ │ │ │ ├── Node.php
│ │ │ │ │ │ │ │ ├── PHP.php
│ │ │ │ │ │ │ │ ├── Text.php
│ │ │ │ │ │ │ │ ├── XML
│ │ │ │ │ │ │ │ │ ├── Directory.php
│ │ │ │ │ │ │ │ │ ├── File
│ │ │ │ │ │ │ │ │ │ ├── Coverage.php
│ │ │ │ │ │ │ │ │ │ ├── Method.php
│ │ │ │ │ │ │ │ │ │ ├── Report.php
│ │ │ │ │ │ │ │ │ │ └── Unit.php
│ │ │ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ │ │ ├── Node.php
│ │ │ │ │ │ │ │ │ ├── Project.php
│ │ │ │ │ │ │ │ │ ├── Tests.php
│ │ │ │ │ │ │ │ │ └── Totals.php
│ │ │ │ │ │ │ │ └── XML.php
│ │ │ │ │ │ │ ├── Util
│ │ │ │ │ │ │ │ └── InvalidArgumentHelper.php
│ │ │ │ │ │ │ └── Util.php
│ │ │ │ │ │ └── CodeCoverage.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── _files
│ │ │ │ │ │ ├── BankAccount-clover.xml
│ │ │ │ │ │ ├── BankAccount.php
│ │ │ │ │ │ ├── BankAccountTest.php
│ │ │ │ │ │ ├── class-with-anonymous-function-clover.xml
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── PHP
│ │ │ │ │ │ ├── CodeCoverage
│ │ │ │ │ │ │ ├── FilterTest.php
│ │ │ │ │ │ │ ├── Report
│ │ │ │ │ │ │ │ ├── CloverTest.php
│ │ │ │ │ │ │ │ └── FactoryTest.php
│ │ │ │ │ │ │ └── UtilTest.php
│ │ │ │ │ │ └── CodeCoverageTest.php
│ │ │ │ │ └── TestCase.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
│ │ │ │ │ ├── CODE_OF_CONDUCT.md
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── ExceptionCode.php
│ │ │ │ │ │ │ │ ├── ExceptionMessage.php
│ │ │ │ │ │ │ │ ├── ExceptionMessageRegExp.php
│ │ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ │ ├── FileExists.php
│ │ │ │ │ │ │ │ ├── GreaterThan.php
│ │ │ │ │ │ │ │ ├── IsAnything.php
│ │ │ │ │ │ │ │ ├── IsEmpty.php
│ │ │ │ │ │ │ │ ├── IsEqual.php
│ │ │ │ │ │ │ │ ├── IsFalse.php
│ │ │ │ │ │ │ │ ├── IsIdentical.php
│ │ │ │ │ │ │ │ ├── IsInstanceOf.php
│ │ │ │ │ │ │ │ ├── IsJson.php
│ │ │ │ │ │ │ │ ├── IsNull.php
│ │ │ │ │ │ │ │ ├── IsTrue.php
│ │ │ │ │ │ │ │ ├── IsType.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
│ │ │ │ │ │ │ ├── Error
│ │ │ │ │ │ │ │ ├── Deprecated.php
│ │ │ │ │ │ │ │ ├── Notice.php
│ │ │ │ │ │ │ │ └── Warning.php
│ │ │ │ │ │ │ ├── Error.php
│ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ ├── ExceptionWrapper.php
│ │ │ │ │ │ │ ├── ExpectationFailedException.php
│ │ │ │ │ │ │ ├── IncompleteTestCase.php
│ │ │ │ │ │ │ ├── IncompleteTestError.php
│ │ │ │ │ │ │ ├── IncompleteTest.php
│ │ │ │ │ │ │ ├── InvalidCoversTargetError.php
│ │ │ │ │ │ │ ├── InvalidCoversTargetException.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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── Configuration.php
│ │ │ │ │ │ ├── ErrorHandler.php
│ │ │ │ │ │ ├── Fileloader.php
│ │ │ │ │ │ ├── Filesystem.php
│ │ │ │ │ │ ├── Filter.php
│ │ │ │ │ │ ├── Getopt.php
│ │ │ │ │ │ ├── GlobalState.php
│ │ │ │ │ │ ├── InvalidArgumentHelper.php
│ │ │ │ │ │ ├── Log
│ │ │ │ │ │ │ ├── JSON.php
│ │ │ │ │ │ │ ├── JUnit.php
│ │ │ │ │ │ │ └── TAP.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
│ │ │ │ │ │ │ └── ResultPrinter.php
│ │ │ │ │ │ ├── Test.php
│ │ │ │ │ │ ├── TestSuiteIterator.php
│ │ │ │ │ │ ├── Type.php
│ │ │ │ │ │ └── XML.php
│ │ │ │ │ └── tests
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ ├── Extensions
│ │ │ │ │ │ ├── PhptTestCaseTest.php
│ │ │ │ │ │ └── RepeatedTestTest.php
│ │ │ │ │ ├── Fail
│ │ │ │ │ │ └── fail.phpt
│ │ │ │ │ ├── _files
│ │ │ │ │ │ ├── AbstractTest.php
│ │ │ │ │ │ ├── Author.php
│ │ │ │ │ │ ├── BankAccount.php
│ │ │ │ │ │ ├── BankAccountTest.php
│ │ │ │ │ │ ├── BankAccountTest.test.php
│ │ │ │ │ │ ├── bar.xml
│ │ │ │ │ │ ├── BaseTestListenerSample.php
│ │ │ │ │ │ ├── BeforeAndAfterTest.php
│ │ │ │ │ │ ├── BeforeClassAndAfterClassTest.php
│ │ │ │ │ │ ├── Book.php
│ │ │ │ │ │ ├── Calculator.php
│ │ │ │ │ │ ├── ChangeCurrentWorkingDirectoryTest.php
│ │ │ │ │ │ ├── ClassWithNonPublicAttributes.php
│ │ │ │ │ │ ├── ClassWithScalarTypeDeclarations.php
│ │ │ │ │ │ ├── ClassWithToString.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_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
│ │ │ │ │ │ ├── DataProviderFilterTest.php
│ │ │ │ │ │ ├── DataProviderIncompleteTest.php
│ │ │ │ │ │ ├── DataProviderSkippedTest.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
│ │ │ │ │ │ ├── IncompleteTest.php
│ │ │ │ │ │ ├── Inheritance
│ │ │ │ │ │ │ ├── InheritanceA.php
│ │ │ │ │ │ │ └── InheritanceB.php
│ │ │ │ │ │ ├── InheritedTestCase.php
│ │ │ │ │ │ ├── IniTest.php
│ │ │ │ │ │ ├── IsolationTest.php
│ │ │ │ │ │ ├── JsonData
│ │ │ │ │ │ │ ├── arrayObject.json
│ │ │ │ │ │ │ └── simpleObject.json
│ │ │ │ │ │ ├── MockRunner.php
│ │ │ │ │ │ ├── MultiDependencyTest.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
│ │ │ │ │ │ ├── RequirementsClassBeforeClassHookTest.php
│ │ │ │ │ │ ├── RequirementsClassDocBlockTest.php
│ │ │ │ │ │ ├── RequirementsTest.php
│ │ │ │ │ │ ├── SampleArrayAccess.php
│ │ │ │ │ │ ├── SampleClass.php
│ │ │ │ │ │ ├── Singleton.php
│ │ │ │ │ │ ├── StackTest.php
│ │ │ │ │ │ ├── StatusTest.php
│ │ │ │ │ │ ├── Struct.php
│ │ │ │ │ │ ├── structureAttributesAreSameButValuesAreNot.xml
│ │ │ │ │ │ ├── structureExpected.xml
│ │ │ │ │ │ ├── structureIgnoreTextNodes.xml
│ │ │ │ │ │ ├── structureIsSameButDataIsNot.xml
│ │ │ │ │ │ ├── structureWrongNumberOfAttributes.xml
│ │ │ │ │ │ ├── structureWrongNumberOfNodes.xml
│ │ │ │ │ │ ├── Success.php
│ │ │ │ │ │ ├── TemplateMethodsTest.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
│ │ │ │ │ │ │ ├── CountTest.php
│ │ │ │ │ │ │ ├── ExceptionMessageRegExpTest.php
│ │ │ │ │ │ │ ├── ExceptionMessageTest.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
│ │ │ │ │ │ │ ├── 2158
│ │ │ │ │ │ │ │ ├── constant.inc
│ │ │ │ │ │ │ │ └── Issue2158Test.php
│ │ │ │ │ │ │ ├── 2158.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
│ │ │ │ │ │ ├── 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-isolation.phpt
│ │ │ │ │ │ ├── dependencies.phpt
│ │ │ │ │ │ ├── empty-testcase.phpt
│ │ │ │ │ │ ├── exception-stack.phpt
│ │ │ │ │ │ ├── exclude-group-isolation.phpt
│ │ │ │ │ │ ├── exclude-group.phpt
│ │ │ │ │ │ ├── failure-isolation.phpt
│ │ │ │ │ │ ├── failure.phpt
│ │ │ │ │ │ ├── fatal-isolation.phpt
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── group-isolation.phpt
│ │ │ │ │ │ ├── group.phpt
│ │ │ │ │ │ ├── help2.phpt
│ │ │ │ │ │ ├── help.phpt
│ │ │ │ │ │ ├── ini-isolation.phpt
│ │ │ │ │ │ ├── list-groups.phpt
│ │ │ │ │ │ ├── log-json-no-pretty-print.phpt
│ │ │ │ │ │ ├── log-json-post-66021.phpt
│ │ │ │ │ │ ├── log-json-pre-66021.phpt
│ │ │ │ │ │ ├── log-junit.phpt
│ │ │ │ │ │ ├── log-tap.phpt
│ │ │ │ │ │ ├── options-after-arguments.phpt
│ │ │ │ │ │ ├── output-isolation.phpt
│ │ │ │ │ │ ├── repeat.phpt
│ │ │ │ │ │ ├── report-useless-tests-incomplete.phpt
│ │ │ │ │ │ ├── report-useless-tests-isolation.phpt
│ │ │ │ │ │ ├── report-useless-tests.phpt
│ │ │ │ │ │ ├── tap.phpt
│ │ │ │ │ │ ├── testdox-html.phpt
│ │ │ │ │ │ ├── testdox.phpt
│ │ │ │ │ │ ├── testdox-text.phpt
│ │ │ │ │ │ ├── test-suffix-multiple.phpt
│ │ │ │ │ │ └── test-suffix-single.phpt
│ │ │ │ │ └── Util
│ │ │ │ │ ├── ConfigurationTest.php
│ │ │ │ │ ├── GetoptTest.php
│ │ │ │ │ ├── GlobalStateTest.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.dist
│ │ │ │ ├── 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
│ │ │ │ │ │ ├── mocked_class_method.tpl.dist
│ │ │ │ │ │ ├── mocked_class.tpl.dist
│ │ │ │ │ │ ├── mocked_clone.tpl.dist
│ │ │ │ │ │ ├── mocked_method.tpl.dist
│ │ │ │ │ │ ├── mocked_static_method.tpl.dist
│ │ │ │ │ │ ├── proxied_method.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
│ │ │ │ │ │ ├── ReturnSelf.php
│ │ │ │ │ │ └── ReturnValueMap.php
│ │ │ │ │ ├── Stub.php
│ │ │ │ │ └── Verifiable.php
│ │ │ │ └── tests
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── _fixture
│ │ │ │ │ ├── AbstractMockTestClass.php
│ │ │ │ │ ├── AbstractTrait.php
│ │ │ │ │ ├── AnInterface.php
│ │ │ │ │ ├── AnotherInterface.php
│ │ │ │ │ ├── Bar.php
│ │ │ │ │ ├── ClassThatImplementsSerializable.php
│ │ │ │ │ ├── ClassWithStaticMethod.php
│ │ │ │ │ ├── Foo.php
│ │ │ │ │ ├── FunctionCallback.php
│ │ │ │ │ ├── GoogleSearch.wsdl
│ │ │ │ │ ├── InterfaceWithStaticMethod.php
│ │ │ │ │ ├── MethodCallbackByReference.php
│ │ │ │ │ ├── MethodCallback.php
│ │ │ │ │ ├── Mockable.php
│ │ │ │ │ ├── MockTestInterface.php
│ │ │ │ │ ├── PartialMockTestClass.php
│ │ │ │ │ ├── SingletonClass.php
│ │ │ │ │ ├── SomeClass.php
│ │ │ │ │ ├── StaticMockTestClass.php
│ │ │ │ │ └── TraversableMockTestInterface.php
│ │ │ │ ├── GeneratorTest.php
│ │ │ │ ├── MockBuilderTest.php
│ │ │ │ ├── MockObject
│ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── ObjectTest.php
│ │ │ │ │ │ └── StaticTest.php
│ │ │ │ │ ├── invocation_object_clone_object.phpt
│ │ │ │ │ ├── Matcher
│ │ │ │ │ │ └── ConsecutiveParametersTest.php
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── proxy.phpt
│ │ │ │ │ ├── scalar_type_declarations.phpt
│ │ │ │ │ ├── wsdl_class_namespace.phpt
│ │ │ │ │ ├── wsdl_class_partial.phpt
│ │ │ │ │ └── wsdl_class.phpt
│ │ │ │ ├── MockObjectTest.php
│ │ │ │ └── ProxyObjectTest.php
│ │ │ ├── sebastian
│ │ │ │ ├── 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
│ │ │ │ ├── recursion-context
│ │ │ │ │ ├── build.xml
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── phpunit.xml.dist
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── Context.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ └── InvalidArgumentException.php
│ │ │ │ │ └── tests
│ │ │ │ │ └── ContextTest.php
│ │ │ │ └── version
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── src
│ │ │ │ └── Version.php
│ │ │ ├── symfony
│ │ │ │ └── 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
│ │ │ └── webmozart
│ │ │ └── assert
│ │ │ ├── appveyor.yml
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ └── Assert.php
│ │ │ └── tests
│ │ │ └── AssertTest.php
│ │ ├── msg_demo
│ │ │ ├── lib
│ │ │ │ ├── TokenForAlicom.php
│ │ │ │ └── TokenGetterForAlicom.php
│ │ │ └── MsgDemo.php
│ │ └── msg_sdk
│ │ ├── composer.json
│ │ ├── composer.lock
│ │ ├── lib
│ │ │ ├── Api
│ │ │ │ └── Msg
│ │ │ │ └── Request
│ │ │ │ └── V20170525
│ │ │ │ └── QueryTokenForMnsQueueRequest.php
│ │ │ ├── Core
│ │ │ │ ├── AcsRequest.php
│ │ │ │ ├── AcsResponse.php
│ │ │ │ ├── Auth
│ │ │ │ │ ├── Credential.php
│ │ │ │ │ ├── ISigner.php
│ │ │ │ │ ├── ShaHmac1Signer.php
│ │ │ │ │ └── ShaHmac256Signer.php
│ │ │ │ ├── Config.php
│ │ │ │ ├── DefaultAcsClient.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── ClientException.php
│ │ │ │ │ └── ServerException.php
│ │ │ │ ├── Http
│ │ │ │ │ ├── HttpHelper.php
│ │ │ │ │ └── HttpResponse.php
│ │ │ │ ├── IAcsClient.php
│ │ │ │ ├── Profile
│ │ │ │ │ ├── DefaultProfile.php
│ │ │ │ │ └── IClientProfile.php
│ │ │ │ ├── Regions
│ │ │ │ │ ├── EndpointConfig.php
│ │ │ │ │ ├── Endpoint.php
│ │ │ │ │ ├── EndpointProvider.php
│ │ │ │ │ ├── endpoints.xml
│ │ │ │ │ └── ProductDomain.php
│ │ │ │ ├── RoaAcsRequest.php
│ │ │ │ └── RpcAcsRequest.php
│ │ │ └── MNS
│ │ │ ├── AsyncCallback.php
│ │ │ ├── Client.php
│ │ │ ├── Common
│ │ │ │ └── XMLParser.php
│ │ │ ├── Config.php
│ │ │ ├── Constants.php
│ │ │ ├── Exception
│ │ │ │ ├── BatchDeleteFailException.php
│ │ │ │ ├── BatchSendFailException.php
│ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ ├── MalformedXMLException.php
│ │ │ │ ├── MessageNotExistException.php
│ │ │ │ ├── MnsException.php
│ │ │ │ ├── QueueAlreadyExistException.php
│ │ │ │ ├── QueueNotExistException.php
│ │ │ │ ├── ReceiptHandleErrorException.php
│ │ │ │ ├── SubscriptionAlreadyExistException.php
│ │ │ │ ├── SubscriptionNotExistException.php
│ │ │ │ ├── TopicAlreadyExistException.php
│ │ │ │ └── TopicNotExistException.php
│ │ │ ├── Http
│ │ │ │ └── HttpClient.php
│ │ │ ├── Model
│ │ │ │ ├── AccountAttributes.php
│ │ │ │ ├── BatchSmsAttributes.php
│ │ │ │ ├── DeleteMessageErrorItem.php
│ │ │ │ ├── MailAttributes.php
│ │ │ │ ├── MessageAttributes.php
│ │ │ │ ├── Message.php
│ │ │ │ ├── QueueAttributes.php
│ │ │ │ ├── SendMessageRequestItem.php
│ │ │ │ ├── SendMessageResponseItem.php
│ │ │ │ ├── SmsAttributes.php
│ │ │ │ ├── SubscriptionAttributes.php
│ │ │ │ ├── TopicAttributes.php
│ │ │ │ ├── UpdateSubscriptionAttributes.php
│ │ │ │ └── WebSocketAttributes.php
│ │ │ ├── Queue.php
│ │ │ ├── Requests
│ │ │ │ ├── BaseRequest.php
│ │ │ │ ├── BatchDeleteMessageRequest.php
│ │ │ │ ├── BatchPeekMessageRequest.php
│ │ │ │ ├── BatchReceiveMessageRequest.php
│ │ │ │ ├── BatchSendMessageRequest.php
│ │ │ │ ├── ChangeMessageVisibilityRequest.php
│ │ │ │ ├── CreateQueueRequest.php
│ │ │ │ ├── CreateTopicRequest.php
│ │ │ │ ├── DeleteMessageRequest.php
│ │ │ │ ├── DeleteQueueRequest.php
│ │ │ │ ├── DeleteTopicRequest.php
│ │ │ │ ├── GetAccountAttributesRequest.php
│ │ │ │ ├── GetQueueAttributeRequest.php
│ │ │ │ ├── GetSubscriptionAttributeRequest.php
│ │ │ │ ├── GetTopicAttributeRequest.php
│ │ │ │ ├── ListQueueRequest.php
│ │ │ │ ├── ListSubscriptionRequest.php
│ │ │ │ ├── ListTopicRequest.php
│ │ │ │ ├── PeekMessageRequest.php
│ │ │ │ ├── PublishMessageRequest.php
│ │ │ │ ├── ReceiveMessageRequest.php
│ │ │ │ ├── SendMessageRequest.php
│ │ │ │ ├── SetAccountAttributesRequest.php
│ │ │ │ ├── SetQueueAttributeRequest.php
│ │ │ │ ├── SetSubscriptionAttributeRequest.php
│ │ │ │ ├── SetTopicAttributeRequest.php
│ │ │ │ ├── SubscribeRequest.php
│ │ │ │ └── UnsubscribeRequest.php
│ │ │ ├── Responses
│ │ │ │ ├── BaseResponse.php
│ │ │ │ ├── BatchDeleteMessageResponse.php
│ │ │ │ ├── BatchPeekMessageResponse.php
│ │ │ │ ├── BatchReceiveMessageResponse.php
│ │ │ │ ├── BatchSendMessageResponse.php
│ │ │ │ ├── ChangeMessageVisibilityResponse.php
│ │ │ │ ├── CreateQueueResponse.php
│ │ │ │ ├── CreateTopicResponse.php
│ │ │ │ ├── DeleteMessageResponse.php
│ │ │ │ ├── DeleteQueueResponse.php
│ │ │ │ ├── DeleteTopicResponse.php
│ │ │ │ ├── GetAccountAttributesResponse.php
│ │ │ │ ├── GetQueueAttributeResponse.php
│ │ │ │ ├── GetSubscriptionAttributeResponse.php
│ │ │ │ ├── GetTopicAttributeResponse.php
│ │ │ │ ├── ListQueueResponse.php
│ │ │ │ ├── ListSubscriptionResponse.php
│ │ │ │ ├── ListTopicResponse.php
│ │ │ │ ├── MnsPromise.php
│ │ │ │ ├── PeekMessageResponse.php
│ │ │ │ ├── PublishMessageResponse.php
│ │ │ │ ├── ReceiveMessageResponse.php
│ │ │ │ ├── SendMessageResponse.php
│ │ │ │ ├── SetAccountAttributesResponse.php
│ │ │ │ ├── SetQueueAttributeResponse.php
│ │ │ │ ├── SetSubscriptionAttributeResponse.php
│ │ │ │ ├── SetTopicAttributeResponse.php
│ │ │ │ ├── SubscribeResponse.php
│ │ │ │ └── UnsubscribeResponse.php
│ │ │ ├── Signature
│ │ │ │ └── Signature.php
│ │ │ ├── Topic.php
│ │ │ └── Traits
│ │ │ ├── MessageIdAndMD5.php
│ │ │ ├── MessagePropertiesForPeek.php
│ │ │ ├── MessagePropertiesForPublish.php
│ │ │ ├── MessagePropertiesForReceive.php
│ │ │ └── MessagePropertiesForSend.php
│ │ ├── LICENSE
│ │ ├── phpunit.integration.xml
│ │ ├── phpunit.xml
│ │ ├── tests
│ │ │ ├── bootstrap.php
│ │ │ └── Core
│ │ │ ├── Auth
│ │ │ │ ├── CredentialTest.php
│ │ │ │ ├── ShaHmac1SignerTest.php
│ │ │ │ └── ShaHmac256SignerTest.php
│ │ │ ├── DefaultAcsClientTest.php
│ │ │ ├── Ecs
│ │ │ │ └── Request
│ │ │ │ └── DescribeRegionsRequest.php
│ │ │ ├── Http
│ │ │ │ └── HttpHelperTest.php
│ │ │ ├── Profile
│ │ │ │ └── DefaultProfileTest.php
│ │ │ └── Regions
│ │ │ └── EndpointProviderTest.php
│ │ └── vendor
│ │ ├── autoload.php
│ │ ├── bin
│ │ │ └── phpunit
│ │ ├── composer
│ │ │ ├── autoload_classmap.php
│ │ │ ├── autoload_files.php
│ │ │ ├── autoload_namespaces.php
│ │ │ ├── autoload_psr4.php
│ │ │ ├── autoload_real.php
│ │ │ ├── autoload_static.php
│ │ │ ├── ClassLoader.php
│ │ │ ├── installed.json
│ │ │ └── LICENSE
│ │ ├── doctrine
│ │ │ └── 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
│ │ ├── 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
│ │ ├── 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
│ │ │ │ ├── LICENSE
│ │ │ │ ├── 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
│ │ │ │ │ │ ├── AlignFormatter.php
│ │ │ │ │ │ └── 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
│ │ │ └── type-resolver
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── 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
│ │ │ ├── Iterable_.php
│ │ │ ├── Mixed_.php
│ │ │ ├── Nullable.php
│ │ │ ├── Null_.php
│ │ │ ├── Object_.php
│ │ │ ├── Parent_.php
│ │ │ ├── Resource_.php
│ │ │ ├── Scalar.php
│ │ │ ├── Self_.php
│ │ │ ├── Static_.php
│ │ │ ├── String_.php
│ │ │ ├── This.php
│ │ │ └── Void_.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
│ │ │ │ │ └── travis-ci.xml
│ │ │ │ ├── build.xml
│ │ │ │ ├── ChangeLog-2.2.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── scripts
│ │ │ │ │ ├── auto_append.php
│ │ │ │ │ └── auto_prepend.php
│ │ │ │ ├── src
│ │ │ │ │ ├── CodeCoverage
│ │ │ │ │ │ ├── Driver
│ │ │ │ │ │ │ ├── HHVM.php
│ │ │ │ │ │ │ ├── PHPDBG.php
│ │ │ │ │ │ │ └── Xdebug.php
│ │ │ │ │ │ ├── Driver.php
│ │ │ │ │ │ ├── Exception
│ │ │ │ │ │ │ └── UnintentionallyCoveredCode.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── Filter.php
│ │ │ │ │ │ ├── Report
│ │ │ │ │ │ │ ├── Clover.php
│ │ │ │ │ │ │ ├── Crap4j.php
│ │ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ │ ├── HTML
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── HTML.php
│ │ │ │ │ │ │ ├── Node
│ │ │ │ │ │ │ │ ├── Directory.php
│ │ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ │ └── Iterator.php
│ │ │ │ │ │ │ ├── Node.php
│ │ │ │ │ │ │ ├── PHP.php
│ │ │ │ │ │ │ ├── Text.php
│ │ │ │ │ │ │ ├── XML
│ │ │ │ │ │ │ │ ├── Directory.php
│ │ │ │ │ │ │ │ ├── File
│ │ │ │ │ │ │ │ │ ├── Coverage.php
│ │ │ │ │ │ │ │ │ ├── Method.php
│ │ │ │ │ │ │ │ │ ├── Report.php
│ │ │ │ │ │ │ │ │ └── Unit.php
│ │ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ │ ├── Node.php
│ │ │ │ │ │ │ │ ├── Project.php
│ │ │ │ │ │ │ │ ├── Tests.php
│ │ │ │ │ │ │ │ └── Totals.php
│ │ │ │ │ │ │ └── XML.php
│ │ │ │ │ │ ├── Util
│ │ │ │ │ │ │ └── InvalidArgumentHelper.php
│ │ │ │ │ │ └── Util.php
│ │ │ │ │ └── CodeCoverage.php
│ │ │ │ └── tests
│ │ │ │ ├── _files
│ │ │ │ │ ├── BankAccount-clover.xml
│ │ │ │ │ ├── BankAccount.php
│ │ │ │ │ ├── BankAccountTest.php
│ │ │ │ │ ├── class-with-anonymous-function-clover.xml
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── 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
│ │ │ │ ├── PHP
│ │ │ │ │ ├── CodeCoverage
│ │ │ │ │ │ ├── FilterTest.php
│ │ │ │ │ │ ├── Report
│ │ │ │ │ │ │ ├── CloverTest.php
│ │ │ │ │ │ │ └── FactoryTest.php
│ │ │ │ │ │ └── UtilTest.php
│ │ │ │ │ └── CodeCoverageTest.php
│ │ │ │ └── TestCase.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
│ │ │ │ ├── CODE_OF_CONDUCT.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── ExceptionCode.php
│ │ │ │ │ │ │ ├── ExceptionMessage.php
│ │ │ │ │ │ │ ├── ExceptionMessageRegExp.php
│ │ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ │ ├── FileExists.php
│ │ │ │ │ │ │ ├── GreaterThan.php
│ │ │ │ │ │ │ ├── IsAnything.php
│ │ │ │ │ │ │ ├── IsEmpty.php
│ │ │ │ │ │ │ ├── IsEqual.php
│ │ │ │ │ │ │ ├── IsFalse.php
│ │ │ │ │ │ │ ├── IsIdentical.php
│ │ │ │ │ │ │ ├── IsInstanceOf.php
│ │ │ │ │ │ │ ├── IsJson.php
│ │ │ │ │ │ │ ├── IsNull.php
│ │ │ │ │ │ │ ├── IsTrue.php
│ │ │ │ │ │ │ ├── IsType.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
│ │ │ │ │ │ ├── Error
│ │ │ │ │ │ │ ├── Deprecated.php
│ │ │ │ │ │ │ ├── Notice.php
│ │ │ │ │ │ │ └── Warning.php
│ │ │ │ │ │ ├── Error.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── ExceptionWrapper.php
│ │ │ │ │ │ ├── ExpectationFailedException.php
│ │ │ │ │ │ ├── IncompleteTestCase.php
│ │ │ │ │ │ ├── IncompleteTestError.php
│ │ │ │ │ │ ├── IncompleteTest.php
│ │ │ │ │ │ ├── InvalidCoversTargetError.php
│ │ │ │ │ │ ├── InvalidCoversTargetException.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
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── Configuration.php
│ │ │ │ │ ├── ErrorHandler.php
│ │ │ │ │ ├── Fileloader.php
│ │ │ │ │ ├── Filesystem.php
│ │ │ │ │ ├── Filter.php
│ │ │ │ │ ├── Getopt.php
│ │ │ │ │ ├── GlobalState.php
│ │ │ │ │ ├── InvalidArgumentHelper.php
│ │ │ │ │ ├── Log
│ │ │ │ │ │ ├── JSON.php
│ │ │ │ │ │ ├── JUnit.php
│ │ │ │ │ │ └── TAP.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
│ │ │ │ │ │ └── ResultPrinter.php
│ │ │ │ │ ├── Test.php
│ │ │ │ │ ├── TestSuiteIterator.php
│ │ │ │ │ ├── Type.php
│ │ │ │ │ └── XML.php
│ │ │ │ └── tests
│ │ │ │ ├── bootstrap.php
│ │ │ │ ├── Extensions
│ │ │ │ │ ├── PhptTestCaseTest.php
│ │ │ │ │ └── RepeatedTestTest.php
│ │ │ │ ├── Fail
│ │ │ │ │ └── fail.phpt
│ │ │ │ ├── _files
│ │ │ │ │ ├── AbstractTest.php
│ │ │ │ │ ├── Author.php
│ │ │ │ │ ├── BankAccount.php
│ │ │ │ │ ├── BankAccountTest.php
│ │ │ │ │ ├── BankAccountTest.test.php
│ │ │ │ │ ├── bar.xml
│ │ │ │ │ ├── BaseTestListenerSample.php
│ │ │ │ │ ├── BeforeAndAfterTest.php
│ │ │ │ │ ├── BeforeClassAndAfterClassTest.php
│ │ │ │ │ ├── Book.php
│ │ │ │ │ ├── Calculator.php
│ │ │ │ │ ├── ChangeCurrentWorkingDirectoryTest.php
│ │ │ │ │ ├── ClassWithNonPublicAttributes.php
│ │ │ │ │ ├── ClassWithScalarTypeDeclarations.php
│ │ │ │ │ ├── ClassWithToString.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_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
│ │ │ │ │ ├── DataProviderFilterTest.php
│ │ │ │ │ ├── DataProviderIncompleteTest.php
│ │ │ │ │ ├── DataProviderSkippedTest.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
│ │ │ │ │ ├── IncompleteTest.php
│ │ │ │ │ ├── Inheritance
│ │ │ │ │ │ ├── InheritanceA.php
│ │ │ │ │ │ └── InheritanceB.php
│ │ │ │ │ ├── InheritedTestCase.php
│ │ │ │ │ ├── IniTest.php
│ │ │ │ │ ├── IsolationTest.php
│ │ │ │ │ ├── JsonData
│ │ │ │ │ │ ├── arrayObject.json
│ │ │ │ │ │ └── simpleObject.json
│ │ │ │ │ ├── MockRunner.php
│ │ │ │ │ ├── MultiDependencyTest.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
│ │ │ │ │ ├── RequirementsClassBeforeClassHookTest.php
│ │ │ │ │ ├── RequirementsClassDocBlockTest.php
│ │ │ │ │ ├── RequirementsTest.php
│ │ │ │ │ ├── SampleArrayAccess.php
│ │ │ │ │ ├── SampleClass.php
│ │ │ │ │ ├── Singleton.php
│ │ │ │ │ ├── StackTest.php
│ │ │ │ │ ├── StatusTest.php
│ │ │ │ │ ├── Struct.php
│ │ │ │ │ ├── structureAttributesAreSameButValuesAreNot.xml
│ │ │ │ │ ├── structureExpected.xml
│ │ │ │ │ ├── structureIgnoreTextNodes.xml
│ │ │ │ │ ├── structureIsSameButDataIsNot.xml
│ │ │ │ │ ├── structureWrongNumberOfAttributes.xml
│ │ │ │ │ ├── structureWrongNumberOfNodes.xml
│ │ │ │ │ ├── Success.php
│ │ │ │ │ ├── TemplateMethodsTest.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
│ │ │ │ │ │ ├── CountTest.php
│ │ │ │ │ │ ├── ExceptionMessageRegExpTest.php
│ │ │ │ │ │ ├── ExceptionMessageTest.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
│ │ │ │ │ │ ├── 2158
│ │ │ │ │ │ │ ├── constant.inc
│ │ │ │ │ │ │ └── Issue2158Test.php
│ │ │ │ │ │ ├── 2158.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
│ │ │ │ │ ├── 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-isolation.phpt
│ │ │ │ │ ├── dependencies.phpt
│ │ │ │ │ ├── empty-testcase.phpt
│ │ │ │ │ ├── exception-stack.phpt
│ │ │ │ │ ├── exclude-group-isolation.phpt
│ │ │ │ │ ├── exclude-group.phpt
│ │ │ │ │ ├── failure-isolation.phpt
│ │ │ │ │ ├── failure.phpt
│ │ │ │ │ ├── fatal-isolation.phpt
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── group-isolation.phpt
│ │ │ │ │ ├── group.phpt
│ │ │ │ │ ├── help2.phpt
│ │ │ │ │ ├── help.phpt
│ │ │ │ │ ├── ini-isolation.phpt
│ │ │ │ │ ├── list-groups.phpt
│ │ │ │ │ ├── log-json-no-pretty-print.phpt
│ │ │ │ │ ├── log-json-post-66021.phpt
│ │ │ │ │ ├── log-json-pre-66021.phpt
│ │ │ │ │ ├── log-junit.phpt
│ │ │ │ │ ├── log-tap.phpt
│ │ │ │ │ ├── options-after-arguments.phpt
│ │ │ │ │ ├── output-isolation.phpt
│ │ │ │ │ ├── repeat.phpt
│ │ │ │ │ ├── report-useless-tests-incomplete.phpt
│ │ │ │ │ ├── report-useless-tests-isolation.phpt
│ │ │ │ │ ├── report-useless-tests.phpt
│ │ │ │ │ ├── tap.phpt
│ │ │ │ │ ├── testdox-html.phpt
│ │ │ │ │ ├── testdox.phpt
│ │ │ │ │ ├── testdox-text.phpt
│ │ │ │ │ ├── test-suffix-multiple.phpt
│ │ │ │ │ └── test-suffix-single.phpt
│ │ │ │ └── Util
│ │ │ │ ├── ConfigurationTest.php
│ │ │ │ ├── GetoptTest.php
│ │ │ │ ├── GlobalStateTest.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.dist
│ │ │ ├── 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
│ │ │ │ │ ├── mocked_class_method.tpl.dist
│ │ │ │ │ ├── mocked_class.tpl.dist
│ │ │ │ │ ├── mocked_clone.tpl.dist
│ │ │ │ │ ├── mocked_method.tpl.dist
│ │ │ │ │ ├── mocked_static_method.tpl.dist
│ │ │ │ │ ├── proxied_method.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
│ │ │ │ │ ├── ReturnSelf.php
│ │ │ │ │ └── ReturnValueMap.php
│ │ │ │ ├── Stub.php
│ │ │ │ └── Verifiable.php
│ │ │ └── tests
│ │ │ ├── bootstrap.php
│ │ │ ├── _fixture
│ │ │ │ ├── AbstractMockTestClass.php
│ │ │ │ ├── AbstractTrait.php
│ │ │ │ ├── AnInterface.php
│ │ │ │ ├── AnotherInterface.php
│ │ │ │ ├── Bar.php
│ │ │ │ ├── ClassThatImplementsSerializable.php
│ │ │ │ ├── ClassWithStaticMethod.php
│ │ │ │ ├── Foo.php
│ │ │ │ ├── FunctionCallback.php
│ │ │ │ ├── GoogleSearch.wsdl
│ │ │ │ ├── InterfaceWithStaticMethod.php
│ │ │ │ ├── MethodCallbackByReference.php
│ │ │ │ ├── MethodCallback.php
│ │ │ │ ├── Mockable.php
│ │ │ │ ├── MockTestInterface.php
│ │ │ │ ├── PartialMockTestClass.php
│ │ │ │ ├── SingletonClass.php
│ │ │ │ ├── SomeClass.php
│ │ │ │ ├── StaticMockTestClass.php
│ │ │ │ └── TraversableMockTestInterface.php
│ │ │ ├── GeneratorTest.php
│ │ │ ├── MockBuilderTest.php
│ │ │ ├── MockObject
│ │ │ │ ├── 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
│ │ │ │ │ ├── ObjectTest.php
│ │ │ │ │ └── StaticTest.php
│ │ │ │ ├── invocation_object_clone_object.phpt
│ │ │ │ ├── Matcher
│ │ │ │ │ └── ConsecutiveParametersTest.php
│ │ │ │ ├── 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
│ │ │ │ ├── proxy.phpt
│ │ │ │ ├── scalar_type_declarations.phpt
│ │ │ │ ├── wsdl_class_namespace.phpt
│ │ │ │ ├── wsdl_class_partial.phpt
│ │ │ │ └── wsdl_class.phpt
│ │ │ ├── MockObjectTest.php
│ │ │ └── ProxyObjectTest.php
│ │ ├── 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
│ │ ├── sebastian
│ │ │ ├── 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
│ │ │ ├── recursion-context
│ │ │ │ ├── build.xml
│ │ │ │ ├── composer.json
│ │ │ │ ├── LICENSE
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── README.md
│ │ │ │ ├── src
│ │ │ │ │ ├── Context.php
│ │ │ │ │ ├── Exception.php
│ │ │ │ │ └── InvalidArgumentException.php
│ │ │ │ └── tests
│ │ │ │ └── ContextTest.php
│ │ │ └── version
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ └── Version.php
│ │ ├── symfony
│ │ │ └── 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
│ │ └── webmozart
│ │ └── assert
│ │ ├── appveyor.yml
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ ├── src
│ │ │ └── Assert.php
│ │ └── tests
│ │ └── AssertTest.php
│ ├── aliyun-oss-php-sdk-2.2.4
│ │ ├── autoload.php
│ │ ├── build-phar.sh
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── example.jpg
│ │ ├── index.php
│ │ ├── LICENSE.md
│ │ ├── phpunit.xml
│ │ ├── README.md
│ │ ├── samples
│ │ │ ├── BucketCors.php
│ │ │ ├── BucketLifecycle.php
│ │ │ ├── BucketLogging.php
│ │ │ ├── Bucket.php
│ │ │ ├── BucketReferer.php
│ │ │ ├── BucketWebsite.php
│ │ │ ├── Callback.php
│ │ │ ├── Common.php
│ │ │ ├── Config.php
│ │ │ ├── Image.php
│ │ │ ├── LiveChannel.php
│ │ │ ├── MultipartUpload.php
│ │ │ ├── Object.php
│ │ │ ├── RunAll.php
│ │ │ └── Signature.php
│ │ ├── src
│ │ │ └── OSS
│ │ │ ├── Core
│ │ │ │ ├── MimeTypes.php
│ │ │ │ ├── OssException.php
│ │ │ │ └── OssUtil.php
│ │ │ ├── Http
│ │ │ │ ├── LICENSE
│ │ │ │ ├── RequestCore_Exception.php
│ │ │ │ ├── RequestCore.php
│ │ │ │ └── ResponseCore.php
│ │ │ ├── Model
│ │ │ │ ├── BucketInfo.php
│ │ │ │ ├── BucketListInfo.php
│ │ │ │ ├── CnameConfig.php
│ │ │ │ ├── CorsConfig.php
│ │ │ │ ├── CorsRule.php
│ │ │ │ ├── GetLiveChannelHistory.php
│ │ │ │ ├── GetLiveChannelInfo.php
│ │ │ │ ├── GetLiveChannelStatus.php
│ │ │ │ ├── LifecycleAction.php
│ │ │ │ ├── LifecycleConfig.php
│ │ │ │ ├── LifecycleRule.php
│ │ │ │ ├── ListMultipartUploadInfo.php
│ │ │ │ ├── ListPartsInfo.php
│ │ │ │ ├── LiveChannelConfig.php
│ │ │ │ ├── LiveChannelHistory.php
│ │ │ │ ├── LiveChannelInfo.php
│ │ │ │ ├── LiveChannelListInfo.php
│ │ │ │ ├── LoggingConfig.php
│ │ │ │ ├── ObjectInfo.php
│ │ │ │ ├── ObjectListInfo.php
│ │ │ │ ├── PartInfo.php
│ │ │ │ ├── PrefixInfo.php
│ │ │ │ ├── RefererConfig.php
│ │ │ │ ├── UploadInfo.php
│ │ │ │ ├── WebsiteConfig.php
│ │ │ │ └── XmlConfig.php
│ │ │ ├── OssClient.php
│ │ │ └── Result
│ │ │ ├── AclResult.php
│ │ │ ├── AppendResult.php
│ │ │ ├── BodyResult.php
│ │ │ ├── CallbackResult.php
│ │ │ ├── CopyObjectResult.php
│ │ │ ├── DeleteObjectsResult.php
│ │ │ ├── ExistResult.php
│ │ │ ├── GetCnameResult.php
│ │ │ ├── GetCorsResult.php
│ │ │ ├── GetLifecycleResult.php
│ │ │ ├── GetLiveChannelHistoryResult.php
│ │ │ ├── GetLiveChannelInfoResult.php
│ │ │ ├── GetLiveChannelStatusResult.php
│ │ │ ├── GetLoggingResult.php
│ │ │ ├── GetRefererResult.php
│ │ │ ├── GetWebsiteResult.php
│ │ │ ├── HeaderResult.php
│ │ │ ├── InitiateMultipartUploadResult.php
│ │ │ ├── ListBucketsResult.php
│ │ │ ├── ListLiveChannelResult.php
│ │ │ ├── ListMultipartUploadResult.php
│ │ │ ├── ListObjectsResult.php
│ │ │ ├── ListPartsResult.php
│ │ │ ├── PutLiveChannelResult.php
│ │ │ ├── PutSetDeleteResult.php
│ │ │ ├── Result.php
│ │ │ └── UploadPartResult.php
│ │ └── tests
│ │ └── OSS
│ │ └── Tests
│ │ ├── AclResultTest.php
│ │ ├── BodyResultTest.php
│ │ ├── BucketCnameTest.php
│ │ ├── BucketInfoTest.php
│ │ ├── BucketLiveChannelTest.php
│ │ ├── CallbackTest.php
│ │ ├── CnameConfigTest.php
│ │ ├── Common.php
│ │ ├── ContentTypeTest.php
│ │ ├── CopyObjectResult.php
│ │ ├── CorsConfigTest.php
│ │ ├── ExistResultTest.php
│ │ ├── GetCorsResultTest.php
│ │ ├── GetLifecycleResultTest.php
│ │ ├── GetLoggingResultTest.php
│ │ ├── GetRefererResultTest.php
│ │ ├── GetWebsiteResultTest.php
│ │ ├── HeaderResultTest.php
│ │ ├── HttpTest.php
│ │ ├── InitiateMultipartUploadResultTest.php
│ │ ├── LifecycleConfigTest.php
│ │ ├── ListBucketsResultTest.php
│ │ ├── ListMultipartUploadResultTest.php
│ │ ├── ListObjectsResultTest.php
│ │ ├── ListPartsResultTest.php
│ │ ├── LiveChannelXmlTest.php
│ │ ├── LoggingConfigTest.php
│ │ ├── MimeTypesTest.php
│ │ ├── ObjectAclTest.php
│ │ ├── OssClientBucketCorsTest.php
│ │ ├── OssClientBucketLifecycleTest.php
│ │ ├── OssClientBucketLoggingTest.php
│ │ ├── OssClientBucketRefererTest.php
│ │ ├── OssClientBucketTest.php
│ │ ├── OssClientBucketWebsiteTest.php
│ │ ├── OssClientImageTest.php
│ │ ├── OssClientMultipartUploadTest.php
│ │ ├── OssClientObjectTest.php
│ │ ├── OssClientSignatureTest.php
│ │ ├── OssClientTest.php
│ │ ├── OssExceptionTest.php
│ │ ├── OssUtilTest.php
│ │ ├── PutSetDeleteResultTest.php
│ │ ├── RefererConfigTest.php
│ │ ├── TestOssClientBase.php
│ │ ├── UploadPartResultTest.php
│ │ └── WebsiteConfigTest.php
│ ├── CreateQrcode.php
│ ├── CurlHelper.php
│ ├── FeieYun.php
│ ├── FileHelper.php
│ ├── GetInfo.php
│ ├── GrafikaHelper.php
│ ├── KdOrder.php
│ ├── PayNotify.php
│ ├── phpqrcode
│ │ ├── bindings
│ │ │ └── tcpdf
│ │ │ └── qrcode.php
│ │ ├── cache
│ │ ├── CHANGELOG
│ │ ├── index.php
│ │ ├── INSTALL
│ │ ├── LICENSE
│ │ ├── phpqrcode.php
│ │ ├── qrbitstream.php
│ │ ├── qrconfig.php
│ │ ├── qrconst.php
│ │ ├── qrencode.php
│ │ ├── qrimage.php
│ │ ├── qrinput.php
│ │ ├── qrlib.php
│ │ ├── qrmask.php
│ │ ├── qrrscode.php
│ │ ├── qrspec.php
│ │ ├── qrsplit.php
│ │ ├── qrtools.php
│ │ ├── README
│ │ ├── tools
│ │ │ ├── merge.bat
│ │ │ ├── merged_config.php
│ │ │ ├── merged_header.php
│ │ │ ├── merge.php
│ │ │ └── merge.sh
│ │ └── VERSION
│ ├── PinterOrder.php
│ ├── PrinterPtOrder.php
│ ├── SendMail.php
│ ├── SmsDemo.php
│ ├── Sms.php
│ └── Yprint.php
├── hejiang
│ ├── ApiCode.php
│ ├── ApiResponse.php
│ ├── Application.php
│ ├── BaseApiResponse.php
│ ├── bikan.ini
│ ├── cloud
│ │ ├── CloudApi.php
│ │ ├── CloudException.php
│ │ ├── Cloud.php
│ │ ├── CloudTask.php
│ │ ├── Config.php
│ │ └── HttpClient.php
│ ├── CloudAdmin.php
│ ├── Cloud.php
│ ├── CloudPlugin.php
│ ├── ErrorHandler.php
│ ├── exceptions
│ │ ├── InvalidResponseException.php
│ │ └── TaskException.php
│ ├── FileHelper.php
│ ├── Helpers.php
│ ├── index1.html
│ ├── logo1.gif
│ ├── readme.ini
│ ├── Request.php
│ ├── responses
│ │ ├── ApiCode.php
│ │ ├── ApiResponse.php
│ │ ├── BaseApiResponse.php
│ │ └── ValidationErrorResponse.php
│ ├── SentryClient.php
│ ├── SentryHandler.php
│ ├── Sentry.php
│ ├── Serializer.php
│ ├── task
│ │ ├── Task.php
│ │ └── TaskRunnable.php
│ ├── ValidationErrorResponse.php
│ ├── views
│ │ └── auth_error.php
│ ├── weixin.png
│ ├── Www.Souho.Net.html
│ └── 搜虎精品社区.url
├── helpers.php
├── hjshop.sql
├── index.html
├── index.php
├── install.lock.php
├── LICENSE.md
│ ├── layouts
│ │ └── html.php
│ ├── setMail1.php
│ ├── setMail.php
│ └── setMailRefund.php
├── models
│ ├── ActionLog.php
│ ├── ActivityMsgTpl.php
│ ├── Address.php
│ ├── AdminPermission.php
│ ├── Admin.php
│ ├── AdminRegister.php
│ ├── Ad.php
│ ├── alipay
│ │ ├── MpConfig.php
│ │ └── TplMsgForm.php
│ ├── AppNavbar.php
│ ├── Area.php
│ ├── Article.php
│ ├── AttrGroup.php
│ ├── Attr.php
│ ├── AuthRolePermission.php
│ ├── AuthRole.php
│ ├── AuthRoleUser.php
│ ├── Banner.php
│ ├── BargainGoods.php
│ ├── BargainOrder.php
│ ├── BargainSetting.php
│ ├── BargainUserOrder.php
│ ├── Card.php
│ ├── CardSendForm.php
│ ├── Cart.php
│ ├── Cash.php
│ ├── CashWechatTplSender.php
│ ├── Cat.php
│ ├── Color.php
│ ├── common
│ │ ├── admin
│ │ │ ├── cache
│ │ │ │ └── CommonClearCache.php
│ │ │ ├── db
│ │ │ │ ├── CommonDbOptimize.php
│ │ │ │ └── optimize-sql
│ │ │ │ ├── optimize-charset.sql
│ │ │ │ └── optimize-engine.sql
│ │ │ ├── log
│ │ │ │ └── CommonActionLog.php
│ │ │ ├── order
│ │ │ │ ├── CommonOrderPlugStats.php
│ │ │ │ ├── CommonOrderSearch.php
│ │ │ │ ├── CommonOrderStatistics.php
│ │ │ │ └── CommonUpdateAddress.php
│ │ │ ├── store
│ │ │ │ ├── CommonAppDisabled.php
│ │ │ │ ├── CommonStore.php
│ │ │ │ └── CommonStoreUpload.php
│ │ │ ├── update
│ │ │ │ └── CommonUpdate.php
│ │ │ └── validator
│ │ │ └── AttrValidator.php
│ │ ├── api
│ │ │ └── CommonOrder.php
│ │ ├── CommonDistrict.php
│ │ ├── CommonFormId.php
│ │ ├── CommonGoodsAttr.php
│ │ ├── CommonGoods.php
│ │ ├── CommonWx.php
│ │ └── user
│ │ └── order
│ │ └── ShareOrderForm.php
│ ├── CoreUser.php
│ ├── CouponAutoSend.php
│ ├── Coupon.php
│ ├── DataAcquisition.php
│ ├── Delivery.php
│ ├── DistrictArr.php
│ ├── District.php
│ ├── ExpressDetailForm.php
│ ├── Express.php
│ ├── Favorite.php
│ ├── FileGroup.php
│ ├── FormId.php
│ ├── Form.php
│ ├── FreeDeliveryRules.php
│ ├── FxhbHongbao.php
│ ├── FxhbSetting.php
│ ├── GoodsCard.php
│ ├── GoodsCat.php
│ ├── Goods.php
│ ├── GoodsPic.php
│ ├── GoodsSearchForm.php
│ ├── GoodsShare.php
│ ├── HomeBlock.php
│ ├── HomeNav.php
│ ├── HomePageModule.php
│ ├── index.html
│ ├── InOrderComment.php
│ ├── install.sql
│ ├── IntegralCat.php
│ ├── IntegralCouponOrder.php
│ ├── IntegralGoods.php
│ ├── IntegralLog.php
│ ├── IntegralOrderDetail.php
│ ├── IntegralOrder.php
│ ├── IntegralSetting.php
│ ├── LevelOrder.php
│ ├── Level.php
│ ├── LoNoticeSender.php
│ ├── LotteryGoods.php
│ ├── LotteryLog.php
│ ├── LotteryReserve.php
│ ├── LotterySetting.php
│ ├── MailSetting.php
│ ├── MchAccountLog.php
│ ├── MchCash.php
│ ├── MchCat.php
│ ├── MchCommonCat.php
│ ├── MchGoodsCat.php
│ ├── MchOption.php
│ ├── Mch.php
│ ├── MchPlugin.php
│ ├── MchPostageRules.php
│ ├── MchRoleAdmin.php
│ ├── MchSetting.php
│ ├── MchVisitLog.php
│ ├── MiaoshaGoods.php
│ ├── Miaosha.php
│ ├── Model.php
│ ├── MsGoods.php
│ ├── MsGoodsPic.php
│ ├── MsOrderComment.php
│ ├── MsOrder.php
│ ├── MsOrderRefund.php
│ ├── MsSetting.php
│ ├── MsWechatTplMsgSender.php
│ ├── MyActiveQuery.php
│ ├── Option.php
│ ├── OrderComment.php
│ ├── OrderDetail.php
│ ├── OrderExpress.php
│ ├── OrderForm.php
│ ├── OrderMessage.php
│ ├── Order.php
│ ├── OrderRefund.php
│ ├── OrderShare.php
│ ├── OrderUnion.php
│ ├── OrderWarn.php
│ ├── Pic.php
│ ├── Plugin.php
│ ├── PondLog.php
│ ├── Pond.php
│ ├── PondSetting.php
│ ├── PostageRules.php
│ ├── Printer.php
│ ├── PrinterSetting.php
│ ├── PtCat.php
│ ├── PtGoodsDetail.php
│ ├── PtGoods.php
│ ├── PtGoodsPic.php
│ ├── PtNoticeSender.php
│ ├── PtOrderComment.php
│ ├── PtOrderDetail.php
│ ├── PtOrder.php
│ ├── PtOrderRefund.php
│ ├── PtRobot.php
│ ├── PtSetting.php
│ ├── Qrcode.php
│ ├── RechargeModule.php
│ ├── Recharge.php
│ ├── RefundAddress.php
│ ├── Register.php
│ ├── ReOrder.php
│ ├── ScratchLog.php
│ ├── Scratch.php
│ ├── ScratchSetting.php
│ ├── Sender.php
│ ├── Setting.php
│ ├── Share.php
│ ├── Shop.php
│ ├── ShopPic.php
│ ├── SmsRecord.php
│ ├── SmsSetting.php
│ ├── StepActivity.php
│ ├── StepGoods.php
│ ├── StepInvite.php
│ ├── StepLog.php
│ ├── StepRemind.php
│ ├── StepSetting.php
│ ├── StepUser.php
│ ├── StorePermission.php
│ ├── Store.php
│ ├── SystemInstallForm.php
│ ├── task
│ │ └── order
│ │ └── OrderAutoCancel.php
│ ├── Task.php
│ ├── TemplateMsg.php
│ ├── TerritorialLimitation.php
│ ├── TopicFavorite.php
│ ├── Topic.php
│ ├── TopicType.php
│ ├── tplmsg
│ │ ├── AdminTplMsgSender.php
│ │ ├── BindWechatPlatform.php
│ │ ├── TplmsgException.php
│ │ ├── TplmsgSender.php
│ │ └── WechatTemplateMessageSender.php
│ ├── UploadConfig.php
│ ├── UploadFile.php
│ ├── UploadForm.php
│ ├── UserAccountLog.php
│ ├── UserAuthLogin.php
│ ├── UserCard.php
│ ├── UserCenterForm.php
│ ├── UserCenterMenu.php
│ ├── UserCoupon.php
│ ├── UserFormId.php
│ ├── UserLog.php
│ ├── User.php
│ ├── UserShareMoney.php
│ ├── Video.php
│ ├── We7Db.php
│ ├── We7UserAuth.php
│ ├── WechatApp.php
│ ├── WechatPlatform.php
│ ├── WechatTemplateMessage.php
│ ├── WechatTplMsgSender.php
│ ├── WxTitle.php
│ ├── YyCat.php
│ ├── YyFormId.php
│ ├── YyForm.php
│ ├── YyGoods.php
│ ├── YyGoodsPic.php
│ ├── YyOrderComment.php
│ ├── YyOrderForm.php
│ ├── YyOrder.php
│ ├── YySetting.php
│ └── YyWechatTplMsgSender.php
├── modules
│ ├── admin
│ │ ├── behaviors
│ │ │ ├── AdminBehavior.php
│ │ │ └── LoginBehavior.php
│ │ ├── controllers
│ │ │ ├── AdminController.php
│ │ │ ├── AppController.php
│ │ │ ├── CacheController.php
│ │ │ ├── Controller.php
│ │ │ ├── DefaultController.php
│ │ │ ├── PassportController.php
│ │ │ ├── SettingController.php
│ │ │ ├── SystemController.php
│ │ │ ├── UploadController.php
│ │ │ └── UserController.php
│ │ ├── models
│ │ │ ├── AdminMenu.php
│ │ │ ├── AdminModel.php
│ │ │ ├── AppEditForm.php
│ │ │ ├── LoginForm.php
│ │ │ ├── Menu.php
│ │ │ ├── Model.php
│ │ │ ├── password
│ │ │ │ ├── Password.php
│ │ │ │ ├── RegisterForm.php
│ │ │ │ ├── ResetPasswordForm.php
│ │ │ │ ├── SendRegisterSmsCodeForm.php
│ │ │ │ └── SendSmsCodeForm.php
│ │ │ ├── Permissions.php
│ │ │ ├── RemovalForm.php
│ │ │ ├── UserEditForm.php
│ │ │ └── UserRegisterForm.php
│ │ ├── Module.php
│ │ └── views
│ │ ├── account-expire.php
│ │ ├── admin
│ │ │ ├── auth.php
│ │ │ ├── copyright.php
│ │ │ └── store.php
│ │ ├── app
│ │ │ ├── index.php
│ │ │ ├── other-app.php
│ │ │ ├── recycle.php
│ │ │ └── removal-modal.php
│ │ ├── cache
│ │ │ └── index.php
│ │ ├── components
│ │ │ └── pick-link.php
│ │ ├── default
│ │ │ └── index.php
│ │ ├── layouts
│ │ │ ├── main.php
│ │ │ └── passport.php
│ │ ├── passport
│ │ │ ├── login.php
│ │ │ └── register.php
│ │ ├── patch
│ │ │ └── index.php
│ │ ├── setting
│ │ │ └── index.php
│ │ ├── system
│ │ │ ├── db-optimize.php
│ │ │ └── upload.php
│ │ ├── tpl.php
│ │ ├── upload
│ │ │ └── index.php
│ │ └── user
│ │ ├── edit.php
│ │ ├── index.php
│ │ ├── me.php
│ │ └── register.php
│ ├── api
│ │ ├── behaviors
│ │ │ ├── LoginBehavior.php
│ │ │ ├── MchBehavior.php
│ │ │ ├── StoreStatusBehavior.php
│ │ │ └── VisitBehavior.php
│ │ ├── controllers
│ │ │ ├── bargain
│ │ │ │ ├── Controller.php
│ │ │ │ ├── DefaultController.php
│ │ │ │ └── OrderController.php
│ │ │ ├── book
│ │ │ │ ├── Controller.php
│ │ │ │ ├── IndexController.php
│ │ │ │ └── OrderController.php
│ │ │ ├── CartController.php
│ │ │ ├── Controller.php
│ │ │ ├── CouponController.php
│ │ │ ├── DefaultController.php
│ │ │ ├── fxhb
│ │ │ │ └── IndexController.php
│ │ │ ├── group
│ │ │ │ ├── Controller.php
│ │ │ │ ├── IndexController.php
│ │ │ │ └── OrderController.php
│ │ │ ├── integralmall
│ │ │ │ └── IntegralmallController.php
│ │ │ ├── lottery
│ │ │ │ ├── Controller.php
│ │ │ │ └── DefaultController.php
│ │ │ ├── mch
│ │ │ │ ├── Controller.php
│ │ │ │ ├── GoodsController.php
│ │ │ │ ├── IndexController.php
│ │ │ │ ├── OrderController.php
│ │ │ │ ├── ShopDataForm.php
│ │ │ │ └── UserController.php
│ │ │ ├── MiaoshaController.php
│ │ │ ├── OrderController.php
│ │ │ ├── PassportController.php
│ │ │ ├── PayNotifyController.php
│ │ │ ├── pond
│ │ │ │ └── PondController.php
│ │ │ ├── quick
│ │ │ │ └── QuickController.php
│ │ │ ├── RechargeController.php
│ │ │ ├── scratch
│ │ │ │ └── ScratchController.php
│ │ │ ├── ShareController.php
│ │ │ ├── step
│ │ │ │ ├── Controller.php
│ │ │ │ └── DefaultController.php
│ │ │ └── UserController.php
│ │ ├── models
│ │ │ ├── AddCartForm.php
│ │ │ ├── AddressDeleteForm.php
│ │ │ ├── AddressSaveForm.php
│ │ │ ├── AddressSetDefaultForm.php
│ │ │ ├── AddWechatAddressForm.php
│ │ │ ├── AllOrderPayData.php
│ │ │ ├── ApiModel.php
│ │ │ ├── AuthorizationBindForm.php
│ │ │ ├── bargain
│ │ │ │ ├── ActivityForm.php
│ │ │ │ ├── BargainSubmitForm.php
│ │ │ │ ├── GoodsForm.php
│ │ │ │ ├── IndexForm.php
│ │ │ │ └── OrderListForm.php
│ │ │ ├── BindForm.php
│ │ │ ├── book
│ │ │ │ ├── CommentListForm.php
│ │ │ │ ├── GoodsAttrInfoForm.php
│ │ │ │ ├── GoodsQrcodeForm.php
│ │ │ │ ├── OrderClerkForm.php
│ │ │ │ ├── OrderCommentForm.php
│ │ │ │ ├── OrderCommentPreview.php
│ │ │ │ ├── OrderListForm.php
│ │ │ │ ├── OrderPreviewFrom.php
│ │ │ │ ├── ShopListForm.php
│ │ │ │ └── YyGoodsForm.php
│ │ │ ├── CardListForm.php
│ │ │ ├── CartDeleteForm.php
│ │ │ ├── CartListForm.php
│ │ │ ├── CartSubmitForm.php
│ │ │ ├── CashForm.php
│ │ │ ├── CashListForm.php
│ │ │ ├── CatListForm.php
│ │ │ ├── CommentListForm.php
│ │ │ ├── CouponIndexForm.php
│ │ │ ├── CouponListForm.php
│ │ │ ├── CouponPaySendForm.php
│ │ │ ├── CouponShareSendForm.php
│ │ │ ├── DistrictForm.php
│ │ │ ├── ExpressDetailForm.php
│ │ │ ├── FavoriteAddForm.php
│ │ │ ├── FavoriteListForm.php
│ │ │ ├── FavoriteRemoveForm.php
│ │ │ ├── fxhb
│ │ │ │ ├── DetailForm.php
│ │ │ │ ├── DetailSubmitForm.php
│ │ │ │ ├── OpenForm.php
│ │ │ │ └── OpenSubmitForm.php
│ │ │ ├── GoodsAttrInfoForm.php
│ │ │ ├── GoodsForm.php
│ │ │ ├── GoodsListForm.php
│ │ │ ├── GoodsQrcodeForm.php
│ │ │ ├── group
│ │ │ │ ├── ExpressDetailForm.php
│ │ │ │ ├── GoodsQrcodeForm.php
│ │ │ │ ├── GroupForm.php
│ │ │ │ ├── OrderClerkForm.php
│ │ │ │ ├── OrderCommentForm.php
│ │ │ │ ├── OrderCommentPreview.php
│ │ │ │ ├── OrderConfirmForm.php
│ │ │ │ ├── OrderDetailForm.php
│ │ │ │ ├── OrderGoodsQrcodeForm.php
│ │ │ │ ├── OrderListForm.php
│ │ │ │ ├── OrderPayDataForm.php
│ │ │ │ ├── OrderRefundDetailForm.php
│ │ │ │ ├── OrderRefundForm.php
│ │ │ │ ├── OrderRefundPreviewForm.php
│ │ │ │ ├── OrderRevokeForm.php
│ │ │ │ ├── OrderSubmitForm.php
│ │ │ │ ├── OrderSubmitPreviewForm.php
│ │ │ │ ├── PtGoodsAttrInfoForm.php
│ │ │ │ └── PtGoodsForm.php
│ │ │ ├── IndexForm.php
│ │ │ ├── integralmall
│ │ │ │ ├── CouponOrderForm.php
│ │ │ │ ├── IntegralForm.php
│ │ │ │ ├── OrderSubmitPreviewForm.php
│ │ │ │ └── RegisterForm.php
│ │ │ ├── LocationForm.php
│ │ │ ├── LoginForm.php
│ │ │ ├── lottery
│ │ │ │ ├── IndexForm.php
│ │ │ │ └── LotteryLogForm.php
│ │ │ ├── mch
│ │ │ │ ├── AccountForm.php
│ │ │ │ ├── AccountLogForm.php
│ │ │ │ ├── ApplyForm.php
│ │ │ │ ├── ApplySubmitForm.php
│ │ │ │ ├── CashForm.php
│ │ │ │ ├── CashLogForm.php
│ │ │ │ ├── CashSubmitForm.php
│ │ │ │ ├── GoodsListForm.php
│ │ │ │ ├── MyshopForm.php
│ │ │ │ ├── OrderDetailForm.php
│ │ │ │ ├── OrderEditPriceForm.php
│ │ │ │ ├── OrderListForm.php
│ │ │ │ ├── OrderRefundDetailForm.php
│ │ │ │ ├── OrderRefundForm.php
│ │ │ │ ├── OrderSendForm.php
│ │ │ │ ├── SettingForm.php
│ │ │ │ ├── SettingSubmitForm.php
│ │ │ │ ├── ShopCatForm.php
│ │ │ │ ├── ShopDataForm.php
│ │ │ │ ├── ShopListForm.php
│ │ │ │ ├── TongjiMonthDataForm.php
│ │ │ │ └── YearListForm.php
│ │ │ ├── miaosha
│ │ │ │ ├── CommentListForm.php
│ │ │ │ ├── DetailsForm.php
│ │ │ │ ├── ExpressDetailForm.php
│ │ │ │ ├── GoodsQrcodeForm.php
│ │ │ │ ├── OrderCommentForm.php
│ │ │ │ ├── OrderCommentPreview.php
│ │ │ │ ├── OrderConfirmForm.php
│ │ │ │ ├── OrderDetailForm.php
│ │ │ │ ├── OrderListForm.php
│ │ │ │ ├── OrderPayDataForm.php
│ │ │ │ ├── OrderRefundDetailForm.php
│ │ │ │ ├── OrderRefundForm.php
│ │ │ │ ├── OrderRefundPreviewForm.php
│ │ │ │ ├── OrderRevokeForm.php
│ │ │ │ ├── OrderSubmitForm.php
│ │ │ │ └── OrderSubmitPreviewForm.php
│ │ │ ├── MiaoshaGoodsListForm.php
│ │ │ ├── MiaoshaListForm.php
│ │ │ ├── Model.php
│ │ │ ├── order
│ │ │ │ ├── OrderForm.php
│ │ │ │ ├── OrderSubmitForm.php
│ │ │ │ └── OrderSubmitPreviewForm.php
│ │ │ ├── OrderClerkForm.php
│ │ │ ├── OrderCommentForm.php
│ │ │ ├── OrderCommentPreview.php
│ │ │ ├── OrderConfirmForm.php
│ │ │ ├── OrderData.php
│ │ │ ├── OrderDetailForm.php
│ │ │ ├── OrderListForm.php
│ │ │ ├── OrderMemberForm.php
│ │ │ ├── OrderPayDataForm.php
│ │ │ ├── OrderRefundDetailForm.php
│ │ │ ├── OrderRefundForm.php
│ │ │ ├── OrderRefundPreviewForm.php
│ │ │ ├── OrderRefundSendForm.php
│ │ │ ├── OrderRevokeForm.php
│ │ │ ├── OrderSubmitForm.php
│ │ │ ├── OrderSubmitPreviewForm.php
│ │ │ ├── pond
│ │ │ │ ├── PondForm.php
│ │ │ │ └── PondLogForm.php
│ │ │ ├── QrcodeForm.php
│ │ │ ├── quick
│ │ │ │ └── QuickForm.php
│ │ │ ├── recharge
│ │ │ │ ├── DetailForm.php
│ │ │ │ ├── OrderSubmit.php
│ │ │ │ └── RecordForm.php
│ │ │ ├── scratch
│ │ │ │ ├── ScratchForm.php
│ │ │ │ └── ScratchLogForm.php
│ │ │ ├── SearchForm.php
│ │ │ ├── ShareForm.php
│ │ │ ├── ShareMoneyForm.php
│ │ │ ├── ShareQrcodeForm.php
│ │ │ ├── ShopForm.php
│ │ │ ├── ShopListForm.php
│ │ │ ├── step
│ │ │ │ ├── IndexForm.php
│ │ │ │ └── StepLogForm.php
│ │ │ ├── StoreConfigForm.php
│ │ │ ├── StoreFrom.php
│ │ │ ├── TeamForm.php
│ │ │ ├── TopicFavoriteForm.php
│ │ │ ├── TopicFavoriteListForm.php
│ │ │ ├── TopicForm.php
│ │ │ ├── TopicListForm.php
│ │ │ ├── TopicTypeForm.php
│ │ │ ├── UserForm.php
│ │ │ ├── VideoForm.php
│ │ │ ├── WechatDistrictForm.php
│ │ │ ├── wxbdc
│ │ │ │ ├── ErrorCode.php
│ │ │ │ ├── Prpcrypt.php
│ │ │ │ └── WXBizDataCrypt.php
│ │ │ └── WxForm.php
│ │ ├── Module.php
│ │ └── views
│ │ └── default
│ │ └── index.php
│ ├── index.html
│ ├── mch
│ │ ├── behaviors
│ │ │ ├── PermissionBehavior.php
│ │ │ └── PluginBehavior.php
│ │ ├── controllers
│ │ │ ├── ActionLogController.php
│ │ │ ├── AlipayController.php
│ │ │ ├── ArticleController.php
│ │ │ ├── bargain
│ │ │ │ ├── Controller.php
│ │ │ │ ├── DefaultController.php
│ │ │ │ └── GoodsController.php
│ │ │ ├── book
│ │ │ │ ├── CommentController.php
│ │ │ │ ├── Controller.php
│ │ │ │ ├── GoodsController.php
│ │ │ │ ├── IndexController.php
│ │ │ │ ├── NoticeController.php
│ │ │ │ └── OrderController.php
│ │ │ ├── CacheController.php
│ │ │ ├── CardController.php
│ │ │ ├── CommentController.php
│ │ │ ├── Controller.php
│ │ │ ├── CouponController.php
│ │ │ ├── DataController.php
│ │ │ ├── DefaultController.php
│ │ │ ├── ErrorController.php
│ │ │ ├── ExpressController.php
│ │ │ ├── FileController.php
│ │ │ ├── fxhb
│ │ │ │ └── IndexController.php
│ │ │ ├── GetDataController.php
│ │ │ ├── GoodsController.php
│ │ │ ├── group
│ │ │ │ ├── AdController.php
│ │ │ │ ├── ArticleController.php
│ │ │ │ ├── CommentController.php
│ │ │ │ ├── Controller.php
│ │ │ │ ├── DataController.php
│ │ │ │ ├── GoodsController.php
│ │ │ │ ├── IndexController.php
│ │ │ │ ├── NoticeController.php
│ │ │ │ ├── OrderController.php
│ │ │ │ ├── PtController.php
│ │ │ │ ├── RobotController.php
│ │ │ │ └── SettingController.php
│ │ │ ├── HandleController.php
│ │ │ ├── integralmall
│ │ │ │ └── IntegralmallController.php
│ │ │ ├── lottery
│ │ │ │ ├── Controller.php
│ │ │ │ └── DefaultController.php
│ │ │ ├── mch
│ │ │ │ ├── GoodsController.php
│ │ │ │ ├── IndexController.php
│ │ │ │ └── OrderController.php
│ │ │ ├── miaosha
│ │ │ │ ├── CommentController.php
│ │ │ │ ├── GoodsController.php
│ │ │ │ └── OrderController.php
│ │ │ ├── MiaoshaController.php
│ │ │ ├── OrderController.php
│ │ │ ├── PassportController.php
│ │ │ ├── PatchController.php
│ │ │ ├── permission
│ │ │ │ ├── Menu.php
│ │ │ │ ├── PassportController.php
│ │ │ │ ├── PermissionController.php
│ │ │ │ ├── PermissionsMenu.php
│ │ │ │ ├── RoleController.php
│ │ │ │ └── UserController.php
│ │ │ ├── pond
│ │ │ │ ├── LogController.php
│ │ │ │ ├── OrderController.php
│ │ │ │ └── PondController.php
│ │ │ ├── PrinterController.php
│ │ │ ├── RechargeController.php
│ │ │ ├── RefundAddressController.php
│ │ │ ├── scratch
│ │ │ │ ├── LogController.php
│ │ │ │ ├── OrderController.php
│ │ │ │ └── ScratchController.php
│ │ │ ├── ShareController.php
│ │ │ ├── StatisticController.php
│ │ │ ├── step
│ │ │ │ ├── Controller.php
│ │ │ │ ├── DefaultController.php
│ │ │ │ └── GoodsController.php
│ │ │ ├── StoreController.php
│ │ │ ├── StoreController.v1.php
│ │ │ ├── SystemController.php
│ │ │ ├── TopicController.php
│ │ │ ├── TopicTypeController.php
│ │ │ ├── UserController.php
│ │ │ ├── We7Controller.php
│ │ │ ├── WechatController.php
│ │ │ └── WechatPlatformController.php
│ │ ├── events
│ │ │ └── goods
│ │ │ └── BaseAddGoodsEvent.php
│ │ ├── extensions
│ │ │ └── Export.php
│ │ ├── models
│ │ │ ├── ActionLogForm.php
│ │ │ ├── AppNavbarEditForm.php
│ │ │ ├── AreaForm.php
│ │ │ ├── ArticleForm.php
│ │ │ ├── AttrAddForm.php
│ │ │ ├── AttrDeleteForm.php
│ │ │ ├── AttrUpdateForm.php
│ │ │ ├── AttrValidator.php
│ │ │ ├── BannerForm.php
│ │ │ ├── bargain
│ │ │ │ ├── BargainInfoForm.php
│ │ │ │ └── SettingForm.php
│ │ │ ├── book
│ │ │ │ ├── OrderForm.php
│ │ │ │ ├── YyCatForm.php
│ │ │ │ └── YyGoodsForm.php
│ │ │ ├── CacheCleanForm.php
│ │ │ ├── CardForm.php
│ │ │ ├── CardListForm.php
│ │ │ ├── CashForm.php
│ │ │ ├── CatForm.php
│ │ │ ├── CopyForm.php
│ │ │ ├── CopyrightForm.php
│ │ │ ├── CouponEditForm.php
│ │ │ ├── CouponSendForm.php
│ │ │ ├── DataGoodsForm.php
│ │ │ ├── DataUserForm.php
│ │ │ ├── DbOptimizeForm.php
│ │ │ ├── DeliveryForm.php
│ │ │ ├── DistrictForm.php
│ │ │ ├── ExportList.php
│ │ │ ├── FileForm.php
│ │ │ ├── FreeDeliveryRulesEditForm.php
│ │ │ ├── fxhb
│ │ │ │ ├── FxhbListForm.php
│ │ │ │ └── FxhbSettingForm.php
│ │ │ ├── goods
│ │ │ │ └── Taobaocsv.php
│ │ │ ├── GoodsForm.php
│ │ │ ├── GoodsQrcodeForm.php
│ │ │ ├── GoodsSearchForm.php
│ │ │ ├── group
│ │ │ │ ├── AddRobotForm.php
│ │ │ │ ├── AdForm.php
│ │ │ │ ├── BannerForm.php
│ │ │ │ ├── DataGoodsForm.php
│ │ │ │ ├── NoticeForm.php
│ │ │ │ ├── OrderRefundForm.php
│ │ │ │ ├── OrderRefundListForm.php
│ │ │ │ ├── OrderSendForm.php
│ │ │ │ ├── PtCatForm.php
│ │ │ │ ├── PtGoodsDetailForm.php
│ │ │ │ ├── PtGoodsForm.php
│ │ │ │ ├── PtOrderCommentForm.php
│ │ │ │ ├── PtOrderForm.php
│ │ │ │ ├── PtPrintForm.php
│ │ │ │ ├── RobotForm.php
│ │ │ │ ├── SettingModel.php
│ │ │ │ └── WechatTplMsgSender.php
│ │ │ ├── HomeBlockEditForm.php
│ │ │ ├── HomeNavEditForm.php
│ │ │ ├── integralmall
│ │ │ │ ├── CouponForm.php
│ │ │ │ ├── IntegralCatForm.php
│ │ │ │ ├── IntegralGoodsForm.php
│ │ │ │ ├── integralmall.php
│ │ │ │ ├── IntegralOrderForm.php
│ │ │ │ ├── SettingForm.php
│ │ │ │ └── WechatTplMsgSender.php
│ │ │ ├── LevelForm.php
│ │ │ ├── LevelListForm.php
│ │ │ ├── lottery
│ │ │ │ ├── LotteryGoodsForm.php
│ │ │ │ ├── LotteryReserveForm.php
│ │ │ │ └── LotterySettingForm.php
│ │ │ ├── MailForm.php
│ │ │ ├── mch
│ │ │ │ ├── CashConfirmForm.php
│ │ │ │ ├── CashListForm.php
│ │ │ │ ├── CommonCatEditForm.php
│ │ │ │ ├── GoodsDetailForm.php
│ │ │ │ ├── GoodsListForm.php
│ │ │ │ ├── MchAddForm.php
│ │ │ │ ├── MchEditForm.php
│ │ │ │ ├── MchListForm.php
│ │ │ │ ├── MchSettingForm.php
│ │ │ │ ├── OneMchSettingForm.php
│ │ │ │ ├── OrderListForm.php
│ │ │ │ └── ReportFormsForm.php
│ │ │ ├── MchLoginForm.php
│ │ │ ├── MchMenu.php
│ │ │ ├── MchModel.php
│ │ │ ├── miaosha
│ │ │ │ ├── GoodsDetailEditForm.php
│ │ │ │ ├── GoodsForm.php
│ │ │ │ ├── OrderListForm.php
│ │ │ │ ├── OrderRefundForm.php
│ │ │ │ ├── OrderRefundListForm.php
│ │ │ │ └── OrderSendForm.php
│ │ │ ├── MiaoshaCalendar.php
│ │ │ ├── MiaoshaDateForm.php
│ │ │ ├── MiaoshaGoodsEditForm.php
│ │ │ ├── Model.php
│ │ │ ├── NavbarEditForm.php
│ │ │ ├── OfferPriceForm.php
│ │ │ ├── optimize-sql
│ │ │ │ ├── optimize-charset.sql
│ │ │ │ └── optimize-engine.sql
│ │ │ ├── order
│ │ │ │ ├── OrderClerkForm.php
│ │ │ │ ├── OrderDeleteForm.php
│ │ │ │ └── OrderPriceForm.php
│ │ │ ├── OrderCommentForm.php
│ │ │ ├── OrderDetailForm.php
│ │ │ ├── OrderListForm.php
│ │ │ ├── OrderMessageForm.php
│ │ │ ├── OrderPriceForm.php
│ │ │ ├── OrderRefundForm.php
│ │ │ ├── OrderRefundListForm.php
│ │ │ ├── OrderSendForm.php
│ │ │ ├── permission
│ │ │ │ ├── permission
│ │ │ │ │ └── IndexPermissionForm.php
│ │ │ │ ├── role
│ │ │ │ │ ├── DestroyRoleForm.php
│ │ │ │ │ ├── EditRoleForm.php
│ │ │ │ │ ├── IndexRoleForm.php
│ │ │ │ │ ├── StoreRoleForm.php
│ │ │ │ │ └── UpdateRoleForm.php
│ │ │ │ └── user
│ │ │ │ ├── DestroyAdminUserForm.php
│ │ │ │ ├── EditAdminUserForm.php
│ │ │ │ ├── IndexAdminUserForm.php
│ │ │ │ ├── StoreAdminUserForm.php
│ │ │ │ ├── UpdateAdminUserForm.php
│ │ │ │ └── UpdatePasswordForm.php
│ │ │ ├── PickLinkForm.php
│ │ │ ├── PondForm.php
│ │ │ ├── PondSettingForm.php
│ │ │ ├── PostageRulesEditForm.php
│ │ │ ├── PrinterForm.php
│ │ │ ├── PrinterListForm.php
│ │ │ ├── PrinterSettingForm.php
│ │ │ ├── PrintForm.php
│ │ │ ├── QrcodeForm.php
│ │ │ ├── recharge
│ │ │ │ ├── RechargeForm.php
│ │ │ │ ├── SettingForm.php
│ │ │ │ └── UserRechargeForm.php
│ │ │ ├── RefundAddressForm.php
│ │ │ ├── ScratchForm.php
│ │ │ ├── ScratchSettingForm.php
│ │ │ ├── SenderForm.php
│ │ │ ├── SetGoodsSortForm.php
│ │ │ ├── ShareBasicForm.php
│ │ │ ├── ShareCustomForm.php
│ │ │ ├── ShareGetQrcodeForm.php
│ │ │ ├── ShareListForm.php
│ │ │ ├── ShareOrderForm.php
│ │ │ ├── ShareSettingForm.php
│ │ │ ├── ShopForm.php
│ │ │ ├── SmsForm.php
│ │ │ ├── step
│ │ │ │ ├── AdForm.php
│ │ │ │ ├── StepActivityForm.php
│ │ │ │ ├── StepGoodsForm.php
│ │ │ │ └── StepSettingForm.php
│ │ │ ├── StoreDataForm.php
│ │ │ ├── StoreSettingForm.php
│ │ │ ├── StoreStatsForm.php
│ │ │ ├── StoreUploadForm.php
│ │ │ ├── SubmitFormForm.php
│ │ │ ├── TerritorialLimitationForm.php
│ │ │ ├── TopicEditForm.php
│ │ │ ├── TopicTypeEditForm.php
│ │ │ ├── user
│ │ │ │ └── integral
│ │ │ │ └── IndexRechargeForm.php
│ │ │ ├── UserCardListForm.php
│ │ │ ├── UserCouponForm.php
│ │ │ ├── UserExportList.php
│ │ │ ├── UserForm.php
│ │ │ ├── UserListForm.php
│ │ │ ├── UserRechargeForm.php
│ │ │ ├── VideoForm.php
│ │ │ ├── We7AuthForm.php
│ │ │ ├── wechatplatform
│ │ │ │ ├── AddTplForm.php
│ │ │ │ └── SendMsgForm.php
│ │ │ ├── WechatSettingForm.php
│ │ │ ├── WxdevToolLoginForm.php
│ │ │ ├── WxdevToolPreviewForm.php
│ │ │ ├── WxdevToolUploadForm.php
│ │ │ └── WxForm.php
│ │ ├── Module.php
│ │ └── views
│ │ ├── action-log
│ │ │ ├── action-log-switch.php
│ │ │ └── index.php
│ │ ├── alipay
│ │ │ ├── mp-config.php
│ │ │ ├── publish.php
│ │ │ └── template-msg.php
│ │ ├── article
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── auth-error.php
│ │ ├── bargain
│ │ │ └── default
│ │ │ ├── bargain.php
│ │ │ ├── setting.php
│ │ │ ├── slide-edit.php
│ │ │ └── slide.php
│ │ ├── book
│ │ │ ├── comment
│ │ │ │ └── index.php
│ │ │ ├── goods
│ │ │ │ ├── cat-edit.php
│ │ │ │ ├── cat.php
│ │ │ │ ├── goods-edit.php
│ │ │ │ └── index.php
│ │ │ ├── index
│ │ │ │ └── setting.php
│ │ │ ├── notice
│ │ │ │ └── setting.php
│ │ │ └── order
│ │ │ ├── detail.php
│ │ │ └── index.php
│ │ ├── cache
│ │ │ └── index.php
│ │ ├── card
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── comment
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ └── reply.php
│ │ ├── components
│ │ │ ├── pick-file.php
│ │ │ └── pick-link.php
│ │ ├── coupon
│ │ │ ├── auto-send-edit.php
│ │ │ ├── auto-send.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ └── send.php
│ │ ├── data
│ │ │ ├── goods.php
│ │ │ └── user.php
│ │ ├── default
│ │ │ └── index.php
│ │ ├── error
│ │ │ └── permission-error.php
│ │ ├── express
│ │ │ ├── express-add.php
│ │ │ └── express.php
│ │ ├── fxhb
│ │ │ └── index
│ │ │ ├── list.php
│ │ │ └── setting.php
│ │ ├── goods
│ │ │ ├── goods-attr.php
│ │ │ ├── goods-edit.php
│ │ │ ├── goods.php
│ │ │ └── taobao-copy.php
│ │ ├── group
│ │ │ ├── ad
│ │ │ │ └── setting.php
│ │ │ ├── article
│ │ │ │ └── edit.php
│ │ │ ├── comment
│ │ │ │ ├── edit.php
│ │ │ │ └── index.php
│ │ │ ├── data
│ │ │ │ ├── goods.php
│ │ │ │ └── user.php
│ │ │ ├── goods
│ │ │ │ ├── cat-edit.php
│ │ │ │ ├── cat.php
│ │ │ │ ├── goods-attr.php
│ │ │ │ ├── goods-edit1.php
│ │ │ │ ├── goods-edit.php
│ │ │ │ ├── index.php
│ │ │ │ ├── standard-edit.php
│ │ │ │ └── standard.php
│ │ │ ├── index
│ │ │ │ └── index.php
│ │ │ ├── notice
│ │ │ │ └── setting.php
│ │ │ ├── order
│ │ │ │ ├── batch-ship.php
│ │ │ │ ├── detail.php
│ │ │ │ ├── group-list.php
│ │ │ │ ├── group.php
│ │ │ │ ├── index.php
│ │ │ │ └── refund.php
│ │ │ ├── pt
│ │ │ │ ├── slide-edit.php
│ │ │ │ └── slide.php
│ │ │ ├── robot
│ │ │ │ ├── edit.php
│ │ │ │ └── index.php
│ │ │ └── setting
│ │ │ └── index.php
│ │ ├── handle
│ │ │ ├── index.php
│ │ │ └── setting.php
│ │ ├── integralmall
│ │ │ ├── integralmall
│ │ │ │ ├── cat-edit.php
│ │ │ │ ├── cat.php
│ │ │ │ ├── coupon-list.php
│ │ │ │ ├── coupon.php
│ │ │ │ ├── detail.php
│ │ │ │ ├── goods-edit.php
│ │ │ │ ├── goods-list.php
│ │ │ │ ├── goods.php
│ │ │ │ ├── order.php
│ │ │ │ ├── setting.php
│ │ │ │ ├── slide-edit.php
│ │ │ │ ├── slide.php
│ │ │ │ └── user-coupon.php
│ │ │ └── setting.php
│ │ ├── layouts
│ │ │ ├── attrs
│ │ │ │ ├── attr_member_price.php
│ │ │ │ ├── attr_setting.php
│ │ │ │ ├── attr_share_price.php
│ │ │ │ └── common.php
│ │ │ ├── goods.php
│ │ │ ├── main.php
│ │ │ ├── main.v1.php
│ │ │ ├── main.v2.php
│ │ │ ├── nav-right.php
│ │ │ ├── order-refund.php
│ │ │ ├── order-search
│ │ │ │ └── order-search.php
│ │ │ ├── passport.php
│ │ │ └── ss.php
│ │ ├── lottery
│ │ │ └── default
│ │ │ ├── detail.php
│ │ │ ├── goods-edit.php
│ │ │ ├── goods.php
│ │ │ ├── partake-list.php
│ │ │ ├── setting.php
│ │ │ ├── slide-edit.php
│ │ │ ├── slide.php
│ │ │ └── winning-list.php
│ │ ├── mch
│ │ │ ├── goods
│ │ │ │ ├── detail.php
│ │ │ │ └── goods.php
│ │ │ ├── index
│ │ │ │ ├── add.php
│ │ │ │ ├── apply.php
│ │ │ │ ├── cash.php
│ │ │ │ ├── common-cat-edit.php
│ │ │ │ ├── common-cat.php
│ │ │ │ ├── edit.php
│ │ │ │ ├── index.php
│ │ │ │ ├── mch-setting.php
│ │ │ │ ├── report-forms.php
│ │ │ │ ├── setting.php
│ │ │ │ └── tpl-msg.php
│ │ │ └── order
│ │ │ └── index.php
│ │ ├── miaosha
│ │ │ ├── calendar.php
│ │ │ ├── comment
│ │ │ │ └── index.php
│ │ │ ├── date.php
│ │ │ ├── goods
│ │ │ │ ├── edit.php
│ │ │ │ └── index.php
│ │ │ ├── goods-detail-edit.php
│ │ │ ├── goods-detail.php
│ │ │ ├── goods-edit.php
│ │ │ ├── goods.php
│ │ │ ├── index.php
│ │ │ ├── order
│ │ │ │ ├── batch-ship.php
│ │ │ │ ├── detail.php
│ │ │ │ ├── index.php
│ │ │ │ └── refund.php
│ │ │ └── setting.php
│ │ ├── order
│ │ │ ├── batch-ship.php
│ │ │ ├── detail.php
│ │ │ ├── index.php
│ │ │ └── refund.php
│ │ ├── patch
│ │ │ └── index.php
│ │ ├── permission
│ │ │ ├── passport
│ │ │ │ └── login.php
│ │ │ ├── role
│ │ │ │ ├── create.php
│ │ │ │ ├── edit.php
│ │ │ │ └── index.php
│ │ │ └── user
│ │ │ ├── create.php
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── pond
│ │ │ ├── log
│ │ │ │ └── index.php
│ │ │ ├── order
│ │ │ │ └── index.php
│ │ │ └── pond
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ └── tpl.php
│ │ ├── printer
│ │ │ ├── board-edit.php
│ │ │ ├── board.php
│ │ │ ├── edit.php
│ │ │ ├── list.php
│ │ │ └── setting.php
│ │ ├── recharge
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ └── setting.php
│ │ ├── refund-address
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── result.php
│ │ ├── scratch
│ │ │ ├── log
│ │ │ │ └── index.php
│ │ │ ├── order
│ │ │ │ └── index.php
│ │ │ └── scratch
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ └── setting.php
│ │ ├── share
│ │ │ ├── basic.php
│ │ │ ├── cash.php
│ │ │ ├── custom.php
│ │ │ ├── daochu.php
│ │ │ ├── index.php
│ │ │ ├── order.php
│ │ │ ├── qrcode.php
│ │ │ └── setting.php
│ │ ├── statistic
│ │ │ └── index.php
│ │ ├── step
│ │ │ └── default
│ │ │ ├── activity-edit.php
│ │ │ ├── activity.php
│ │ │ ├── ad-edit.php
│ │ │ ├── ad.php
│ │ │ ├── log.php
│ │ │ ├── partake-list.php
│ │ │ ├── setting.php
│ │ │ ├── slide-edit.php
│ │ │ ├── slide.php
│ │ │ └── user.php
│ │ ├── store
│ │ │ ├── attr.php
│ │ │ ├── cat-edit.php
│ │ │ ├── cat.php
│ │ │ ├── express-edit.php
│ │ │ ├── express.php
│ │ │ ├── form.php
│ │ │ ├── free-delivery-rules-edit.php
│ │ │ ├── free-delivery-rules.php
│ │ │ ├── home-block-edit.php
│ │ │ ├── home-block.php
│ │ │ ├── home-nav-edit.php
│ │ │ ├── home-nav.php
│ │ │ ├── home-page-module
│ │ │ │ ├── banner.php
│ │ │ │ ├── block.php
│ │ │ │ ├── cat.php
│ │ │ │ ├── coupon.php
│ │ │ │ ├── mch.php
│ │ │ │ ├── miaosha.php
│ │ │ │ ├── nav.php
│ │ │ │ ├── notice.php
│ │ │ │ ├── pintuan.php
│ │ │ │ ├── search.php
│ │ │ │ ├── topic-edit.php
│ │ │ │ ├── topic.php
│ │ │ │ ├── video.php
│ │ │ │ └── yuyue.php
│ │ │ ├── home-page.php
│ │ │ ├── index.php
│ │ │ ├── mail.php
│ │ │ ├── navbar.php
│ │ │ ├── offer-price-edit.php
│ │ │ ├── order-message.php
│ │ │ ├── postage-rules-edit.php
│ │ │ ├── postage-rules.php
│ │ │ ├── service-edit.php
│ │ │ ├── service.php
│ │ │ ├── setting.php
│ │ │ ├── shop-edit.php
│ │ │ ├── shop.php
│ │ │ ├── slide-edit.php
│ │ │ ├── slide.php
│ │ │ ├── sms.php
│ │ │ ├── sms-switch.php
│ │ │ ├── territorial-index.php
│ │ │ ├── territorial-limitation.php
│ │ │ ├── tpl-msg.php
│ │ │ ├── upload-file-list.php
│ │ │ ├── upload.php
│ │ │ ├── upload-test.php
│ │ │ ├── user-center.php
│ │ │ ├── video-edit.php
│ │ │ ├── video.php
│ │ │ ├── wechat-setting.php
│ │ │ ├── wxapp-pages.php
│ │ │ ├── wxapp.php
│ │ │ ├── wxapp-setting.php
│ │ │ └── wx-title.php
│ │ ├── system
│ │ │ └── db-optimize.php
│ │ ├── topic
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── topic-type
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── tpl.php
│ │ ├── tpl.v2.php
│ │ ├── user
│ │ │ ├── buy.php
│ │ │ ├── card.php
│ │ │ ├── clerk.php
│ │ │ ├── coupon.php
│ │ │ ├── edit.php
│ │ │ ├── index.php
│ │ │ ├── integral-rechange-list.php
│ │ │ ├── level-edit.php
│ │ │ ├── level.php
│ │ │ ├── rechange-log.php
│ │ │ └── recharge.php
│ │ ├── we7
│ │ │ ├── auth.php
│ │ │ ├── copyright-list.php
│ │ │ └── copyright.php
│ │ │ ├── mp-config.php
│ │ │ └── template-msg.php
│ │ └── wechat-platform
│ │ ├── send-msg.php
│ │ └── setting.php
│ └── user
│ ├── behaviors
│ │ ├── MchBehavior.php
│ │ └── UserLoginBehavior.php
│ ├── controllers
│ │ ├── Controller.php
│ │ ├── DefaultController.php
│ │ ├── mch
│ │ │ ├── AccountController.php
│ │ │ ├── GoodsController.php
│ │ │ ├── IndexController.php
│ │ │ └── OrderController.php
│ │ └── PassportController.php
│ ├── models
│ │ ├── mch
│ │ │ ├── CashListForm.php
│ │ │ ├── CashSubmitForm.php
│ │ │ ├── CatEditForm.php
│ │ │ ├── CatListForm.php
│ │ │ ├── FreeDeliverForm.php
│ │ │ ├── GoodsEditForm.php
│ │ │ ├── LogListForm.php
│ │ │ ├── OrderListForm.php
│ │ │ ├── OrderPriceForm.php
│ │ │ ├── OrderRefundForm.php
│ │ │ ├── OrderRefundListForm.php
│ │ │ ├── OrderSendForm.php
│ │ │ ├── PostageRulesEditForm.php
│ │ │ └── SettingForm.php
│ │ ├── MchDataForm.php
│ │ ├── Model.php
│ │ └── UserModel.php
│ ├── Module.php
│ └── views
│ ├── default
│ │ ├── index.php
│ │ └── setting.php
│ ├── layouts
│ │ ├── main.php
│ │ ├── nav-right.php
│ │ ├── passport.php
│ │ └── ss.php
│ ├── mch
│ │ ├── account
│ │ │ ├── cash.php
│ │ │ └── log.php
│ │ ├── goods
│ │ │ ├── cat-edit.php
│ │ │ ├── cat.php
│ │ │ ├── edit.php
│ │ │ └── index.php
│ │ ├── index
│ │ │ ├── free-deliver-rules.php
│ │ │ ├── index.php
│ │ │ ├── postage-rules-edit.php
│ │ │ ├── postage-rules.php
│ │ │ └── setting.php
│ │ └── order
│ │ ├── detail.php
│ │ ├── index.php
│ │ └── refund.php
│ └── passport
│ └── login.php
├── patch
├── plugins
│ └── bargain
│ ├── bikan.ini
│ ├── events
│ │ └── AddGoodsEvent.php
│ ├── index1.html
│ ├── init
│ │ └── Controller.php
│ ├── logo1.gif
│ ├── models
│ │ └── GoodsForm.php
│ ├── readme.ini
│ ├── view
│ │ └── goods-edit.php
│ ├── weixin.png
│ ├── Www.Souho.Net.html
│ └── 搜虎精品社区.url
├── README.md
├── requirements.php
├── runtime
│ ├── cache
│ │ ├── 1d
│ │ │ └── 1de435f00c92f9a952f6bce7ecd2e8b2.bin
│ │ ├── 2e
│ │ │ └── 2e6e390da0488006b29cb39dacbd0be7.bin
│ │ ├── 2f
│ │ │ └── 2f6b49e09c0d70d927197225be47632e.bin
│ │ ├── 3c
│ │ │ └── 3ca4684781ab9b18b6e793fa3166c4f6.bin
│ │ ├── 40
│ │ │ └── 4027253d9dce6409f49660d152a995fd.bin
│ │ ├── 6b
│ │ │ └── 6b77ef4b602800a89d88e6e3f93a322c.bin
│ │ ├── 75
│ │ │ └── 75bb5ce95fc15762aaa277cb9cede489.bin
│ │ ├── 77
│ │ │ └── 77e3909d522d273afd2619db29db6ca6.bin
│ │ ├── 80
│ │ │ └── 80b3e69fb0f14719df255111c0fed153.bin
│ │ ├── 87
│ │ │ └── 87a7470c6398e03b593d88858c946f91.bin
│ │ ├── 8d
│ │ │ └── 8d75833b083153f71539578961280c45.bin
│ │ ├── a2
│ │ │ └── a2882d37c8d7a1a42beaabd08915457b.bin
│ │ ├── aa
│ │ │ └── aa07809b7e8106636256ed87937c8a7e.bin
│ │ ├── d7
│ │ │ └── d73098bde0af1419d417cff3177f7cf6.bin
│ │ ├── dd
│ │ │ └── dd9861776a72b304deeb68166567215c.bin
│ │ ├── e4
│ │ │ └── e464ffa03a92436173da3f6745269a1a.bin
│ │ └── e6
│ │ └── e6335b63ebc03b9987805903c5d6670d.bin
│ └── pem
│ └── index.html
├── temp
│ └── index.html
├── tests
│ ├── acceptance
│ │ ├── AboutCest.php
│ │ ├── _bootstrap.php
│ │ ├── ContactCest.php
│ │ ├── HomeCest.php
│ │ └── LoginCest.php
│ ├── acceptance.suite.yml.example
│ ├── bin
│ │ ├── yii
│ │ └── yii.bat
│ ├── _bootstrap.php
│ ├── _data
│ ├── functional
│ │ ├── _bootstrap.php
│ │ ├── ContactFormCest.php
│ │ └── LoginFormCest.php
│ ├── functional.suite.yml
│ ├── _output
│ ├── _support
│ │ ├── AcceptanceTester.php
│ │ ├── FunctionalTester.php
│ │ └── UnitTester.php
│ ├── unit
│ │ ├── _bootstrap.php
│ │ └── models
│ │ ├── ContactFormTest.php
│ │ ├── LoginFormTest.php
│ │ └── UserTest.php
│ └── unit.suite.yml
├── utils
│ ├── ClearCaptchaAction.php
│ ├── CreateQrcode.php
│ ├── CurlHelper.php
│ ├── FeieYun.php
│ ├── FileHelper.php
│ ├── GenerateShareQrcode.php
│ ├── GetInfo.php
│ ├── GrafikaHelper.php
│ ├── KdOrder.php
│ ├── PayNotify.php
│ ├── PinterOrder.php
│ ├── PrinterPtOrder.php
│ ├── RedirectAction.php
│ ├── Refund.php
│ ├── SendMail.php
│ ├── SmsDemo.php
│ ├── Sms.php
│ └── Yprint.php
├── vendor
│ ├── aliyuncs
│ │ └── oss-sdk-php
│ │ ├── autoload.php
│ │ ├── build-phar.sh
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── example.jpg
│ │ ├── index.php
│ │ ├── LICENSE.md
│ │ ├── phpunit.xml
│ │ ├── README-CN.md
│ │ ├── README.md
│ │ ├── samples
│ │ │ ├── BucketCors.php
│ │ │ ├── BucketLifecycle.php
│ │ │ ├── BucketLogging.php
│ │ │ ├── Bucket.php
│ │ │ ├── BucketReferer.php
│ │ │ ├── BucketWebsite.php
│ │ │ ├── Callback.php
│ │ │ ├── Common.php
│ │ │ ├── Config.php
│ │ │ ├── Image.php
│ │ │ ├── LiveChannel.php
│ │ │ ├── MultipartUpload.php
│ │ │ ├── Object.php
│ │ │ ├── RunAll.php
│ │ │ └── Signature.php
│ │ └── src
│ │ └── OSS
│ │ ├── Core
│ │ │ ├── MimeTypes.php
│ │ │ ├── OssException.php
│ │ │ └── OssUtil.php
│ │ ├── Http
│ │ │ ├── LICENSE
│ │ │ ├── RequestCore_Exception.php
│ │ │ ├── RequestCore.php
│ │ │ └── ResponseCore.php
│ │ ├── Model
│ │ │ ├── BucketInfo.php
│ │ │ ├── BucketListInfo.php
│ │ │ ├── CnameConfig.php
│ │ │ ├── CorsConfig.php
│ │ │ ├── CorsRule.php
│ │ │ ├── GetLiveChannelHistory.php
│ │ │ ├── GetLiveChannelInfo.php
│ │ │ ├── GetLiveChannelStatus.php
│ │ │ ├── LifecycleAction.php
│ │ │ ├── LifecycleConfig.php
│ │ │ ├── LifecycleRule.php
│ │ │ ├── ListMultipartUploadInfo.php
│ │ │ ├── ListPartsInfo.php
│ │ │ ├── LiveChannelConfig.php
│ │ │ ├── LiveChannelHistory.php
│ │ │ ├── LiveChannelInfo.php
│ │ │ ├── LiveChannelListInfo.php
│ │ │ ├── LoggingConfig.php
│ │ │ ├── ObjectInfo.php
│ │ │ ├── ObjectListInfo.php
│ │ │ ├── PartInfo.php
│ │ │ ├── PrefixInfo.php
│ │ │ ├── RefererConfig.php
│ │ │ ├── StorageCapacityConfig.php
│ │ │ ├── UploadInfo.php
│ │ │ ├── WebsiteConfig.php
│ │ │ └── XmlConfig.php
│ │ ├── OssClient.php
│ │ └── Result
│ │ ├── AclResult.php
│ │ ├── AppendResult.php
│ │ ├── BodyResult.php
│ │ ├── CallbackResult.php
│ │ ├── CopyObjectResult.php
│ │ ├── DeleteObjectsResult.php
│ │ ├── ExistResult.php
│ │ ├── GetCnameResult.php
│ │ ├── GetCorsResult.php
│ │ ├── GetLifecycleResult.php
│ │ ├── GetLiveChannelHistoryResult.php
│ │ ├── GetLiveChannelInfoResult.php
│ │ ├── GetLiveChannelStatusResult.php
│ │ ├── GetLocationResult.php
│ │ ├── GetLoggingResult.php
│ │ ├── GetRefererResult.php
│ │ ├── GetStorageCapacityResult.php
│ │ ├── GetWebsiteResult.php
│ │ ├── HeaderResult.php
│ │ ├── InitiateMultipartUploadResult.php
│ │ ├── ListBucketsResult.php
│ │ ├── ListLiveChannelResult.php
│ │ ├── ListMultipartUploadResult.php
│ │ ├── ListObjectsResult.php
│ │ ├── ListPartsResult.php
│ │ ├── PutLiveChannelResult.php
│ │ ├── PutSetDeleteResult.php
│ │ ├── Result.php
│ │ ├── SymlinkResult.php
│ │ └── UploadPartResult.php
│ ├── autoload.php
│ ├── behat
│ │ └── gherkin
│ │ ├── bin
│ │ │ └── update_i18n
│ │ ├── CHANGES.md
│ │ ├── composer.json
│ │ ├── CONTRIBUTING.md
│ │ ├── i18n.php
│ │ ├── libpath.php
│ │ ├── LICENSE
│ │ ├── package.xml.tpl
│ │ ├── phpdoc.ini.dist
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ ├── src
│ │ │ └── Behat
│ │ │ └── Gherkin
│ │ │ ├── Cache
│ │ │ │ ├── CacheInterface.php
│ │ │ │ ├── FileCache.php
│ │ │ │ └── MemoryCache.php
│ │ │ ├── Exception
│ │ │ │ ├── CacheException.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── LexerException.php
│ │ │ │ ├── NodeException.php
│ │ │ │ └── ParserException.php
│ │ │ ├── Filter
│ │ │ │ ├── ComplexFilterInterface.php
│ │ │ │ ├── ComplexFilter.php
│ │ │ │ ├── FeatureFilterInterface.php
│ │ │ │ ├── FilterInterface.php
│ │ │ │ ├── LineFilter.php
│ │ │ │ ├── LineRangeFilter.php
│ │ │ │ ├── NameFilter.php
│ │ │ │ ├── NarrativeFilter.php
│ │ │ │ ├── PathsFilter.php
│ │ │ │ ├── RoleFilter.php
│ │ │ │ ├── SimpleFilter.php
│ │ │ │ └── TagFilter.php
│ │ │ ├── Gherkin.php
│ │ │ ├── Keywords
│ │ │ │ ├── ArrayKeywords.php
│ │ │ │ ├── CachedArrayKeywords.php
│ │ │ │ ├── CucumberKeywords.php
│ │ │ │ ├── KeywordsDumper.php
│ │ │ │ └── KeywordsInterface.php
│ │ │ ├── Lexer.php
│ │ │ ├── Loader
│ │ │ │ ├── AbstractFileLoader.php
│ │ │ │ ├── ArrayLoader.php
│ │ │ │ ├── DirectoryLoader.php
│ │ │ │ ├── FileLoaderInterface.php
│ │ │ │ ├── GherkinFileLoader.php
│ │ │ │ ├── LoaderInterface.php
│ │ │ │ └── YamlFileLoader.php
│ │ │ ├── Node
│ │ │ │ ├── ArgumentInterface.php
│ │ │ │ ├── BackgroundNode.php
│ │ │ │ ├── ExampleNode.php
│ │ │ │ ├── ExampleTableNode.php
│ │ │ │ ├── FeatureNode.php
│ │ │ │ ├── KeywordNodeInterface.php
│ │ │ │ ├── NodeInterface.php
│ │ │ │ ├── OutlineNode.php
│ │ │ │ ├── PyStringNode.php
│ │ │ │ ├── ScenarioInterface.php
│ │ │ │ ├── ScenarioLikeInterface.php
│ │ │ │ ├── ScenarioNode.php
│ │ │ │ ├── StepContainerInterface.php
│ │ │ │ ├── StepNode.php
│ │ │ │ ├── TableNode.php
│ │ │ │ └── TaggedNodeInterface.php
│ │ │ └── Parser.php
│ │ └── tests
│ │ └── Behat
│ │ └── Gherkin
│ │ ├── Cache
│ │ │ ├── FileCacheTest.php
│ │ │ └── MemoryCacheTest.php
│ │ ├── Filter
│ │ │ ├── FilterTest.php
│ │ │ ├── Fixtures
│ │ │ │ ├── full
│ │ │ │ │ └── file2
│ │ │ │ └── full_path
│ │ │ │ └── file1
│ │ │ ├── LineFilterTest.php
│ │ │ ├── LineRangeFilterTest.php
│ │ │ ├── NameFilterTest.php
│ │ │ ├── NarrativeFilterTest.php
│ │ │ ├── PathsFilterTest.php
│ │ │ ├── RoleFilterTest.php
│ │ │ └── TagFilterTest.php
│ │ ├── Fixtures
│ │ │ ├── directories
│ │ │ │ └── phps
│ │ │ │ └── some_file.php
│ │ │ ├── etalons
│ │ │ │ ├── addition.yml
│ │ │ │ ├── background_title.yml
│ │ │ │ ├── background.yml
│ │ │ │ ├── big_pystring.yml
│ │ │ │ ├── clean_tags.yml
│ │ │ │ ├── commented_out.yml
│ │ │ │ ├── comments.yml
│ │ │ │ ├── complex_descriptions.yml
│ │ │ │ ├── empty_scenarios.yml
│ │ │ │ ├── empty_scenario_without_linefeed.yml
│ │ │ │ ├── empty_scenario.yml
│ │ │ │ ├── empty.yml
│ │ │ │ ├── fibonacci.yml
│ │ │ │ ├── hashes_in_quotes.yml
│ │ │ │ ├── issue_13.yml
│ │ │ │ ├── ja_addition.yml
│ │ │ │ ├── long_title_feature.yml
│ │ │ │ ├── multiline_name_with_newlines.yml
│ │ │ │ ├── multiline_name.yml
│ │ │ │ ├── multiplepystrings.yml
│ │ │ │ ├── outline_with_spaces.yml
│ │ │ │ ├── outline_with_step_table.yml
│ │ │ │ ├── pystring.yml
│ │ │ │ ├── ru_addition.yml
│ │ │ │ ├── ru_commented.yml
│ │ │ │ ├── ru_consecutive_calculations.yml
│ │ │ │ ├── ru_division.yml
│ │ │ │ ├── start_comments.yml
│ │ │ │ ├── tables.yml
│ │ │ │ ├── tags_sample.yml
│ │ │ │ ├── test_unit.yml
│ │ │ │ ├── trimpystring.yml
│ │ │ │ └── undefined_multiline_args.yml
│ │ │ ├── features
│ │ │ │ ├── addition.feature
│ │ │ │ ├── background.feature
│ │ │ │ ├── background_title.feature
│ │ │ │ ├── big_pystring.feature
│ │ │ │ ├── clean_tags.feature
│ │ │ │ ├── commented_out.feature
│ │ │ │ ├── comments.feature
│ │ │ │ ├── complex_descriptions.feature
│ │ │ │ ├── empty.feature
│ │ │ │ ├── empty_scenario.feature
│ │ │ │ ├── empty_scenarios.feature
│ │ │ │ ├── empty_scenario_without_linefeed.feature
│ │ │ │ ├── fibonacci.feature
│ │ │ │ ├── hashes_in_quotes.feature
│ │ │ │ ├── issue_13.feature
│ │ │ │ ├── ja_addition.feature
│ │ │ │ ├── long_title_feature.feature
│ │ │ │ ├── multiline_name.feature
│ │ │ │ ├── multiline_name_with_newlines.feature
│ │ │ │ ├── multiplepystrings.feature
│ │ │ │ ├── outline_with_spaces.feature
│ │ │ │ ├── outline_with_step_table.feature
│ │ │ │ ├── pystring.feature
│ │ │ │ ├── ru_addition.feature
│ │ │ │ ├── ru_commented.feature
│ │ │ │ ├── ru_consecutive_calculations.feature
│ │ │ │ ├── ru_division.feature
│ │ │ │ ├── start_comments.feature
│ │ │ │ ├── tables.feature
│ │ │ │ ├── tags_sample.feature
│ │ │ │ ├── test_unit.feature
│ │ │ │ ├── trimpystring.feature
│ │ │ │ └── undefined_multiline_args.feature
│ │ │ └── i18n.yml
│ │ ├── GherkinTest.php
│ │ ├── Keywords
│ │ │ ├── ArrayKeywordsTest.php
│ │ │ ├── CachedArrayKeywordsTest.php
│ │ │ ├── CucumberKeywordsTest.php
│ │ │ ├── KeywordsDumperTest.php
│ │ │ └── KeywordsTest.php
│ │ ├── Loader
│ │ │ ├── ArrayLoaderTest.php
│ │ │ ├── DirectoryLoaderTest.php
│ │ │ ├── GherkinFileLoaderTest.php
│ │ │ └── YamlFileLoaderTest.php
│ │ ├── Node
│ │ │ ├── ExampleNodeTest.php
│ │ │ ├── OutlineNodeTest.php
│ │ │ ├── PyStringNodeTest.php
│ │ │ ├── StepNodeTest.php
│ │ │ └── TableNodeTest.php
│ │ ├── ParserExceptionsTest.php
│ │ └── ParserTest.php
│ ├── bin
│ │ ├── codecept
│ │ ├── codecept.bat
│ │ ├── markdown
│ │ ├── phpcbf
│ │ ├── phpcs
│ │ ├── phpunit
│ │ ├── phpunit.bat
│ │ ├── sentry
│ │ ├── sql-formatter
│ │ ├── yii
│ │ └── yii.bat
│ ├── bower
│ │ ├── bootstrap
│ │ │ ├── bower.json
│ │ │ ├── CHANGELOG.md
│ │ │ ├── dist
│ │ │ │ ├── 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
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ ├── Gemfile
│ │ │ ├── Gemfile.lock
│ │ │ ├── grunt
│ │ │ │ ├── bs-commonjs-generator.js
│ │ │ │ ├── bs-glyphicons-data-generator.js
│ │ │ │ ├── bs-lessdoc-parser.js
│ │ │ │ ├── bs-raw-files-generator.js
│ │ │ │ ├── change-version.js
│ │ │ │ ├── configBridge.json
│ │ │ │ ├── npm-shrinkwrap.json
│ │ │ │ └── sauce_browsers.yml
│ │ │ ├── Gruntfile.js
│ │ │ ├── ISSUE_TEMPLATE.md
│ │ │ ├── js
│ │ │ │ ├── affix.js
│ │ │ │ ├── alert.js
│ │ │ │ ├── button.js
│ │ │ │ ├── carousel.js
│ │ │ │ ├── collapse.js
│ │ │ │ ├── dropdown.js
│ │ │ │ ├── modal.js
│ │ │ │ ├── popover.js
│ │ │ │ ├── scrollspy.js
│ │ │ │ ├── tab.js
│ │ │ │ ├── tooltip.js
│ │ │ │ └── transition.js
│ │ │ ├── less
│ │ │ │ ├── alerts.less
│ │ │ │ ├── badges.less
│ │ │ │ ├── bootstrap.less
│ │ │ │ ├── breadcrumbs.less
│ │ │ │ ├── button-groups.less
│ │ │ │ ├── buttons.less
│ │ │ │ ├── carousel.less
│ │ │ │ ├── close.less
│ │ │ │ ├── code.less
│ │ │ │ ├── component-animations.less
│ │ │ │ ├── dropdowns.less
│ │ │ │ ├── forms.less
│ │ │ │ ├── glyphicons.less
│ │ │ │ ├── grid.less
│ │ │ │ ├── input-groups.less
│ │ │ │ ├── jumbotron.less
│ │ │ │ ├── labels.less
│ │ │ │ ├── list-group.less
│ │ │ │ ├── media.less
│ │ │ │ ├── mixins
│ │ │ │ │ ├── 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
│ │ │ │ ├── modals.less
│ │ │ │ ├── navbar.less
│ │ │ │ ├── navs.less
│ │ │ │ ├── normalize.less
│ │ │ │ ├── pager.less
│ │ │ │ ├── pagination.less
│ │ │ │ ├── panels.less
│ │ │ │ ├── popovers.less
│ │ │ │ ├── print.less
│ │ │ │ ├── progress-bars.less
│ │ │ │ ├── responsive-embed.less
│ │ │ │ ├── responsive-utilities.less
│ │ │ │ ├── scaffolding.less
│ │ │ │ ├── tables.less
│ │ │ │ ├── theme.less
│ │ │ │ ├── thumbnails.less
│ │ │ │ ├── tooltip.less
│ │ │ │ ├── type.less
│ │ │ │ ├── utilities.less
│ │ │ │ ├── variables.less
│ │ │ │ └── wells.less
│ │ │ ├── LICENSE
│ │ │ ├── nuget
│ │ │ │ ├── bootstrap.less.nuspec
│ │ │ │ ├── bootstrap.nuspec
│ │ │ │ └── MyGet.ps1
│ │ │ ├── package.js
│ │ │ ├── package.json
│ │ │ └── README.md
│ │ ├── jquery
│ │ │ ├── AUTHORS.txt
│ │ │ ├── bower.json
│ │ │ ├── dist
│ │ │ │ ├── jquery.js
│ │ │ │ ├── jquery.min.js
│ │ │ │ └── jquery.min.map
│ │ │ ├── external
│ │ │ │ └── sizzle
│ │ │ │ ├── dist
│ │ │ │ │ ├── sizzle.js
│ │ │ │ │ ├── sizzle.min.js
│ │ │ │ │ └── sizzle.min.map
│ │ │ │ └── LICENSE.txt
│ │ │ ├── LICENSE.txt
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── ajax
│ │ │ │ ├── jsonp.js
│ │ │ │ ├── load.js
│ │ │ │ ├── parseJSON.js
│ │ │ │ ├── parseXML.js
│ │ │ │ ├── script.js
│ │ │ │ ├── var
│ │ │ │ │ ├── location.js
│ │ │ │ │ ├── nonce.js
│ │ │ │ │ └── rquery.js
│ │ │ │ └── xhr.js
│ │ │ ├── ajax.js
│ │ │ ├── attributes
│ │ │ │ ├── attr.js
│ │ │ │ ├── classes.js
│ │ │ │ ├── prop.js
│ │ │ │ ├── support.js
│ │ │ │ └── val.js
│ │ │ ├── attributes.js
│ │ │ ├── callbacks.js
│ │ │ ├── core
│ │ │ │ ├── access.js
│ │ │ │ ├── init.js
│ │ │ │ ├── parseHTML.js
│ │ │ │ ├── ready.js
│ │ │ │ └── var
│ │ │ │ └── rsingleTag.js
│ │ │ ├── core.js
│ │ │ ├── css
│ │ │ │ ├── addGetHookIf.js
│ │ │ │ ├── adjustCSS.js
│ │ │ │ ├── curCSS.js
│ │ │ │ ├── defaultDisplay.js
│ │ │ │ ├── hiddenVisibleSelectors.js
│ │ │ │ ├── showHide.js
│ │ │ │ ├── support.js
│ │ │ │ └── var
│ │ │ │ ├── cssExpand.js
│ │ │ │ ├── getStyles.js
│ │ │ │ ├── isHidden.js
│ │ │ │ ├── rmargin.js
│ │ │ │ ├── rnumnonpx.js
│ │ │ │ └── swap.js
│ │ │ ├── css.js
│ │ │ ├── data
│ │ │ │ ├── Data.js
│ │ │ │ └── var
│ │ │ │ ├── acceptData.js
│ │ │ │ ├── dataPriv.js
│ │ │ │ └── dataUser.js
│ │ │ ├── data.js
│ │ │ ├── deferred.js
│ │ │ ├── deprecated.js
│ │ │ ├── dimensions.js
│ │ │ ├── effects
│ │ │ │ ├── animatedSelector.js
│ │ │ │ └── Tween.js
│ │ │ ├── effects.js
│ │ │ ├── event
│ │ │ │ ├── ajax.js
│ │ │ │ ├── alias.js
│ │ │ │ ├── focusin.js
│ │ │ │ ├── support.js
│ │ │ │ └── trigger.js
│ │ │ ├── event.js
│ │ │ ├── exports
│ │ │ │ ├── amd.js
│ │ │ │ └── global.js
│ │ │ ├── intro.js
│ │ │ ├── jquery.js
│ │ │ ├── manipulation
│ │ │ │ ├── buildFragment.js
│ │ │ │ ├── _evalUrl.js
│ │ │ │ ├── getAll.js
│ │ │ │ ├── setGlobalEval.js
│ │ │ │ ├── support.js
│ │ │ │ ├── var
│ │ │ │ │ ├── rcheckableType.js
│ │ │ │ │ ├── rscriptType.js
│ │ │ │ │ └── rtagName.js
│ │ │ │ └── wrapMap.js
│ │ │ ├── manipulation.js
│ │ │ ├── offset.js
│ │ │ ├── outro.js
│ │ │ ├── queue
│ │ │ │ └── delay.js
│ │ │ ├── queue.js
│ │ │ ├── selector.js
│ │ │ ├── selector-native.js
│ │ │ ├── selector-sizzle.js
│ │ │ ├── serialize.js
│ │ │ ├── traversing
│ │ │ │ ├── findFilter.js
│ │ │ │ └── var
│ │ │ │ ├── dir.js
│ │ │ │ ├── rneedsContext.js
│ │ │ │ └── siblings.js
│ │ │ ├── traversing.js
│ │ │ ├── var
│ │ │ │ ├── arr.js
│ │ │ │ ├── class2type.js
│ │ │ │ ├── concat.js
│ │ │ │ ├── documentElement.js
│ │ │ │ ├── document.js
│ │ │ │ ├── hasOwn.js
│ │ │ │ ├── indexOf.js
│ │ │ │ ├── pnum.js
│ │ │ │ ├── push.js
│ │ │ │ ├── rcssNum.js
│ │ │ │ ├── rnotwhite.js
│ │ │ │ ├── slice.js
│ │ │ │ ├── support.js
│ │ │ │ └── toString.js
│ │ │ └── wrap.js
│ │ ├── jquery.inputmask
│ │ │ ├── bower.json
│ │ │ └── dist
│ │ │ ├── inputmask
│ │ │ │ ├── bindings
│ │ │ │ │ └── inputmask.binding.js
│ │ │ │ ├── dependencyLibs
│ │ │ │ │ ├── inputmask.dependencyLib.jqlite.js
│ │ │ │ │ ├── inputmask.dependencyLib.jquery.js
│ │ │ │ │ └── inputmask.dependencyLib.js
│ │ │ │ ├── global
│ │ │ │ │ ├── document.js
│ │ │ │ │ └── window.js
│ │ │ │ ├── inputmask.date.extensions.js
│ │ │ │ ├── inputmask.extensions.js
│ │ │ │ ├── inputmask.js
│ │ │ │ ├── inputmask.numeric.extensions.js
│ │ │ │ ├── inputmask.phone.extensions.js
│ │ │ │ ├── inputmask.regex.extensions.js
│ │ │ │ ├── jquery.inputmask.js
│ │ │ │ └── phone-codes
│ │ │ │ ├── phone-be.js
│ │ │ │ ├── phone.js
│ │ │ │ ├── phone-nl.js
│ │ │ │ ├── phone-ru.js
│ │ │ │ └── phone-uk.js
│ │ │ ├── jquery.inputmask.bundle.js
│ │ │ └── min
│ │ │ ├── inputmask
│ │ │ │ ├── bindings
│ │ │ │ │ └── inputmask.binding.min.js
│ │ │ │ ├── dependencyLibs
│ │ │ │ │ ├── inputmask.dependencyLib.jqlite.min.js
│ │ │ │ │ ├── inputmask.dependencyLib.jquery.min.js
│ │ │ │ │ └── inputmask.dependencyLib.min.js
│ │ │ │ ├── global
│ │ │ │ │ ├── document.min.js
│ │ │ │ │ └── window.min.js
│ │ │ │ ├── inputmask.date.extensions.min.js
│ │ │ │ ├── inputmask.extensions.min.js
│ │ │ │ ├── inputmask.min.js
│ │ │ │ ├── inputmask.numeric.extensions.min.js
│ │ │ │ ├── inputmask.phone.extensions.min.js
│ │ │ │ ├── inputmask.regex.extensions.min.js
│ │ │ │ ├── jquery.inputmask.min.js
│ │ │ │ └── phone-codes
│ │ │ │ ├── phone-be.min.js
│ │ │ │ ├── phone.min.js
│ │ │ │ ├── phone-nl.min.js
│ │ │ │ ├── phone-ru.min.js
│ │ │ │ └── phone-uk.min.js
│ │ │ └── jquery.inputmask.bundle.min.js
│ │ ├── punycode
│ │ │ ├── bower.json
│ │ │ ├── LICENSE-MIT.txt
│ │ │ ├── punycode.js
│ │ │ ├── punycode.min.js
│ │ │ └── README.md
│ │ ├── typeahead.js
│ │ │ ├── bower.json
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── dist
│ │ │ │ ├── bloodhound.js
│ │ │ │ ├── bloodhound.min.js
│ │ │ │ ├── typeahead.bundle.js
│ │ │ │ ├── typeahead.bundle.min.js
│ │ │ │ ├── typeahead.jquery.js
│ │ │ │ └── typeahead.jquery.min.js
│ │ │ ├── doc
│ │ │ │ ├── bloodhound.md
│ │ │ │ ├── jquery_typeahead.md
│ │ │ │ └── migration
│ │ │ │ └── 0.10.0.md
│ │ │ ├── Gruntfile.js
│ │ │ ├── karma.conf.js
│ │ │ ├── LICENSE
│ │ │ ├── package.json
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── bloodhound
│ │ │ │ │ ├── bloodhound.js
│ │ │ │ │ ├── lru_cache.js
│ │ │ │ │ ├── options_parser.js
│ │ │ │ │ ├── persistent_storage.js
│ │ │ │ │ ├── prefetch.js
│ │ │ │ │ ├── remote.js
│ │ │ │ │ ├── search_index.js
│ │ │ │ │ ├── tokenizers.js
│ │ │ │ │ ├── transport.js
│ │ │ │ │ └── version.js
│ │ │ │ ├── common
│ │ │ │ │ └── utils.js
│ │ │ │ └── typeahead
│ │ │ │ ├── dataset.js
│ │ │ │ ├── default_menu.js
│ │ │ │ ├── event_bus.js
│ │ │ │ ├── event_emitter.js
│ │ │ │ ├── highlight.js
│ │ │ │ ├── input.js
│ │ │ │ ├── menu.js
│ │ │ │ ├── plugin.js
│ │ │ │ ├── typeahead.js
│ │ │ │ └── www.js
│ │ │ ├── test
│ │ │ │ ├── bloodhound
│ │ │ │ │ ├── bloodhound_spec.js
│ │ │ │ │ ├── lru_cache_spec.js
│ │ │ │ │ ├── options_parser_spec.js
│ │ │ │ │ ├── persistent_storage_spec.js
│ │ │ │ │ ├── prefetch_spec.js
│ │ │ │ │ ├── remote_spec.js
│ │ │ │ │ ├── search_index_spec.js
│ │ │ │ │ ├── tokenizers_spec.js
│ │ │ │ │ └── transport_spec.js
│ │ │ │ ├── ci
│ │ │ │ ├── fixtures
│ │ │ │ │ ├── ajax_responses.js
│ │ │ │ │ ├── data.js
│ │ │ │ │ └── html.js
│ │ │ │ ├── helpers
│ │ │ │ │ └── typeahead_mocks.js
│ │ │ │ ├── integration
│ │ │ │ │ ├── test.html
│ │ │ │ │ └── test.js
│ │ │ │ ├── playground.html
│ │ │ │ └── typeahead
│ │ │ │ ├── dataset_spec.js
│ │ │ │ ├── default_results_spec.js
│ │ │ │ ├── event_bus_spec.js
│ │ │ │ ├── event_emitter_spec.js
│ │ │ │ ├── highlight_spec.js
│ │ │ │ ├── input_spec.js
│ │ │ │ ├── plugin_spec.js
│ │ │ │ ├── results_spec.js
│ │ │ │ └── typeahead_spec.js
│ │ │ └── typeahead.js.jquery.json
│ │ └── yii2-pjax
│ │ ├── bower.json
│ │ ├── CHANGELOG.md
│ │ ├── jquery.pjax.js
│ │ ├── LICENSE
│ │ ├── package.json
│ │ └── README.md
│ ├── bower-asset
│ │ ├── bootstrap
│ │ │ ├── bower.json
│ │ │ ├── CHANGELOG.md
│ │ │ ├── CNAME
│ │ │ ├── composer.json
│ │ │ ├── _config.yml
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── dist
│ │ │ │ ├── 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
│ │ │ ├── docs
│ │ │ │ ├── about.html
│ │ │ │ ├── apple-touch-icon.png
│ │ │ │ ├── assets
│ │ │ │ │ ├── brand
│ │ │ │ │ │ ├── bootstrap-outline.svg
│ │ │ │ │ │ ├── bootstrap-punchout.svg
│ │ │ │ │ │ └── bootstrap-solid.svg
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── docs.min.css
│ │ │ │ │ │ ├── docs.min.css.map
│ │ │ │ │ │ ├── ie10-viewport-bug-workaround.css
│ │ │ │ │ │ └── src
│ │ │ │ │ │ ├── docs.css
│ │ │ │ │ │ └── pygments-manni.css
│ │ │ │ │ ├── flash
│ │ │ │ │ │ └── ZeroClipboard.swf
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── components.png
│ │ │ │ │ │ ├── devices.png
│ │ │ │ │ │ ├── expo-lyft.jpg
│ │ │ │ │ │ ├── expo-newsweek.jpg
│ │ │ │ │ │ ├── expo-riot.jpg
│ │ │ │ │ │ ├── expo-vogue.jpg
│ │ │ │ │ │ └── sass-less.png
│ │ │ │ │ └── js
│ │ │ │ │ ├── customize.min.js
│ │ │ │ │ ├── docs.min.js
│ │ │ │ │ ├── ie10-viewport-bug-workaround.js
│ │ │ │ │ ├── ie8-responsive-file-warning.js
│ │ │ │ │ ├── ie-emulation-modes-warning.js
│ │ │ │ │ ├── raw-files.min.js
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── application.js
│ │ │ │ │ │ └── customizer.js
│ │ │ │ │ └── vendor
│ │ │ │ │ ├── anchor.min.js
│ │ │ │ │ ├── autoprefixer.js
│ │ │ │ │ ├── Blob.js
│ │ │ │ │ ├── FileSaver.js
│ │ │ │ │ ├── holder.min.js
│ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ ├── jszip.min.js
│ │ │ │ │ ├── less.min.js
│ │ │ │ │ ├── uglify.min.js
│ │ │ │ │ └── ZeroClipboard.min.js
│ │ │ │ ├── browser-bugs.html
│ │ │ │ ├── components.html
│ │ │ │ ├── css.html
│ │ │ │ ├── customize.html
│ │ │ │ ├── _data
│ │ │ │ │ ├── browser-bugs.yml
│ │ │ │ │ ├── browser-features.yml
│ │ │ │ │ ├── core-team.yml
│ │ │ │ │ ├── glyphicons.yml
│ │ │ │ │ ├── sass-team.yml
│ │ │ │ │ ├── showcase.yml
│ │ │ │ │ └── translations.yml
│ │ │ │ ├── dist
│ │ │ │ │ ├── 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
│ │ │ │ ├── examples
│ │ │ │ │ ├── blog
│ │ │ │ │ │ ├── blog.css
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── carousel
│ │ │ │ │ │ ├── carousel.css
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── cover
│ │ │ │ │ │ ├── cover.css
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── dashboard
│ │ │ │ │ │ ├── dashboard.css
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── grid
│ │ │ │ │ │ ├── grid.css
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── jumbotron
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── jumbotron.css
│ │ │ │ │ ├── jumbotron-narrow
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── jumbotron-narrow.css
│ │ │ │ │ ├── justified-nav
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── justified-nav.css
│ │ │ │ │ ├── navbar
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── navbar.css
│ │ │ │ │ ├── navbar-fixed-top
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── navbar-fixed-top.css
│ │ │ │ │ ├── navbar-static-top
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── navbar-static-top.css
│ │ │ │ │ ├── non-responsive
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── non-responsive.css
│ │ │ │ │ ├── offcanvas
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── offcanvas.css
│ │ │ │ │ │ └── offcanvas.js
│ │ │ │ │ ├── screenshots
│ │ │ │ │ │ ├── blog.jpg
│ │ │ │ │ │ ├── carousel.jpg
│ │ │ │ │ │ ├── cover.jpg
│ │ │ │ │ │ ├── dashboard.jpg
│ │ │ │ │ │ ├── equal-height-columns.jpg
│ │ │ │ │ │ ├── grid.jpg
│ │ │ │ │ │ ├── jumbotron.jpg
│ │ │ │ │ │ ├── jumbotron-narrow.jpg
│ │ │ │ │ │ ├── justified-nav.jpg
│ │ │ │ │ │ ├── navbar-fixed.jpg
│ │ │ │ │ │ ├── navbar.jpg
│ │ │ │ │ │ ├── navbar-static.jpg
│ │ │ │ │ │ ├── non-responsive.jpg
│ │ │ │ │ │ ├── offcanvas.jpg
│ │ │ │ │ │ ├── sign-in.jpg
│ │ │ │ │ │ ├── starter-template.jpg
│ │ │ │ │ │ ├── sticky-footer.jpg
│ │ │ │ │ │ ├── sticky-footer-navbar.jpg
│ │ │ │ │ │ └── theme.jpg
│ │ │ │ │ ├── signin
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── signin.css
│ │ │ │ │ ├── starter-template
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── starter-template.css
│ │ │ │ │ ├── sticky-footer
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── sticky-footer.css
│ │ │ │ │ ├── sticky-footer-navbar
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── sticky-footer-navbar.css
│ │ │ │ │ ├── theme
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── theme.css
│ │ │ │ │ └── tooltip-viewport
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── tooltip-viewport.css
│ │ │ │ │ └── tooltip-viewport.js
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── getting-started.html
│ │ │ │ ├── _includes
│ │ │ │ │ ├── ads.html
│ │ │ │ │ ├── components
│ │ │ │ │ │ ├── alerts.html
│ │ │ │ │ │ ├── badges.html
│ │ │ │ │ │ ├── breadcrumbs.html
│ │ │ │ │ │ ├── button-dropdowns.html
│ │ │ │ │ │ ├── button-groups.html
│ │ │ │ │ │ ├── dropdowns.html
│ │ │ │ │ │ ├── glyphicons.html
│ │ │ │ │ │ ├── input-groups.html
│ │ │ │ │ │ ├── jumbotron.html
│ │ │ │ │ │ ├── labels.html
│ │ │ │ │ │ ├── list-group.html
│ │ │ │ │ │ ├── media.html
│ │ │ │ │ │ ├── navbar.html
│ │ │ │ │ │ ├── navs.html
│ │ │ │ │ │ ├── page-header.html
│ │ │ │ │ │ ├── pagination.html
│ │ │ │ │ │ ├── panels.html
│ │ │ │ │ │ ├── progress-bars.html
│ │ │ │ │ │ ├── responsive-embed.html
│ │ │ │ │ │ ├── thumbnails.html
│ │ │ │ │ │ └── wells.html
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── buttons.html
│ │ │ │ │ │ ├── code.html
│ │ │ │ │ │ ├── forms.html
│ │ │ │ │ │ ├── grid.html
│ │ │ │ │ │ ├── helpers.html
│ │ │ │ │ │ ├── images.html
│ │ │ │ │ │ ├── less.html
│ │ │ │ │ │ ├── overview.html
│ │ │ │ │ │ ├── responsive-utilities.html
│ │ │ │ │ │ ├── sass.html
│ │ │ │ │ │ ├── tables.html
│ │ │ │ │ │ └── type.html
│ │ │ │ │ ├── customizer-variables.html
│ │ │ │ │ ├── footer.html
│ │ │ │ │ ├── getting-started
│ │ │ │ │ │ ├── accessibility.html
│ │ │ │ │ │ ├── browser-device-support.html
│ │ │ │ │ │ ├── community.html
│ │ │ │ │ │ ├── disabling-responsiveness.html
│ │ │ │ │ │ ├── download.html
│ │ │ │ │ │ ├── examples.html
│ │ │ │ │ │ ├── grunt.html
│ │ │ │ │ │ ├── license.html
│ │ │ │ │ │ ├── template.html
│ │ │ │ │ │ ├── third-party-support.html
│ │ │ │ │ │ ├── tools.html
│ │ │ │ │ │ ├── translations.html
│ │ │ │ │ │ └── whats-included.html
│ │ │ │ │ ├── header.html
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── affix.html
│ │ │ │ │ │ ├── alerts.html
│ │ │ │ │ │ ├── buttons.html
│ │ │ │ │ │ ├── carousel.html
│ │ │ │ │ │ ├── collapse.html
│ │ │ │ │ │ ├── dropdowns.html
│ │ │ │ │ │ ├── modal.html
│ │ │ │ │ │ ├── overview.html
│ │ │ │ │ │ ├── popovers.html
│ │ │ │ │ │ ├── scrollspy.html
│ │ │ │ │ │ ├── tabs.html
│ │ │ │ │ │ ├── tooltips.html
│ │ │ │ │ │ └── transitions.html
│ │ │ │ │ └── nav
│ │ │ │ │ ├── about.html
│ │ │ │ │ ├── components.html
│ │ │ │ │ ├── css.html
│ │ │ │ │ ├── customize.html
│ │ │ │ │ ├── getting-started.html
│ │ │ │ │ ├── javascript.html
│ │ │ │ │ ├── main.html
│ │ │ │ │ └── migration.html
│ │ │ │ ├── index.html
│ │ │ │ ├── javascript.html
│ │ │ │ ├── _layouts
│ │ │ │ │ ├── default.html
│ │ │ │ │ └── home.html
│ │ │ │ ├── LICENSE
│ │ │ │ ├── migration.html
│ │ │ │ ├── _plugins
│ │ │ │ │ ├── bridge.rb
│ │ │ │ │ └── bugify.rb
│ │ │ │ ├── _pug
│ │ │ │ │ ├── customizer-nav.pug
│ │ │ │ │ └── customizer-variables.pug
│ │ │ │ └── robots.txt
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ ├── Gemfile
│ │ │ ├── Gemfile.lock
│ │ │ ├── grunt
│ │ │ │ ├── bs-commonjs-generator.js
│ │ │ │ ├── bs-glyphicons-data-generator.js
│ │ │ │ ├── bs-lessdoc-parser.js
│ │ │ │ ├── bs-raw-files-generator.js
│ │ │ │ ├── change-version.js
│ │ │ │ ├── configBridge.json
│ │ │ │ ├── npm-shrinkwrap.json
│ │ │ │ └── sauce_browsers.yml
│ │ │ ├── Gruntfile.js
│ │ │ ├── ISSUE_TEMPLATE.md
│ │ │ ├── js
│ │ │ │ ├── affix.js
│ │ │ │ ├── alert.js
│ │ │ │ ├── button.js
│ │ │ │ ├── carousel.js
│ │ │ │ ├── collapse.js
│ │ │ │ ├── dropdown.js
│ │ │ │ ├── modal.js
│ │ │ │ ├── popover.js
│ │ │ │ ├── scrollspy.js
│ │ │ │ ├── tab.js
│ │ │ │ ├── tests
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── unit
│ │ │ │ │ │ ├── affix.js
│ │ │ │ │ │ ├── alert.js
│ │ │ │ │ │ ├── button.js
│ │ │ │ │ │ ├── carousel.js
│ │ │ │ │ │ ├── collapse.js
│ │ │ │ │ │ ├── dropdown.js
│ │ │ │ │ │ ├── modal.js
│ │ │ │ │ │ ├── phantom.js
│ │ │ │ │ │ ├── popover.js
│ │ │ │ │ │ ├── scrollspy.js
│ │ │ │ │ │ ├── tab.js
│ │ │ │ │ │ └── tooltip.js
│ │ │ │ │ ├── vendor
│ │ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ │ ├── qunit.css
│ │ │ │ │ │ └── qunit.js
│ │ │ │ │ └── visual
│ │ │ │ │ ├── affix.html
│ │ │ │ │ ├── affix-with-sticky-footer.html
│ │ │ │ │ ├── alert.html
│ │ │ │ │ ├── button.html
│ │ │ │ │ ├── carousel.html
│ │ │ │ │ ├── collapse.html
│ │ │ │ │ ├── dropdown.html
│ │ │ │ │ ├── modal.html
│ │ │ │ │ ├── popover.html
│ │ │ │ │ ├── scrollspy.html
│ │ │ │ │ ├── tab.html
│ │ │ │ │ └── tooltip.html
│ │ │ │ ├── tooltip.js
│ │ │ │ └── transition.js
│ │ │ ├── less
│ │ │ │ ├── alerts.less
│ │ │ │ ├── badges.less
│ │ │ │ ├── bootstrap.less
│ │ │ │ ├── breadcrumbs.less
│ │ │ │ ├── button-groups.less
│ │ │ │ ├── buttons.less
│ │ │ │ ├── carousel.less
│ │ │ │ ├── close.less
│ │ │ │ ├── code.less
│ │ │ │ ├── component-animations.less
│ │ │ │ ├── dropdowns.less
│ │ │ │ ├── forms.less
│ │ │ │ ├── glyphicons.less
│ │ │ │ ├── grid.less
│ │ │ │ ├── input-groups.less
│ │ │ │ ├── jumbotron.less
│ │ │ │ ├── labels.less
│ │ │ │ ├── list-group.less
│ │ │ │ ├── media.less
│ │ │ │ ├── mixins
│ │ │ │ │ ├── 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
│ │ │ │ ├── modals.less
│ │ │ │ ├── navbar.less
│ │ │ │ ├── navs.less
│ │ │ │ ├── normalize.less
│ │ │ │ ├── pager.less
│ │ │ │ ├── pagination.less
│ │ │ │ ├── panels.less
│ │ │ │ ├── popovers.less
│ │ │ │ ├── print.less
│ │ │ │ ├── progress-bars.less
│ │ │ │ ├── responsive-embed.less
│ │ │ │ ├── responsive-utilities.less
│ │ │ │ ├── scaffolding.less
│ │ │ │ ├── tables.less
│ │ │ │ ├── theme.less
│ │ │ │ ├── thumbnails.less
│ │ │ │ ├── tooltip.less
│ │ │ │ ├── type.less
│ │ │ │ ├── utilities.less
│ │ │ │ ├── variables.less
│ │ │ │ └── wells.less
│ │ │ ├── LICENSE
│ │ │ ├── nuget
│ │ │ │ ├── bootstrap.less.nuspec
│ │ │ │ ├── bootstrap.nuspec
│ │ │ │ └── MyGet.ps1
│ │ │ ├── package.js
│ │ │ ├── package.json
│ │ │ └── README.md
│ │ ├── jquery
│ │ │ ├── AUTHORS.txt
│ │ │ ├── bower.json
│ │ │ ├── dist
│ │ │ │ ├── jquery.js
│ │ │ │ ├── jquery.min.js
│ │ │ │ └── jquery.min.map
│ │ │ ├── external
│ │ │ │ └── sizzle
│ │ │ │ ├── dist
│ │ │ │ │ ├── sizzle.js
│ │ │ │ │ ├── sizzle.min.js
│ │ │ │ │ └── sizzle.min.map
│ │ │ │ └── LICENSE.txt
│ │ │ ├── LICENSE.txt
│ │ │ ├── package.json
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── ajax
│ │ │ │ ├── jsonp.js
│ │ │ │ ├── load.js
│ │ │ │ ├── parseJSON.js
│ │ │ │ ├── parseXML.js
│ │ │ │ ├── script.js
│ │ │ │ ├── var
│ │ │ │ │ ├── location.js
│ │ │ │ │ ├── nonce.js
│ │ │ │ │ └── rquery.js
│ │ │ │ └── xhr.js
│ │ │ ├── ajax.js
│ │ │ ├── attributes
│ │ │ │ ├── attr.js
│ │ │ │ ├── classes.js
│ │ │ │ ├── prop.js
│ │ │ │ ├── support.js
│ │ │ │ └── val.js
│ │ │ ├── attributes.js
│ │ │ ├── callbacks.js
│ │ │ ├── core
│ │ │ │ ├── access.js
│ │ │ │ ├── init.js
│ │ │ │ ├── parseHTML.js
│ │ │ │ ├── ready.js
│ │ │ │ └── var
│ │ │ │ └── rsingleTag.js
│ │ │ ├── core.js
│ │ │ ├── css
│ │ │ │ ├── addGetHookIf.js
│ │ │ │ ├── adjustCSS.js
│ │ │ │ ├── curCSS.js
│ │ │ │ ├── defaultDisplay.js
│ │ │ │ ├── hiddenVisibleSelectors.js
│ │ │ │ ├── showHide.js
│ │ │ │ ├── support.js
│ │ │ │ └── var
│ │ │ │ ├── cssExpand.js
│ │ │ │ ├── getStyles.js
│ │ │ │ ├── isHidden.js
│ │ │ │ ├── rmargin.js
│ │ │ │ ├── rnumnonpx.js
│ │ │ │ └── swap.js
│ │ │ ├── css.js
│ │ │ ├── data
│ │ │ │ ├── Data.js
│ │ │ │ └── var
│ │ │ │ ├── acceptData.js
│ │ │ │ ├── dataPriv.js
│ │ │ │ └── dataUser.js
│ │ │ ├── data.js
│ │ │ ├── deferred.js
│ │ │ ├── deprecated.js
│ │ │ ├── dimensions.js
│ │ │ ├── effects
│ │ │ │ ├── animatedSelector.js
│ │ │ │ └── Tween.js
│ │ │ ├── effects.js
│ │ │ ├── event
│ │ │ │ ├── ajax.js
│ │ │ │ ├── alias.js
│ │ │ │ ├── focusin.js
│ │ │ │ ├── support.js
│ │ │ │ └── trigger.js
│ │ │ ├── event.js
│ │ │ ├── exports
│ │ │ │ ├── amd.js
│ │ │ │ └── global.js
│ │ │ ├── intro.js
│ │ │ ├── jquery.js
│ │ │ ├── manipulation
│ │ │ │ ├── buildFragment.js
│ │ │ │ ├── _evalUrl.js
│ │ │ │ ├── getAll.js
│ │ │ │ ├── setGlobalEval.js
│ │ │ │ ├── support.js
│ │ │ │ ├── var
│ │ │ │ │ ├── rcheckableType.js
│ │ │ │ │ ├── rscriptType.js
│ │ │ │ │ └── rtagName.js
│ │ │ │ └── wrapMap.js
│ │ │ ├── manipulation.js
│ │ │ ├── offset.js
│ │ │ ├── outro.js
│ │ │ ├── queue
│ │ │ │ └── delay.js
│ │ │ ├── queue.js
│ │ │ ├── selector.js
│ │ │ ├── selector-native.js
│ │ │ ├── selector-sizzle.js
│ │ │ ├── serialize.js
│ │ │ ├── traversing
│ │ │ │ ├── findFilter.js
│ │ │ │ └── var
│ │ │ │ ├── dir.js
│ │ │ │ ├── rneedsContext.js
│ │ │ │ └── siblings.js
│ │ │ ├── traversing.js
│ │ │ ├── var
│ │ │ │ ├── arr.js
│ │ │ │ ├── class2type.js
│ │ │ │ ├── concat.js
│ │ │ │ ├── documentElement.js
│ │ │ │ ├── document.js
│ │ │ │ ├── hasOwn.js
│ │ │ │ ├── indexOf.js
│ │ │ │ ├── pnum.js
│ │ │ │ ├── push.js
│ │ │ │ ├── rcssNum.js
│ │ │ │ ├── rnotwhite.js
│ │ │ │ ├── slice.js
│ │ │ │ ├── support.js
│ │ │ │ └── toString.js
│ │ │ └── wrap.js
│ │ ├── jquery.inputmask
│ │ │ ├── bower.json
│ │ │ ├── bundle.js
│ │ │ ├── CHANGELOG.md
│ │ │ ├── component.json
│ │ │ ├── composer.json
│ │ │ ├── css
│ │ │ │ └── inputmask.css
│ │ │ ├── dist
│ │ │ │ ├── inputmask
│ │ │ │ │ ├── bindings
│ │ │ │ │ │ └── inputmask.binding.js
│ │ │ │ │ ├── dependencyLibs
│ │ │ │ │ │ ├── inputmask.dependencyLib.jqlite.js
│ │ │ │ │ │ ├── inputmask.dependencyLib.jquery.js
│ │ │ │ │ │ └── inputmask.dependencyLib.js
│ │ │ │ │ ├── global
│ │ │ │ │ │ ├── document.js
│ │ │ │ │ │ └── window.js
│ │ │ │ │ ├── inputmask.date.extensions.js
│ │ │ │ │ ├── inputmask.extensions.js
│ │ │ │ │ ├── inputmask.js
│ │ │ │ │ ├── inputmask.numeric.extensions.js
│ │ │ │ │ ├── inputmask.phone.extensions.js
│ │ │ │ │ ├── inputmask.regex.extensions.js
│ │ │ │ │ ├── jquery.inputmask.js
│ │ │ │ │ └── phone-codes
│ │ │ │ │ ├── phone-be.js
│ │ │ │ │ ├── phone.js
│ │ │ │ │ ├── phone-nl.js
│ │ │ │ │ ├── phone-ru.js
│ │ │ │ │ └── phone-uk.js
│ │ │ │ ├── jquery.inputmask.bundle.js
│ │ │ │ └── min
│ │ │ │ ├── inputmask
│ │ │ │ │ ├── bindings
│ │ │ │ │ │ └── inputmask.binding.min.js
│ │ │ │ │ ├── dependencyLibs
│ │ │ │ │ │ ├── inputmask.dependencyLib.jqlite.min.js
│ │ │ │ │ │ ├── inputmask.dependencyLib.jquery.min.js
│ │ │ │ │ │ └── inputmask.dependencyLib.min.js
│ │ │ │ │ ├── global
│ │ │ │ │ │ ├── document.min.js
│ │ │ │ │ │ └── window.min.js
│ │ │ │ │ ├── inputmask.date.extensions.min.js
│ │ │ │ │ ├── inputmask.extensions.min.js
│ │ │ │ │ ├── inputmask.min.js
│ │ │ │ │ ├── inputmask.numeric.extensions.min.js
│ │ │ │ │ ├── inputmask.phone.extensions.min.js
│ │ │ │ │ ├── inputmask.regex.extensions.min.js
│ │ │ │ │ ├── jquery.inputmask.min.js
│ │ │ │ │ └── phone-codes
│ │ │ │ │ ├── phone-be.min.js
│ │ │ │ │ ├── phone.min.js
│ │ │ │ │ ├── phone-nl.min.js
│ │ │ │ │ ├── phone-ru.min.js
│ │ │ │ │ └── phone-uk.min.js
│ │ │ │ └── jquery.inputmask.bundle.min.js
│ │ │ ├── Gruntfile.js
│ │ │ ├── index.html
│ │ │ ├── index.js
│ │ │ ├── js
│ │ │ │ ├── bindings
│ │ │ │ │ └── inputmask.binding.js
│ │ │ │ ├── dependencyLibs
│ │ │ │ │ ├── inputmask.dependencyLib.jqlite.js
│ │ │ │ │ ├── inputmask.dependencyLib.jquery.js
│ │ │ │ │ └── inputmask.dependencyLib.js
│ │ │ │ ├── global
│ │ │ │ │ ├── document.js
│ │ │ │ │ └── window.js
│ │ │ │ ├── inputmask.date.extensions.js
│ │ │ │ ├── inputmask.extensions.js
│ │ │ │ ├── inputmask.js
│ │ │ │ ├── inputmask.numeric.extensions.js
│ │ │ │ ├── inputmask.phone.extensions.js
│ │ │ │ ├── inputmask.regex.extensions.js
│ │ │ │ ├── jquery.inputmask.js
│ │ │ │ └── phone-codes
│ │ │ │ ├── phone-be.js
│ │ │ │ ├── phone.js
│ │ │ │ ├── phone-nl.js
│ │ │ │ ├── phone-ru.js
│ │ │ │ └── phone-uk.js
│ │ │ ├── karma.conf.js
│ │ │ ├── LICENSE.txt
│ │ │ ├── nuspecs
│ │ │ │ ├── Inputmask.nuspec
│ │ │ │ └── Readme.txt
│ │ │ ├── package.json
│ │ │ ├── qunit
│ │ │ │ ├── index.js
│ │ │ │ ├── prototypeExtensions.js
│ │ │ │ ├── qunit.html
│ │ │ │ ├── simulator.js
│ │ │ │ ├── tests_alternations.js
│ │ │ │ ├── tests_attributes.js
│ │ │ │ ├── tests_base.js
│ │ │ │ ├── tests_date.js
│ │ │ │ ├── tests_dynamic.js
│ │ │ │ ├── tests_escape.js
│ │ │ │ ├── tests_formatvalidate.js
│ │ │ │ ├── tests_initialvalue.js
│ │ │ │ ├── tests_inputeventonly.js
│ │ │ │ ├── tests_ip.js
│ │ │ │ ├── tests_jitmasking.js
│ │ │ │ ├── tests_jquery_inputmask.js
│ │ │ │ ├── tests_keepStatic.js
│ │ │ │ ├── tests_multi.js
│ │ │ │ ├── tests_numericinput.js
│ │ │ │ ├── tests_numeric.js
│ │ │ │ ├── tests_optional.js
│ │ │ │ ├── tests_option.js
│ │ │ │ ├── tests_paste.js
│ │ │ │ ├── tests_phonebe.js
│ │ │ │ ├── tests_phone.js
│ │ │ │ ├── tests_phonenl.js
│ │ │ │ ├── tests_phoneru.js
│ │ │ │ ├── tests_phone_world.js
│ │ │ │ ├── tests_regex.js
│ │ │ │ ├── tests_setvalue.js
│ │ │ │ └── webpack.config.js
│ │ │ ├── README_android.md
│ │ │ ├── README_date.md
│ │ │ ├── README.md
│ │ │ ├── README_numeric.md
│ │ │ ├── README_other.md
│ │ │ ├── README_phone.md
│ │ │ └── webpack.config.js
│ │ ├── punycode
│ │ │ ├── bower.json
│ │ │ ├── component.json
│ │ │ ├── Gruntfile.js
│ │ │ ├── LICENSE-MIT.txt
│ │ │ ├── package.json
│ │ │ ├── punycode.js
│ │ │ ├── punycode.min.js
│ │ │ ├── README.md
│ │ │ └── tests
│ │ │ ├── data.js
│ │ │ ├── index.html
│ │ │ └── tests.js
│ │ ├── typeahead.js
│ │ │ ├── bower.json
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── dist
│ │ │ │ ├── bloodhound.js
│ │ │ │ ├── bloodhound.min.js
│ │ │ │ ├── typeahead.bundle.js
│ │ │ │ ├── typeahead.bundle.min.js
│ │ │ │ ├── typeahead.jquery.js
│ │ │ │ └── typeahead.jquery.min.js
│ │ │ ├── doc
│ │ │ │ ├── bloodhound.md
│ │ │ │ ├── jquery_typeahead.md
│ │ │ │ └── migration
│ │ │ │ └── 0.10.0.md
│ │ │ ├── Gruntfile.js
│ │ │ ├── karma.conf.js
│ │ │ ├── LICENSE
│ │ │ ├── package.json
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── bloodhound
│ │ │ │ │ ├── bloodhound.js
│ │ │ │ │ ├── lru_cache.js
│ │ │ │ │ ├── options_parser.js
│ │ │ │ │ ├── persistent_storage.js
│ │ │ │ │ ├── prefetch.js
│ │ │ │ │ ├── remote.js
│ │ │ │ │ ├── search_index.js
│ │ │ │ │ ├── tokenizers.js
│ │ │ │ │ ├── transport.js
│ │ │ │ │ └── version.js
│ │ │ │ ├── common
│ │ │ │ │ └── utils.js
│ │ │ │ └── typeahead
│ │ │ │ ├── dataset.js
│ │ │ │ ├── default_menu.js
│ │ │ │ ├── event_bus.js
│ │ │ │ ├── event_emitter.js
│ │ │ │ ├── highlight.js
│ │ │ │ ├── input.js
│ │ │ │ ├── menu.js
│ │ │ │ ├── plugin.js
│ │ │ │ ├── typeahead.js
│ │ │ │ └── www.js
│ │ │ ├── test
│ │ │ │ ├── bloodhound
│ │ │ │ │ ├── bloodhound_spec.js
│ │ │ │ │ ├── lru_cache_spec.js
│ │ │ │ │ ├── options_parser_spec.js
│ │ │ │ │ ├── persistent_storage_spec.js
│ │ │ │ │ ├── prefetch_spec.js
│ │ │ │ │ ├── remote_spec.js
│ │ │ │ │ ├── search_index_spec.js
│ │ │ │ │ ├── tokenizers_spec.js
│ │ │ │ │ └── transport_spec.js
│ │ │ │ ├── ci
│ │ │ │ ├── fixtures
│ │ │ │ │ ├── ajax_responses.js
│ │ │ │ │ ├── data.js
│ │ │ │ │ └── html.js
│ │ │ │ ├── helpers
│ │ │ │ │ └── typeahead_mocks.js
│ │ │ │ ├── integration
│ │ │ │ │ ├── test.html
│ │ │ │ │ └── test.js
│ │ │ │ ├── playground.html
│ │ │ │ └── typeahead
│ │ │ │ ├── dataset_spec.js
│ │ │ │ ├── default_results_spec.js
│ │ │ │ ├── event_bus_spec.js
│ │ │ │ ├── event_emitter_spec.js
│ │ │ │ ├── highlight_spec.js
│ │ │ │ ├── input_spec.js
│ │ │ │ ├── plugin_spec.js
│ │ │ │ ├── results_spec.js
│ │ │ │ └── typeahead_spec.js
│ │ │ └── typeahead.js.jquery.json
│ │ └── yii2-pjax
│ │ ├── bower.json
│ │ ├── CHANGELOG.md
│ │ ├── CONTRIBUTING.md
│ │ ├── Gemfile
│ │ ├── Gemfile.lock
│ │ ├── jquery.pjax.js
│ │ ├── LICENSE
│ │ ├── package.json
│ │ ├── README.md
│ │ ├── script
│ │ │ ├── bootstrap
│ │ │ ├── server
│ │ │ └── test
│ │ ├── test
│ │ │ ├── app.rb
│ │ │ ├── evaled.js
│ │ │ ├── favicon.ico
│ │ │ ├── run-qunit.coffee
│ │ │ ├── unit
│ │ │ │ ├── fn_pjax.js
│ │ │ │ ├── helpers.js
│ │ │ │ ├── pjax_fallback.js
│ │ │ │ └── pjax.js
│ │ │ └── views
│ │ │ ├── aliens.erb
│ │ │ ├── anchor.erb
│ │ │ ├── boom.erb
│ │ │ ├── boom_sans_pjax.erb
│ │ │ ├── dinosaurs.erb
│ │ │ ├── double_title.erb
│ │ │ ├── empty.erb
│ │ │ ├── env.erb
│ │ │ ├── fragment.erb
│ │ │ ├── hello.erb
│ │ │ ├── home.erb
│ │ │ ├── layout.erb
│ │ │ ├── long.erb
│ │ │ ├── nested_title.erb
│ │ │ ├── qunit.erb
│ │ │ ├── referer.erb
│ │ │ ├── scripts.erb
│ │ │ └── timeout.erb
│ │ └── vendor
│ │ ├── jquery.js
│ │ ├── qunit.css
│ │ └── qunit.js
│ ├── cebe
│ │ └── markdown
│ │ ├── bin
│ │ │ └── markdown
│ │ ├── block
│ │ │ ├── CodeTrait.php
│ │ │ ├── FencedCodeTrait.php
│ │ │ ├── HeadlineTrait.php
│ │ │ ├── HtmlTrait.php
│ │ │ ├── ListTrait.php
│ │ │ ├── QuoteTrait.php
│ │ │ ├── RuleTrait.php
│ │ │ └── TableTrait.php
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── CONTRIBUTING.md
│ │ ├── GithubMarkdown.php
│ │ ├── inline
│ │ │ ├── CodeTrait.php
│ │ │ ├── EmphStrongTrait.php
│ │ │ ├── LinkTrait.php
│ │ │ ├── StrikeoutTrait.php
│ │ │ └── UrlLinkTrait.php
│ │ ├── LICENSE
│ │ ├── MarkdownExtra.php
│ │ ├── Markdown.php
│ │ ├── Parser.php
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ └── tests
│ │ ├── BaseMarkdownTest.php
│ │ ├── bootstrap.php
│ │ ├── extra-data
│ │ │ ├── fenced-code.html
│ │ │ ├── fenced-code.md
│ │ │ ├── special-attributes.html
│ │ │ ├── special-attributes.md
│ │ │ ├── tables.html
│ │ │ ├── tables.md
│ │ │ ├── test_precedence.html
│ │ │ └── test_precedence.md
│ │ ├── github-data
│ │ │ ├── del.html
│ │ │ ├── del.md
│ │ │ ├── dense-block-markers2.html
│ │ │ ├── dense-block-markers2.md
│ │ │ ├── dense-block-markers.html
│ │ │ ├── dense-block-markers.md
│ │ │ ├── github-basics.html
│ │ │ ├── github-basics.md
│ │ │ ├── github-code-in-numbered-list.html
│ │ │ ├── github-code-in-numbered-list.md
│ │ │ ├── github-sample.html
│ │ │ ├── github-sample.md
│ │ │ ├── issue-33.html
│ │ │ ├── issue-33.md
│ │ │ ├── issue-38.html
│ │ │ ├── issue-38.md
│ │ │ ├── lists.html
│ │ │ ├── lists.md
│ │ │ ├── non-tables.html
│ │ │ ├── non-tables.md
│ │ │ ├── tables.html
│ │ │ ├── tables.md
│ │ │ ├── test_precedence.html
│ │ │ ├── test_precedence.md
│ │ │ ├── url.html
│ │ │ └── url.md
│ │ ├── GithubMarkdownTest.php
│ │ ├── markdown-data
│ │ │ ├── blockquote.html
│ │ │ ├── blockquote.md
│ │ │ ├── blockquote-nested.html
│ │ │ ├── blockquote-nested.md
│ │ │ ├── code.html
│ │ │ ├── code.md
│ │ │ ├── dense-block-markers.html
│ │ │ ├── dense-block-markers.md
│ │ │ ├── emphasis.html
│ │ │ ├── emphasis.md
│ │ │ ├── empty-line.html
│ │ │ ├── empty-line.md
│ │ │ ├── endless_loop_bug.html
│ │ │ ├── endless_loop_bug.md
│ │ │ ├── escape-in-link.html
│ │ │ ├── escape-in-link.md
│ │ │ ├── headline.html
│ │ │ ├── headline.md
│ │ │ ├── hr.html
│ │ │ ├── hr.md
│ │ │ ├── html-block.html
│ │ │ ├── html-block.md
│ │ │ ├── images.html
│ │ │ ├── images.md
│ │ │ ├── inline-html.html
│ │ │ ├── inline-html.md
│ │ │ ├── lazy-list.html
│ │ │ ├── lazy-list.md
│ │ │ ├── links.html
│ │ │ ├── links.md
│ │ │ ├── list_and_reference.html
│ │ │ ├── list_and_reference.md
│ │ │ ├── list.html
│ │ │ ├── list_items_with_undefined_ref.html
│ │ │ ├── list_items_with_undefined_ref.md
│ │ │ ├── list-marker-in-paragraph.html
│ │ │ ├── list-marker-in-paragraph.md
│ │ │ ├── list.md
│ │ │ ├── md1_amps_and_angle_encoding.html
│ │ │ ├── md1_amps_and_angle_encoding.md
│ │ │ ├── md1_auto_links.html
│ │ │ ├── md1_auto_links.md
│ │ │ ├── md1_backslash_escapes.html
│ │ │ ├── md1_backslash_escapes.md
│ │ │ ├── md1_blockquotes_with_code_blocks.html
│ │ │ ├── md1_blockquotes_with_code_blocks.md
│ │ │ ├── md1_horizontal_rules.html
│ │ │ ├── md1_horizontal_rules.md
│ │ │ ├── md1_inline_html_avanced.html
│ │ │ ├── md1_inline_html_avanced.md
│ │ │ ├── md1_inline_html_comments.html
│ │ │ ├── md1_inline_html_comments.md
│ │ │ ├── md1_inline_html_simple.html
│ │ │ ├── md1_inline_html_simple.md
│ │ │ ├── md1_links_inline_style.html
│ │ │ ├── md1_links_inline_style.md
│ │ │ ├── md1_links_reference_style.html
│ │ │ ├── md1_links_reference_style.md
│ │ │ ├── md1_literal_quotes_in_titles.html
│ │ │ ├── md1_literal_quotes_in_titles.md
│ │ │ ├── md1_markdown_documentation_basics.html
│ │ │ ├── md1_markdown_documentation_basics.md
│ │ │ ├── md1_nested_blockquotes.html
│ │ │ ├── md1_nested_blockquotes.md
│ │ │ ├── md1_ordered_and_unordered_lists.html
│ │ │ ├── md1_ordered_and_unordered_lists.md
│ │ │ ├── md1_strong_and_em_together.html
│ │ │ ├── md1_strong_and_em_together.md
│ │ │ ├── md1_tabs.html
│ │ │ ├── md1_tabs.md
│ │ │ ├── md1_tidyness.html
│ │ │ ├── md1_tidyness.md
│ │ │ ├── nested-lists.html
│ │ │ ├── nested-lists.md
│ │ │ ├── newline.html
│ │ │ ├── newline.md
│ │ │ ├── paragraph.html
│ │ │ ├── paragraph.md
│ │ │ ├── README
│ │ │ ├── references.html
│ │ │ ├── references.md
│ │ │ ├── specs.html
│ │ │ ├── specs.md
│ │ │ ├── test_precedence.html
│ │ │ ├── test_precedence.md
│ │ │ ├── unicode.html
│ │ │ ├── unicode.md
│ │ │ ├── utf8-do-not-kill-characters.html
│ │ │ └── utf8-do-not-kill-characters.md
│ │ ├── MarkdownExtraTest.php
│ │ ├── markdown-ol-start-num-data
│ │ │ ├── list.html
│ │ │ ├── list.md
│ │ │ ├── md1_ordered_and_unordered_lists.html
│ │ │ └── md1_ordered_and_unordered_lists.md
│ │ ├── MarkdownOLStartNumTest.php
│ │ ├── MarkdownTest.php
│ │ ├── ParserTest.php
│ │ └── profile.php
│ ├── codeception
│ │ ├── base
│ │ │ ├── appveyor.yml
│ │ │ ├── autoload.php
│ │ │ ├── CHANGELOG-2.0.md
│ │ │ ├── CHANGELOG-2.1.md
│ │ │ ├── CHANGELOG-2.2.md
│ │ │ ├── CHANGELOG-2.3.md
│ │ │ ├── codecept
│ │ │ ├── codecept.bat
│ │ │ ├── codeception.yml
│ │ │ ├── composer.json
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── Dockerfile
│ │ │ ├── docs
│ │ │ │ ├── 01-Introduction.md
│ │ │ │ ├── 02-GettingStarted.md
│ │ │ │ ├── 03-AcceptanceTests.md
│ │ │ │ ├── 04-FunctionalTests.md
│ │ │ │ ├── 05-UnitTests.md
│ │ │ │ ├── 06-ModulesAndHelpers.md
│ │ │ │ ├── 06-ReusingTestCode.md
│ │ │ │ ├── 07-AdvancedUsage.md
│ │ │ │ ├── 07-BDD.md
│ │ │ │ ├── 08-Customization.md
│ │ │ │ ├── 09-Data.md
│ │ │ │ ├── 10-WebServices.md
│ │ │ │ ├── 11-Codecoverage.md
│ │ │ │ ├── 12-ContinuousIntegration.md
│ │ │ │ ├── 12-ParallelExecution.md
│ │ │ │ ├── modules
│ │ │ │ │ ├── AMQP.md
│ │ │ │ │ ├── AngularJS.md
│ │ │ │ │ ├── Apc.md
│ │ │ │ │ ├── Asserts.md
│ │ │ │ │ ├── Cli.md
│ │ │ │ │ ├── DataFactory.md
│ │ │ │ │ ├── Db.md
│ │ │ │ │ ├── Doctrine2.md
│ │ │ │ │ ├── Facebook.md
│ │ │ │ │ ├── Filesystem.md
│ │ │ │ │ ├── FTP.md
│ │ │ │ │ ├── Laravel5.md
│ │ │ │ │ ├── Lumen.md
│ │ │ │ │ ├── Memcache.md
│ │ │ │ │ ├── MongoDb.md
│ │ │ │ │ ├── Phalcon.md
│ │ │ │ │ ├── PhpBrowser.md
│ │ │ │ │ ├── Queue.md
│ │ │ │ │ ├── Redis.md
│ │ │ │ │ ├── REST.md
│ │ │ │ │ ├── Sequence.md
│ │ │ │ │ ├── Silex.md
│ │ │ │ │ ├── SOAP.md
│ │ │ │ │ ├── Symfony.md
│ │ │ │ │ ├── WebDriver.md
│ │ │ │ │ ├── XMLRPC.md
│ │ │ │ │ ├── Yii1.md
│ │ │ │ │ ├── Yii2.md
│ │ │ │ │ ├── ZendExpressive.md
│ │ │ │ │ ├── ZF1.md
│ │ │ │ │ └── ZF2.md
│ │ │ │ └── reference
│ │ │ │ ├── Autoload.md
│ │ │ │ ├── Commands.md
│ │ │ │ ├── Configuration.md
│ │ │ │ ├── Fixtures.md
│ │ │ │ ├── Functions.md
│ │ │ │ ├── HttpCode.md
│ │ │ │ ├── InitTemplate.md
│ │ │ │ ├── JsonType.md
│ │ │ │ ├── Locator.md
│ │ │ │ ├── Module.md
│ │ │ │ ├── Stub.md
│ │ │ │ └── XmlBuilder.md
│ │ │ ├── ext
│ │ │ │ ├── DotReporter.php
│ │ │ │ ├── Logger.php
│ │ │ │ ├── README.md
│ │ │ │ ├── Recorder.php
│ │ │ │ ├── RunFailed.php
│ │ │ │ └── SimpleReporter.php
│ │ │ ├── ISSUE_TEMPLATE.md
│ │ │ ├── LICENSE
│ │ │ ├── nitpick.json
│ │ │ ├── package
│ │ │ │ ├── bin
│ │ │ │ └── stub.php
│ │ │ ├── phpunit5-loggers.php
│ │ │ ├── readme.md
│ │ │ ├── RoboFile.php
│ │ │ ├── ruleset.xml
│ │ │ ├── shim.php
│ │ │ ├── src
│ │ │ │ └── Codeception
│ │ │ │ ├── Actor.php
│ │ │ │ ├── Application.php
│ │ │ │ ├── Codecept.php
│ │ │ │ ├── Command
│ │ │ │ │ ├── Bootstrap.php
│ │ │ │ │ ├── Build.php
│ │ │ │ │ ├── Clean.php
│ │ │ │ │ ├── Completion.php
│ │ │ │ │ ├── ConfigValidate.php
│ │ │ │ │ ├── Console.php
│ │ │ │ │ ├── DryRun.php
│ │ │ │ │ ├── GenerateCept.php
│ │ │ │ │ ├── GenerateCest.php
│ │ │ │ │ ├── GenerateEnvironment.php
│ │ │ │ │ ├── GenerateFeature.php
│ │ │ │ │ ├── GenerateGroup.php
│ │ │ │ │ ├── GenerateHelper.php
│ │ │ │ │ ├── GeneratePageObject.php
│ │ │ │ │ ├── GenerateScenarios.php
│ │ │ │ │ ├── GenerateStepObject.php
│ │ │ │ │ ├── GenerateSuite.php
│ │ │ │ │ ├── GenerateTest.php
│ │ │ │ │ ├── GherkinSnippets.php
│ │ │ │ │ ├── GherkinSteps.php
│ │ │ │ │ ├── Init.php
│ │ │ │ │ ├── Run.php
│ │ │ │ │ ├── SelfUpdate.php
│ │ │ │ │ └── Shared
│ │ │ │ │ ├── Config.php
│ │ │ │ │ ├── FileSystem.php
│ │ │ │ │ └── Style.php
│ │ │ │ ├── Configuration.php
│ │ │ │ ├── Coverage
│ │ │ │ │ ├── DummyCodeCoverage.php
│ │ │ │ │ ├── Filter.php
│ │ │ │ │ ├── Subscriber
│ │ │ │ │ │ ├── Local.php
│ │ │ │ │ │ ├── LocalServer.php
│ │ │ │ │ │ ├── Printer.php
│ │ │ │ │ │ └── RemoteServer.php
│ │ │ │ │ └── SuiteSubscriber.php
│ │ │ │ ├── CustomCommandInterface.php
│ │ │ │ ├── Event
│ │ │ │ │ ├── FailEvent.php
│ │ │ │ │ ├── PrintResultEvent.php
│ │ │ │ │ ├── StepEvent.php
│ │ │ │ │ ├── SuiteEvent.php
│ │ │ │ │ └── TestEvent.php
│ │ │ │ ├── Events.php
│ │ │ │ ├── Example.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── ConditionalAssertionFailed.php
│ │ │ │ │ ├── ConfigurationException.php
│ │ │ │ │ ├── ConnectionException.php
│ │ │ │ │ ├── ContentNotFound.php
│ │ │ │ │ ├── ElementNotFound.php
│ │ │ │ │ ├── ExtensionException.php
│ │ │ │ │ ├── ExternalUrlException.php
│ │ │ │ │ ├── Fail.php
│ │ │ │ │ ├── Incomplete.php
│ │ │ │ │ ├── InjectionException.php
│ │ │ │ │ ├── MalformedLocatorException.php
│ │ │ │ │ ├── ModuleConfigException.php
│ │ │ │ │ ├── ModuleConflictException.php
│ │ │ │ │ ├── ModuleException.php
│ │ │ │ │ ├── ModuleRequireException.php
│ │ │ │ │ ├── ParseException.php
│ │ │ │ │ ├── RemoteException.php
│ │ │ │ │ ├── Skip.php
│ │ │ │ │ ├── TestParseException.php
│ │ │ │ │ └── TestRuntimeException.php
│ │ │ │ ├── Extension.php
│ │ │ │ ├── GroupObject.php
│ │ │ │ ├── InitTemplate.php
│ │ │ │ ├── Lib
│ │ │ │ │ ├── Actor
│ │ │ │ │ │ └── Shared
│ │ │ │ │ │ ├── Comment.php
│ │ │ │ │ │ └── Friend.php
│ │ │ │ │ ├── Connector
│ │ │ │ │ │ ├── Guzzle6.php
│ │ │ │ │ │ ├── Guzzle.php
│ │ │ │ │ │ ├── Laravel5
│ │ │ │ │ │ │ └── ExceptionHandlerDecorator.php
│ │ │ │ │ │ ├── Laravel5.php
│ │ │ │ │ │ ├── Lumen
│ │ │ │ │ │ │ └── DummyKernel.php
│ │ │ │ │ │ ├── Lumen.php
│ │ │ │ │ │ ├── Phalcon
│ │ │ │ │ │ │ └── MemorySession.php
│ │ │ │ │ │ ├── Phalcon.php
│ │ │ │ │ │ ├── Shared
│ │ │ │ │ │ │ ├── LaravelCommon.php
│ │ │ │ │ │ │ └── PhpSuperGlobalsConverter.php
│ │ │ │ │ │ ├── Symfony.php
│ │ │ │ │ │ ├── Universal.php
│ │ │ │ │ │ ├── Yii1.php
│ │ │ │ │ │ ├── Yii2
│ │ │ │ │ │ │ ├── FixturesStore.php
│ │ │ │ │ │ │ ├── Logger.php
│ │ │ │ │ │ │ └── TestMailer.php
│ │ │ │ │ │ ├── Yii2.php
│ │ │ │ │ │ ├── ZendExpressive
│ │ │ │ │ │ │ └── ResponseCollector.php
│ │ │ │ │ │ ├── ZendExpressive.php
│ │ │ │ │ │ ├── ZF1.php
│ │ │ │ │ │ ├── ZF2
│ │ │ │ │ │ │ └── PersistentServiceManager.php
│ │ │ │ │ │ └── ZF2.php
│ │ │ │ │ ├── Console
│ │ │ │ │ │ ├── Colorizer.php
│ │ │ │ │ │ ├── DiffFactory.php
│ │ │ │ │ │ ├── MessageFactory.php
│ │ │ │ │ │ ├── Message.php
│ │ │ │ │ │ └── Output.php
│ │ │ │ │ ├── DbPopulator.php
│ │ │ │ │ ├── Di.php
│ │ │ │ │ ├── Driver
│ │ │ │ │ │ ├── AmazonSQS.php
│ │ │ │ │ │ ├── Beanstalk.php
│ │ │ │ │ │ ├── Db.php
│ │ │ │ │ │ ├── Facebook.php
│ │ │ │ │ │ ├── Iron.php
│ │ │ │ │ │ ├── MongoDb.php
│ │ │ │ │ │ ├── MySql.php
│ │ │ │ │ │ ├── Oci.php
│ │ │ │ │ │ ├── PostgreSql.php
│ │ │ │ │ │ ├── Sqlite.php
│ │ │ │ │ │ └── SqlSrv.php
│ │ │ │ │ ├── Framework.php
│ │ │ │ │ ├── Friend.php
│ │ │ │ │ ├── Generator
│ │ │ │ │ │ ├── Actions.php
│ │ │ │ │ │ ├── Actor.php
│ │ │ │ │ │ ├── Cept.php
│ │ │ │ │ │ ├── Cest.php
│ │ │ │ │ │ ├── Feature.php
│ │ │ │ │ │ ├── GherkinSnippets.php
│ │ │ │ │ │ ├── Group.php
│ │ │ │ │ │ ├── Helper.php
│ │ │ │ │ │ ├── PageObject.php
│ │ │ │ │ │ ├── Shared
│ │ │ │ │ │ │ └── Classname.php
│ │ │ │ │ │ ├── StepObject.php
│ │ │ │ │ │ └── Test.php
│ │ │ │ │ ├── GroupManager.php
│ │ │ │ │ ├── InnerBrowser.php
│ │ │ │ │ ├── Interfaces
│ │ │ │ │ │ ├── ActiveRecord.php
│ │ │ │ │ │ ├── API.php
│ │ │ │ │ │ ├── ConflictsWithModule.php
│ │ │ │ │ │ ├── DataMapper.php
│ │ │ │ │ │ ├── Db.php
│ │ │ │ │ │ ├── DependsOnModule.php
│ │ │ │ │ │ ├── DoctrineProvider.php
│ │ │ │ │ │ ├── ElementLocator.php
│ │ │ │ │ │ ├── MultiSession.php
│ │ │ │ │ │ ├── ORM.php
│ │ │ │ │ │ ├── PageSourceSaver.php
│ │ │ │ │ │ ├── PartedModule.php
│ │ │ │ │ │ ├── Queue.php
│ │ │ │ │ │ ├── Remote.php
│ │ │ │ │ │ ├── RequiresPackage.php
│ │ │ │ │ │ ├── ScreenshotSaver.php
│ │ │ │ │ │ ├── SessionSnapshot.php
│ │ │ │ │ │ └── Web.php
│ │ │ │ │ ├── ModuleContainer.php
│ │ │ │ │ ├── Notification.php
│ │ │ │ │ ├── ParamsLoader.php
│ │ │ │ │ ├── Parser.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Shared
│ │ │ │ │ └── LaravelCommon.php
│ │ │ │ ├── Module
│ │ │ │ │ ├── AMQP.php
│ │ │ │ │ ├── AngularJS.php
│ │ │ │ │ ├── Apc.php
│ │ │ │ │ ├── Asserts.php
│ │ │ │ │ ├── Cli.php
│ │ │ │ │ ├── DataFactory.php
│ │ │ │ │ ├── Db.php
│ │ │ │ │ ├── Doctrine2.php
│ │ │ │ │ ├── Facebook.php
│ │ │ │ │ ├── Filesystem.php
│ │ │ │ │ ├── FTP.php
│ │ │ │ │ ├── Laravel5.php
│ │ │ │ │ ├── Lumen.php
│ │ │ │ │ ├── Memcache.php
│ │ │ │ │ ├── MongoDb.php
│ │ │ │ │ ├── Phalcon.php
│ │ │ │ │ ├── PhpBrowser.php
│ │ │ │ │ ├── Queue.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── Redis.php
│ │ │ │ │ ├── REST.php
│ │ │ │ │ ├── Sequence.php
│ │ │ │ │ ├── Silex.php
│ │ │ │ │ ├── SOAP.php
│ │ │ │ │ ├── Symfony.php
│ │ │ │ │ ├── WebDriver.php
│ │ │ │ │ ├── XMLRPC.php
│ │ │ │ │ ├── Yii1.php
│ │ │ │ │ ├── Yii2.php
│ │ │ │ │ ├── ZendExpressive.php
│ │ │ │ │ ├── ZF1.php
│ │ │ │ │ └── ZF2.php
│ │ │ │ ├── Module.php
│ │ │ │ ├── PHPUnit
│ │ │ │ │ ├── ConsolePrinter.php
│ │ │ │ │ ├── Constraint
│ │ │ │ │ │ ├── CrawlerNot.php
│ │ │ │ │ │ ├── Crawler.php
│ │ │ │ │ │ ├── JsonContains.php
│ │ │ │ │ │ ├── JsonType.php
│ │ │ │ │ │ ├── Page.php
│ │ │ │ │ │ ├── WebDriverNot.php
│ │ │ │ │ │ └── WebDriver.php
│ │ │ │ │ ├── FilterTest.php
│ │ │ │ │ ├── Listener.php
│ │ │ │ │ ├── Log
│ │ │ │ │ │ └── JUnit.php
│ │ │ │ │ ├── Overrides
│ │ │ │ │ │ └── Filter.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── ResultPrinter
│ │ │ │ │ │ ├── HTML.php
│ │ │ │ │ │ ├── Report.php
│ │ │ │ │ │ ├── template
│ │ │ │ │ │ │ ├── fail.html.dist
│ │ │ │ │ │ │ ├── scenario_header.html.dist
│ │ │ │ │ │ │ ├── scenario.html.dist
│ │ │ │ │ │ │ ├── scenarios.html.dist
│ │ │ │ │ │ │ ├── step.html.dist
│ │ │ │ │ │ │ ├── substeps.html.dist
│ │ │ │ │ │ │ └── suite.html.dist
│ │ │ │ │ │ └── UI.php
│ │ │ │ │ ├── ResultPrinter.php
│ │ │ │ │ └── Runner.php
│ │ │ │ ├── README.md
│ │ │ │ ├── Scenario.php
│ │ │ │ ├── Step
│ │ │ │ │ ├── Action.php
│ │ │ │ │ ├── Assertion.php
│ │ │ │ │ ├── Comment.php
│ │ │ │ │ ├── ConditionalAssertion.php
│ │ │ │ │ ├── Condition.php
│ │ │ │ │ ├── Executor.php
│ │ │ │ │ ├── Incomplete.php
│ │ │ │ │ ├── Meta.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Skip.php
│ │ │ │ ├── Step.php
│ │ │ │ ├── Subscriber
│ │ │ │ │ ├── AutoRebuild.php
│ │ │ │ │ ├── BeforeAfterTest.php
│ │ │ │ │ ├── Bootstrap.php
│ │ │ │ │ ├── Console.php
│ │ │ │ │ ├── Dependencies.php
│ │ │ │ │ ├── ErrorHandler.php
│ │ │ │ │ ├── ExtensionLoader.php
│ │ │ │ │ ├── FailFast.php
│ │ │ │ │ ├── GracefulTermination.php
│ │ │ │ │ ├── Module.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── Shared
│ │ │ │ │ └── StaticEvents.php
│ │ │ │ ├── SuiteManager.php
│ │ │ │ ├── Suite.php
│ │ │ │ ├── Template
│ │ │ │ │ ├── Acceptance.php
│ │ │ │ │ ├── Api.php
│ │ │ │ │ ├── Bootstrap.php
│ │ │ │ │ └── Unit.php
│ │ │ │ ├── Test
│ │ │ │ │ ├── Cept.php
│ │ │ │ │ ├── Cest.php
│ │ │ │ │ ├── Descriptor.php
│ │ │ │ │ ├── Feature
│ │ │ │ │ │ ├── AssertionCounter.php
│ │ │ │ │ │ ├── CodeCoverage.php
│ │ │ │ │ │ ├── ErrorLogger.php
│ │ │ │ │ │ ├── IgnoreIfMetadataBlocked.php
│ │ │ │ │ │ ├── MetadataCollector.php
│ │ │ │ │ │ └── ScenarioLoader.php
│ │ │ │ │ ├── Gherkin.php
│ │ │ │ │ ├── Interfaces
│ │ │ │ │ │ ├── Dependent.php
│ │ │ │ │ │ ├── Descriptive.php
│ │ │ │ │ │ ├── Plain.php
│ │ │ │ │ │ ├── Reported.php
│ │ │ │ │ │ ├── ScenarioDriven.php
│ │ │ │ │ │ └── StrictCoverage.php
│ │ │ │ │ ├── Loader
│ │ │ │ │ │ ├── Cept.php
│ │ │ │ │ │ ├── Cest.php
│ │ │ │ │ │ ├── Gherkin.php
│ │ │ │ │ │ ├── LoaderInterface.php
│ │ │ │ │ │ └── Unit.php
│ │ │ │ │ ├── Loader.php
│ │ │ │ │ ├── Metadata.php
│ │ │ │ │ ├── Test.php
│ │ │ │ │ └── Unit.php
│ │ │ │ ├── TestInterface.php
│ │ │ │ └── Util
│ │ │ │ ├── ActionSequence.php
│ │ │ │ ├── Annotation.php
│ │ │ │ ├── ArrayContainsComparator.php
│ │ │ │ ├── Autoload.php
│ │ │ │ ├── ConsecutiveMap.php
│ │ │ │ ├── Debug.php
│ │ │ │ ├── FileSystem.php
│ │ │ │ ├── Fixtures.php
│ │ │ │ ├── HttpCode.php
│ │ │ │ ├── JsonArray.php
│ │ │ │ ├── JsonType.php
│ │ │ │ ├── Locator.php
│ │ │ │ ├── Maybe.php
│ │ │ │ ├── PathResolver.php
│ │ │ │ ├── PropertyAccess.php
│ │ │ │ ├── README.md
│ │ │ │ ├── ReflectionHelper.php
│ │ │ │ ├── Shared
│ │ │ │ │ ├── Asserts.php
│ │ │ │ │ └── Namespaces.php
│ │ │ │ ├── Soap.php
│ │ │ │ ├── sq.php
│ │ │ │ ├── StubMarshaler.php
│ │ │ │ ├── Stub.php
│ │ │ │ ├── Template.php
│ │ │ │ ├── Uri.php
│ │ │ │ ├── XmlBuilder.php
│ │ │ │ ├── Xml.php
│ │ │ │ └── XmlStructure.php
│ │ │ ├── tests
│ │ │ │ ├── angular
│ │ │ │ │ └── AngularCest.php
│ │ │ │ ├── angular.suite.yml
│ │ │ │ ├── cli
│ │ │ │ │ ├── AutoRebuildCept.php
│ │ │ │ │ ├── BootstrapCest.php
│ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ ├── BuildCept.php
│ │ │ │ │ ├── ConfigBundledSuitesCest.php
│ │ │ │ │ ├── ConfigNoActorCest.php
│ │ │ │ │ ├── ConfigParamsCest.php
│ │ │ │ │ ├── ConfigValidateCest.php
│ │ │ │ │ ├── DryRunCest.php
│ │ │ │ │ ├── ExceptionInBeforeDoesNotMakeFatalErrorCept.php
│ │ │ │ │ ├── ExtensionsCest.php
│ │ │ │ │ ├── GenerateCeptCept.php
│ │ │ │ │ ├── GenerateCestCept.php
│ │ │ │ │ ├── GenerateFeatureCept.php
│ │ │ │ │ ├── GenerateGroupCept.php
│ │ │ │ │ ├── GenerateHelperCept.php
│ │ │ │ │ ├── GeneratePageObjectCest.php
│ │ │ │ │ ├── GenerateScenariosCept.php
│ │ │ │ │ ├── GenerateStepObjectCept.php
│ │ │ │ │ ├── GenerateSuiteCest.php
│ │ │ │ │ ├── GenerateTestCept.php
│ │ │ │ │ ├── GherkinCest.php
│ │ │ │ │ ├── GlobalCommandOptionCest.php
│ │ │ │ │ ├── GroupEventsCept.php
│ │ │ │ │ ├── GroupExtensionCept.php
│ │ │ │ │ ├── IncludedCest.php
│ │ │ │ │ ├── MixedIncludeCest.php
│ │ │ │ │ ├── OrderCest.php
│ │ │ │ │ ├── RegisterCommandCest.php
│ │ │ │ │ ├── RunCest.php
│ │ │ │ │ ├── RunEnvironmentCest.php
│ │ │ │ │ ├── RunIncompleteCept.php
│ │ │ │ │ ├── RunSkippedCept.php
│ │ │ │ │ ├── SecondTestIsExecutedWhenTheFirstTestFailsCest.php
│ │ │ │ │ ├── _steps
│ │ │ │ │ │ └── GeneratorSteps.php
│ │ │ │ │ ├── UnitCept.php
│ │ │ │ │ └── WildcardIncludeCest.php
│ │ │ │ ├── cli.suite.yml
│ │ │ │ ├── coverage
│ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ ├── LocalCept.php
│ │ │ │ │ ├── RemoteServerWithCrap4jCept.php
│ │ │ │ │ ├── RemoteServerWithHtmlCept.php
│ │ │ │ │ ├── RemoteServerWithXmlCept.php
│ │ │ │ │ ├── RemoteWithCrap4jCept.php
│ │ │ │ │ ├── RemoteWithEnvironmentXmlCept.php
│ │ │ │ │ ├── RemoteWithHtmlCept.php
│ │ │ │ │ ├── RemoteWithTextCept.php
│ │ │ │ │ └── RemoteWithXmlCept.php
│ │ │ │ ├── coverage.suite.yml
│ │ │ │ ├── data
│ │ │ │ │ ├── app
│ │ │ │ │ │ ├── avatar.jpg
│ │ │ │ │ │ ├── controllers.php
│ │ │ │ │ │ ├── data.php
│ │ │ │ │ │ ├── db
│ │ │ │ │ │ ├── glue.php
│ │ │ │ │ │ ├── hhvm-server.ini
│ │ │ │ │ │ ├── index.php
│ │ │ │ │ │ └── view
│ │ │ │ │ │ ├── basehref.php
│ │ │ │ │ │ ├── content_type2.php
│ │ │ │ │ │ ├── content_type.php
│ │ │ │ │ │ ├── cookies.php
│ │ │ │ │ │ ├── external_url.php
│ │ │ │ │ │ ├── facebook.php
│ │ │ │ │ │ ├── form
│ │ │ │ │ │ │ ├── anchor.php
│ │ │ │ │ │ │ ├── bug1467.php
│ │ │ │ │ │ │ ├── bug1535.php
│ │ │ │ │ │ │ ├── bug1585.php
│ │ │ │ │ │ │ ├── bug1598.php
│ │ │ │ │ │ │ ├── bug1637.php
│ │ │ │ │ │ │ ├── bug2841.php
│ │ │ │ │ │ │ ├── bug2921.php
│ │ │ │ │ │ │ ├── bug3824.php
│ │ │ │ │ │ │ ├── bug3865.php
│ │ │ │ │ │ │ ├── bug3866.php
│ │ │ │ │ │ │ ├── bug3953.php
│ │ │ │ │ │ │ ├── button_in_link.php
│ │ │ │ │ │ │ ├── button-not-in-form.php
│ │ │ │ │ │ │ ├── button.php
│ │ │ │ │ │ │ ├── checkbox_array.php
│ │ │ │ │ │ │ ├── checkbox.php
│ │ │ │ │ │ │ ├── click.php
│ │ │ │ │ │ │ ├── complex.php
│ │ │ │ │ │ │ ├── div_content_editable.php
│ │ │ │ │ │ │ ├── empty_fill.php
│ │ │ │ │ │ │ ├── empty.php
│ │ │ │ │ │ │ ├── example10.php
│ │ │ │ │ │ │ ├── example11.php
│ │ │ │ │ │ │ ├── example12.php
│ │ │ │ │ │ │ ├── example13.php
│ │ │ │ │ │ │ ├── example14.php
│ │ │ │ │ │ │ ├── example15.php
│ │ │ │ │ │ │ ├── example16.php
│ │ │ │ │ │ │ ├── example17.php
│ │ │ │ │ │ │ ├── example18.php
│ │ │ │ │ │ │ ├── example1.php
│ │ │ │ │ │ │ ├── example2.php
│ │ │ │ │ │ │ ├── example3.php
│ │ │ │ │ │ │ ├── example4.php
│ │ │ │ │ │ │ ├── example5.php
│ │ │ │ │ │ │ ├── example6.php
│ │ │ │ │ │ │ ├── example7.php
│ │ │ │ │ │ │ ├── example8.php
│ │ │ │ │ │ │ ├── example9.php
│ │ │ │ │ │ │ ├── field.php
│ │ │ │ │ │ │ ├── field_values.php
│ │ │ │ │ │ │ ├── file.php
│ │ │ │ │ │ │ ├── form_with_buttons.php
│ │ │ │ │ │ │ ├── hidden.php
│ │ │ │ │ │ │ ├── image.php
│ │ │ │ │ │ │ ├── index.php
│ │ │ │ │ │ │ ├── multiple_matches.php
│ │ │ │ │ │ │ ├── names-sq-brackets.php
│ │ │ │ │ │ │ ├── popup.php
│ │ │ │ │ │ │ ├── radio.php
│ │ │ │ │ │ │ ├── relative_siteroot.php
│ │ │ │ │ │ │ ├── select_multiple.php
│ │ │ │ │ │ │ ├── select.php
│ │ │ │ │ │ │ ├── select_second.php
│ │ │ │ │ │ │ ├── select_selectors.php
│ │ │ │ │ │ │ ├── select_two_submits.php
│ │ │ │ │ │ │ ├── strict_selectors.php
│ │ │ │ │ │ │ ├── submit_adjacentforms.php
│ │ │ │ │ │ │ ├── submitform_ampersands.php
│ │ │ │ │ │ │ ├── submitform_multiple.php
│ │ │ │ │ │ │ ├── textarea.php
│ │ │ │ │ │ │ └── unchecked.php
│ │ │ │ │ │ ├── iframe.php
│ │ │ │ │ │ ├── index.php
│ │ │ │ │ │ ├── info.php
│ │ │ │ │ │ ├── jserroronload.php
│ │ │ │ │ │ ├── login.php
│ │ │ │ │ │ ├── minimal.php
│ │ │ │ │ │ ├── redirect2.php
│ │ │ │ │ │ ├── redirect_interval.php
│ │ │ │ │ │ ├── redirect_meta_refresh.php
│ │ │ │ │ │ ├── redirect_params.php
│ │ │ │ │ │ ├── register.php
│ │ │ │ │ │ └── search.php
│ │ │ │ │ ├── bundled_suites
│ │ │ │ │ │ ├── BasicTest.php
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ └── _support
│ │ │ │ │ │ └── UnitTester.php
│ │ │ │ │ ├── claypit
│ │ │ │ │ │ ├── c3.php
│ │ │ │ │ │ ├── codeception_custom_report.yml
│ │ │ │ │ │ ├── codeception_extended.yml
│ │ │ │ │ │ ├── codeception_grouped.yml
│ │ │ │ │ │ ├── codeception_invalid.yml
│ │ │ │ │ │ ├── codeception_strict_xml.yml
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ ├── composer.json
│ │ │ │ │ │ ├── composer.lock
│ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ └── FooBar
│ │ │ │ │ │ │ └── dummy.txt
│ │ │ │ │ │ └── tests
│ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ ├── DummyClass.php
│ │ │ │ │ │ │ ├── dump.sql
│ │ │ │ │ │ │ ├── groupFileTest1
│ │ │ │ │ │ │ ├── MyGroupHighlighter.php
│ │ │ │ │ │ │ ├── MyReportPrinter.php
│ │ │ │ │ │ │ └── VerbosityLevelOutput.php
│ │ │ │ │ │ ├── dummy
│ │ │ │ │ │ │ ├── AnotherCest.php
│ │ │ │ │ │ │ ├── AnotherTest.php
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ ├── FileExistsCept.php
│ │ │ │ │ │ │ └── GroupEventsCest.php
│ │ │ │ │ │ ├── dummy.suite.yml
│ │ │ │ │ │ ├── _envs
│ │ │ │ │ │ │ ├── env2.dist.yml
│ │ │ │ │ │ │ ├── env2.yml
│ │ │ │ │ │ │ └── subenv
│ │ │ │ │ │ │ └── env3.yml
│ │ │ │ │ │ ├── extended
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ └── HelloCept.php
│ │ │ │ │ │ ├── extended.suite.yml
│ │ │ │ │ │ ├── math
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ ├── MathCest.php
│ │ │ │ │ │ │ └── MathTest.php
│ │ │ │ │ │ ├── math.suite.yml
│ │ │ │ │ │ ├── messages
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ ├── EmailCept.php
│ │ │ │ │ │ │ └── MessageCest.php
│ │ │ │ │ │ ├── messages.suite.yml
│ │ │ │ │ │ ├── order
│ │ │ │ │ │ │ ├── AnotherCept.php
│ │ │ │ │ │ │ ├── BeforeAfterClassTest.php
│ │ │ │ │ │ │ ├── BeforeAfterClassWithDataProviderTest.php
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ ├── CanCantFailCept.php
│ │ │ │ │ │ │ ├── CanCantFailCest.php
│ │ │ │ │ │ │ ├── CodeTest.php
│ │ │ │ │ │ │ ├── Dependent2Cest.php
│ │ │ │ │ │ │ ├── DependentCest.php
│ │ │ │ │ │ │ ├── FailedCept.php
│ │ │ │ │ │ │ ├── FailedCest.php
│ │ │ │ │ │ │ ├── LoadingOrderCept.php
│ │ │ │ │ │ │ ├── ParsedLoadedTest.php
│ │ │ │ │ │ │ └── ReorderCest.php
│ │ │ │ │ │ ├── order.suite.yml
│ │ │ │ │ │ ├── _output
│ │ │ │ │ │ ├── powers
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ ├── MageGuildCest.php
│ │ │ │ │ │ │ └── PowerIsRisingCept.php
│ │ │ │ │ │ ├── powers.suite.yml
│ │ │ │ │ │ ├── remote
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ └── DemoCept.php
│ │ │ │ │ │ ├── remote_server
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ └── DemoCept.php
│ │ │ │ │ │ ├── remote_server.suite.yml
│ │ │ │ │ │ ├── remote.suite.yml
│ │ │ │ │ │ ├── scenario
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ ├── ConditionalCept.php
│ │ │ │ │ │ │ ├── DataProviderCest.php
│ │ │ │ │ │ │ ├── DependencyForCest.php
│ │ │ │ │ │ │ ├── ExamplesCest.php
│ │ │ │ │ │ │ ├── FailedCept.php
│ │ │ │ │ │ │ ├── Fail.feature
│ │ │ │ │ │ │ ├── FileExamples.feature
│ │ │ │ │ │ │ ├── File.feature
│ │ │ │ │ │ │ ├── InlineArgumentExample.feature
│ │ │ │ │ │ │ ├── PyStringArgumentExample.feature
│ │ │ │ │ │ │ ├── subfolder
│ │ │ │ │ │ │ │ └── SubFile.feature
│ │ │ │ │ │ │ ├── SubStepsCept.php
│ │ │ │ │ │ │ ├── SuccessCept.php
│ │ │ │ │ │ │ └── Utf8Example.feature
│ │ │ │ │ │ ├── scenario.suite.yml
│ │ │ │ │ │ ├── skipped
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ ├── IncompleteMeCept.php
│ │ │ │ │ │ │ ├── NoEnvironmentCept.php
│ │ │ │ │ │ │ ├── SkipByGroupTest.php
│ │ │ │ │ │ │ └── SkipMeCept.php
│ │ │ │ │ │ ├── skipped.suite.yml
│ │ │ │ │ │ ├── _support
│ │ │ │ │ │ │ ├── AbsolutelyOtherGuy.php
│ │ │ │ │ │ │ ├── CodeGuy.php
│ │ │ │ │ │ │ ├── CodeHelper.php
│ │ │ │ │ │ │ ├── DumbGuy.php
│ │ │ │ │ │ │ ├── DumbHelper.php
│ │ │ │ │ │ │ ├── ExtendedGuy.php
│ │ │ │ │ │ │ ├── Group
│ │ │ │ │ │ │ │ └── CountEvents.php
│ │ │ │ │ │ │ ├── Helper
│ │ │ │ │ │ │ │ ├── Extended.php
│ │ │ │ │ │ │ │ └── Scenario.php
│ │ │ │ │ │ │ ├── Math
│ │ │ │ │ │ │ │ ├── Adder.php
│ │ │ │ │ │ │ │ ├── CalcHelper.php
│ │ │ │ │ │ │ │ └── Subtractor.php
│ │ │ │ │ │ │ ├── MathTester.php
│ │ │ │ │ │ │ ├── MessageGuy.php
│ │ │ │ │ │ │ ├── MessageHelper.php
│ │ │ │ │ │ │ ├── OrderGuy.php
│ │ │ │ │ │ │ ├── OrderHelper.php
│ │ │ │ │ │ │ ├── OtherGuy.php
│ │ │ │ │ │ │ ├── OtherHelper.php
│ │ │ │ │ │ │ ├── Page
│ │ │ │ │ │ │ │ └── Math
│ │ │ │ │ │ │ │ └── Trigonometry.php
│ │ │ │ │ │ │ ├── PowerGuy.php
│ │ │ │ │ │ │ ├── PowerHelper.php
│ │ │ │ │ │ │ ├── ScenarioGuy.php
│ │ │ │ │ │ │ ├── SkipGroup.php
│ │ │ │ │ │ │ ├── SkipGuy.php
│ │ │ │ │ │ │ ├── SkipHelper.php
│ │ │ │ │ │ │ ├── Step
│ │ │ │ │ │ │ │ └── Order
│ │ │ │ │ │ │ │ └── CanCantSteps.php
│ │ │ │ │ │ │ └── SuiteExtension.php
│ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ ├── DataProvidersTest.php
│ │ │ │ │ │ │ ├── Depends2Test.php
│ │ │ │ │ │ │ ├── DependsTest.php
│ │ │ │ │ │ │ ├── ErrorTest.php
│ │ │ │ │ │ │ ├── ExceptionTest.php
│ │ │ │ │ │ │ ├── FailingTest.php
│ │ │ │ │ │ │ └── PassingTest.php
│ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ ├── DummyClass.php
│ │ │ │ │ ├── DummyOverloadableClass.php
│ │ │ │ │ ├── dumps
│ │ │ │ │ │ ├── mongo.js
│ │ │ │ │ │ ├── mysql.sql
│ │ │ │ │ │ ├── postgres-hhvm.sql
│ │ │ │ │ │ ├── postgres.sql
│ │ │ │ │ │ ├── sqlite-54.sql
│ │ │ │ │ │ └── sqlite.sql
│ │ │ │ │ ├── dump.sql
│ │ │ │ │ ├── exception_in_before
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ └── tests
│ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ ├── _support
│ │ │ │ │ │ │ ├── _generated
│ │ │ │ │ │ │ ├── Helper
│ │ │ │ │ │ │ │ └── Unit.php
│ │ │ │ │ │ │ └── UnitTester.php
│ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ ├── failingCept.php
│ │ │ │ │ │ │ ├── failingCest.php
│ │ │ │ │ │ │ ├── failing.feature
│ │ │ │ │ │ │ └── failingTest.php
│ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ ├── FailDependenciesCyclic.php
│ │ │ │ │ ├── FailDependenciesInChain.php
│ │ │ │ │ ├── FailDependenciesNonExistent.php
│ │ │ │ │ ├── FailDependenciesPrimitiveParam.php
│ │ │ │ │ ├── first_test_fails
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ └── tests
│ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ ├── _output
│ │ │ │ │ │ ├── _support
│ │ │ │ │ │ │ ├── CustomReporter.php
│ │ │ │ │ │ │ ├── _generated
│ │ │ │ │ │ │ └── UnitTester.php
│ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ └── twoTestsCest.php
│ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ ├── group_1
│ │ │ │ │ ├── group_2
│ │ │ │ │ ├── group_3
│ │ │ │ │ ├── included
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ ├── jazz
│ │ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ │ ├── pianist
│ │ │ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ └── BillEvans.php
│ │ │ │ │ │ │ │ └── tests
│ │ │ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ │ │ └── dump.sql
│ │ │ │ │ │ │ │ ├── functional
│ │ │ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ │ │ ├── PianistCept.php
│ │ │ │ │ │ │ │ │ └── TestGuy.php
│ │ │ │ │ │ │ │ ├── functional.suite.yml
│ │ │ │ │ │ │ │ ├── _helpers
│ │ │ │ │ │ │ │ │ ├── TestGuy.php
│ │ │ │ │ │ │ │ │ └── TestHelper.php
│ │ │ │ │ │ │ │ └── _log
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ └── Musician.php
│ │ │ │ │ │ │ └── tests
│ │ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ │ └── dump.sql
│ │ │ │ │ │ │ ├── functional
│ │ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ │ ├── DemoCept.php
│ │ │ │ │ │ │ │ └── TestGuy.php
│ │ │ │ │ │ │ ├── functional.suite.yml
│ │ │ │ │ │ │ ├── _helpers
│ │ │ │ │ │ │ │ ├── _generated
│ │ │ │ │ │ │ │ ├── TestGuy.php
│ │ │ │ │ │ │ │ └── TestHelper.php
│ │ │ │ │ │ │ └── _log
│ │ │ │ │ │ ├── _log
│ │ │ │ │ │ └── shire
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ └── Hobbit.php
│ │ │ │ │ │ └── tests
│ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ └── dump.sql
│ │ │ │ │ │ ├── functional
│ │ │ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ │ │ ├── HobbitCept.php
│ │ │ │ │ │ │ └── TestGuy.php
│ │ │ │ │ │ ├── functional.suite.yml
│ │ │ │ │ │ ├── _helpers
│ │ │ │ │ │ │ ├── _generated
│ │ │ │ │ │ │ ├── TestGuy.php
│ │ │ │ │ │ │ └── TestHelper.php
│ │ │ │ │ │ └── _log
│ │ │ │ │ ├── included_mix
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ └── foo
│ │ │ │ │ │ │ └── AcmePack
│ │ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ └── Acme.php
│ │ │ │ │ │ │ └── tests
│ │ │ │ │ │ │ ├── _log
│ │ │ │ │ │ │ ├── _support
│ │ │ │ │ │ │ │ └── UnitTester.php
│ │ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ │ ├── BasicTest.php
│ │ │ │ │ │ │ │ └── _bootstrap.php
│ │ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ │ ├── support
│ │ │ │ │ │ │ └── NoTester.php
│ │ │ │ │ │ └── tests
│ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ └── SimpleTest.php
│ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ ├── included_w
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ └── src
│ │ │ │ │ │ ├── bar
│ │ │ │ │ │ │ ├── Spam
│ │ │ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ │ │ └── tests
│ │ │ │ │ │ │ │ ├── _output
│ │ │ │ │ │ │ │ ├── _support
│ │ │ │ │ │ │ │ │ └── UnitTester.php
│ │ │ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ │ │ └── _bootstrap.php
│ │ │ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ │ │ ├── SpamPack
│ │ │ │ │ │ │ ├── Sub
│ │ │ │ │ │ │ │ └── EwokPack
│ │ │ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ │ └── Ewok.php
│ │ │ │ │ │ │ │ └── tests
│ │ │ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ │ ├── _log
│ │ │ │ │ │ │ │ ├── _support
│ │ │ │ │ │ │ │ │ └── UnitTester.php
│ │ │ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ │ │ ├── BasicTest.php
│ │ │ │ │ │ │ │ │ └── _bootstrap.php
│ │ │ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ │ │ └── ToastPack
│ │ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ │ └── Toast.php
│ │ │ │ │ │ │ └── tests
│ │ │ │ │ │ │ ├── _data
│ │ │ │ │ │ │ ├── _log
│ │ │ │ │ │ │ ├── _support
│ │ │ │ │ │ │ │ └── UnitTester.php
│ │ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ │ └── _bootstrap.php
│ │ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ │ └── foo
│ │ │ │ │ │ └── AcmePack
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ ├── src
│ │ │ │ │ │ │ └── Acme.php
│ │ │ │ │ │ └── tests
│ │ │ │ │ │ ├── _data
│ │ │ │ │ │ ├── _log
│ │ │ │ │ │ ├── _support
│ │ │ │ │ │ │ └── UnitTester.php
│ │ │ │ │ │ ├── unit
│ │ │ │ │ │ │ ├── BasicTest.php
│ │ │ │ │ │ │ └── _bootstrap.php
│ │ │ │ │ │ └── unit.suite.yml
│ │ │ │ │ ├── Invalid.php
│ │ │ │ │ ├── no_actor_suites
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ └── tests
│ │ │ │ │ │ ├── BasicTest.php
│ │ │ │ │ │ └── _support
│ │ │ │ │ ├── params
│ │ │ │ │ │ ├── codeception_dotenv2.yml
│ │ │ │ │ │ ├── codeception_dotenv.yml
│ │ │ │ │ │ ├── codeception_self.yml
│ │ │ │ │ │ ├── codeception_yaml.yml
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ ├── params.env
│ │ │ │ │ │ ├── params.env.example
│ │ │ │ │ │ ├── params.yml
│ │ │ │ │ │ └── tests
│ │ │ │ │ │ ├── dummy
│ │ │ │ │ │ │ └── DummyCept.php
│ │ │ │ │ │ ├── dummy.suite.yml
│ │ │ │ │ │ └── _support
│ │ │ │ │ │ ├── DummyTester.php
│ │ │ │ │ │ ├── _generated
│ │ │ │ │ │ └── Helper
│ │ │ │ │ │ └── Dummy.php
│ │ │ │ │ ├── php55Test
│ │ │ │ │ ├── php70Test
│ │ │ │ │ ├── refund.feature
│ │ │ │ │ ├── register_command
│ │ │ │ │ │ ├── examples
│ │ │ │ │ │ │ ├── MyCustomCommand.php
│ │ │ │ │ │ │ └── YourCustomCommand.php
│ │ │ │ │ │ └── standard
│ │ │ │ │ │ ├── codeception.yml
│ │ │ │ │ │ └── tests
│ │ │ │ │ │ ├── _autoload.php
│ │ │ │ │ │ ├── _data
│ │ │ │ │ │ ├── _log
│ │ │ │ │ │ └── _support
│ │ │ │ │ ├── rest
│ │ │ │ │ │ ├── hhvm-server.ini
│ │ │ │ │ │ ├── index.php
│ │ │ │ │ │ └── server.php
│ │ │ │ │ ├── result.html
│ │ │ │ │ ├── services
│ │ │ │ │ │ ├── UserModel.php
│ │ │ │ │ │ └── UserService.php
│ │ │ │ │ ├── SimpleAdminGroupCest.php
│ │ │ │ │ ├── SimpleCept.php
│ │ │ │ │ ├── SimpleCest.php
│ │ │ │ │ ├── SimpleNamespacedTest.php
│ │ │ │ │ ├── SimpleTest.php
│ │ │ │ │ ├── SimpleWithDependencyInjectionCest.php
│ │ │ │ │ ├── SimpleWithNoClassCest.php
│ │ │ │ │ ├── sqlite.db
│ │ │ │ │ ├── test_groups
│ │ │ │ │ ├── unsetFile.php
│ │ │ │ │ ├── whitespace_group_test
│ │ │ │ │ └── xml
│ │ │ │ │ └── layout.xml
│ │ │ │ ├── docker-compose.yml
│ │ │ │ │ └── FacebookTest.php
│ │ │ │ ├── facebook.suite.yml
│ │ │ │ ├── log
│ │ │ │ ├── README.md
│ │ │ │ ├── support
│ │ │ │ │ ├── AngularGuy.php
│ │ │ │ │ ├── CliGuy.php
│ │ │ │ │ ├── CliHelper.php
│ │ │ │ │ ├── CodeGuy.php
│ │ │ │ │ ├── CodeHelper.php
│ │ │ │ │ ├── CoverGuy.php
│ │ │ │ │ ├── CoverHelper.php
│ │ │ │ │ ├── EmulateModuleHelper.php
│ │ │ │ │ ├── FacebookGuy.php
│ │ │ │ │ ├── Helper
│ │ │ │ │ │ ├── Angular.php
│ │ │ │ │ │ └── Shire.php
│ │ │ │ │ ├── Shire
│ │ │ │ │ │ └── Codeception
│ │ │ │ │ │ └── Module
│ │ │ │ │ │ └── EmulateModuleHelper.php
│ │ │ │ │ ├── TestHelper.php
│ │ │ │ │ ├── UniversalFramework.php
│ │ │ │ │ ├── WebGuy.php
│ │ │ │ │ └── WebHelper.php
│ │ │ │ ├── unit
│ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ ├── C3Test.php
│ │ │ │ │ └── Codeception
│ │ │ │ │ ├── ApplicationTest.php
│ │ │ │ │ ├── Command
│ │ │ │ │ │ ├── BaseCommandRunner.php
│ │ │ │ │ │ ├── BuildTest.php
│ │ │ │ │ │ ├── GenerateCeptTest.php
│ │ │ │ │ │ ├── GenerateCestTest.php
│ │ │ │ │ │ ├── GenerateEnvironmentTest.php
│ │ │ │ │ │ ├── GenerateGroupTest.php
│ │ │ │ │ │ ├── GeneratePageObjectTest.php
│ │ │ │ │ │ ├── GenerateScenarioTest.php
│ │ │ │ │ │ ├── GenerateStepObjectTest.php
│ │ │ │ │ │ ├── GenerateSuiteTest.php
│ │ │ │ │ │ ├── GenerateTestTest.php
│ │ │ │ │ │ ├── MyCustomCommandTest.php
│ │ │ │ │ │ └── SelfUpdateTest.php
│ │ │ │ │ ├── ConfigurationTest.php
│ │ │ │ │ ├── Constraints
│ │ │ │ │ │ ├── CrawlerConstraintTest.php
│ │ │ │ │ │ ├── CrawlerNotConstraintTest.php
│ │ │ │ │ │ ├── mocked_webelement.php
│ │ │ │ │ │ ├── WebDriverConstraintTest.php
│ │ │ │ │ │ └── WebDriverNotConstraintTest.php
│ │ │ │ │ ├── Coverage
│ │ │ │ │ │ └── FilterTest.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ └── ModuleConfigTest.php
│ │ │ │ │ ├── Lib
│ │ │ │ │ │ ├── Console
│ │ │ │ │ │ │ ├── ColorizerTest.php
│ │ │ │ │ │ │ ├── DiffFactoryTest.php
│ │ │ │ │ │ │ └── MessageTest.php
│ │ │ │ │ │ ├── DiTest.php
│ │ │ │ │ │ ├── Driver
│ │ │ │ │ │ │ ├── MysqlTest.php
│ │ │ │ │ │ │ ├── PostgresTest.php
│ │ │ │ │ │ │ └── SqliteTest.php
│ │ │ │ │ │ ├── GroupManagerTest.php
│ │ │ │ │ │ ├── ModuleContainerTest.php
│ │ │ │ │ │ └── ParserTest.php
│ │ │ │ │ ├── Module
│ │ │ │ │ │ ├── AMQPTest.php
│ │ │ │ │ │ ├── AssertsTest.php
│ │ │ │ │ │ ├── BeanstalkdTest.php
│ │ │ │ │ │ ├── Db
│ │ │ │ │ │ │ ├── MySqlDbTest.php
│ │ │ │ │ │ │ ├── Populator
│ │ │ │ │ │ │ │ └── DbPopulatorTest.php
│ │ │ │ │ │ │ ├── PostgreSqlDbTest.php
│ │ │ │ │ │ │ ├── SqliteDbTest.php
│ │ │ │ │ │ │ └── TestsForDb.php
│ │ │ │ │ │ ├── FilesystemTest.php
│ │ │ │ │ │ ├── FrameworksTest.php
│ │ │ │ │ │ ├── FTPTest.php
│ │ │ │ │ │ ├── MongoDbLegacyTest.php
│ │ │ │ │ │ ├── MongoDbTest.php
│ │ │ │ │ │ ├── PhpBrowserRestTest.php
│ │ │ │ │ │ ├── PhpBrowserTest.php
│ │ │ │ │ │ ├── RedisTest.php
│ │ │ │ │ │ ├── RestTest.php
│ │ │ │ │ │ ├── SequenceTest.php
│ │ │ │ │ │ ├── SFTPTest.php
│ │ │ │ │ │ ├── SoapTest.php
│ │ │ │ │ │ ├── TestsForBrowsers.php
│ │ │ │ │ │ └── TestsForWeb.php
│ │ │ │ │ ├── ModuleTest.php
│ │ │ │ │ ├── ScenarioTest.php
│ │ │ │ │ ├── Step
│ │ │ │ │ │ ├── ConditionalAssertionTest.php
│ │ │ │ │ │ └── ExecutorTest.php
│ │ │ │ │ ├── StepTest.php
│ │ │ │ │ ├── Subscriber
│ │ │ │ │ │ └── ErrorHandlerTest.php
│ │ │ │ │ ├── SuiteManagerTest.php
│ │ │ │ │ ├── Test
│ │ │ │ │ │ ├── CeptTest.php
│ │ │ │ │ │ ├── CestTest.php
│ │ │ │ │ │ ├── GherkinTest.php
│ │ │ │ │ │ └── UnitTest.php
│ │ │ │ │ ├── TestLoaderTest.php
│ │ │ │ │ └── Util
│ │ │ │ │ ├── AnnotationTest.php
│ │ │ │ │ ├── ArrayContainsComparatorTest.php
│ │ │ │ │ ├── AutoloadTest.php
│ │ │ │ │ ├── HttpCodeTest.php
│ │ │ │ │ ├── JsonArrayTest.php
│ │ │ │ │ ├── JsonTypeTest.php
│ │ │ │ │ ├── LocatorTest.php
│ │ │ │ │ ├── MockAutoload.php
│ │ │ │ │ ├── PathResolverTest.php
│ │ │ │ │ ├── StubTest.php
│ │ │ │ │ ├── TemplateTest.php
│ │ │ │ │ └── UriTest.php
│ │ │ │ ├── unit.suite.yml
│ │ │ │ ├── web
│ │ │ │ │ ├── _bootstrap.php
│ │ │ │ │ ├── FriendsCept.php
│ │ │ │ │ ├── FriendsLeaveCept.php
│ │ │ │ │ ├── FriendWithStepsCept.php
│ │ │ │ │ ├── ReconfigureWebDriverCept.php
│ │ │ │ │ ├── _steps
│ │ │ │ │ │ └── RootWatcherSteps.php
│ │ │ │ │ └── WebDriverTest.php
│ │ │ │ └── web.suite.yml
│ │ │ └── wercker.yml
│ │ ├── specify
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── composer.lock
│ │ │ ├── docs
│ │ │ │ ├── GlobalConfig.md
│ │ │ │ └── LocalConfig.md
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.xml
│ │ │ ├── README.md
│ │ │ ├── RoboFile.php
│ │ │ ├── src
│ │ │ │ └── Codeception
│ │ │ │ ├── Specify
│ │ │ │ │ ├── ConfigBuilder.php
│ │ │ │ │ ├── Config.php
│ │ │ │ │ └── ObjectProperty.php
│ │ │ │ └── Specify.php
│ │ │ ├── tests
│ │ │ │ ├── _bootstrap.php
│ │ │ │ ├── ConfigTest.php
│ │ │ │ ├── ObjectPropertyTest.php
│ │ │ │ ├── SpecifyTest.php
│ │ │ │ └── _support
│ │ │ │ └── SpecifyUnitTest.php
│ │ │ └── VERSION
│ │ └── verify
│ │ ├── composer.json
│ │ ├── composer.lock
│ │ ├── LICENSE
│ │ ├── phpunit.xml
│ │ ├── README.md
│ │ ├── RoboFile.php
│ │ ├── src
│ │ │ └── Codeception
│ │ │ ├── function.php
│ │ │ └── Verify.php
│ │ ├── tests
│ │ │ ├── assets
│ │ │ │ ├── equal-json-test-file.json
│ │ │ │ ├── format-file.txt
│ │ │ │ ├── json-test-file.json
│ │ │ │ └── xml-test-file.xml
│ │ │ └── VerifyTest.php
│ │ └── VERSION
│ ├── comodojo
│ │ ├── exceptions
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── Comodojo
│ │ │ │ │ └── Exception
│ │ │ │ │ ├── AuthenticationException.php
│ │ │ │ │ ├── CacheException.php
│ │ │ │ │ ├── ComposerEventException.php
│ │ │ │ │ ├── ComposerRetryException.php
│ │ │ │ │ ├── ConfigurationException.php
│ │ │ │ │ ├── CookieException.php
│ │ │ │ │ ├── DatabaseException.php
│ │ │ │ │ ├── DispatcherException.php
│ │ │ │ │ ├── HttpException.php
│ │ │ │ │ ├── InstallerException.php
│ │ │ │ │ ├── InvalidCacheArgumentException.php
│ │ │ │ │ ├── InvalidSimpleCacheArgumentException.php
│ │ │ │ │ ├── IOException.php
│ │ │ │ │ ├── LdaphException.php
│ │ │ │ │ ├── MetaWeblogException.php
│ │ │ │ │ ├── RpcException.php
│ │ │ │ │ ├── ShellException.php
│ │ │ │ │ ├── SimpleCacheException.php
│ │ │ │ │ ├── SocketException.php
│ │ │ │ │ ├── TaskException.php
│ │ │ │ │ ├── WPException.php
│ │ │ │ │ ├── XMLException.php
│ │ │ │ │ ├── XmlrpcException.php
│ │ │ │ │ └── ZipException.php
│ │ │ │ └── Exception
│ │ │ │ ├── AuthenticationException.php
│ │ │ │ ├── CacheException.php
│ │ │ │ ├── ComposerEventException.php
│ │ │ │ ├── ComposerRetryException.php
│ │ │ │ ├── ConfigurationException.php
│ │ │ │ ├── CookieException.php
│ │ │ │ ├── DatabaseException.php
│ │ │ │ ├── DispatcherException.php
│ │ │ │ ├── HttpException.php
│ │ │ │ ├── InstallerException.php
│ │ │ │ ├── IOException.php
│ │ │ │ ├── LdaphException.php
│ │ │ │ ├── MetaWeblogException.php
│ │ │ │ ├── RpcException.php
│ │ │ │ ├── ShellException.php
│ │ │ │ ├── TaskException.php
│ │ │ │ ├── WPException.php
│ │ │ │ ├── XMLException.php
│ │ │ │ ├── XmlrpcException.php
│ │ │ │ └── ZipException.php
│ │ │ └── tests
│ │ │ ├── bootstrap.php
│ │ │ └── Exceptions
│ │ │ └── ExceptionsTest.php
│ │ └── zip
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── CONTRIBUTING.md
│ │ ├── LICENSE
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── ZipManager.php
│ │ │ └── Zip.php
│ │ └── tests
│ │ ├── bootstrap.php
│ │ ├── resources
│ │ │ ├── keepcalm.png
│ │ │ ├── lorem.txt
│ │ │ └── resource
│ │ │ └── lorem2.txt
│ │ ├── tmp
│ │ └── Zip
│ │ ├── ZipManagerTest.php
│ │ └── ZipTest.php
│ ├── 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
│ ├── doctrine
│ │ ├── cache
│ │ │ ├── build.properties
│ │ │ ├── build.xml
│ │ │ ├── composer.json
│ │ │ ├── lib
│ │ │ │ └── Doctrine
│ │ │ │ └── Common
│ │ │ │ └── Cache
│ │ │ │ ├── ApcCache.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
│ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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
│ │ └── 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
│ ├── evenement
│ │ └── evenement
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ └── src
│ │ └── Evenement
│ │ ├── EventEmitterInterface.php
│ │ ├── EventEmitter.php
│ │ └── EventEmitterTrait.php
│ ├── ezyang
│ │ └── htmlpurifier
│ │ ├── composer.json
│ │ ├── CREDITS
│ │ ├── extras
│ │ │ ├── ConfigDoc
│ │ │ │ └── HTMLXSLTProcessor.php
│ │ │ ├── FSTools
│ │ │ │ └── File.php
│ │ │ ├── FSTools.php
│ │ │ ├── HTMLPurifierExtras.autoload-legacy.php
│ │ │ ├── HTMLPurifierExtras.autoload.php
│ │ │ ├── HTMLPurifierExtras.auto.php
│ │ │ ├── HTMLPurifierExtras.php
│ │ │ └── README
│ │ ├── INSTALL
│ │ ├── INSTALL.fr.utf8
│ │ ├── library
│ │ │ ├── HTMLPurifier
│ │ │ │ ├── Arborize.php
│ │ │ │ ├── AttrCollections.php
│ │ │ │ ├── AttrDef
│ │ │ │ │ ├── Clone.php
│ │ │ │ │ ├── CSS
│ │ │ │ │ │ ├── AlphaValue.php
│ │ │ │ │ │ ├── Background.php
│ │ │ │ │ │ ├── BackgroundPosition.php
│ │ │ │ │ │ ├── Border.php
│ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ ├── Composite.php
│ │ │ │ │ │ ├── DenyElementDecorator.php
│ │ │ │ │ │ ├── Filter.php
│ │ │ │ │ │ ├── FontFamily.php
│ │ │ │ │ │ ├── Font.php
│ │ │ │ │ │ ├── Ident.php
│ │ │ │ │ │ ├── ImportantDecorator.php
│ │ │ │ │ │ ├── Length.php
│ │ │ │ │ │ ├── ListStyle.php
│ │ │ │ │ │ ├── Multiple.php
│ │ │ │ │ │ ├── Number.php
│ │ │ │ │ │ ├── Percentage.php
│ │ │ │ │ │ ├── TextDecoration.php
│ │ │ │ │ │ └── URI.php
│ │ │ │ │ ├── CSS.php
│ │ │ │ │ ├── Enum.php
│ │ │ │ │ ├── HTML
│ │ │ │ │ │ ├── Bool.php
│ │ │ │ │ │ ├── Class.php
│ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ ├── FrameTarget.php
│ │ │ │ │ │ ├── ID.php
│ │ │ │ │ │ ├── Length.php
│ │ │ │ │ │ ├── LinkTypes.php
│ │ │ │ │ │ ├── MultiLength.php
│ │ │ │ │ │ ├── Nmtokens.php
│ │ │ │ │ │ └── Pixels.php
│ │ │ │ │ ├── Integer.php
│ │ │ │ │ ├── Lang.php
│ │ │ │ │ ├── Switch.php
│ │ │ │ │ ├── Text.php
│ │ │ │ │ ├── URI
│ │ │ │ │ │ │ └── SimpleCheck.php
│ │ │ │ │ │ ├── Email.php
│ │ │ │ │ │ ├── Host.php
│ │ │ │ │ │ ├── IPv4.php
│ │ │ │ │ │ └── IPv6.php
│ │ │ │ │ └── URI.php
│ │ │ │ ├── AttrDef.php
│ │ │ │ ├── AttrTransform
│ │ │ │ │ ├── Background.php
│ │ │ │ │ ├── BdoDir.php
│ │ │ │ │ ├── BgColor.php
│ │ │ │ │ ├── BoolToCSS.php
│ │ │ │ │ ├── Border.php
│ │ │ │ │ ├── EnumToCSS.php
│ │ │ │ │ ├── ImgRequired.php
│ │ │ │ │ ├── ImgSpace.php
│ │ │ │ │ ├── Input.php
│ │ │ │ │ ├── Lang.php
│ │ │ │ │ ├── Length.php
│ │ │ │ │ ├── Name.php
│ │ │ │ │ ├── NameSync.php
│ │ │ │ │ ├── Nofollow.php
│ │ │ │ │ ├── SafeEmbed.php
│ │ │ │ │ ├── SafeObject.php
│ │ │ │ │ ├── SafeParam.php
│ │ │ │ │ ├── ScriptRequired.php
│ │ │ │ │ ├── TargetBlank.php
│ │ │ │ │ ├── TargetNoopener.php
│ │ │ │ │ ├── TargetNoreferrer.php
│ │ │ │ │ └── Textarea.php
│ │ │ │ ├── AttrTransform.php
│ │ │ │ ├── AttrTypes.php
│ │ │ │ ├── AttrValidator.php
│ │ │ │ ├── Bootstrap.php
│ │ │ │ ├── ChildDef
│ │ │ │ │ ├── Chameleon.php
│ │ │ │ │ ├── Custom.php
│ │ │ │ │ ├── Empty.php
│ │ │ │ │ ├── List.php
│ │ │ │ │ ├── Optional.php
│ │ │ │ │ ├── Required.php
│ │ │ │ │ ├── StrictBlockquote.php
│ │ │ │ │ └── Table.php
│ │ │ │ ├── ChildDef.php
│ │ │ │ ├── Config.php
│ │ │ │ ├── ConfigSchema
│ │ │ │ │ ├── Builder
│ │ │ │ │ │ ├── ConfigSchema.php
│ │ │ │ │ │ └── Xml.php
│ │ │ │ │ ├── Exception.php
│ │ │ │ │ ├── Interchange
│ │ │ │ │ │ ├── Directive.php
│ │ │ │ │ │ └── Id.php
│ │ │ │ │ ├── InterchangeBuilder.php
│ │ │ │ │ ├── Interchange.php
│ │ │ │ │ ├── schema
│ │ │ │ │ │ ├── Attr.AllowedClasses.txt
│ │ │ │ │ │ ├── Attr.AllowedFrameTargets.txt
│ │ │ │ │ │ ├── Attr.AllowedRel.txt
│ │ │ │ │ │ ├── Attr.AllowedRev.txt
│ │ │ │ │ │ ├── Attr.ClassUseCDATA.txt
│ │ │ │ │ │ ├── Attr.DefaultImageAlt.txt
│ │ │ │ │ │ ├── Attr.DefaultInvalidImageAlt.txt
│ │ │ │ │ │ ├── Attr.DefaultInvalidImage.txt
│ │ │ │ │ │ ├── Attr.DefaultTextDir.txt
│ │ │ │ │ │ ├── Attr.EnableID.txt
│ │ │ │ │ │ ├── Attr.ForbiddenClasses.txt
│ │ │ │ │ │ ├── Attr.IDBlacklistRegexp.txt
│ │ │ │ │ │ ├── Attr.IDBlacklist.txt
│ │ │ │ │ │ ├── Attr.ID.HTML5.txt
│ │ │ │ │ │ ├── Attr.IDPrefixLocal.txt
│ │ │ │ │ │ ├── Attr.IDPrefix.txt
│ │ │ │ │ │ ├── AutoFormat.AutoParagraph.txt
│ │ │ │ │ │ ├── AutoFormat.Custom.txt
│ │ │ │ │ │ ├── AutoFormat.DisplayLinkURI.txt
│ │ │ │ │ │ ├── AutoFormat.Linkify.txt
│ │ │ │ │ │ ├── AutoFormat.PurifierLinkify.DocURL.txt
│ │ │ │ │ │ ├── AutoFormat.PurifierLinkify.txt
│ │ │ │ │ │ ├── AutoFormat.RemoveEmpty.Predicate.txt
│ │ │ │ │ │ ├── AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
│ │ │ │ │ │ ├── AutoFormat.RemoveEmpty.RemoveNbsp.txt
│ │ │ │ │ │ ├── AutoFormat.RemoveEmpty.txt
│ │ │ │ │ │ ├── AutoFormat.RemoveSpansWithoutAttributes.txt
│ │ │ │ │ │ ├── Cache.DefinitionImpl.txt
│ │ │ │ │ │ ├── Cache.SerializerPath.txt
│ │ │ │ │ │ ├── Cache.SerializerPermissions.txt
│ │ │ │ │ │ ├── Core.AggressivelyFixLt.txt
│ │ │ │ │ │ ├── Core.AggressivelyRemoveScript.txt
│ │ │ │ │ │ ├── Core.AllowHostnameUnderscore.txt
│ │ │ │ │ │ ├── Core.CollectErrors.txt
│ │ │ │ │ │ ├── Core.ColorKeywords.txt
│ │ │ │ │ │ ├── Core.ConvertDocumentToFragment.txt
│ │ │ │ │ │ ├── Core.DirectLexLineNumberSyncInterval.txt
│ │ │ │ │ │ ├── Core.DisableExcludes.txt
│ │ │ │ │ │ ├── Core.EnableIDNA.txt
│ │ │ │ │ │ ├── Core.Encoding.txt
│ │ │ │ │ │ ├── Core.EscapeInvalidChildren.txt
│ │ │ │ │ │ ├── Core.EscapeInvalidTags.txt
│ │ │ │ │ │ ├── Core.EscapeNonASCIICharacters.txt
│ │ │ │ │ │ ├── Core.HiddenElements.txt
│ │ │ │ │ │ ├── Core.Language.txt
│ │ │ │ │ │ ├── Core.LegacyEntityDecoder.txt
│ │ │ │ │ │ ├── Core.LexerImpl.txt
│ │ │ │ │ │ ├── Core.MaintainLineNumbers.txt
│ │ │ │ │ │ ├── Core.NormalizeNewlines.txt
│ │ │ │ │ │ ├── Core.RemoveInvalidImg.txt
│ │ │ │ │ │ ├── Core.RemoveProcessingInstructions.txt
│ │ │ │ │ │ ├── Core.RemoveScriptContents.txt
│ │ │ │ │ │ ├── CSS.AllowDuplicates.txt
│ │ │ │ │ │ ├── CSS.AllowedFonts.txt
│ │ │ │ │ │ ├── CSS.AllowedProperties.txt
│ │ │ │ │ │ ├── CSS.AllowImportant.txt
│ │ │ │ │ │ ├── CSS.AllowTricky.txt
│ │ │ │ │ │ ├── CSS.DefinitionRev.txt
│ │ │ │ │ │ ├── CSS.ForbiddenProperties.txt
│ │ │ │ │ │ ├── CSS.MaxImgLength.txt
│ │ │ │ │ │ ├── CSS.Proprietary.txt
│ │ │ │ │ │ ├── CSS.Trusted.txt
│ │ │ │ │ │ ├── Filter.Custom.txt
│ │ │ │ │ │ ├── Filter.ExtractStyleBlocks.Escaping.txt
│ │ │ │ │ │ ├── Filter.ExtractStyleBlocks.Scope.txt
│ │ │ │ │ │ ├── Filter.ExtractStyleBlocks.TidyImpl.txt
│ │ │ │ │ │ ├── Filter.ExtractStyleBlocks.txt
│ │ │ │ │ │ ├── Filter.YouTube.txt
│ │ │ │ │ │ ├── HTML.AllowedAttributes.txt
│ │ │ │ │ │ ├── HTML.AllowedCommentsRegexp.txt
│ │ │ │ │ │ ├── HTML.AllowedComments.txt
│ │ │ │ │ │ ├── HTML.AllowedElements.txt
│ │ │ │ │ │ ├── HTML.AllowedModules.txt
│ │ │ │ │ │ ├── HTML.Allowed.txt
│ │ │ │ │ │ ├── HTML.Attr.Name.UseCDATA.txt
│ │ │ │ │ │ ├── HTML.BlockWrapper.txt
│ │ │ │ │ │ ├── HTML.CoreModules.txt
│ │ │ │ │ │ ├── HTML.CustomDoctype.txt
│ │ │ │ │ │ ├── HTML.DefinitionID.txt
│ │ │ │ │ │ ├── HTML.DefinitionRev.txt
│ │ │ │ │ │ ├── HTML.Doctype.txt
│ │ │ │ │ │ ├── HTML.FlashAllowFullScreen.txt
│ │ │ │ │ │ ├── HTML.ForbiddenAttributes.txt
│ │ │ │ │ │ ├── HTML.ForbiddenElements.txt
│ │ │ │ │ │ ├── HTML.MaxImgLength.txt
│ │ │ │ │ │ ├── HTML.Nofollow.txt
│ │ │ │ │ │ ├── HTML.Parent.txt
│ │ │ │ │ │ ├── HTML.Proprietary.txt
│ │ │ │ │ │ ├── HTML.SafeEmbed.txt
│ │ │ │ │ │ ├── HTML.SafeIframe.txt
│ │ │ │ │ │ ├── HTML.SafeObject.txt
│ │ │ │ │ │ ├── HTML.SafeScripting.txt
│ │ │ │ │ │ ├── HTML.Strict.txt
│ │ │ │ │ │ ├── HTML.TargetBlank.txt
│ │ │ │ │ │ ├── HTML.TargetNoopener.txt
│ │ │ │ │ │ ├── HTML.TargetNoreferrer.txt
│ │ │ │ │ │ ├── HTML.TidyAdd.txt
│ │ │ │ │ │ ├── HTML.TidyLevel.txt
│ │ │ │ │ │ ├── HTML.TidyRemove.txt
│ │ │ │ │ │ ├── HTML.Trusted.txt
│ │ │ │ │ │ ├── HTML.XHTML.txt
│ │ │ │ │ │ ├── info.ini
│ │ │ │ │ │ ├── Output.CommentScriptContents.txt
│ │ │ │ │ │ ├── Output.FixInnerHTML.txt
│ │ │ │ │ │ ├── Output.FlashCompat.txt
│ │ │ │ │ │ ├── Output.Newline.txt
│ │ │ │ │ │ ├── Output.SortAttr.txt
│ │ │ │ │ │ ├── Output.TidyFormat.txt
│ │ │ │ │ │ ├── Test.ForceNoIconv.txt
│ │ │ │ │ │ ├── URI.AllowedSchemes.txt
│ │ │ │ │ │ ├── URI.Base.txt
│ │ │ │ │ │ ├── URI.DefaultScheme.txt
│ │ │ │ │ │ ├── URI.DefinitionID.txt
│ │ │ │ │ │ ├── URI.DefinitionRev.txt
│ │ │ │ │ │ ├── URI.DisableExternalResources.txt
│ │ │ │ │ │ ├── URI.DisableExternal.txt
│ │ │ │ │ │ ├── URI.DisableResources.txt
│ │ │ │ │ │ ├── URI.Disable.txt
│ │ │ │ │ │ ├── URI.HostBlacklist.txt
│ │ │ │ │ │ ├── URI.Host.txt
│ │ │ │ │ │ ├── URI.MakeAbsolute.txt
│ │ │ │ │ │ ├── URI.MungeResources.txt
│ │ │ │ │ │ ├── URI.MungeSecretKey.txt
│ │ │ │ │ │ ├── URI.Munge.txt
│ │ │ │ │ │ ├── URI.OverrideAllowedSchemes.txt
│ │ │ │ │ │ └── URI.SafeIframeRegexp.txt
│ │ │ │ │ ├── schema.ser
│ │ │ │ │ ├── ValidatorAtom.php
│ │ │ │ │ └── Validator.php
│ │ │ │ ├── ConfigSchema.php
│ │ │ │ ├── ContentSets.php
│ │ │ │ ├── Context.php
│ │ │ │ ├── CSSDefinition.php
│ │ │ │ ├── DefinitionCache
│ │ │ │ │ ├── Decorator
│ │ │ │ │ │ ├── Cleanup.php
│ │ │ │ │ │ ├── Memory.php
│ │ │ │ │ │ └── Template.php.in
│ │ │ │ │ ├── Decorator.php
│ │ │ │ │ ├── Null.php
│ │ │ │ │ ├── Serializer
│ │ │ │ │ │ └── README
│ │ │ │ │ └── Serializer.php
│ │ │ │ ├── DefinitionCacheFactory.php
│ │ │ │ ├── DefinitionCache.php
│ │ │ │ ├── Definition.php
│ │ │ │ ├── Doctype.php
│ │ │ │ ├── DoctypeRegistry.php
│ │ │ │ ├── ElementDef.php
│ │ │ │ ├── Encoder.php
│ │ │ │ ├── EntityLookup
│ │ │ │ │ └── entities.ser
│ │ │ │ ├── EntityLookup.php
│ │ │ │ ├── EntityParser.php
│ │ │ │ ├── ErrorCollector.php
│ │ │ │ ├── ErrorStruct.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── Filter
│ │ │ │ │ ├── ExtractStyleBlocks.php
│ │ │ │ │ └── YouTube.php
│ │ │ │ ├── Filter.php
│ │ │ │ ├── Generator.php
│ │ │ │ ├── HTMLDefinition.php
│ │ │ │ ├── HTMLModule
│ │ │ │ │ ├── Bdo.php
│ │ │ │ │ ├── CommonAttributes.php
│ │ │ │ │ ├── Edit.php
│ │ │ │ │ ├── Forms.php
│ │ │ │ │ ├── Hypertext.php
│ │ │ │ │ ├── Iframe.php
│ │ │ │ │ ├── Image.php
│ │ │ │ │ ├── Legacy.php
│ │ │ │ │ ├── List.php
│ │ │ │ │ ├── Name.php
│ │ │ │ │ ├── Nofollow.php
│ │ │ │ │ ├── NonXMLCommonAttributes.php
│ │ │ │ │ ├── Object.php
│ │ │ │ │ ├── Presentation.php
│ │ │ │ │ ├── Proprietary.php
│ │ │ │ │ ├── Ruby.php
│ │ │ │ │ ├── SafeEmbed.php
│ │ │ │ │ ├── SafeObject.php
│ │ │ │ │ ├── SafeScripting.php
│ │ │ │ │ ├── Scripting.php
│ │ │ │ │ ├── StyleAttribute.php
│ │ │ │ │ ├── Tables.php
│ │ │ │ │ ├── TargetBlank.php
│ │ │ │ │ ├── TargetNoopener.php
│ │ │ │ │ ├── TargetNoreferrer.php
│ │ │ │ │ ├── Target.php
│ │ │ │ │ ├── Text.php
│ │ │ │ │ ├── Tidy
│ │ │ │ │ │ ├── Name.php
│ │ │ │ │ │ ├── Proprietary.php
│ │ │ │ │ │ ├── Strict.php
│ │ │ │ │ │ ├── Transitional.php
│ │ │ │ │ │ ├── XHTMLAndHTML4.php
│ │ │ │ │ │ └── XHTML.php
│ │ │ │ │ ├── Tidy.php
│ │ │ │ │ └── XMLCommonAttributes.php
│ │ │ │ ├── HTMLModuleManager.php
│ │ │ │ ├── HTMLModule.php
│ │ │ │ ├── IDAccumulator.php
│ │ │ │ ├── Injector
│ │ │ │ │ ├── AutoParagraph.php
│ │ │ │ │ ├── DisplayLinkURI.php
│ │ │ │ │ ├── Linkify.php
│ │ │ │ │ ├── PurifierLinkify.php
│ │ │ │ │ ├── RemoveEmpty.php
│ │ │ │ │ ├── RemoveSpansWithoutAttributes.php
│ │ │ │ │ └── SafeObject.php
│ │ │ │ ├── Injector.php
│ │ │ │ ├── Language
│ │ │ │ │ ├── classes
│ │ │ │ │ │ └── en-x-test.php
│ │ │ │ │ └── messages
│ │ │ │ │ ├── en.php
│ │ │ │ │ ├── en-x-testmini.php
│ │ │ │ │ └── en-x-test.php
│ │ │ │ ├── LanguageFactory.php
│ │ │ │ ├── Language.php
│ │ │ │ ├── Length.php
│ │ │ │ ├── Lexer
│ │ │ │ │ ├── DirectLex.php
│ │ │ │ │ ├── DOMLex.php
│ │ │ │ │ └── PH5P.php
│ │ │ │ ├── Lexer.php
│ │ │ │ ├── Node
│ │ │ │ │ ├── Comment.php
│ │ │ │ │ ├── Element.php
│ │ │ │ │ └── Text.php
│ │ │ │ ├── Node.php
│ │ │ │ ├── PercentEncoder.php
│ │ │ │ ├── Printer
│ │ │ │ │ ├── ConfigForm.css
│ │ │ │ │ ├── ConfigForm.js
│ │ │ │ │ ├── ConfigForm.php
│ │ │ │ │ ├── CSSDefinition.php
│ │ │ │ │ └── HTMLDefinition.php
│ │ │ │ ├── Printer.php
│ │ │ │ ├── PropertyListIterator.php
│ │ │ │ ├── PropertyList.php
│ │ │ │ ├── Queue.php
│ │ │ │ ├── Strategy
│ │ │ │ │ ├── Composite.php
│ │ │ │ │ ├── Core.php
│ │ │ │ │ ├── FixNesting.php
│ │ │ │ │ ├── MakeWellFormed.php
│ │ │ │ │ ├── RemoveForeignElements.php
│ │ │ │ │ └── ValidateAttributes.php
│ │ │ │ ├── Strategy.php
│ │ │ │ ├── StringHashParser.php
│ │ │ │ ├── StringHash.php
│ │ │ │ ├── TagTransform
│ │ │ │ │ ├── Font.php
│ │ │ │ │ └── Simple.php
│ │ │ │ ├── TagTransform.php
│ │ │ │ ├── Token
│ │ │ │ │ ├── Comment.php
│ │ │ │ │ ├── Empty.php
│ │ │ │ │ ├── End.php
│ │ │ │ │ ├── Start.php
│ │ │ │ │ ├── Tag.php
│ │ │ │ │ └── Text.php
│ │ │ │ ├── TokenFactory.php
│ │ │ │ ├── Token.php
│ │ │ │ ├── UnitConverter.php
│ │ │ │ ├── URIDefinition.php
│ │ │ │ ├── URIFilter
│ │ │ │ │ ├── DisableExternal.php
│ │ │ │ │ ├── DisableExternalResources.php
│ │ │ │ │ ├── DisableResources.php
│ │ │ │ │ ├── HostBlacklist.php
│ │ │ │ │ ├── MakeAbsolute.php
│ │ │ │ │ ├── Munge.php
│ │ │ │ │ └── SafeIframe.php
│ │ │ │ ├── URIFilter.php
│ │ │ │ ├── URIParser.php
│ │ │ │ ├── URI.php
│ │ │ │ ├── URIScheme
│ │ │ │ │ ├── data.php
│ │ │ │ │ ├── file.php
│ │ │ │ │ ├── ftp.php
│ │ │ │ │ ├── http.php
│ │ │ │ │ ├── https.php
│ │ │ │ │ ├── mailto.php
│ │ │ │ │ ├── news.php
│ │ │ │ │ ├── nntp.php
│ │ │ │ │ └── tel.php
│ │ │ │ ├── URIScheme.php
│ │ │ │ ├── URISchemeRegistry.php
│ │ │ │ ├── VarParser
│ │ │ │ │ ├── Flexible.php
│ │ │ │ │ └── Native.php
│ │ │ │ ├── VarParserException.php
│ │ │ │ ├── VarParser.php
│ │ │ │ └── Zipper.php
│ │ │ ├── HTMLPurifier.autoload-legacy.php
│ │ │ ├── HTMLPurifier.autoload.php
│ │ │ ├── HTMLPurifier.auto.php
│ │ │ ├── HTMLPurifier.composer.php
│ │ │ ├── HTMLPurifier.func.php
│ │ │ ├── HTMLPurifier.includes.php
│ │ │ ├── HTMLPurifier.kses.php
│ │ │ ├── HTMLPurifier.path.php
│ │ │ ├── HTMLPurifier.php
│ │ │ └── HTMLPurifier.safe-includes.php
│ │ ├── LICENSE
│ │ ├── maintenance
│ │ │ ├── add-vimline.php
│ │ │ ├── common.php
│ │ │ ├── compile-doxygen.sh
│ │ │ ├── config-scanner.php
│ │ │ ├── flush-definition-cache.php
│ │ │ ├── flush.php
│ │ │ ├── generate-entity-file.php
│ │ │ ├── generate-includes.php
│ │ │ ├── generate-ph5p-patch.php
│ │ │ ├── generate-schema-cache.php
│ │ │ ├── generate-standalone.php
│ │ │ ├── merge-library.php
│ │ │ ├── old-extract-schema.php
│ │ │ ├── old-remove-require-once.php
│ │ │ ├── old-remove-schema-def.php
│ │ │ ├── PH5P.patch
│ │ │ ├── PH5P.php
│ │ │ ├── regenerate-docs.sh
│ │ │ ├── remove-trailing-whitespace.php
│ │ │ ├── rename-config.php
│ │ │ └── update-config.php
│ │ ├── NEWS
│ │ ├── package.php
│ │ ├── phpdoc.ini
│ │ ├── plugins
│ │ │ ├── modx.txt
│ │ │ └── phorum
│ │ │ ├── Changelog
│ │ │ ├── config.default.php
│ │ │ ├── htmlpurifier
│ │ │ │ ├── LICENSE
│ │ │ │ └── README
│ │ │ ├── htmlpurifier.php
│ │ │ ├── info.txt
│ │ │ ├── init-config.php
│ │ │ ├── INSTALL
│ │ │ ├── migrate.bbcode.php
│ │ │ ├── README
│ │ │ ├── settings
│ │ │ │ ├── form.php
│ │ │ │ ├── migrate-sigs-form.php
│ │ │ │ ├── migrate-sigs.php
│ │ │ │ └── save.php
│ │ │ └── settings.php
│ │ ├── README.md
│ │ ├── release1-update.php
│ │ ├── release2-tag.php
│ │ ├── tests
│ │ │ └── path2class.func.php
│ │ ├── test-settings.sample.php
│ │ ├── test-settings.travis.php
│ │ ├── TODO
│ │ ├── VERSION
│ │ ├── WHATSNEW
│ │ └── WYSIWYG
│ ├── flc
│ │ └── alidayu
│ │ ├── autoload.php
│ │ ├── composer.json
│ │ └── src
│ │ └── Alidayu
│ │ ├── App.php
│ │ ├── Client.php
│ │ ├── Requests
│ │ │ ├── AlibabaAliqinFcFlowCharge.php
│ │ │ ├── AlibabaAliqinFcFlowChargeProvince.php
│ │ │ ├── AlibabaAliqinFcFlowGrade.php
│ │ │ ├── AlibabaAliqinFcFlowQuery.php
│ │ │ ├── AlibabaAliqinFcSmsNumQuery.php
│ │ │ ├── AlibabaAliqinFcSmsNumSend.php
│ │ │ ├── AlibabaAliqinFcTtsNumSinglecall.php
│ │ │ ├── AlibabaAliqinFcVoiceNumDoublecall.php
│ │ │ ├── AlibabaAliqinFcVoiceNumSinglecall.php
│ │ │ ├── IRequest.php
│ │ │ └── Request.php
│ │ └── Support.php
│ ├── fzaninotto
│ │ └── faker
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── CONTRIBUTING.md
│ │ ├── LICENSE
│ │ ├── Makefile
│ │ ├── phpunit.xml.dist
│ │ ├── readme.md
│ │ ├── src
│ │ │ ├── autoload.php
│ │ │ └── Faker
│ │ │ ├── Calculator
│ │ │ │ ├── Iban.php
│ │ │ │ ├── Inn.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
│ │ │ │ │ ├── Color.php
│ │ │ │ │ ├── Company.php
│ │ │ │ │ ├── Internet.php
│ │ │ │ │ ├── Payment.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_CY
│ │ │ │ │ ├── Address.php
│ │ │ │ │ ├── Company.php
│ │ │ │ │ ├── Internet.php
│ │ │ │ │ ├── Payment.php
│ │ │ │ │ ├── Person.php
│ │ │ │ │ └── PhoneNumber.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_HK
│ │ │ │ │ ├── Address.php
│ │ │ │ │ ├── Internet.php
│ │ │ │ │ └── PhoneNumber.php
│ │ │ │ ├── en_IN
│ │ │ │ │ ├── Address.php
│ │ │ │ │ ├── Internet.php
│ │ │ │ │ ├── Person.php
│ │ │ │ │ └── PhoneNumber.php
│ │ │ │ ├── en_NG
│ │ │ │ │ ├── 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
│ │ │ │ │ └── Text.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
│ │ │ │ │ ├── Address.php
│ │ │ │ │ ├── Company.php
│ │ │ │ │ ├── Internet.php
│ │ │ │ │ ├── Person.php
│ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ └── Text.php
│ │ │ │ ├── fi_FI
│ │ │ │ │ ├── Address.php
│ │ │ │ │ ├── Company.php
│ │ │ │ │ ├── Internet.php
│ │ │ │ │ ├── Payment.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
│ │ │ │ │ ├── Company.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
│ │ │ │ │ ├── Payment.php
│ │ │ │ │ ├── Person.php
│ │ │ │ │ └── PhoneNumber.php
│ │ │ │ ├── hr_HR
│ │ │ │ │ ├── Address.php
│ │ │ │ │ ├── Company.php
│ │ │ │ │ ├── Payment.php
│ │ │ │ │ ├── Person.php
│ │ │ │ │ └── PhoneNumber.php
│ │ │ │ ├── HtmlLorem.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
│ │ │ │ │ ├── Company.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
│ │ │ │ │ ├── Payment.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
│ │ │ │ │ └── Text.php
│ │ │ │ ├── ro_RO
│ │ │ │ │ ├── Address.php
│ │ │ │ │ ├── Payment.php
│ │ │ │ │ ├── Person.php
│ │ │ │ │ ├── PhoneNumber.php
│ │ │ │ │ └── Text.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
│ │ │ │ ├── th_TH
│ │ │ │ │ ├── Address.php
│ │ │ │ │ ├── Company.php
│ │ │ │ │ ├── Internet.php
│ │ │ │ │ ├── Payment.php
│ │ │ │ │ └── PhoneNumber.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
│ │ │ │ │ ├── Payment.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
│ ├── guzzle
│ │ └── guzzle
│ │ ├── build.xml
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── phar-stub.php
│ │ ├── phing
│ │ │ ├── build.properties.dist
│ │ │ ├── imports
│ │ │ │ ├── dependencies.xml
│ │ │ │ └── deploy.xml
│ │ │ └── tasks
│ │ │ ├── ComposerLintTask.php
│ │ │ ├── GuzzlePearPharPackageTask.php
│ │ │ └── GuzzleSubSplitTask.php
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ ├── src
│ │ │ └── Guzzle
│ │ │ ├── Batch
│ │ │ │ ├── AbstractBatchDecorator.php
│ │ │ │ ├── BatchBuilder.php
│ │ │ │ ├── BatchClosureDivisor.php
│ │ │ │ ├── BatchClosureTransfer.php
│ │ │ │ ├── BatchCommandTransfer.php
│ │ │ │ ├── BatchDivisorInterface.php
│ │ │ │ ├── BatchInterface.php
│ │ │ │ ├── Batch.php
│ │ │ │ ├── BatchRequestTransfer.php
│ │ │ │ ├── BatchSizeDivisor.php
│ │ │ │ ├── BatchTransferInterface.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── Exception
│ │ │ │ │ └── BatchTransferException.php
│ │ │ │ ├── ExceptionBufferingBatch.php
│ │ │ │ ├── FlushingBatch.php
│ │ │ │ ├── HistoryBatch.php
│ │ │ │ └── NotifyingBatch.php
│ │ │ ├── Cache
│ │ │ │ ├── AbstractCacheAdapter.php
│ │ │ │ ├── CacheAdapterFactory.php
│ │ │ │ ├── CacheAdapterInterface.php
│ │ │ │ ├── ClosureCacheAdapter.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── DoctrineCacheAdapter.php
│ │ │ │ ├── NullCacheAdapter.php
│ │ │ │ ├── Zf1CacheAdapter.php
│ │ │ │ └── Zf2CacheAdapter.php
│ │ │ ├── Common
│ │ │ │ ├── AbstractHasDispatcher.php
│ │ │ │ ├── Collection.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── Event.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── BadMethodCallException.php
│ │ │ │ │ ├── ExceptionCollection.php
│ │ │ │ │ ├── GuzzleException.php
│ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ ├── RuntimeException.php
│ │ │ │ │ └── UnexpectedValueException.php
│ │ │ │ ├── FromConfigInterface.php
│ │ │ │ ├── HasDispatcherInterface.php
│ │ │ │ ├── ToArrayInterface.php
│ │ │ │ └── Version.php
│ │ │ ├── Http
│ │ │ │ ├── AbstractEntityBodyDecorator.php
│ │ │ │ ├── CachingEntityBody.php
│ │ │ │ ├── ClientInterface.php
│ │ │ │ ├── Client.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── Curl
│ │ │ │ │ ├── CurlHandle.php
│ │ │ │ │ ├── CurlMultiInterface.php
│ │ │ │ │ ├── CurlMulti.php
│ │ │ │ │ ├── CurlMultiProxy.php
│ │ │ │ │ ├── CurlVersion.php
│ │ │ │ │ └── RequestMediator.php
│ │ │ │ ├── EntityBodyInterface.php
│ │ │ │ ├── EntityBody.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── BadResponseException.php
│ │ │ │ │ ├── ClientErrorResponseException.php
│ │ │ │ │ ├── CouldNotRewindStreamException.php
│ │ │ │ │ ├── CurlException.php
│ │ │ │ │ ├── HttpException.php
│ │ │ │ │ ├── MultiTransferException.php
│ │ │ │ │ ├── RequestException.php
│ │ │ │ │ ├── ServerErrorResponseException.php
│ │ │ │ │ └── TooManyRedirectsException.php
│ │ │ │ ├── IoEmittingEntityBody.php
│ │ │ │ ├── Message
│ │ │ │ │ ├── AbstractMessage.php
│ │ │ │ │ ├── EntityEnclosingRequestInterface.php
│ │ │ │ │ ├── EntityEnclosingRequest.php
│ │ │ │ │ ├── Header
│ │ │ │ │ │ ├── CacheControl.php
│ │ │ │ │ │ ├── HeaderCollection.php
│ │ │ │ │ │ ├── HeaderFactoryInterface.php
│ │ │ │ │ │ ├── HeaderFactory.php
│ │ │ │ │ │ ├── HeaderInterface.php
│ │ │ │ │ │ └── Link.php
│ │ │ │ │ ├── Header.php
│ │ │ │ │ ├── MessageInterface.php
│ │ │ │ │ ├── PostFileInterface.php
│ │ │ │ │ ├── PostFile.php
│ │ │ │ │ ├── RequestFactoryInterface.php
│ │ │ │ │ ├── RequestFactory.php
│ │ │ │ │ ├── RequestInterface.php
│ │ │ │ │ ├── Request.php
│ │ │ │ │ └── Response.php
│ │ │ │ ├── Mimetypes.php
│ │ │ │ ├── QueryAggregator
│ │ │ │ │ ├── CommaAggregator.php
│ │ │ │ │ ├── DuplicateAggregator.php
│ │ │ │ │ ├── PhpAggregator.php
│ │ │ │ │ └── QueryAggregatorInterface.php
│ │ │ │ ├── QueryString.php
│ │ │ │ ├── ReadLimitEntityBody.php
│ │ │ │ ├── RedirectPlugin.php
│ │ │ │ ├── Resources
│ │ │ │ │ ├── cacert.pem
│ │ │ │ │ └── cacert.pem.md5
│ │ │ │ ├── StaticClient.php
│ │ │ │ └── Url.php
│ │ │ ├── Inflection
│ │ │ │ ├── composer.json
│ │ │ │ ├── InflectorInterface.php
│ │ │ │ ├── Inflector.php
│ │ │ │ ├── MemoizingInflector.php
│ │ │ │ └── PreComputedInflector.php
│ │ │ ├── Iterator
│ │ │ │ ├── AppendIterator.php
│ │ │ │ ├── ChunkedIterator.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── FilterIterator.php
│ │ │ │ ├── MapIterator.php
│ │ │ │ ├── MethodProxyIterator.php
│ │ │ │ └── README.md
│ │ │ ├── Log
│ │ │ │ ├── AbstractLogAdapter.php
│ │ │ │ ├── ArrayLogAdapter.php
│ │ │ │ ├── ClosureLogAdapter.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── LogAdapterInterface.php
│ │ │ │ ├── MessageFormatter.php
│ │ │ │ ├── MonologLogAdapter.php
│ │ │ │ ├── PsrLogAdapter.php
│ │ │ │ ├── Zf1LogAdapter.php
│ │ │ │ └── Zf2LogAdapter.php
│ │ │ ├── Parser
│ │ │ │ ├── composer.json
│ │ │ │ ├── Cookie
│ │ │ │ │ ├── CookieParserInterface.php
│ │ │ │ │ └── CookieParser.php
│ │ │ │ ├── Message
│ │ │ │ │ ├── AbstractMessageParser.php
│ │ │ │ │ ├── MessageParserInterface.php
│ │ │ │ │ ├── MessageParser.php
│ │ │ │ │ └── PeclHttpMessageParser.php
│ │ │ │ ├── ParserRegistry.php
│ │ │ │ ├── UriTemplate
│ │ │ │ │ ├── PeclUriTemplate.php
│ │ │ │ │ ├── UriTemplateInterface.php
│ │ │ │ │ └── UriTemplate.php
│ │ │ │ └── Url
│ │ │ │ ├── UrlParserInterface.php
│ │ │ │ └── UrlParser.php
│ │ │ ├── Plugin
│ │ │ │ ├── Async
│ │ │ │ │ ├── AsyncPlugin.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── Backoff
│ │ │ │ │ ├── AbstractBackoffStrategy.php
│ │ │ │ │ ├── AbstractErrorCodeBackoffStrategy.php
│ │ │ │ │ ├── BackoffLogger.php
│ │ │ │ │ ├── BackoffPlugin.php
│ │ │ │ │ ├── BackoffStrategyInterface.php
│ │ │ │ │ ├── CallbackBackoffStrategy.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── ConstantBackoffStrategy.php
│ │ │ │ │ ├── CurlBackoffStrategy.php
│ │ │ │ │ ├── ExponentialBackoffStrategy.php
│ │ │ │ │ ├── HttpBackoffStrategy.php
│ │ │ │ │ ├── LinearBackoffStrategy.php
│ │ │ │ │ ├── ReasonPhraseBackoffStrategy.php
│ │ │ │ │ └── TruncatedBackoffStrategy.php
│ │ │ │ ├── Cache
│ │ │ │ │ ├── CacheKeyProviderInterface.php
│ │ │ │ │ ├── CachePlugin.php
│ │ │ │ │ ├── CacheStorageInterface.php
│ │ │ │ │ ├── CallbackCanCacheStrategy.php
│ │ │ │ │ ├── CanCacheStrategyInterface.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── DefaultCacheKeyProvider.php
│ │ │ │ │ ├── DefaultCacheStorage.php
│ │ │ │ │ ├── DefaultCanCacheStrategy.php
│ │ │ │ │ ├── DefaultRevalidation.php
│ │ │ │ │ ├── DenyRevalidation.php
│ │ │ │ │ ├── RevalidationInterface.php
│ │ │ │ │ └── SkipRevalidation.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── Cookie
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── CookieJar
│ │ │ │ │ │ ├── ArrayCookieJar.php
│ │ │ │ │ │ ├── CookieJarInterface.php
│ │ │ │ │ │ └── FileCookieJar.php
│ │ │ │ │ ├── Cookie.php
│ │ │ │ │ ├── CookiePlugin.php
│ │ │ │ │ └── Exception
│ │ │ │ │ └── InvalidCookieException.php
│ │ │ │ ├── CurlAuth
│ │ │ │ │ ├── composer.json
│ │ │ │ │ └── CurlAuthPlugin.php
│ │ │ │ ├── ErrorResponse
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── ErrorResponseExceptionInterface.php
│ │ │ │ │ ├── ErrorResponsePlugin.php
│ │ │ │ │ └── Exception
│ │ │ │ │ └── ErrorResponseException.php
│ │ │ │ ├── History
│ │ │ │ │ ├── composer.json
│ │ │ │ │ └── HistoryPlugin.php
│ │ │ │ ├── Log
│ │ │ │ │ ├── composer.json
│ │ │ │ │ └── LogPlugin.php
│ │ │ │ ├── Md5
│ │ │ │ │ ├── CommandContentMd5Plugin.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ └── Md5ValidatorPlugin.php
│ │ │ │ ├── Mock
│ │ │ │ │ ├── composer.json
│ │ │ │ │ └── MockPlugin.php
│ │ │ │ └── Oauth
│ │ │ │ ├── composer.json
│ │ │ │ └── OauthPlugin.php
│ │ │ ├── Service
│ │ │ │ ├── AbstractConfigLoader.php
│ │ │ │ ├── Builder
│ │ │ │ │ ├── ServiceBuilderInterface.php
│ │ │ │ │ ├── ServiceBuilderLoader.php
│ │ │ │ │ └── ServiceBuilder.php
│ │ │ │ ├── CachingConfigLoader.php
│ │ │ │ ├── ClientInterface.php
│ │ │ │ ├── Client.php
│ │ │ │ ├── Command
│ │ │ │ │ ├── AbstractCommand.php
│ │ │ │ │ ├── ClosureCommand.php
│ │ │ │ │ ├── CommandInterface.php
│ │ │ │ │ ├── CreateResponseClassEvent.php
│ │ │ │ │ ├── DefaultRequestSerializer.php
│ │ │ │ │ ├── DefaultResponseParser.php
│ │ │ │ │ ├── Factory
│ │ │ │ │ │ ├── AliasFactory.php
│ │ │ │ │ │ ├── CompositeFactory.php
│ │ │ │ │ │ ├── ConcreteClassFactory.php
│ │ │ │ │ │ ├── FactoryInterface.php
│ │ │ │ │ │ ├── MapFactory.php
│ │ │ │ │ │ └── ServiceDescriptionFactory.php
│ │ │ │ │ ├── LocationVisitor
│ │ │ │ │ │ ├── Request
│ │ │ │ │ │ │ ├── AbstractRequestVisitor.php
│ │ │ │ │ │ │ ├── BodyVisitor.php
│ │ │ │ │ │ │ ├── HeaderVisitor.php
│ │ │ │ │ │ │ ├── JsonVisitor.php
│ │ │ │ │ │ │ ├── PostFieldVisitor.php
│ │ │ │ │ │ │ ├── PostFileVisitor.php
│ │ │ │ │ │ │ ├── QueryVisitor.php
│ │ │ │ │ │ │ ├── RequestVisitorInterface.php
│ │ │ │ │ │ │ ├── ResponseBodyVisitor.php
│ │ │ │ │ │ │ └── XmlVisitor.php
│ │ │ │ │ │ ├── Response
│ │ │ │ │ │ │ ├── AbstractResponseVisitor.php
│ │ │ │ │ │ │ ├── BodyVisitor.php
│ │ │ │ │ │ │ ├── HeaderVisitor.php
│ │ │ │ │ │ │ ├── JsonVisitor.php
│ │ │ │ │ │ │ ├── ReasonPhraseVisitor.php
│ │ │ │ │ │ │ ├── ResponseVisitorInterface.php
│ │ │ │ │ │ │ ├── StatusCodeVisitor.php
│ │ │ │ │ │ │ └── XmlVisitor.php
│ │ │ │ │ │ └── VisitorFlyweight.php
│ │ │ │ │ ├── OperationCommand.php
│ │ │ │ │ ├── OperationResponseParser.php
│ │ │ │ │ ├── RequestSerializerInterface.php
│ │ │ │ │ ├── ResponseClassInterface.php
│ │ │ │ │ └── ResponseParserInterface.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── ConfigLoaderInterface.php
│ │ │ │ ├── Description
│ │ │ │ │ ├── OperationInterface.php
│ │ │ │ │ ├── Operation.php
│ │ │ │ │ ├── Parameter.php
│ │ │ │ │ ├── SchemaFormatter.php
│ │ │ │ │ ├── SchemaValidator.php
│ │ │ │ │ ├── ServiceDescriptionInterface.php
│ │ │ │ │ ├── ServiceDescriptionLoader.php
│ │ │ │ │ ├── ServiceDescription.php
│ │ │ │ │ └── ValidatorInterface.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── CommandException.php
│ │ │ │ │ ├── CommandTransferException.php
│ │ │ │ │ ├── DescriptionBuilderException.php
│ │ │ │ │ ├── InconsistentClientTransferException.php
│ │ │ │ │ ├── ResponseClassException.php
│ │ │ │ │ ├── ServiceBuilderException.php
│ │ │ │ │ ├── ServiceNotFoundException.php
│ │ │ │ │ └── ValidationException.php
│ │ │ │ └── Resource
│ │ │ │ ├── AbstractResourceIteratorFactory.php
│ │ │ │ ├── CompositeResourceIteratorFactory.php
│ │ │ │ ├── MapResourceIteratorFactory.php
│ │ │ │ ├── Model.php
│ │ │ │ ├── ResourceIteratorApplyBatched.php
│ │ │ │ ├── ResourceIteratorClassFactory.php
│ │ │ │ ├── ResourceIteratorFactoryInterface.php
│ │ │ │ ├── ResourceIteratorInterface.php
│ │ │ │ └── ResourceIterator.php
│ │ │ └── Stream
│ │ │ ├── composer.json
│ │ │ ├── PhpStreamRequestFactory.php
│ │ │ ├── StreamInterface.php
│ │ │ ├── Stream.php
│ │ │ └── StreamRequestFactoryInterface.php
│ │ └── UPGRADING.md
│ ├── guzzlehttp
│ │ └── 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
│ ├── jdorn
│ │ └── sql-formatter
│ │ ├── bin
│ │ │ └── sql-formatter
│ │ ├── composer.json
│ │ ├── composer.lock
│ │ ├── examples
│ │ │ ├── cli.php
│ │ │ └── examples.php
│ │ ├── lib
│ │ │ └── SqlFormatter.php
│ │ ├── LICENSE.txt
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ └── tests
│ │ ├── clihighlight.html
│ │ ├── compress.html
│ │ ├── format-highlight.html
│ │ ├── format.html
│ │ ├── highlight.html
│ │ ├── performance.php
│ │ ├── SqlFormatterTest.php
│ │ └── sql.sql
│ ├── jjonline
│ │ └── aliyun-dysms-php-sdk
│ │ ├── composer.json
│ │ ├── lib
│ │ │ ├── Api
│ │ │ │ └── Sms
│ │ │ │ └── Request
│ │ │ │ └── V20170525
│ │ │ │ ├── QueryInterSmsIsoInfoRequest.php
│ │ │ │ ├── QuerySendDetailsRequest.php
│ │ │ │ ├── SendInterSmsRequest.php
│ │ │ │ └── SendSmsRequest.php
│ │ │ └── Core
│ │ │ ├── AcsRequest.php
│ │ │ ├── AcsResponse.php
│ │ │ ├── Auth
│ │ │ │ ├── Credential.php
│ │ │ │ ├── ISigner.php
│ │ │ │ ├── ShaHmac1Signer.php
│ │ │ │ └── ShaHmac256Signer.php
│ │ │ ├── Config.php
│ │ │ ├── DefaultAcsClient.php
│ │ │ ├── Exception
│ │ │ │ ├── ClientException.php
│ │ │ │ └── ServerException.php
│ │ │ ├── Http
│ │ │ │ ├── HttpHelper.php
│ │ │ │ └── HttpResponse.php
│ │ │ ├── IAcsClient.php
│ │ │ ├── Profile
│ │ │ │ ├── DefaultProfile.php
│ │ │ │ └── IClientProfile.php
│ │ │ ├── Regions
│ │ │ │ ├── EndpointConfig.php
│ │ │ │ ├── Endpoint.php
│ │ │ │ ├── EndpointProvider.php
│ │ │ │ ├── endpoints.xml
│ │ │ │ └── ProductDomain.php
│ │ │ ├── RoaAcsRequest.php
│ │ │ └── RpcAcsRequest.php
│ │ ├── LICENSE
│ │ └── README.md
│ ├── kosinix
│ │ └── grafika
│ │ ├── composer.json
│ │ ├── fonts
│ │ │ └── LiberationSans-Regular.ttf
│ │ ├── license.txt
│ │ └── src
│ │ ├── autoloader.php
│ │ └── Grafika
│ │ ├── Color.php
│ │ ├── DrawingObject
│ │ │ ├── CubicBezier.php
│ │ │ ├── Ellipse.php
│ │ │ ├── Line.php
│ │ │ ├── Polygon.php
│ │ │ ├── QuadraticBezier.php
│ │ │ └── Rectangle.php
│ │ ├── DrawingObjectInterface.php
│ │ ├── EditorInterface.php
│ │ ├── FilterInterface.php
│ │ ├── Gd
│ │ │ ├── DrawingObject
│ │ │ │ ├── CubicBezier.php
│ │ │ │ ├── Ellipse.php
│ │ │ │ ├── Line.php
│ │ │ │ ├── Polygon.php
│ │ │ │ ├── QuadraticBezier.php
│ │ │ │ └── Rectangle.php
│ │ │ ├── Editor.php
│ │ │ ├── Filter
│ │ │ │ ├── Blur.php
│ │ │ │ ├── Brightness.php
│ │ │ │ ├── Colorize.php
│ │ │ │ ├── Contrast.php
│ │ │ │ ├── Dither.php
│ │ │ │ ├── Gamma.php
│ │ │ │ ├── Grayscale.php
│ │ │ │ ├── Invert.php
│ │ │ │ ├── Pixelate.php
│ │ │ │ ├── Sharpen.php
│ │ │ │ └── Sobel.php
│ │ │ ├── Helper
│ │ │ │ ├── GifByteStream.php
│ │ │ │ └── GifHelper.php
│ │ │ ├── ImageHash
│ │ │ │ ├── AverageHash.php
│ │ │ │ └── DifferenceHash.php
│ │ │ └── Image.php
│ │ ├── Grafika.php
│ │ ├── ImageInterface.php
│ │ ├── ImageType.php
│ │ ├── Imagick
│ │ │ ├── DrawingObject
│ │ │ │ ├── CubicBezier.php
│ │ │ │ ├── Ellipse.php
│ │ │ │ ├── Line.php
│ │ │ │ ├── Polygon.php
│ │ │ │ ├── QuadraticBezier.php
│ │ │ │ └── Rectangle.php
│ │ │ ├── Editor.php
│ │ │ ├── Filter
│ │ │ │ ├── Blur.php
│ │ │ │ ├── Brightness.php
│ │ │ │ ├── Colorize.php
│ │ │ │ ├── Contrast.php
│ │ │ │ ├── Dither.php
│ │ │ │ ├── Gamma.php
│ │ │ │ ├── Grayscale.php
│ │ │ │ ├── Invert.php
│ │ │ │ ├── Pixelate.php
│ │ │ │ ├── Sharpen.php
│ │ │ │ └── Sobel.php
│ │ │ ├── ImageHash
│ │ │ │ ├── AverageHash.php
│ │ │ │ └── DifferenceHash.php
│ │ │ └── Image.php
│ │ └── Position.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
│ │ └── flysystem-ziparchive
│ │ ├── composer.json
│ │ ├── phpunit.hhvm.xml
│ │ ├── phpunit.php
│ │ ├── phpunit.xml
│ │ ├── readme.md
│ │ ├── src
│ │ │ └── ZipArchiveAdapter.php
│ │ └── tests
│ │ └── ZipArchiveTests.php
│ ├── luweiss
│ │ ├── autoload.php
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── runtime
│ │ │ └── cache
│ │ │ ├── 0c
│ │ │ │ └── 5b38373832343762343438663336386663313862643235306139306130656666345d5b315d.doctrinecache.data
│ │ │ ├── 13
│ │ │ │ └── 5b31333064393436393234326336323335653432396364303430316632643035655d5b315d.doctrinecache.data
│ │ │ └── fb
│ │ │ └── 5b33666464616462343731616532396364333866636536666664313964313463625d5b315d.doctrinecache.data
│ │ └── src
│ │ ├── Base.php
│ │ ├── DataTransform.php
│ │ ├── Jsapi.php
│ │ ├── Pay.php
│ │ ├── TplMsg.php
│ │ └── Wechat.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
│ ├── 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
│ │ ├── 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
│ │ │ │ │ ├── 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
│ │ │ │ │ └── Title.php
│ │ │ │ ├── Chart.php
│ │ │ │ ├── Comment.php
│ │ │ │ ├── DocumentProperties.php
│ │ │ │ ├── DocumentSecurity.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── HashTable.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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ └── pclzip.lib.php
│ │ │ │ │ ├── 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
│ │ └── 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
│ │ ├── 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
│ │ │ ├── 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
│ ├── phpqrcode
│ │ ├── bindings
│ │ │ └── tcpdf
│ │ │ └── qrcode.php
│ │ ├── cache
│ │ ├── CHANGELOG
│ │ ├── index.php
│ │ ├── INSTALL
│ │ ├── LICENSE
│ │ ├── phpqrcode.php
│ │ ├── qrbitstream.php
│ │ ├── qrconfig.php
│ │ ├── qrconst.php
│ │ ├── qrencode.php
│ │ ├── qrimage.php
│ │ ├── qrinput.php
│ │ ├── qrlib.php
│ │ ├── qrmask.php
│ │ ├── qrrscode.php
│ │ ├── qrspec.php
│ │ ├── qrsplit.php
│ │ ├── qrtools.php
│ │ ├── README
│ │ ├── tools
│ │ │ ├── merge.bat
│ │ │ ├── merged_config.php
│ │ │ ├── merged_header.php
│ │ │ ├── merge.php
│ │ │ └── merge.sh
│ │ └── VERSION
│ ├── phpspec
│ │ ├── php-diff
│ │ │ ├── composer.json
│ │ │ ├── example
│ │ │ │ ├── a.txt
│ │ │ │ ├── b.txt
│ │ │ │ ├── example.php
│ │ │ │ └── styles.css
│ │ │ ├── lib
│ │ │ │ ├── Diff
│ │ │ │ │ ├── Renderer
│ │ │ │ │ │ ├── Abstract.php
│ │ │ │ │ │ ├── Html
│ │ │ │ │ │ │ ├── Array.php
│ │ │ │ │ │ │ ├── Inline.php
│ │ │ │ │ │ │ └── SideBySide.php
│ │ │ │ │ │ └── Text
│ │ │ │ │ │ ├── Context.php
│ │ │ │ │ │ └── Unified.php
│ │ │ │ │ └── SequenceMatcher.php
│ │ │ │ └── Diff.php
│ │ │ └── README
│ │ └── 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
│ │ │ │ │ ├── Assert.php
│ │ │ │ │ ├── BaseTestListener.php
│ │ │ │ │ ├── TestCase.php
│ │ │ │ │ └── TestListener.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
│ ├── psr
│ │ ├── cache
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── LICENSE.txt
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── CacheException.php
│ │ │ ├── CacheItemInterface.php
│ │ │ ├── CacheItemPoolInterface.php
│ │ │ └── InvalidArgumentException.php
│ │ ├── 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
│ │ └── simple-cache
│ │ ├── composer.json
│ │ ├── LICENSE.md
│ │ ├── README.md
│ │ └── src
│ │ ├── CacheException.php
│ │ ├── CacheInterface.php
│ │ └── InvalidArgumentException.php
│ ├── qcloud
│ │ └── cos-sdk-v5
│ │ ├── composer.json
│ │ ├── cos-autoloader-generator.php
│ │ ├── cos-autoloader.php
│ │ ├── LICENSE
│ │ ├── phpunit.xml
│ │ ├── README.md
│ │ ├── sample.php
│ │ └── src
│ │ ├── Guzzle
│ │ │ ├── Batch
│ │ │ │ ├── AbstractBatchDecorator.php
│ │ │ │ ├── BatchBuilder.php
│ │ │ │ ├── BatchClosureDivisor.php
│ │ │ │ ├── BatchClosureTransfer.php
│ │ │ │ ├── BatchCommandTransfer.php
│ │ │ │ ├── BatchDivisorInterface.php
│ │ │ │ ├── BatchInterface.php
│ │ │ │ ├── Batch.php
│ │ │ │ ├── BatchRequestTransfer.php
│ │ │ │ ├── BatchSizeDivisor.php
│ │ │ │ ├── BatchTransferInterface.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── Exception
│ │ │ │ │ └── BatchTransferException.php
│ │ │ │ ├── ExceptionBufferingBatch.php
│ │ │ │ ├── FlushingBatch.php
│ │ │ │ ├── HistoryBatch.php
│ │ │ │ └── NotifyingBatch.php
│ │ │ ├── Cache
│ │ │ │ ├── AbstractCacheAdapter.php
│ │ │ │ ├── CacheAdapterFactory.php
│ │ │ │ ├── CacheAdapterInterface.php
│ │ │ │ ├── ClosureCacheAdapter.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── DoctrineCacheAdapter.php
│ │ │ │ ├── NullCacheAdapter.php
│ │ │ │ ├── Zf1CacheAdapter.php
│ │ │ │ └── Zf2CacheAdapter.php
│ │ │ ├── Common
│ │ │ │ ├── AbstractHasDispatcher.php
│ │ │ │ ├── Collection.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── Event.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── BadMethodCallException.php
│ │ │ │ │ ├── ExceptionCollection.php
│ │ │ │ │ ├── GuzzleException.php
│ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ ├── RuntimeException.php
│ │ │ │ │ └── UnexpectedValueException.php
│ │ │ │ ├── FromConfigInterface.php
│ │ │ │ ├── HasDispatcherInterface.php
│ │ │ │ ├── ToArrayInterface.php
│ │ │ │ └── Version.php
│ │ │ ├── Http
│ │ │ │ ├── AbstractEntityBodyDecorator.php
│ │ │ │ ├── CachingEntityBody.php
│ │ │ │ ├── ClientInterface.php
│ │ │ │ ├── Client.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── Curl
│ │ │ │ │ ├── CurlHandle.php
│ │ │ │ │ ├── CurlMultiInterface.php
│ │ │ │ │ ├── CurlMulti.php
│ │ │ │ │ ├── CurlMultiProxy.php
│ │ │ │ │ ├── CurlVersion.php
│ │ │ │ │ └── RequestMediator.php
│ │ │ │ ├── EntityBodyInterface.php
│ │ │ │ ├── EntityBody.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── BadResponseException.php
│ │ │ │ │ ├── ClientErrorResponseException.php
│ │ │ │ │ ├── CouldNotRewindStreamException.php
│ │ │ │ │ ├── CurlException.php
│ │ │ │ │ ├── HttpException.php
│ │ │ │ │ ├── MultiTransferException.php
│ │ │ │ │ ├── RequestException.php
│ │ │ │ │ ├── ServerErrorResponseException.php
│ │ │ │ │ └── TooManyRedirectsException.php
│ │ │ │ ├── IoEmittingEntityBody.php
│ │ │ │ ├── Message
│ │ │ │ │ ├── AbstractMessage.php
│ │ │ │ │ ├── EntityEnclosingRequestInterface.php
│ │ │ │ │ ├── EntityEnclosingRequest.php
│ │ │ │ │ ├── Header
│ │ │ │ │ │ ├── CacheControl.php
│ │ │ │ │ │ ├── HeaderCollection.php
│ │ │ │ │ │ ├── HeaderFactoryInterface.php
│ │ │ │ │ │ ├── HeaderFactory.php
│ │ │ │ │ │ ├── HeaderInterface.php
│ │ │ │ │ │ └── Link.php
│ │ │ │ │ ├── Header.php
│ │ │ │ │ ├── MessageInterface.php
│ │ │ │ │ ├── PostFileInterface.php
│ │ │ │ │ ├── PostFile.php
│ │ │ │ │ ├── RequestFactoryInterface.php
│ │ │ │ │ ├── RequestFactory.php
│ │ │ │ │ ├── RequestInterface.php
│ │ │ │ │ ├── Request.php
│ │ │ │ │ └── Response.php
│ │ │ │ ├── Mimetypes.php
│ │ │ │ ├── QueryAggregator
│ │ │ │ │ ├── CommaAggregator.php
│ │ │ │ │ ├── DuplicateAggregator.php
│ │ │ │ │ ├── PhpAggregator.php
│ │ │ │ │ └── QueryAggregatorInterface.php
│ │ │ │ ├── QueryString.php
│ │ │ │ ├── ReadLimitEntityBody.php
│ │ │ │ ├── RedirectPlugin.php
│ │ │ │ ├── Resources
│ │ │ │ │ └── cacert.pem
│ │ │ │ ├── StaticClient.php
│ │ │ │ └── Url.php
│ │ │ ├── Inflection
│ │ │ │ ├── composer.json
│ │ │ │ ├── InflectorInterface.php
│ │ │ │ ├── Inflector.php
│ │ │ │ ├── MemoizingInflector.php
│ │ │ │ └── PreComputedInflector.php
│ │ │ ├── Iterator
│ │ │ │ ├── AppendIterator.php
│ │ │ │ ├── ChunkedIterator.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── FilterIterator.php
│ │ │ │ ├── MapIterator.php
│ │ │ │ ├── MethodProxyIterator.php
│ │ │ │ └── README.md
│ │ │ ├── Log
│ │ │ │ ├── AbstractLogAdapter.php
│ │ │ │ ├── ArrayLogAdapter.php
│ │ │ │ ├── ClosureLogAdapter.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── LogAdapterInterface.php
│ │ │ │ ├── MessageFormatter.php
│ │ │ │ ├── MonologLogAdapter.php
│ │ │ │ ├── PsrLogAdapter.php
│ │ │ │ ├── Zf1LogAdapter.php
│ │ │ │ └── Zf2LogAdapter.php
│ │ │ ├── Parser
│ │ │ │ ├── composer.json
│ │ │ │ ├── Cookie
│ │ │ │ │ ├── CookieParserInterface.php
│ │ │ │ │ └── CookieParser.php
│ │ │ │ ├── Message
│ │ │ │ │ ├── AbstractMessageParser.php
│ │ │ │ │ ├── MessageParserInterface.php
│ │ │ │ │ ├── MessageParser.php
│ │ │ │ │ └── PeclHttpMessageParser.php
│ │ │ │ ├── ParserRegistry.php
│ │ │ │ ├── UriTemplate
│ │ │ │ │ ├── PeclUriTemplate.php
│ │ │ │ │ ├── UriTemplateInterface.php
│ │ │ │ │ └── UriTemplate.php
│ │ │ │ └── Url
│ │ │ │ ├── UrlParserInterface.php
│ │ │ │ └── UrlParser.php
│ │ │ ├── Plugin
│ │ │ │ ├── Async
│ │ │ │ │ ├── AsyncPlugin.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── Backoff
│ │ │ │ │ ├── AbstractBackoffStrategy.php
│ │ │ │ │ ├── AbstractErrorCodeBackoffStrategy.php
│ │ │ │ │ ├── BackoffLogger.php
│ │ │ │ │ ├── BackoffPlugin.php
│ │ │ │ │ ├── BackoffStrategyInterface.php
│ │ │ │ │ ├── CallbackBackoffStrategy.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── ConstantBackoffStrategy.php
│ │ │ │ │ ├── CurlBackoffStrategy.php
│ │ │ │ │ ├── ExponentialBackoffStrategy.php
│ │ │ │ │ ├── HttpBackoffStrategy.php
│ │ │ │ │ ├── LinearBackoffStrategy.php
│ │ │ │ │ ├── ReasonPhraseBackoffStrategy.php
│ │ │ │ │ └── TruncatedBackoffStrategy.php
│ │ │ │ ├── Cache
│ │ │ │ │ ├── CacheKeyProviderInterface.php
│ │ │ │ │ ├── CachePlugin.php
│ │ │ │ │ ├── CacheStorageInterface.php
│ │ │ │ │ ├── CallbackCanCacheStrategy.php
│ │ │ │ │ ├── CanCacheStrategyInterface.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── DefaultCacheKeyProvider.php
│ │ │ │ │ ├── DefaultCacheStorage.php
│ │ │ │ │ ├── DefaultCanCacheStrategy.php
│ │ │ │ │ ├── DefaultRevalidation.php
│ │ │ │ │ ├── DenyRevalidation.php
│ │ │ │ │ ├── RevalidationInterface.php
│ │ │ │ │ └── SkipRevalidation.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── Cookie
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── CookieJar
│ │ │ │ │ │ ├── ArrayCookieJar.php
│ │ │ │ │ │ ├── CookieJarInterface.php
│ │ │ │ │ │ └── FileCookieJar.php
│ │ │ │ │ ├── Cookie.php
│ │ │ │ │ ├── CookiePlugin.php
│ │ │ │ │ └── Exception
│ │ │ │ │ └── InvalidCookieException.php
│ │ │ │ ├── CurlAuth
│ │ │ │ │ ├── composer.json
│ │ │ │ │ └── CurlAuthPlugin.php
│ │ │ │ ├── ErrorResponse
│ │ │ │ │ ├── composer.json
│ │ │ │ │ ├── ErrorResponseExceptionInterface.php
│ │ │ │ │ ├── ErrorResponsePlugin.php
│ │ │ │ │ └── Exception
│ │ │ │ │ └── ErrorResponseException.php
│ │ │ │ ├── History
│ │ │ │ │ ├── composer.json
│ │ │ │ │ └── HistoryPlugin.php
│ │ │ │ ├── Log
│ │ │ │ │ ├── composer.json
│ │ │ │ │ └── LogPlugin.php
│ │ │ │ ├── Md5
│ │ │ │ │ ├── CommandContentMd5Plugin.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ └── Md5ValidatorPlugin.php
│ │ │ │ ├── Mock
│ │ │ │ │ ├── composer.json
│ │ │ │ │ └── MockPlugin.php
│ │ │ │ └── Oauth
│ │ │ │ ├── composer.json
│ │ │ │ └── OauthPlugin.php
│ │ │ ├── Service
│ │ │ │ ├── AbstractConfigLoader.php
│ │ │ │ ├── Builder
│ │ │ │ │ ├── ServiceBuilderInterface.php
│ │ │ │ │ ├── ServiceBuilderLoader.php
│ │ │ │ │ └── ServiceBuilder.php
│ │ │ │ ├── CachingConfigLoader.php
│ │ │ │ ├── ClientInterface.php
│ │ │ │ ├── Client.php
│ │ │ │ ├── Command
│ │ │ │ │ ├── AbstractCommand.php
│ │ │ │ │ ├── ClosureCommand.php
│ │ │ │ │ ├── CommandInterface.php
│ │ │ │ │ ├── CreateResponseClassEvent.php
│ │ │ │ │ ├── DefaultRequestSerializer.php
│ │ │ │ │ ├── DefaultResponseParser.php
│ │ │ │ │ ├── Factory
│ │ │ │ │ │ ├── AliasFactory.php
│ │ │ │ │ │ ├── CompositeFactory.php
│ │ │ │ │ │ ├── ConcreteClassFactory.php
│ │ │ │ │ │ ├── FactoryInterface.php
│ │ │ │ │ │ ├── MapFactory.php
│ │ │ │ │ │ └── ServiceDescriptionFactory.php
│ │ │ │ │ ├── LocationVisitor
│ │ │ │ │ │ ├── Request
│ │ │ │ │ │ │ ├── AbstractRequestVisitor.php
│ │ │ │ │ │ │ ├── BodyVisitor.php
│ │ │ │ │ │ │ ├── HeaderVisitor.php
│ │ │ │ │ │ │ ├── JsonVisitor.php
│ │ │ │ │ │ │ ├── PostFieldVisitor.php
│ │ │ │ │ │ │ ├── PostFileVisitor.php
│ │ │ │ │ │ │ ├── QueryVisitor.php
│ │ │ │ │ │ │ ├── RequestVisitorInterface.php
│ │ │ │ │ │ │ ├── ResponseBodyVisitor.php
│ │ │ │ │ │ │ └── XmlVisitor.php
│ │ │ │ │ │ ├── Response
│ │ │ │ │ │ │ ├── AbstractResponseVisitor.php
│ │ │ │ │ │ │ ├── BodyVisitor.php
│ │ │ │ │ │ │ ├── HeaderVisitor.php
│ │ │ │ │ │ │ ├── JsonVisitor.php
│ │ │ │ │ │ │ ├── ReasonPhraseVisitor.php
│ │ │ │ │ │ │ ├── ResponseVisitorInterface.php
│ │ │ │ │ │ │ ├── StatusCodeVisitor.php
│ │ │ │ │ │ │ └── XmlVisitor.php
│ │ │ │ │ │ └── VisitorFlyweight.php
│ │ │ │ │ ├── OperationCommand.php
│ │ │ │ │ ├── OperationResponseParser.php
│ │ │ │ │ ├── RequestSerializerInterface.php
│ │ │ │ │ ├── ResponseClassInterface.php
│ │ │ │ │ └── ResponseParserInterface.php
│ │ │ │ ├── composer.json
│ │ │ │ ├── ConfigLoaderInterface.php
│ │ │ │ ├── Description
│ │ │ │ │ ├── OperationInterface.php
│ │ │ │ │ ├── Operation.php
│ │ │ │ │ ├── Parameter.php
│ │ │ │ │ ├── SchemaFormatter.php
│ │ │ │ │ ├── SchemaValidator.php
│ │ │ │ │ ├── ServiceDescriptionInterface.php
│ │ │ │ │ ├── ServiceDescriptionLoader.php
│ │ │ │ │ ├── ServiceDescription.php
│ │ │ │ │ └── ValidatorInterface.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── CommandException.php
│ │ │ │ │ ├── CommandTransferException.php
│ │ │ │ │ ├── DescriptionBuilderException.php
│ │ │ │ │ ├── InconsistentClientTransferException.php
│ │ │ │ │ ├── ResponseClassException.php
│ │ │ │ │ ├── ServiceBuilderException.php
│ │ │ │ │ ├── ServiceNotFoundException.php
│ │ │ │ │ └── ValidationException.php
│ │ │ │ └── Resource
│ │ │ │ ├── AbstractResourceIteratorFactory.php
│ │ │ │ ├── CompositeResourceIteratorFactory.php
│ │ │ │ ├── MapResourceIteratorFactory.php
│ │ │ │ ├── Model.php
│ │ │ │ ├── ResourceIteratorApplyBatched.php
│ │ │ │ ├── ResourceIteratorClassFactory.php
│ │ │ │ ├── ResourceIteratorFactoryInterface.php
│ │ │ │ ├── ResourceIteratorInterface.php
│ │ │ │ └── ResourceIterator.php
│ │ │ └── Stream
│ │ │ ├── composer.json
│ │ │ ├── PhpStreamRequestFactory.php
│ │ │ ├── StreamInterface.php
│ │ │ ├── Stream.php
│ │ │ └── StreamRequestFactoryInterface.php
│ │ ├── Qcloud
│ │ │ └── Cos
│ │ │ ├── BucketStyleListener.php
│ │ │ ├── Client.php
│ │ │ ├── Command.php
│ │ │ ├── Copy.php
│ │ │ ├── Exception
│ │ │ │ ├── BucketAlreadyExistsException.php
│ │ │ │ ├── BucketNotEmptyException.php
│ │ │ │ ├── CosException.php
│ │ │ │ ├── CurlException.php
│ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ ├── NoSuchBucketException.php
│ │ │ │ ├── NoSuchKeyException.php
│ │ │ │ ├── NoSuchUploadException.php
│ │ │ │ └── ServiceResponseException.php
│ │ │ ├── ExceptionListener.php
│ │ │ ├── ExceptionParser.php
│ │ │ ├── Md5Listener.php
│ │ │ ├── MultipartUpload.php
│ │ │ ├── Service.php
│ │ │ ├── SignatureListener.php
│ │ │ ├── Signature.php
│ │ │ ├── Tests
│ │ │ │ ├── TestHelper.php
│ │ │ │ └── Test.php
│ │ │ ├── TokenListener.php
│ │ │ └── UploadBodyListener.php
│ │ └── Symfony
│ │ └── Component
│ │ └── EventDispatcher
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── ContainerAwareEventDispatcher.php
│ │ ├── Debug
│ │ │ └── TraceableEventDispatcherInterface.php
│ │ ├── EventDispatcherInterface.php
│ │ ├── EventDispatcher.php
│ │ ├── Event.php
│ │ ├── EventSubscriberInterface.php
│ │ ├── GenericEvent.php
│ │ ├── ImmutableEventDispatcher.php
│ │ ├── LICENSE
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ └── Tests
│ │ ├── bootstrap.php
│ │ ├── ContainerAwareEventDispatcherTest.php
│ │ ├── EventDispatcherTest.php
│ │ ├── EventTest.php
│ │ ├── GenericEventTest.php
│ │ └── ImmutableEventDispatcherTest.php
│ ├── qcloudsms
│ │ └── qcloudsms_php
│ │ ├── composer.json
│ │ ├── demo
│ │ │ ├── app.php
│ │ │ ├── composer.json
│ │ │ └── README.md
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── sami_config.php
│ │ └── src
│ │ ├── SmsMobileStatusPuller.php
│ │ ├── SmsMultiSender.php
│ │ ├── SmsSenderUtil.php
│ │ ├── SmsSingleSender.php
│ │ ├── SmsStatusPuller.php
│ │ ├── SmsVoicePromptSender.php
│ │ └── SmsVoiceVerifyCodeSender.php
│ ├── qiniu
│ │ └── php-sdk
│ │ ├── autoload.php
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── CONTRIBUTING.md
│ │ ├── examples
│ │ │ ├── cdn_get_bandwidth.php
│ │ │ ├── cdn_get_flux.php
│ │ │ ├── cdn_get_log_list.php
│ │ │ ├── cdn_refresh_urls_dirs.php
│ │ │ ├── cdn_timestamp_antileech.php
│ │ │ ├── image_url_builder.php
│ │ │ ├── persistent_fop_init.php
│ │ │ ├── persistent_fop_status.php
│ │ │ ├── pfop_mkzip.php
│ │ │ ├── pfop_vframe.php
│ │ │ ├── pfop_video_avthumb.php
│ │ │ ├── pfop_watermark.php
│ │ │ ├── php-logo.png
│ │ │ ├── prefop.php
│ │ │ ├── qetag.php
│ │ │ ├── README.md
│ │ │ ├── rs_batch_change_mime.php
│ │ │ ├── rs_batch_change_type.php
│ │ │ ├── rs_batch_copy.php
│ │ │ ├── rs_batch_delete_after_days.php
│ │ │ ├── rs_batch_delete.php
│ │ │ ├── rs_batch_move.php
│ │ │ ├── rs_batch_stat.php
│ │ │ ├── rs_bucket_domains.php
│ │ │ ├── rs_buckets.php
│ │ │ ├── rs_change_mime.php
│ │ │ ├── rs_change_status.php
│ │ │ ├── rs_change_type.php
│ │ │ ├── rs_copy.php
│ │ │ ├── rs_delete_after_days.php
│ │ │ ├── rs_delete.php
│ │ │ ├── rs_download_urls.php
│ │ │ ├── rs_fetch.php
│ │ │ ├── rsf_list_bucket.php
│ │ │ ├── rsf_list_files.php
│ │ │ ├── rs_move.php
│ │ │ ├── rs_prefetch.php
│ │ │ ├── rs_stat.php
│ │ │ ├── saveas.php
│ │ │ ├── upload_and_callback.php
│ │ │ ├── upload_and_pfop.php
│ │ │ ├── upload_mgr_init.php
│ │ │ ├── upload_multi_demos.php
│ │ │ ├── upload_simple_file.php
│ │ │ ├── upload_tokens.php
│ │ │ └── upload_verify_callback.php
│ │ ├── LICENSE
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ ├── src
│ │ │ └── Qiniu
│ │ │ ├── Auth.php
│ │ │ ├── Cdn
│ │ │ │ └── CdnManager.php
│ │ │ ├── Config.php
│ │ │ ├── Etag.php
│ │ │ ├── functions.php
│ │ │ ├── Http
│ │ │ │ ├── Client.php
│ │ │ │ ├── Error.php
│ │ │ │ ├── Request.php
│ │ │ │ └── Response.php
│ │ │ ├── Processing
│ │ │ │ ├── ImageUrlBuilder.php
│ │ │ │ ├── Operation.php
│ │ │ │ └── PersistentFop.php
│ │ │ ├── Rtc
│ │ │ │ └── AppClient.php
│ │ │ ├── Storage
│ │ │ │ ├── BucketManager.php
│ │ │ │ ├── FormUploader.php
│ │ │ │ ├── ResumeUploader.php
│ │ │ │ └── UploadManager.php
│ │ │ └── Zone.php
│ │ ├── test-env.sh
│ │ └── tests
│ │ ├── bootstrap.php
│ │ └── Qiniu
│ │ └── Tests
│ │ ├── AuthTest.php
│ │ ├── Base64Test.php
│ │ ├── BucketTest.php
│ │ ├── CdnManagerTest.php
│ │ ├── Crc32Test.php
│ │ ├── DownloadTest.php
│ │ ├── EtagTest.php
│ │ ├── FopTest.php
│ │ ├── FormUpTest.php
│ │ ├── HttpTest.php
│ │ ├── ImageUrlBuilderTest.php
│ │ ├── PfopTest.php
│ │ ├── ResumeUpTest.php
│ │ └── ZoneTest.php
│ ├── react
│ │ ├── cache
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── ArrayCache.php
│ │ │ └── CacheInterface.php
│ │ ├── dns
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── BadServerException.php
│ │ │ ├── Config
│ │ │ │ ├── Config.php
│ │ │ │ ├── FilesystemFactory.php
│ │ │ │ └── HostsFile.php
│ │ │ ├── Model
│ │ │ │ ├── HeaderBag.php
│ │ │ │ ├── Message.php
│ │ │ │ └── Record.php
│ │ │ ├── Protocol
│ │ │ │ ├── BinaryDumper.php
│ │ │ │ └── Parser.php
│ │ │ ├── Query
│ │ │ │ ├── CachedExecutor.php
│ │ │ │ ├── CancellationException.php
│ │ │ │ ├── ExecutorInterface.php
│ │ │ │ ├── Executor.php
│ │ │ │ ├── HostsFileExecutor.php
│ │ │ │ ├── Query.php
│ │ │ │ ├── RecordBag.php
│ │ │ │ ├── RecordCache.php
│ │ │ │ ├── RetryExecutor.php
│ │ │ │ ├── TimeoutException.php
│ │ │ │ ├── TimeoutExecutor.php
│ │ │ │ └── UdpTransportExecutor.php
│ │ │ ├── RecordNotFoundException.php
│ │ │ └── Resolver
│ │ │ ├── Factory.php
│ │ │ └── Resolver.php
│ │ ├── event-loop
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ │ ├── ExtEventLoop.php
│ │ │ │ ├── ExtEvLoop.php
│ │ │ │ ├── ExtLibeventLoop.php
│ │ │ │ ├── ExtLibevLoop.php
│ │ │ │ ├── Factory.php
│ │ │ │ ├── LoopInterface.php
│ │ │ │ ├── SignalsHandler.php
│ │ │ │ ├── StreamSelectLoop.php
│ │ │ │ ├── Tick
│ │ │ │ │ └── FutureTickQueue.php
│ │ │ │ ├── Timer
│ │ │ │ │ ├── Timer.php
│ │ │ │ │ └── Timers.php
│ │ │ │ └── TimerInterface.php
│ │ │ └── travis-init.sh
│ │ ├── promise
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── CancellablePromiseInterface.php
│ │ │ ├── CancellationQueue.php
│ │ │ ├── Deferred.php
│ │ │ ├── Exception
│ │ │ │ └── LengthException.php
│ │ │ ├── ExtendedPromiseInterface.php
│ │ │ ├── FulfilledPromise.php
│ │ │ ├── functions_include.php
│ │ │ ├── functions.php
│ │ │ ├── LazyPromise.php
│ │ │ ├── PromiseInterface.php
│ │ │ ├── Promise.php
│ │ │ ├── PromisorInterface.php
│ │ │ ├── RejectedPromise.php
│ │ │ └── UnhandledRejectionException.php
│ │ ├── promise-timer
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── functions.php
│ │ │ └── TimeoutException.php
│ │ ├── socket
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ └── src
│ │ │ ├── ConnectionInterface.php
│ │ │ ├── Connection.php
│ │ │ ├── ConnectorInterface.php
│ │ │ ├── Connector.php
│ │ │ ├── DnsConnector.php
│ │ │ ├── FixedUriConnector.php
│ │ │ ├── LimitingServer.php
│ │ │ ├── SecureConnector.php
│ │ │ ├── SecureServer.php
│ │ │ ├── ServerInterface.php
│ │ │ ├── Server.php
│ │ │ ├── StreamEncryption.php
│ │ │ ├── TcpConnector.php
│ │ │ ├── TcpServer.php
│ │ │ ├── TimeoutConnector.php
│ │ │ ├── UnixConnector.php
│ │ │ └── UnixServer.php
│ │ └── stream
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── LICENSE
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ └── src
│ │ ├── CompositeStream.php
│ │ ├── DuplexResourceStream.php
│ │ ├── DuplexStreamInterface.php
│ │ ├── ReadableResourceStream.php
│ │ ├── ReadableStreamInterface.php
│ │ ├── ThroughStream.php
│ │ ├── Util.php
│ │ ├── WritableResourceStream.php
│ │ └── WritableStreamInterface.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
│ ├── sentry
│ │ └── sentry
│ │ ├── AUTHORS
│ │ ├── bin
│ │ │ └── sentry
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── lib
│ │ │ └── Raven
│ │ │ ├── Autoloader.php
│ │ │ ├── Breadcrumbs
│ │ │ │ ├── ErrorHandler.php
│ │ │ │ └── MonologHandler.php
│ │ │ ├── Breadcrumbs.php
│ │ │ ├── Client.php
│ │ │ ├── Compat.php
│ │ │ ├── Context.php
│ │ │ ├── CurlHandler.php
│ │ │ ├── data
│ │ │ │ └── cacert.pem
│ │ │ ├── ErrorHandler.php
│ │ │ ├── Exception.php
│ │ │ ├── Processor
│ │ │ │ ├── RemoveCookiesProcessor.php
│ │ │ │ ├── RemoveHttpBodyProcessor.php
│ │ │ │ ├── SanitizeDataProcessor.php
│ │ │ │ ├── SanitizeHttpHeadersProcessor.php
│ │ │ │ └── SanitizeStacktraceProcessor.php
│ │ │ ├── Processor.php
│ │ │ ├── ReprSerializer.php
│ │ │ ├── SanitizeDataProcessor.php
│ │ │ ├── Serializer.php
│ │ │ ├── Stacktrace.php
│ │ │ ├── TransactionStack.php
│ │ │ └── Util.php
│ │ ├── LICENSE
│ │ ├── Makefile
│ │ ├── phpunit.xml
│ │ └── README.md
│ ├── squizlabs
│ │ └── php_codesniffer
│ │ ├── autoload.php
│ │ ├── bin
│ │ │ ├── phpcbf
│ │ │ ├── phpcbf.bat
│ │ │ ├── phpcs
│ │ │ └── phpcs.bat
│ │ ├── composer.json
│ │ ├── phpcs.xsd
│ │ ├── scripts
│ │ │ └── build-phar.php
│ │ └── src
│ │ ├── Config.php
│ │ ├── Exceptions
│ │ │ ├── DeepExitException.php
│ │ │ ├── RuntimeException.php
│ │ │ └── TokenizerException.php
│ │ ├── Files
│ │ │ ├── DummyFile.php
│ │ │ ├── FileList.php
│ │ │ ├── File.php
│ │ │ └── LocalFile.php
│ │ ├── Filters
│ │ │ ├── ExactMatch.php
│ │ │ ├── Filter.php
│ │ │ └── GitModified.php
│ │ ├── Fixer.php
│ │ ├── Generators
│ │ │ ├── Generator.php
│ │ │ ├── HTML.php
│ │ │ ├── Markdown.php
│ │ │ └── Text.php
│ │ ├── Reporter.php
│ │ ├── Reports
│ │ │ ├── Cbf.php
│ │ │ ├── Checkstyle.php
│ │ │ ├── Code.php
│ │ │ ├── Csv.php
│ │ │ ├── Diff.php
│ │ │ ├── Emacs.php
│ │ │ ├── Full.php
│ │ │ ├── Gitblame.php
│ │ │ ├── Hgblame.php
│ │ │ ├── Info.php
│ │ │ ├── Json.php
│ │ │ ├── Junit.php
│ │ │ ├── Notifysend.php
│ │ │ ├── Report.php
│ │ │ ├── Source.php
│ │ │ ├── Summary.php
│ │ │ ├── Svnblame.php
│ │ │ ├── VersionControl.php
│ │ │ └── Xml.php
│ │ ├── Ruleset.php
│ │ ├── Runner.php
│ │ ├── Sniffs
│ │ │ ├── AbstractArraySniff.php
│ │ │ ├── AbstractPatternSniff.php
│ │ │ ├── AbstractScopeSniff.php
│ │ │ ├── AbstractVariableSniff.php
│ │ │ └── Sniff.php
│ │ ├── Standards
│ │ │ ├── Generic
│ │ │ │ └── Sniffs
│ │ │ │ ├── Arrays
│ │ │ │ │ ├── ArrayIndentSniff.php
│ │ │ │ │ ├── DisallowLongArraySyntaxSniff.php
│ │ │ │ │ └── DisallowShortArraySyntaxSniff.php
│ │ │ │ ├── Classes
│ │ │ │ │ ├── DuplicateClassNameSniff.php
│ │ │ │ │ └── OpeningBraceSameLineSniff.php
│ │ │ │ ├── CodeAnalysis
│ │ │ │ │ ├── AssignmentInConditionSniff.php
│ │ │ │ │ ├── EmptyStatementSniff.php
│ │ │ │ │ ├── ForLoopShouldBeWhileLoopSniff.php
│ │ │ │ │ ├── ForLoopWithTestFunctionCallSniff.php
│ │ │ │ │ ├── JumbledIncrementerSniff.php
│ │ │ │ │ ├── UnconditionalIfStatementSniff.php
│ │ │ │ │ ├── UnnecessaryFinalModifierSniff.php
│ │ │ │ │ ├── UnusedFunctionParameterSniff.php
│ │ │ │ │ └── UselessOverridingMethodSniff.php
│ │ │ │ ├── Commenting
│ │ │ │ │ ├── DocCommentSniff.php
│ │ │ │ │ ├── FixmeSniff.php
│ │ │ │ │ └── TodoSniff.php
│ │ │ │ ├── ControlStructures
│ │ │ │ │ └── InlineControlStructureSniff.php
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ClosureLinterSniff.php
│ │ │ │ │ ├── CSSLintSniff.php
│ │ │ │ │ ├── ESLintSniff.php
│ │ │ │ │ └── JSHintSniff.php
│ │ │ │ ├── Files
│ │ │ │ │ ├── ByteOrderMarkSniff.php
│ │ │ │ │ ├── EndFileNewlineSniff.php
│ │ │ │ │ ├── EndFileNoNewlineSniff.php
│ │ │ │ │ ├── InlineHTMLSniff.php
│ │ │ │ │ ├── LineEndingsSniff.php
│ │ │ │ │ ├── LineLengthSniff.php
│ │ │ │ │ ├── LowercasedFilenameSniff.php
│ │ │ │ │ ├── OneClassPerFileSniff.php
│ │ │ │ │ ├── OneInterfacePerFileSniff.php
│ │ │ │ │ ├── OneObjectStructurePerFileSniff.php
│ │ │ │ │ └── OneTraitPerFileSniff.php
│ │ │ │ ├── Formatting
│ │ │ │ │ ├── DisallowMultipleStatementsSniff.php
│ │ │ │ │ ├── MultipleStatementAlignmentSniff.php
│ │ │ │ │ ├── NoSpaceAfterCastSniff.php
│ │ │ │ │ ├── SpaceAfterCastSniff.php
│ │ │ │ │ └── SpaceAfterNotSniff.php
│ │ │ │ ├── Functions
│ │ │ │ │ ├── CallTimePassByReferenceSniff.php
│ │ │ │ │ ├── FunctionCallArgumentSpacingSniff.php
│ │ │ │ │ ├── OpeningFunctionBraceBsdAllmanSniff.php
│ │ │ │ │ └── OpeningFunctionBraceKernighanRitchieSniff.php
│ │ │ │ ├── Metrics
│ │ │ │ │ ├── CyclomaticComplexitySniff.php
│ │ │ │ │ └── NestingLevelSniff.php
│ │ │ │ ├── NamingConventions
│ │ │ │ │ ├── CamelCapsFunctionNameSniff.php
│ │ │ │ │ ├── ConstructorNameSniff.php
│ │ │ │ │ └── UpperCaseConstantNameSniff.php
│ │ │ │ ├── PHP
│ │ │ │ │ ├── BacktickOperatorSniff.php
│ │ │ │ │ ├── CharacterBeforePHPOpeningTagSniff.php
│ │ │ │ │ ├── ClosingPHPTagSniff.php
│ │ │ │ │ ├── DeprecatedFunctionsSniff.php
│ │ │ │ │ ├── DisallowAlternativePHPTagsSniff.php
│ │ │ │ │ ├── DisallowShortOpenTagSniff.php
│ │ │ │ │ ├── DiscourageGotoSniff.php
│ │ │ │ │ ├── ForbiddenFunctionsSniff.php
│ │ │ │ │ ├── LowerCaseConstantSniff.php
│ │ │ │ │ ├── LowerCaseKeywordSniff.php
│ │ │ │ │ ├── LowerCaseTypeSniff.php
│ │ │ │ │ ├── NoSilencedErrorsSniff.php
│ │ │ │ │ ├── SAPIUsageSniff.php
│ │ │ │ │ ├── SyntaxSniff.php
│ │ │ │ │ └── UpperCaseConstantSniff.php
│ │ │ │ ├── Strings
│ │ │ │ │ └── UnnecessaryStringConcatSniff.php
│ │ │ │ ├── VersionControl
│ │ │ │ │ └── SubversionPropertiesSniff.php
│ │ │ │ └── WhiteSpace
│ │ │ │ ├── ArbitraryParenthesesSpacingSniff.php
│ │ │ │ ├── DisallowSpaceIndentSniff.php
│ │ │ │ ├── DisallowTabIndentSniff.php
│ │ │ │ ├── LanguageConstructSpacingSniff.php
│ │ │ │ └── ScopeIndentSniff.php
│ │ │ ├── MySource
│ │ │ │ └── Sniffs
│ │ │ │ ├── Channels
│ │ │ │ │ ├── DisallowSelfActionsSniff.php
│ │ │ │ │ ├── IncludeOwnSystemSniff.php
│ │ │ │ │ ├── IncludeSystemSniff.php
│ │ │ │ │ └── UnusedSystemSniff.php
│ │ │ │ ├── Commenting
│ │ │ │ │ └── FunctionCommentSniff.php
│ │ │ │ ├── CSS
│ │ │ │ │ └── BrowserSpecificStylesSniff.php
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DebugCodeSniff.php
│ │ │ │ │ └── FirebugConsoleSniff.php
│ │ │ │ ├── Objects
│ │ │ │ │ ├── AssignThisSniff.php
│ │ │ │ │ ├── CreateWidgetTypeCallbackSniff.php
│ │ │ │ │ └── DisallowNewWidgetSniff.php
│ │ │ │ ├── PHP
│ │ │ │ │ ├── AjaxNullComparisonSniff.php
│ │ │ │ │ ├── EvalObjectFactorySniff.php
│ │ │ │ │ ├── GetRequestDataSniff.php
│ │ │ │ │ └── ReturnFunctionValueSniff.php
│ │ │ │ └── Strings
│ │ │ │ └── JoinStringsSniff.php
│ │ │ ├── PEAR
│ │ │ │ └── Sniffs
│ │ │ │ ├── Classes
│ │ │ │ │ └── ClassDeclarationSniff.php
│ │ │ │ ├── Commenting
│ │ │ │ │ ├── ClassCommentSniff.php
│ │ │ │ │ ├── FileCommentSniff.php
│ │ │ │ │ ├── FunctionCommentSniff.php
│ │ │ │ │ └── InlineCommentSniff.php
│ │ │ │ ├── ControlStructures
│ │ │ │ │ ├── ControlSignatureSniff.php
│ │ │ │ │ └── MultiLineConditionSniff.php
│ │ │ │ ├── Files
│ │ │ │ │ └── IncludingFileSniff.php
│ │ │ │ ├── Formatting
│ │ │ │ │ └── MultiLineAssignmentSniff.php
│ │ │ │ ├── Functions
│ │ │ │ │ ├── FunctionCallSignatureSniff.php
│ │ │ │ │ ├── FunctionDeclarationSniff.php
│ │ │ │ │ └── ValidDefaultValueSniff.php
│ │ │ │ ├── NamingConventions
│ │ │ │ │ ├── ValidClassNameSniff.php
│ │ │ │ │ ├── ValidFunctionNameSniff.php
│ │ │ │ │ └── ValidVariableNameSniff.php
│ │ │ │ └── WhiteSpace
│ │ │ │ ├── ObjectOperatorIndentSniff.php
│ │ │ │ ├── ScopeClosingBraceSniff.php
│ │ │ │ └── ScopeIndentSniff.php
│ │ │ ├── PSR1
│ │ │ │ └── Sniffs
│ │ │ │ ├── Classes
│ │ │ │ │ └── ClassDeclarationSniff.php
│ │ │ │ ├── Files
│ │ │ │ │ └── SideEffectsSniff.php
│ │ │ │ └── Methods
│ │ │ │ └── CamelCapsMethodNameSniff.php
│ │ │ ├── PSR12
│ │ │ │ └── Sniffs
│ │ │ │ ├── Classes
│ │ │ │ │ └── ClassInstantiationSniff.php
│ │ │ │ ├── Keywords
│ │ │ │ │ └── ShortFormTypeKeywordsSniff.php
│ │ │ │ ├── Namespaces
│ │ │ │ │ └── CompoundNamespaceDepthSniff.php
│ │ │ │ └── Operators
│ │ │ │ └── OperatorSpacingSniff.php
│ │ │ ├── PSR2
│ │ │ │ └── Sniffs
│ │ │ │ ├── Classes
│ │ │ │ │ ├── ClassDeclarationSniff.php
│ │ │ │ │ └── PropertyDeclarationSniff.php
│ │ │ │ ├── ControlStructures
│ │ │ │ │ ├── ControlStructureSpacingSniff.php
│ │ │ │ │ ├── ElseIfDeclarationSniff.php
│ │ │ │ │ └── SwitchDeclarationSniff.php
│ │ │ │ ├── Files
│ │ │ │ │ ├── ClosingTagSniff.php
│ │ │ │ │ └── EndFileNewlineSniff.php
│ │ │ │ ├── Methods
│ │ │ │ │ ├── FunctionCallSignatureSniff.php
│ │ │ │ │ ├── FunctionClosingBraceSniff.php
│ │ │ │ │ └── MethodDeclarationSniff.php
│ │ │ │ └── Namespaces
│ │ │ │ ├── NamespaceDeclarationSniff.php
│ │ │ │ └── UseDeclarationSniff.php
│ │ │ ├── Squiz
│ │ │ │ └── Sniffs
│ │ │ │ ├── Arrays
│ │ │ │ │ ├── ArrayBracketSpacingSniff.php
│ │ │ │ │ └── ArrayDeclarationSniff.php
│ │ │ │ ├── Classes
│ │ │ │ │ ├── ClassDeclarationSniff.php
│ │ │ │ │ ├── ClassFileNameSniff.php
│ │ │ │ │ ├── DuplicatePropertySniff.php
│ │ │ │ │ ├── LowercaseClassKeywordsSniff.php
│ │ │ │ │ ├── SelfMemberReferenceSniff.php
│ │ │ │ │ └── ValidClassNameSniff.php
│ │ │ │ ├── Commenting
│ │ │ │ │ ├── BlockCommentSniff.php
│ │ │ │ │ ├── ClassCommentSniff.php
│ │ │ │ │ ├── ClosingDeclarationCommentSniff.php
│ │ │ │ │ ├── DocCommentAlignmentSniff.php
│ │ │ │ │ ├── EmptyCatchCommentSniff.php
│ │ │ │ │ ├── FileCommentSniff.php
│ │ │ │ │ ├── FunctionCommentSniff.php
│ │ │ │ │ ├── FunctionCommentThrowTagSniff.php
│ │ │ │ │ ├── InlineCommentSniff.php
│ │ │ │ │ ├── LongConditionClosingCommentSniff.php
│ │ │ │ │ ├── PostStatementCommentSniff.php
│ │ │ │ │ └── VariableCommentSniff.php
│ │ │ │ ├── ControlStructures
│ │ │ │ │ ├── ControlSignatureSniff.php
│ │ │ │ │ ├── ElseIfDeclarationSniff.php
│ │ │ │ │ ├── ForEachLoopDeclarationSniff.php
│ │ │ │ │ ├── ForLoopDeclarationSniff.php
│ │ │ │ │ ├── InlineIfDeclarationSniff.php
│ │ │ │ │ ├── LowercaseDeclarationSniff.php
│ │ │ │ │ └── SwitchDeclarationSniff.php
│ │ │ │ ├── CSS
│ │ │ │ │ ├── ClassDefinitionClosingBraceSpaceSniff.php
│ │ │ │ │ ├── ClassDefinitionNameSpacingSniff.php
│ │ │ │ │ ├── ClassDefinitionOpeningBraceSpaceSniff.php
│ │ │ │ │ ├── ColonSpacingSniff.php
│ │ │ │ │ ├── ColourDefinitionSniff.php
│ │ │ │ │ ├── DisallowMultipleStyleDefinitionsSniff.php
│ │ │ │ │ ├── DuplicateClassDefinitionSniff.php
│ │ │ │ │ ├── DuplicateStyleDefinitionSniff.php
│ │ │ │ │ ├── EmptyClassDefinitionSniff.php
│ │ │ │ │ ├── EmptyStyleDefinitionSniff.php
│ │ │ │ │ ├── ForbiddenStylesSniff.php
│ │ │ │ │ ├── IndentationSniff.php
│ │ │ │ │ ├── LowercaseStyleDefinitionSniff.php
│ │ │ │ │ ├── MissingColonSniff.php
│ │ │ │ │ ├── NamedColoursSniff.php
│ │ │ │ │ ├── OpacitySniff.php
│ │ │ │ │ ├── SemicolonSpacingSniff.php
│ │ │ │ │ └── ShorthandSizeSniff.php
│ │ │ │ ├── Debug
│ │ │ │ │ ├── JavaScriptLintSniff.php
│ │ │ │ │ └── JSLintSniff.php
│ │ │ │ ├── Files
│ │ │ │ │ └── FileExtensionSniff.php
│ │ │ │ ├── Formatting
│ │ │ │ │ └── OperatorBracketSniff.php
│ │ │ │ ├── Functions
│ │ │ │ │ ├── FunctionDeclarationArgumentSpacingSniff.php
│ │ │ │ │ ├── FunctionDeclarationSniff.php
│ │ │ │ │ ├── FunctionDuplicateArgumentSniff.php
│ │ │ │ │ ├── GlobalFunctionSniff.php
│ │ │ │ │ ├── LowercaseFunctionKeywordsSniff.php
│ │ │ │ │ └── MultiLineFunctionDeclarationSniff.php
│ │ │ │ ├── NamingConventions
│ │ │ │ │ ├── ValidFunctionNameSniff.php
│ │ │ │ │ └── ValidVariableNameSniff.php
│ │ │ │ ├── Objects
│ │ │ │ │ ├── DisallowObjectStringIndexSniff.php
│ │ │ │ │ ├── ObjectInstantiationSniff.php
│ │ │ │ │ └── ObjectMemberCommaSniff.php
│ │ │ │ ├── Operators
│ │ │ │ │ ├── ComparisonOperatorUsageSniff.php
│ │ │ │ │ ├── IncrementDecrementUsageSniff.php
│ │ │ │ │ └── ValidLogicalOperatorsSniff.php
│ │ │ │ ├── PHP
│ │ │ │ │ ├── CommentedOutCodeSniff.php
│ │ │ │ │ ├── DisallowBooleanStatementSniff.php
│ │ │ │ │ ├── DisallowComparisonAssignmentSniff.php
│ │ │ │ │ ├── DisallowInlineIfSniff.php
│ │ │ │ │ ├── DisallowMultipleAssignmentsSniff.php
│ │ │ │ │ ├── DisallowSizeFunctionsInLoopsSniff.php
│ │ │ │ │ ├── DiscouragedFunctionsSniff.php
│ │ │ │ │ ├── EmbeddedPhpSniff.php
│ │ │ │ │ ├── EvalSniff.php
│ │ │ │ │ ├── GlobalKeywordSniff.php
│ │ │ │ │ ├── HeredocSniff.php
│ │ │ │ │ ├── InnerFunctionsSniff.php
│ │ │ │ │ ├── LowercasePHPFunctionsSniff.php
│ │ │ │ │ └── NonExecutableCodeSniff.php
│ │ │ │ ├── Scope
│ │ │ │ │ ├── MemberVarScopeSniff.php
│ │ │ │ │ ├── MethodScopeSniff.php
│ │ │ │ │ └── StaticThisUsageSniff.php
│ │ │ │ ├── Strings
│ │ │ │ │ ├── ConcatenationSpacingSniff.php
│ │ │ │ │ ├── DoubleQuoteUsageSniff.php
│ │ │ │ │ └── EchoedStringsSniff.php
│ │ │ │ └── WhiteSpace
│ │ │ │ ├── CastSpacingSniff.php
│ │ │ │ ├── ControlStructureSpacingSniff.php
│ │ │ │ ├── FunctionClosingBraceSpaceSniff.php
│ │ │ │ ├── FunctionOpeningBraceSpaceSniff.php
│ │ │ │ ├── FunctionSpacingSniff.php
│ │ │ │ ├── LanguageConstructSpacingSniff.php
│ │ │ │ ├── LogicalOperatorSpacingSniff.php
│ │ │ │ ├── MemberVarSpacingSniff.php
│ │ │ │ ├── ObjectOperatorSpacingSniff.php
│ │ │ │ ├── OperatorSpacingSniff.php
│ │ │ │ ├── PropertyLabelSpacingSniff.php
│ │ │ │ ├── ScopeClosingBraceSniff.php
│ │ │ │ ├── ScopeKeywordSpacingSniff.php
│ │ │ │ ├── SemicolonSpacingSniff.php
│ │ │ │ └── SuperfluousWhitespaceSniff.php
│ │ │ └── Zend
│ │ │ └── Sniffs
│ │ │ ├── Debug
│ │ │ │ └── CodeAnalyzerSniff.php
│ │ │ ├── Files
│ │ │ │ └── ClosingTagSniff.php
│ │ │ └── NamingConventions
│ │ │ └── ValidVariableNameSniff.php
│ │ ├── Tokenizers
│ │ │ ├── Comment.php
│ │ │ ├── CSS.php
│ │ │ ├── JS.php
│ │ │ ├── PHP.php
│ │ │ └── Tokenizer.php
│ │ └── Util
│ │ ├── Cache.php
│ │ ├── Common.php
│ │ ├── Standards.php
│ │ ├── Timing.php
│ │ └── Tokens.php
│ ├── stecman
│ │ └── symfony-console-completion
│ │ ├── composer.json
│ │ ├── LICENCE
│ │ ├── phpunit.xml.dist
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── Completion
│ │ │ │ ├── CompletionAwareInterface.php
│ │ │ │ ├── CompletionInterface.php
│ │ │ │ └── ShellPathCompletion.php
│ │ │ ├── CompletionCommand.php
│ │ │ ├── CompletionContext.php
│ │ │ ├── CompletionHandler.php
│ │ │ ├── Completion.php
│ │ │ ├── EnvironmentCompletionContext.php
│ │ │ └── HookFactory.php
│ │ └── tests
│ │ ├── bootstrap.php
│ │ └── Stecman
│ │ └── Component
│ │ └── Symfony
│ │ └── Console
│ │ └── BashCompletion
│ │ ├── Common
│ │ │ └── CompletionHandlerTestCase.php
│ │ ├── CompletionContextTest.php
│ │ ├── CompletionHandlerTest.php
│ │ ├── CompletionTest.php
│ │ ├── Fixtures
│ │ │ ├── CompletionAwareCommand.php
│ │ │ ├── TestBasicCommand.php
│ │ │ └── TestSymfonyStyleCommand.php
│ │ └── HookFactoryTest.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
│ │ ├── browser-kit
│ │ │ ├── CHANGELOG.md
│ │ │ ├── Client.php
│ │ │ ├── composer.json
│ │ │ ├── CookieJar.php
│ │ │ ├── Cookie.php
│ │ │ ├── History.php
│ │ │ ├── LICENSE
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ ├── Request.php
│ │ │ ├── Response.php
│ │ │ └── Tests
│ │ │ ├── ClientTest.php
│ │ │ ├── CookieJarTest.php
│ │ │ ├── CookieTest.php
│ │ │ ├── HistoryTest.php
│ │ │ ├── RequestTest.php
│ │ │ └── ResponseTest.php
│ │ ├── 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
│ │ ├── dom-crawler
│ │ │ ├── AbstractUriElement.php
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── Crawler.php
│ │ │ ├── Field
│ │ │ │ ├── ChoiceFormField.php
│ │ │ │ ├── FileFormField.php
│ │ │ │ ├── FormField.php
│ │ │ │ ├── InputFormField.php
│ │ │ │ └── TextareaFormField.php
│ │ │ ├── FormFieldRegistry.php
│ │ │ ├── Form.php
│ │ │ ├── Image.php
│ │ │ ├── LICENSE
│ │ │ ├── Link.php
│ │ │ ├── phpunit.xml.dist
│ │ │ ├── README.md
│ │ │ └── Tests
│ │ │ ├── CrawlerTest.php
│ │ │ ├── Field
│ │ │ │ ├── ChoiceFormFieldTest.php
│ │ │ │ ├── FileFormFieldTest.php
│ │ │ │ ├── FormFieldTestCase.php
│ │ │ │ ├── FormFieldTest.php
│ │ │ │ ├── InputFormFieldTest.php
│ │ │ │ └── TextareaFormFieldTest.php
│ │ │ ├── Fixtures
│ │ │ │ ├── no-extension
│ │ │ │ └── windows-1250.html
│ │ │ ├── FormTest.php
│ │ │ ├── ImageTest.php
│ │ │ └── LinkTest.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
│ │ ├── polyfill-mbstring
│ │ │ ├── bootstrap.php
│ │ │ ├── composer.json
│ │ │ ├── LICENSE
│ │ │ ├── Mbstring.php
│ │ │ ├── README.md
│ │ │ └── Resources
│ │ │ └── unidata
│ │ │ ├── lowerCase.php
│ │ │ └── upperCase.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
│ ├── 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
│ ├── wi1dcard
│ │ ├── alipay-sdk
│ │ │ ├── aop
│ │ │ │ ├── AlipayAccessorTrait.php
│ │ │ │ ├── AlipayCurlRequester.php
│ │ │ │ ├── AlipayHelper.php
│ │ │ │ ├── AlipayMobilePublicMultiMediaClient.php
│ │ │ │ ├── AlipayMobilePublicMultiMediaExecute.php
│ │ │ │ ├── AlipayRequester.php
│ │ │ │ ├── AlipayRequestFactory.php
│ │ │ │ ├── AlipayResponseFactory.php
│ │ │ │ ├── AlipayResponse.php
│ │ │ │ ├── AlipaySigner.php
│ │ │ │ ├── AlipaySign.php
│ │ │ │ ├── AopClient.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── AlipayBase64Exception.php
│ │ │ │ │ ├── AlipayCurlException.php
│ │ │ │ │ ├── AlipayErrorResponseException.php
│ │ │ │ │ ├── AlipayException.php
│ │ │ │ │ ├── AlipayHttpException.php
│ │ │ │ │ ├── AlipayInvalidKeyException.php
│ │ │ │ │ ├── AlipayInvalidPropertyException.php
│ │ │ │ │ ├── AlipayInvalidRequestException.php
│ │ │ │ │ ├── AlipayInvalidResponseException.php
│ │ │ │ │ ├── AlipayInvalidSignException.php
│ │ │ │ │ ├── AlipayOpenSslException.php
│ │ │ │ │ └── AlipayResponseException.php
│ │ │ │ ├── Key
│ │ │ │ │ ├── AlipayKeyPair.php
│ │ │ │ │ ├── AlipayKey.php
│ │ │ │ │ ├── AlipayPrivateKey.php
│ │ │ │ │ └── AlipayPublicKey.php
│ │ │ │ ├── Request
│ │ │ │ │ ├── AbstractAlipayRequest.php
│ │ │ │ │ ├── AlipayAccountExrateAdviceAcceptRequest.php
│ │ │ │ │ ├── AlipayAccountExrateAllclientrateQueryRequest.php
│ │ │ │ │ ├── AlipayAccountExrateRatequeryRequest.php
│ │ │ │ │ ├── AlipayAccountExrateTraderequestCreateRequest.php
│ │ │ │ │ ├── AlipayAcquireCancelRequest.php
│ │ │ │ │ ├── AlipayAcquireCloseRequest.php
│ │ │ │ │ ├── AlipayAcquireCreateandpayRequest.php
│ │ │ │ │ ├── AlipayAcquirePrecreateRequest.php
│ │ │ │ │ ├── AlipayAcquireQueryRequest.php
│ │ │ │ │ ├── AlipayAcquireRefundRequest.php
│ │ │ │ │ ├── AlipayAppTokenGetRequest.php
│ │ │ │ │ ├── AlipayAssetPointBalanceQueryRequest.php
│ │ │ │ │ ├── AlipayAssetPointBudgetQueryRequest.php
│ │ │ │ │ ├── AlipayAssetPointOrderCreateRequest.php
│ │ │ │ │ ├── AlipayAssetPointOrderQueryRequest.php
│ │ │ │ │ ├── AlipayBossCsChannelQueryRequest.php
│ │ │ │ │ ├── AlipayBossFncXwbtestRetModifyRequest.php
│ │ │ │ │ ├── AlipayBossProdArrangementOfflineQueryRequest.php
│ │ │ │ │ ├── AlipayCommerceAirXfgDsgModifyRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorCityQueryRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorDepositCancelRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorDepositConfirmRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorDepositQueryRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorFunctionQueryRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorScriptQueryRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorStationQueryRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherBatchqueryRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherCancelRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherConfirmRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherGenerateRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherQueryRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherRefundRequest.php
│ │ │ │ │ ├── AlipayCommerceCityfacilitatorVoucherUploadRequest.php
│ │ │ │ │ ├── AlipayCommerceDataMonitordataSyncRequest.php
│ │ │ │ │ ├── AlipayCommerceEducateStudentinfoShareRequest.php
│ │ │ │ │ ├── AlipayCommerceIotDeviceserviceCancelRequest.php
│ │ │ │ │ ├── AlipayCommerceLotteryPresentlistQueryRequest.php
│ │ │ │ │ ├── AlipayCommerceLotteryPresentSendRequest.php
│ │ │ │ │ ├── AlipayCommerceLotteryTypelistQueryRequest.php
│ │ │ │ │ ├── AlipayCommerceTransportOfflinepayKeyQueryRequest.php
│ │ │ │ │ ├── AlipayCommerceTransportOfflinepayRecordVerifyRequest.php
│ │ │ │ │ ├── AlipayCommerceTransportOfflinepayUserblacklistQueryRequest.php
│ │ │ │ │ ├── AlipayDaoweiOrderCancelRequest.php
│ │ │ │ │ ├── AlipayDaoweiOrderConfirmRequest.php
│ │ │ │ │ ├── AlipayDaoweiOrderModifyRequest.php
│ │ │ │ │ ├── AlipayDaoweiOrderQueryRequest.php
│ │ │ │ │ ├── AlipayDaoweiOrderRefundRequest.php
│ │ │ │ │ ├── AlipayDaoweiOrderRefuseRequest.php
│ │ │ │ │ ├── AlipayDaoweiOrderSpModifyRequest.php
│ │ │ │ │ ├── AlipayDaoweiOrderTransferRequest.php
│ │ │ │ │ ├── AlipayDaoweiServiceModifyRequest.php
│ │ │ │ │ ├── AlipayDaoweiSpModifyRequest.php
│ │ │ │ │ ├── AlipayDaoweiSpScheduleModifyRequest.php
│ │ │ │ │ ├── AlipayDataBillDownloadurlGetRequest.php
│ │ │ │ │ ├── AlipayDataDataexchangeSfasdfRequest.php
│ │ │ │ │ ├── AlipayDataDataserviceBillDownloadurlQueryRequest.php
│ │ │ │ │ ├── AlipayDataDataserviceChinaremodelQueryRequest.php
│ │ │ │ │ ├── AlipayDataDataserviceCodeRecoRequest.php
│ │ │ │ │ ├── AlipayDataDataserviceSdfsdfRequest.php
│ │ │ │ │ ├── AlipayDataDataserviceShoppingmallrecShopQueryRequest.php
│ │ │ │ │ ├── AlipayDataDataserviceShoppingmallrecVoucherQueryRequest.php
│ │ │ │ │ ├── AlipayDataDataserviceUserlevelZrankGetRequest.php
│ │ │ │ │ ├── AlipayEbppBillAddRequest.php
│ │ │ │ │ ├── AlipayEbppBillGetRequest.php
│ │ │ │ │ ├── AlipayEbppBillSearchRequest.php
│ │ │ │ │ ├── AlipayEbppInvoiceApplyResultSyncRequest.php
│ │ │ │ │ ├── AlipayEbppInvoiceInfoSendRequest.php
│ │ │ │ │ ├── AlipayEbppInvoiceMerchantlistEnterApplyRequest.php
│ │ │ │ │ ├── AlipayEbppInvoiceTitleDynamicGetRequest.php
│ │ │ │ │ ├── AlipayEbppInvoiceTitleListGetRequest.php
│ │ │ │ │ ├── AlipayEbppMerchantConfigGetRequest.php
│ │ │ │ │ ├── AlipayEbppPdeductBillPayStatusRequest.php
│ │ │ │ │ ├── AlipayEbppPdeductPayRequest.php
│ │ │ │ │ ├── AlipayEbppPdeductSignAddRequest.php
│ │ │ │ │ ├── AlipayEbppPdeductSignCancelRequest.php
│ │ │ │ │ ├── AlipayEbppPdeductSignQueryRequest.php
│ │ │ │ │ ├── AlipayEbppPdeductSignValidateRequest.php
│ │ │ │ │ ├── AlipayEcapiprodCreditGetRequest.php
│ │ │ │ │ ├── AlipayEcapiprodDataPutRequest.php
│ │ │ │ │ ├── AlipayEcapiprodDrawndnContractGetRequest.php
│ │ │ │ │ ├── AlipayEcapiprodDrawndnDrawndnlistQueryRequest.php
│ │ │ │ │ ├── AlipayEcapiprodDrawndnFeerecordQueryRequest.php
│ │ │ │ │ ├── AlipayEcapiprodDrawndnLendingrecordQueryRequest.php
│ │ │ │ │ ├── AlipayEcapiprodDrawndnPaymentscheduleGetRequest.php
│ │ │ │ │ ├── AlipayEcapiprodDrawndnRepaymentrecordQueryRequest.php
│ │ │ │ │ ├── AlipayEcardEduPublicBindRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeBasicserviceInitializeRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeBasicserviceModifyRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeBillBatchqueryRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeBillBatchUploadRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeBillDeleteRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeBillModifyRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeBillSyncRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeCommunityBatchqueryRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeCommunityCreateRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeCommunityDetailsQueryRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeCommunityModifyRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeNoticeDeleteRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeNoticePublishRequest.php
│ │ │ │ │ ├── AlipayEcoCplifePayResultQueryRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeRepairStatusUpdateRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeResidentinfoDeleteRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeResidentinfoUploadRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeRoominfoDeleteRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeRoominfoQueryRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeRoominfoUploadRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeRooominfoQueryRequest.php
│ │ │ │ │ ├── AlipayEcoCplifeUseridentityStatusUpdateRequest.php
│ │ │ │ │ ├── AlipayEcoEduKtBillingModifyRequest.php
│ │ │ │ │ ├── AlipayEcoEduKtBillingQueryRequest.php
│ │ │ │ │ ├── AlipayEcoEduKtBillingSendRequest.php
│ │ │ │ │ ├── AlipayEcoEduKtParentQueryRequest.php
│ │ │ │ │ ├── AlipayEcoEduKtSchoolinfoModifyRequest.php
│ │ │ │ │ ├── AlipayEcoEduKtStudentModifyRequest.php
│ │ │ │ │ ├── AlipayEcoEduKtStudentQueryRequest.php
│ │ │ │ │ ├── AlipayEcoMycarCarlibInfoPushRequest.php
│ │ │ │ │ ├── AlipayEcoMycarCarmodelModifyRequest.php
│ │ │ │ │ ├── AlipayEcoMycarDataExternalQueryRequest.php
│ │ │ │ │ ├── AlipayEcoMycarDataExternalSendRequest.php
│ │ │ │ │ ├── AlipayEcoMycarDataserviceViolationinfoShareRequest.php
│ │ │ │ │ ├── AlipayEcoMycarMaintainDataUpdateRequest.php
│ │ │ │ │ ├── AlipayEcoMycarMaintainOrderCreateRequest.php
│ │ │ │ │ ├── AlipayEcoMycarMaintainOrderstatusUpdateRequest.php
│ │ │ │ │ ├── AlipayEcoMycarOrderStatusQueryRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingCardbarcodeCreateRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingConfigQueryRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingConfigSetRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingEnterinfoSyncRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingExitinfoSyncRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingLotbarcodeCreateRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingOrderstatusQueryRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingOrderSyncRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingOrderUpdateRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingParkinglotinfoCreateRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingParkinglotinfoUpdateRequest.php
│ │ │ │ │ ├── AlipayEcoMycarParkingVehicleQueryRequest.php
│ │ │ │ │ ├── AlipayEcoMycarPromoTicketPushRequest.php
│ │ │ │ │ ├── AlipayEcoMycarPromoTicketSyncRequest.php
│ │ │ │ │ ├── AlipayEcoMycarPromoVoucherVerifyRequest.php
│ │ │ │ │ ├── AlipayEcoMycarTradeRefundRequest.php
│ │ │ │ │ ├── AlipayEcoMycarViolationCityPushRequest.php
│ │ │ │ │ ├── AlipayEcoMycarViolationInfoPushRequest.php
│ │ │ │ │ ├── AlipayEcoWelfareCodeSyncRequest.php
│ │ │ │ │ ├── AlipayExscUserCurrentsignGetRequest.php
│ │ │ │ │ ├── AlipayExscUserFirstfundinpourGetRequest.php
│ │ │ │ │ ├── AlipayExscUserFirstsignGetRequest.php
│ │ │ │ │ ├── AlipayFlashsalesStockSyncUpdateRequest.php
│ │ │ │ │ ├── AlipayFundAuthOperationCancelRequest.php
│ │ │ │ │ ├── AlipayFundAuthOperationDetailQueryRequest.php
│ │ │ │ │ ├── AlipayFundAuthOrderAppFreezeRequest.php
│ │ │ │ │ ├── AlipayFundAuthOrderFreezeRequest.php
│ │ │ │ │ ├── AlipayFundAuthOrderUnfreezeRequest.php
│ │ │ │ │ ├── AlipayFundAuthOrderVoucherCreateRequest.php
│ │ │ │ │ ├── AlipayFundBatchDetailQueryRequest.php
│ │ │ │ │ ├── AlipayFundBatchTransferRequest.php
│ │ │ │ │ ├── AlipayFundCouponOperationQueryRequest.php
│ │ │ │ │ ├── AlipayFundCouponOrderAgreementPayRequest.php
│ │ │ │ │ ├── AlipayFundCouponOrderAppPayRequest.php
│ │ │ │ │ ├── AlipayFundCouponOrderDisburseRequest.php
│ │ │ │ │ ├── AlipayFundCouponOrderPagePayRequest.php
│ │ │ │ │ ├── AlipayFundCouponOrderRefundRequest.php
│ │ │ │ │ ├── AlipayFundTransOrderQueryRequest.php
│ │ │ │ │ ├── AlipayFundTransToaccountTransferRequest.php
│ │ │ │ │ ├── AlipayInsAutoAutoinsprodCommonConsultRequest.php
│ │ │ │ │ ├── AlipayInsAutoAutoinsprodEnquriyApplyRequest.php
│ │ │ │ │ ├── AlipayInsAutoAutoinsprodPolicyApplyRequest.php
│ │ │ │ │ ├── AlipayInsAutoAutoinsprodPolicyCancelRequest.php
│ │ │ │ │ ├── AlipayInsAutoAutoinsprodQuoteApplyRequest.php
│ │ │ │ │ ├── AlipayInsAutoAutoinsprodQuoteQueryRequest.php
│ │ │ │ │ ├── AlipayInsAutoAutoinsprodUserCertifyRequest.php
│ │ │ │ │ ├── AlipayInsAutoCarSaveRequest.php
│ │ │ │ │ ├── AlipayInsCooperationProductOfflineBatchqueryRequest.php
│ │ │ │ │ ├── AlipayInsCooperationProductQrcodeApplyRequest.php
│ │ │ │ │ ├── AlipayInsCooperationRegionQrcodeApplyRequest.php
│ │ │ │ │ ├── AlipayInsSceneApplicationIssueConfirmRequest.php
│ │ │ │ │ ├── AlipayInsSceneCouponReceiveRequest.php
│ │ │ │ │ ├── AlipayInsSceneCouponSendRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignActivityOfflineCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignActivityOfflineTriggerRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignCashCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignCashDetailQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignCashListQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignCashStatusModifyRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignCashTriggerRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignCertCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDiscountBudgetAppendRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDiscountBudgetCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDiscountBudgetQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDiscountOperateRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDiscountQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDiscountStatusUpdateRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDiscountWhitelistQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDiscountWhitelistUpdateRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDrawcampCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDrawcampQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDrawcampStatusUpdateRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDrawcampUpdateRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignDrawcampWhitelistCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingCampaignPrizeAmountQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCardActivateformQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCardActivateurlApplyRequest.php
│ │ │ │ │ ├── AlipayMarketingCardBenefitCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingCardBenefitDeleteRequest.php
│ │ │ │ │ ├── AlipayMarketingCardBenefitModifyRequest.php
│ │ │ │ │ ├── AlipayMarketingCardBenefitQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCardConsumeSyncRequest.php
│ │ │ │ │ ├── AlipayMarketingCardDeleteRequest.php
│ │ │ │ │ ├── AlipayMarketingCardFormtemplateSetRequest.php
│ │ │ │ │ ├── AlipayMarketingCardOpenRequest.php
│ │ │ │ │ ├── AlipayMarketingCardQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCardTemplateBatchqueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCardTemplateCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingCardTemplateModifyRequest.php
│ │ │ │ │ ├── AlipayMarketingCardTemplateQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCardUpdateRequest.php
│ │ │ │ │ ├── AlipayMarketingCashlessvoucherTemplateCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingCashlessvoucherTemplateModifyRequest.php
│ │ │ │ │ ├── AlipayMarketingCashvoucherTemplateCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingCashvoucherTemplateModifyRequest.php
│ │ │ │ │ ├── AlipayMarketingCdpAdvertiseCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingCdpAdvertiseModifyRequest.php
│ │ │ │ │ ├── AlipayMarketingCdpAdvertiseOperateRequest.php
│ │ │ │ │ ├── AlipayMarketingCdpAdvertiseQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCdpAdvertiseReportQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingCdpRecommendQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingExchangevoucherUseRequest.php
│ │ │ │ │ ├── AlipayMarketingFacetofaceDecodeUseRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieActivityCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieActivityQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieEditorQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieMemberCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieSitesBatchqueryRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieSitesConfirmRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieSitesCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieSitesDeleteRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieSitesQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieSitesSyncRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieSpaceBatchqueryRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieSpaceCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieSpaceQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieTemplateBatchqueryRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieTemplateQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingToolFengdieTemplateSendRequest.php
│ │ │ │ │ ├── AlipayMarketingUserulePidQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherAuthSendRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherConfirmRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherListQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherSendRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherStockCreateRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherStockMatchRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherStockQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherStockUseRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherTemplateDeleteRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherTemplatedetailQueryRequest.php
│ │ │ │ │ ├── AlipayMarketingVoucherTemplatelistQueryRequest.php
│ │ │ │ │ ├── AlipayMdataTagGetRequest.php
│ │ │ │ │ ├── AlipayMemberCouponQuerylistRequest.php
│ │ │ │ │ ├── AlipayMicropayOrderConfirmpayurlGetRequest.php
│ │ │ │ │ ├── AlipayMicropayOrderDirectPayRequest.php
│ │ │ │ │ ├── AlipayMicropayOrderFreezepayurlGetRequest.php
│ │ │ │ │ ├── AlipayMicropayOrderFreezeRequest.php
│ │ │ │ │ ├── AlipayMicropayOrderGetRequest.php
│ │ │ │ │ ├── AlipayMicropayOrderUnfreezeRequest.php
│ │ │ │ │ ├── AlipayMobileBeaconDeviceAddRequest.php
│ │ │ │ │ ├── AlipayMobileBeaconDeviceDeleteRequest.php
│ │ │ │ │ ├── AlipayMobileBeaconDeviceModifyRequest.php
│ │ │ │ │ ├── AlipayMobileBeaconDeviceQueryRequest.php
│ │ │ │ │ ├── AlipayMobileBeaconMessageSendRequest.php
│ │ │ │ │ ├── AlipayMobileBksigntokenVerifyRequest.php
│ │ │ │ │ ├── AlipayMobileCodeCreateRequest.php
│ │ │ │ │ ├── AlipayMobileCodeQueryRequest.php
│ │ │ │ │ ├── AlipayMobilePublicAccountAddRequest.php
│ │ │ │ │ ├── AlipayMobilePublicAccountDeleteRequest.php
│ │ │ │ │ ├── AlipayMobilePublicAccountQueryRequest.php
│ │ │ │ │ ├── AlipayMobilePublicAccountResetRequest.php
│ │ │ │ │ ├── AlipayMobilePublicAppinfoUpdateRequest.php
│ │ │ │ │ ├── AlipayMobilePublicContactFollowListRequest.php
│ │ │ │ │ ├── AlipayMobilePublicFollowListRequest.php
│ │ │ │ │ ├── AlipayMobilePublicGisGetRequest.php
│ │ │ │ │ ├── AlipayMobilePublicInfoModifyRequest.php
│ │ │ │ │ ├── AlipayMobilePublicInfoQueryRequest.php
│ │ │ │ │ ├── AlipayMobilePublicLabelAddRequest.php
│ │ │ │ │ ├── AlipayMobilePublicLabelDeleteRequest.php
│ │ │ │ │ ├── AlipayMobilePublicLabelQueryRequest.php
│ │ │ │ │ ├── AlipayMobilePublicLabelUpdateRequest.php
│ │ │ │ │ ├── AlipayMobilePublicLabelUserAddRequest.php
│ │ │ │ │ ├── AlipayMobilePublicLabelUserDeleteRequest.php
│ │ │ │ │ ├── AlipayMobilePublicLabelUserQueryRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMenuAddRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMenuDeleteRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMenuGetRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMenuQueryRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMenuUpdateRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMenuUserQueryRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMenuUserUpdateRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMessagebatchPushRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMessageCustomSendRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMessageLabelSendRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMessagePushRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMessageSingleSendRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMessagespecifyPushRequest.php
│ │ │ │ │ ├── AlipayMobilePublicMessageTotalSendRequest.php
│ │ │ │ │ ├── AlipayMobilePublicQrcodeCreateRequest.php
│ │ │ │ │ ├── AlipayMobilePublicShortlinkCreateRequest.php
│ │ │ │ │ ├── AlipayMobilePublicTemplateMessageDeleteRequest.php
│ │ │ │ │ ├── AlipayMobilePublicTemplateMessageGetRequest.php
│ │ │ │ │ ├── AlipayMobilePublicTemplateMessageModifyRequest.php
│ │ │ │ │ ├── AlipayMobilePublicTemplateMessageQueryRequest.php
│ │ │ │ │ ├── AlipayMobileRecommendGetRequest.php
│ │ │ │ │ ├── AlipayMobileShakeUserQueryRequest.php
│ │ │ │ │ ├── AlipayMobileStdPublicAccountQueryRequest.php
│ │ │ │ │ ├── AlipayMobileStdPublicExpressUserQueryRequest.php
│ │ │ │ │ ├── AlipayMobileStdPublicFollowListRequest.php
│ │ │ │ │ ├── AlipayMobileStdPublicMenuQueryRequest.php
│ │ │ │ │ ├── AlipayMobileStdPublicMessageCustomSendRequest.php
│ │ │ │ │ ├── AlipayMpointprodBenefitDetailGetRequest.php
│ │ │ │ │ ├── AlipayMsaasMediarecogVoiceMediaaudioUploadRequest.php
│ │ │ │ │ ├── AlipayMsaasPromotionCpainfoCreateRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketApplyorderBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketingVoucherCodeUploadRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketingVoucherCreateRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketingVoucherModifyRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketingVoucherOfflineRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketingVoucherStatusQueryRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketingVoucherUseRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketItemCreateRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketItemModifyRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketItemStateRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketMcommentQueryRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketProductBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketProductQuerydetailRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketReporterrorCreateRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketShopApplyorderCancelRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketShopBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketShopCategoryQueryRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketShopCreateRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketShopDiscountQueryRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketShopModifyRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketShopPublicBindRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketShopPublicUnbindRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketShopQuerydetailRequest.php
│ │ │ │ │ ├── AlipayOfflineMarketShopSummaryBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOfflineMaterialImageDownloadRequest.php
│ │ │ │ │ ├── AlipayOfflineMaterialImageUploadRequest.php
│ │ │ │ │ ├── AlipayOfflineProviderDishQueryRequest.php
│ │ │ │ │ ├── AlipayOfflineProviderEquipmentAuthQuerybypageRequest.php
│ │ │ │ │ ├── AlipayOfflineProviderEquipmentAuthRemoveRequest.php
│ │ │ │ │ ├── AlipayOfflineProviderMonitorLogSyncRequest.php
│ │ │ │ │ ├── AlipayOfflineProviderShopactionRecordRequest.php
│ │ │ │ │ ├── AlipayOfflineProviderUseractionRecordRequest.php
│ │ │ │ │ ├── AlipayOpenAgentCancelRequest.php
│ │ │ │ │ ├── AlipayOpenAgentConfirmRequest.php
│ │ │ │ │ ├── AlipayOpenAgentCreateRequest.php
│ │ │ │ │ ├── AlipayOpenAgentFacetofaceSignRequest.php
│ │ │ │ │ ├── AlipayOpenAgentMiniCreateRequest.php
│ │ │ │ │ ├── AlipayOpenAgentMobilepaySignRequest.php
│ │ │ │ │ ├── AlipayOpenAgentOrderQueryRequest.php
│ │ │ │ │ ├── AlipayOpenAgentZhimabriefSignRequest.php
│ │ │ │ │ ├── AlipayOpenAppCodetesttestRequest.php
│ │ │ │ │ ├── AlipayOpenAppLingjiuyisiCreateRequest.php
│ │ │ │ │ ├── AlipayOpenAppLingjiuyiwuBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenAppMembersCreateRequest.php
│ │ │ │ │ ├── AlipayOpenAppMembersDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenAppMembersQueryRequest.php
│ │ │ │ │ ├── AlipayOpenAppMiniTemplatemessageSendRequest.php
│ │ │ │ │ ├── AlipayOpenAppNotifyVerifyRequest.php
│ │ │ │ │ ├── AlipayOpenAppQrcodeCreateRequest.php
│ │ │ │ │ ├── AlipayOpenAppSmgMsgSendRequest.php
│ │ │ │ │ ├── AlipayOpenAppSmsgDataSyncRequest.php
│ │ │ │ │ ├── AlipayOpenAppXwbtestabcQueryRequest.php
│ │ │ │ │ ├── AlipayOpenAppYiyiyiwuQueryRequest.php
│ │ │ │ │ ├── AlipayOpenAppYufanlingsanyaowuYufalingsanyaowuQueryRequest.php
│ │ │ │ │ ├── AlipayOpenAuthIndustryPlatformCreateTokenRequest.php
│ │ │ │ │ ├── AlipayOpenAuthTokenAppQueryRequest.php
│ │ │ │ │ ├── AlipayOpenAuthTokenAppRequest.php
│ │ │ │ │ ├── AlipayOpenMiniBaseinfoModifyRequest.php
│ │ │ │ │ ├── AlipayOpenMiniBaseinfoQueryRequest.php
│ │ │ │ │ ├── AlipayOpenMiniExperienceCancelRequest.php
│ │ │ │ │ ├── AlipayOpenMiniExperienceCreateRequest.php
│ │ │ │ │ ├── AlipayOpenMiniExperienceQueryRequest.php
│ │ │ │ │ ├── AlipayOpenMiniSafedomainCreateRequest.php
│ │ │ │ │ ├── AlipayOpenMiniSafedomainDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenMiniTemplatemessageUsertemplateApplyRequest.php
│ │ │ │ │ ├── AlipayOpenMiniTemplateUsageQueryRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionAuditApplyRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionAuditedCancelRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionBuildQueryRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionDetailQueryRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionGrayCancelRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionGrayOnlineRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionListQueryRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionOfflineRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionOnlineRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionRollbackRequest.php
│ │ │ │ │ ├── AlipayOpenMiniVersionUploadRequest.php
│ │ │ │ │ ├── AlipayOpenPublicAccountCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicAccountDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicAccountQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicAccountResetRequest.php
│ │ │ │ │ ├── AlipayOpenPublicAdvertBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicAdvertCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicAdvertDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicAdvertModifyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicArticlesummaryDataBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicContactFollowBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicDefaultExtensionCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicFollowBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicGisQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicGroupBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicGroupCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicGroupCrowdQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicGroupDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicGroupModifyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicInfoModifyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicInfoQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLabelCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLabelDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLabelModifyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLabelQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLabelUserCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLabelUserDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLabelUserQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeAboardApplyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeAccountCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeAgentcreateQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeAgentCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeDebarkApplyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeLabelBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeLabelCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeLabelDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeLabelModifyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeModifyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeMsgRecallRequest.php
│ │ │ │ │ ├── AlipayOpenPublicLifeMsgSendRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMatchuserLabelCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMatchuserLabelDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMenuBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMenuCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMenuDataBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMenuDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMenuModifyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMenuQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMessageContentCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMessageContentModifyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMessageCustomSendRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMessageGroupSendRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMessageLabelSendRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMessageQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMessageSingleSendRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMessageTotalSendRequest.php
│ │ │ │ │ ├── AlipayOpenPublicMultimediaDownloadProxyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicPartnerMenuOperateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicPartnerMenuQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicPartnerSubscribeSyncRequest.php
│ │ │ │ │ ├── AlipayOpenPublicPayeeBindCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicPayeeBindDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicPersonalizedExtensionBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicPersonalizedExtensionCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicPersonalizedExtensionDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicPersonalizedExtensionSetRequest.php
│ │ │ │ │ ├── AlipayOpenPublicPersonalizedMenuCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicPersonalizedMenuDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicQrcodeCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicSettingCategoryQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicShortlinkCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicSinglearticleDataBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicTemplateMessageGetRequest.php
│ │ │ │ │ ├── AlipayOpenPublicTemplateMessageIndustryModifyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicThirdCustomerServiceRequest.php
│ │ │ │ │ ├── AlipayOpenPublicTopicBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicTopicCreateRequest.php
│ │ │ │ │ ├── AlipayOpenPublicTopicDeleteRequest.php
│ │ │ │ │ ├── AlipayOpenPublicTopicModifyRequest.php
│ │ │ │ │ ├── AlipayOpenPublicUserDataBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicUserFollowQueryRequest.php
│ │ │ │ │ ├── AlipayOpenPublicXwbtestabcdBatchqueryRequest.php
│ │ │ │ │ ├── AlipayOpenServicemarketCommodityShopOfflineRequest.php
│ │ │ │ │ ├── AlipayOpenServicemarketCommodityShopOnlineRequest.php
│ │ │ │ │ ├── AlipayOpenServicemarketOrderAcceptRequest.php
│ │ │ │ │ ├── AlipayOpenServicemarketOrderItemCancelRequest.php
│ │ │ │ │ ├── AlipayOpenServicemarketOrderItemCompleteRequest.php
│ │ │ │ │ ├── AlipayOpenServicemarketOrderItemConfirmRequest.php
│ │ │ │ │ ├── AlipayOpenServicemarketOrderNotifyRequest.php
│ │ │ │ │ ├── AlipayOpenServicemarketOrderQueryRequest.php
│ │ │ │ │ ├── AlipayOpenServicemarketOrderRejectRequest.php
│ │ │ │ │ ├── AlipayOpenSmsgDataSetRequest.php
│ │ │ │ │ ├── AlipayOperatorMobileBindRequest.php
│ │ │ │ │ ├── AlipayPassCodeAddRequest.php
│ │ │ │ │ ├── AlipayPassCodeVerifyRequest.php
│ │ │ │ │ ├── AlipayPassFileAddRequest.php
│ │ │ │ │ ├── AlipayPassInstanceAddRequest.php
│ │ │ │ │ ├── AlipayPassInstanceUpdateRequest.php
│ │ │ │ │ ├── AlipayPassSyncAddRequest.php
│ │ │ │ │ ├── AlipayPassSyncUpdateRequest.php
│ │ │ │ │ ├── AlipayPassTemplateAddRequest.php
│ │ │ │ │ ├── AlipayPassTemplateUpdateRequest.php
│ │ │ │ │ ├── AlipayPassTplAddRequest.php
│ │ │ │ │ ├── AlipayPassTplContentAddRequest.php
│ │ │ │ │ ├── AlipayPassTplContentUpdateRequest.php
│ │ │ │ │ ├── AlipayPassTplUpdateRequest.php
│ │ │ │ │ ├── AlipayPassVerifyQueryRequest.php
│ │ │ │ │ ├── AlipayPcreditHuabeiPromoQueryRequest.php
│ │ │ │ │ ├── AlipayPcreditLoanApplyCreateRequest.php
│ │ │ │ │ ├── AlipayPcreditLoanRefundCreateRequest.php
│ │ │ │ │ ├── AlipayPlatformOpenidGetRequest.php
│ │ │ │ │ ├── AlipayPlatformUseridGetRequest.php
│ │ │ │ │ ├── AlipayPointBalanceGetRequest.php
│ │ │ │ │ ├── AlipayPointBudgetGetRequest.php
│ │ │ │ │ ├── AlipayPointOrderAddRequest.php
│ │ │ │ │ ├── AlipayPointOrderGetRequest.php
│ │ │ │ │ ├── AlipayPromorulecenterRuleAnalyzeRequest.php
│ │ │ │ │ ├── AlipaySecurityInfoAnalysisRequest.php
│ │ │ │ │ ├── AlipaySecurityProdAlipaySecurityProdTestRequest.php
│ │ │ │ │ ├── AlipaySecurityProdAmlriskQueryRequest.php
│ │ │ │ │ ├── AlipaySecurityProdFacerepoAddRequest.php
│ │ │ │ │ ├── AlipaySecurityProdFacerepoSearchRequest.php
│ │ │ │ │ ├── AlipaySecurityProdFingerprintApplyInitializeRequest.php
│ │ │ │ │ ├── AlipaySecurityProdFingerprintApplyRequest.php
│ │ │ │ │ ├── AlipaySecurityProdFingerprintDeleteRequest.php
│ │ │ │ │ ├── AlipaySecurityProdFingerprintDeviceVerifyRequest.php
│ │ │ │ │ ├── AlipaySecurityProdFingerprintRiskcontrolQueryRequest.php
│ │ │ │ │ ├── AlipaySecurityProdFingerprintVerifyInitializeRequest.php
│ │ │ │ │ ├── AlipaySecurityProdFingerprintVerifyRequest.php
│ │ │ │ │ ├── AlipaySecurityProdSignatureFileUploadRequest.php
│ │ │ │ │ ├── AlipaySecurityProdSignatureTaskApplyRequest.php
│ │ │ │ │ ├── AlipaySecurityProdSignatureTaskCancelRequest.php
│ │ │ │ │ ├── AlipaySecurityProdSignatureTaskQueryRequest.php
│ │ │ │ │ ├── AlipaySecurityProdXwbtestabcAbcQueryRequest.php
│ │ │ │ │ ├── AlipaySecurityProdXwbtestprodQueryRequest.php
│ │ │ │ │ ├── AlipaySecurityRiskCustomerriskQueryRequest.php
│ │ │ │ │ ├── AlipaySecurityRiskCustomerriskSendRequest.php
│ │ │ │ │ ├── AlipaySecurityRiskDetectRequest.php
│ │ │ │ │ ├── AlipaySecurityRiskHideDeviceidQueryRequest.php
│ │ │ │ │ ├── AlipaySecurityRiskRainscoreQueryRequest.php
│ │ │ │ │ ├── AlipaySystemOauthTokenRequest.php
│ │ │ │ │ ├── AlipayTradeAppPayRequest.php
│ │ │ │ │ ├── AlipayTradeCancelRequest.php
│ │ │ │ │ ├── AlipayTradeCloseRequest.php
│ │ │ │ │ ├── AlipayTradeCreateRequest.php
│ │ │ │ │ ├── AlipayTradeCustomsDeclareRequest.php
│ │ │ │ │ ├── AlipayTradeCustomsQueryRequest.php
│ │ │ │ │ ├── AlipayTradeFastpayRefundQueryRequest.php
│ │ │ │ │ ├── AlipayTradeOrderSettleRequest.php
│ │ │ │ │ ├── AlipayTradePagePayRequest.php
│ │ │ │ │ ├── AlipayTradePayRequest.php
│ │ │ │ │ ├── AlipayTradePrecreateRequest.php
│ │ │ │ │ ├── AlipayTradeQueryRequest.php
│ │ │ │ │ ├── AlipayTradeRefundRequest.php
│ │ │ │ │ ├── AlipayTradeVendorpayDevicedataUploadRequest.php
│ │ │ │ │ ├── AlipayTradeWapPayRequest.php
│ │ │ │ │ ├── AlipayTransferThirdpartyBillCreateRequest.php
│ │ │ │ │ ├── AlipayTrustUserAuthSendRequest.php
│ │ │ │ │ ├── AlipayTrustUserReportGetRequest.php
│ │ │ │ │ ├── AlipayTrustUserRiskidentifyGetRequest.php
│ │ │ │ │ ├── AlipayTrustUserScoreGetRequest.php
│ │ │ │ │ ├── AlipayTrustUserTokenGetRequest.php
│ │ │ │ │ ├── AlipayUserAccountFreezeGetRequest.php
│ │ │ │ │ ├── AlipayUserAccountGetRequest.php
│ │ │ │ │ ├── AlipayUserAccountSearchRequest.php
│ │ │ │ │ ├── AlipayUserAccountUseridBatchqueryRequest.php
│ │ │ │ │ ├── AlipayUserAddressQueryRequest.php
│ │ │ │ │ ├── AlipayUserAuthZhimaorgIdentityApplyRequest.php
│ │ │ │ │ ├── AlipayUserContractGetRequest.php
│ │ │ │ │ ├── AlipayUserFinanceinfoShareRequest.php
│ │ │ │ │ ├── AlipayUserGetRequest.php
│ │ │ │ │ ├── AlipayUserInfoAuthRequest.php
│ │ │ │ │ ├── AlipayUserInfoShareRequest.php
│ │ │ │ │ ├── AlipayUserTestRequest.php
│ │ │ │ │ ├── AlipayUserTradeSearchRequest.php
│ │ │ │ │ ├── AlipayUserUserinfoShareRequest.php
│ │ │ │ │ ├── AlipayZdataassetsEasyserviceRequest.php
│ │ │ │ │ ├── AlipayZdataassetsFcdatalabZdatamergetaskRequest.php
│ │ │ │ │ ├── AlipayZdataassetsMetadataRequest.php
│ │ │ │ │ ├── AlipayZdatafrontCommonQueryRequest.php
│ │ │ │ │ ├── AlipayZdatafrontDatatransferedFileuploadRequest.php
│ │ │ │ │ ├── AlipayZdatafrontDatatransferedSendRequest.php
│ │ │ │ │ ├── AlipayZdataserviceUnidataQueryRequest.php
│ │ │ │ │ ├── AlipayZmscoreZrankGetRequest.php
│ │ │ │ │ ├── AntMerchantExpandContractFacetofaceQueryRequest.php
│ │ │ │ │ ├── AntMerchantExpandContractFacetofaceSignRequest.php
│ │ │ │ │ ├── AntMerchantExpandEnterpriseApplyRequest.php
│ │ │ │ │ ├── AntMerchantExpandImageUploadRequest.php
│ │ │ │ │ ├── AntMerchantExpandMapplyorderQueryRequest.php
│ │ │ │ │ ├── AntMerchantExpandMerchantStorelistQueryRequest.php
│ │ │ │ │ ├── AntMerchantExpandPersonalApplyRequest.php
│ │ │ │ │ ├── KoubeiAdvertDeliveryDiscountAuthwebBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiAdvertDeliveryDiscountGetRequest.php
│ │ │ │ │ ├── KoubeiAdvertDeliveryDiscountQueryRequest.php
│ │ │ │ │ ├── KoubeiAdvertDeliveryDiscountSendRequest.php
│ │ │ │ │ ├── KoubeiAdvertDeliveryDiscountWebBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiAdvertDeliveryItemApplyRequest.php
│ │ │ │ │ ├── KoubeiCateringCommodityOrderBuyRequest.php
│ │ │ │ │ ├── KoubeiCateringCrowdgroupConditionQueryRequest.php
│ │ │ │ │ ├── KoubeiCateringCrowdgroupConditionSetRequest.php
│ │ │ │ │ ├── KoubeiCateringTablecodeQueryRequest.php
│ │ │ │ │ ├── KoubeiCateringTablelistQueryRequest.php
│ │ │ │ │ ├── KoubeiCraftsmanDataProviderBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiCraftsmanDataProviderCreateRequest.php
│ │ │ │ │ ├── KoubeiCraftsmanDataProviderModifyRequest.php
│ │ │ │ │ ├── KoubeiCraftsmanDataWorkBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiCraftsmanDataWorkCreateRequest.php
│ │ │ │ │ ├── KoubeiCraftsmanDataWorkDeleteRequest.php
│ │ │ │ │ ├── KoubeiCraftsmanDataWorkModifyRequest.php
│ │ │ │ │ ├── KoubeiItemCategoryChildrenBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiItemCreateRequest.php
│ │ │ │ │ ├── KoubeiItemExtitemBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiItemExtitemBrandQueryRequest.php
│ │ │ │ │ ├── KoubeiItemExtitemCategoryQueryRequest.php
│ │ │ │ │ ├── KoubeiItemExtitemCreateRequest.php
│ │ │ │ │ ├── KoubeiItemExtitemExistedQueryRequest.php
│ │ │ │ │ ├── KoubeiItemExtitemQueryRequest.php
│ │ │ │ │ ├── KoubeiItemExtitemUpdateRequest.php
│ │ │ │ │ ├── KoubeiItemModifyRequest.php
│ │ │ │ │ ├── KoubeiItemStateRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignActivityBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignActivityCreateRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignActivityModifyRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignActivityOfflineRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignActivityQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignAssetDetailQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignCrowdBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignCrowdCountRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignCrowdCreateRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignCrowdDeleteRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignCrowdDetailQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignCrowdModifyRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignDetailInfoQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignIntelligentPromoBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignIntelligentPromoConsultRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignIntelligentPromoCreateRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignIntelligentPromoDeleteRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignIntelligentPromoModifyRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignIntelligentPromoQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignIntelligentShopConsultRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignIntelligentTemplateConsultRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignRecruitApplyQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignRecruitShopQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignTagsQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingCampaignUserAssetQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataActivityBillDownloadRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataActivityReportQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataAlisisReportBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataAlisisReportQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataBizadviserMemberprofileQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataBizadviserMyddsreportQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataBizadviserMyreportQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataCustomreportBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataCustomreportDeleteRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataCustomreportDetailQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataCustomreportQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataCustomreportSaveRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataDishdiagnoseBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataDishdiagnosetypeBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataEnterpriseStaffinfoUploadRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataIndicatorQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataIntelligentEffectQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataIntelligentIndicatorQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataIsvShopQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataMemberReportQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataMessageDeliverRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataRetailDmQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataSmartactivityConfigRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataSmartactivityForecastRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataSmartmanagementDiagnoseRequest.php
│ │ │ │ │ ├── KoubeiMarketingDataTradeHabbitQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingToolIsvMerchantQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingToolPointsQueryRequest.php
│ │ │ │ │ ├── KoubeiMarketingToolPointsUpdateRequest.php
│ │ │ │ │ ├── KoubeiMarketingToolPrizesendAuthRequest.php
│ │ │ │ │ ├── KoubeiMemberBrandownerNameQueryRequest.php
│ │ │ │ │ ├── KoubeiMemberDataIsvCreateRequest.php
│ │ │ │ │ ├── KoubeiMemberDataOauthQueryRequest.php
│ │ │ │ │ ├── KoubeiMemberRetailerQueryRequest.php
│ │ │ │ │ ├── KoubeiQualityTestCloudacptActivityQueryRequest.php
│ │ │ │ │ ├── KoubeiQualityTestCloudacptBatchQueryRequest.php
│ │ │ │ │ ├── KoubeiQualityTestCloudacptCheckresultSubmitRequest.php
│ │ │ │ │ ├── KoubeiQualityTestCloudacptItemQueryRequest.php
│ │ │ │ │ ├── KoubeiRetailShopitemBatchqueryRequest.php
│ │ │ │ │ ├── KoubeiRetailShopitemModifyRequest.php
│ │ │ │ │ ├── KoubeiRetailShopitemUploadRequest.php
│ │ │ │ │ ├── KoubeiTradeItemBuyRequest.php
│ │ │ │ │ ├── KoubeiTradeItemorderBuyRequest.php
│ │ │ │ │ ├── KoubeiTradeItemorderQueryRequest.php
│ │ │ │ │ ├── KoubeiTradeItemorderRefundRequest.php
│ │ │ │ │ ├── KoubeiTradeOrderConsultRequest.php
│ │ │ │ │ ├── KoubeiTradeOrderQueryRequest.php
│ │ │ │ │ ├── KoubeiTradeTicketTicketcodeCancelRequest.php
│ │ │ │ │ ├── KoubeiTradeTicketTicketcodeDelayRequest.php
│ │ │ │ │ ├── KoubeiTradeTicketTicketcodeQueryRequest.php
│ │ │ │ │ ├── KoubeiTradeTicketTicketcodeSendRequest.php
│ │ │ │ │ ├── KoubeiTradeTicketTicketcodeUseRequest.php
│ │ │ │ │ ├── MonitorHeartbeatSynRequest.php
│ │ │ │ │ ├── MybankCreditLoanapplyDataUploadRequest.php
│ │ │ │ │ ├── MybankFinanceYulibaoAccountQueryRequest.php
│ │ │ │ │ ├── MybankFinanceYulibaoCapitalPurchaseRequest.php
│ │ │ │ │ ├── MybankFinanceYulibaoCapitalRansomRequest.php
│ │ │ │ │ ├── MybankFinanceYulibaoPriceQueryRequest.php
│ │ │ │ │ ├── MybankFinanceYulibaoTransHistoryQueryRequest.php
│ │ │ │ │ ├── SsdataDataserviceRiskAlixiaohaoQueryRequest.php
│ │ │ │ │ ├── SsdataDataserviceRiskAntifraudintegrationQueryRequest.php
│ │ │ │ │ ├── SsdataDataserviceRiskAntifraudlistQueryRequest.php
│ │ │ │ │ ├── SsdataDataserviceRiskAntifraudscoreQueryRequest.php
│ │ │ │ │ ├── SsdataDataserviceRiskAntifraudVerifyRequest.php
│ │ │ │ │ ├── SsdataDataserviceRiskRainscoreQueryRequest.php
│ │ │ │ │ ├── ZhimaAuthInfoAuthqueryRequest.php
│ │ │ │ │ ├── ZhimaCreditAntifraudRiskListRequest.php
│ │ │ │ │ ├── ZhimaCreditAntifraudScoreGetRequest.php
│ │ │ │ │ ├── ZhimaCreditAntifraudVerifyRequest.php
│ │ │ │ │ ├── ZhimaCreditEpInfoGetRequest.php
│ │ │ │ │ ├── ZhimaCreditEpLawsuitDetailGetRequest.php
│ │ │ │ │ ├── ZhimaCreditEpLawsuitRecordGetRequest.php
│ │ │ │ │ ├── ZhimaCreditEpScoreGetRequest.php
│ │ │ │ │ ├── ZhimaCreditPeLawsuitDetailQueryRequest.php
│ │ │ │ │ ├── ZhimaCreditPeLawsuitRecordGetRequest.php
│ │ │ │ │ ├── ZhimaCreditScoreBriefGetRequest.php
│ │ │ │ │ ├── ZhimaCreditScoreGetRequest.php
│ │ │ │ │ ├── ZhimaCreditWatchlistBriefGetRequest.php
│ │ │ │ │ ├── ZhimaCreditWatchlistiiGetRequest.php
│ │ │ │ │ ├── ZhimaCustomerCertificationCertifyRequest.php
│ │ │ │ │ ├── ZhimaCustomerCertificationInitializeRequest.php
│ │ │ │ │ ├── ZhimaCustomerCertificationMaterialCertifyRequest.php
│ │ │ │ │ ├── ZhimaCustomerCertificationQueryRequest.php
│ │ │ │ │ ├── ZhimaCustomerContractInitializeRequest.php
│ │ │ │ │ ├── ZhimaCustomerEpCertificationCertifyRequest.php
│ │ │ │ │ ├── ZhimaCustomerEpCertificationInitializeRequest.php
│ │ │ │ │ ├── ZhimaCustomerEpCertificationQueryRequest.php
│ │ │ │ │ ├── ZhimaDataBatchFeedbackRequest.php
│ │ │ │ │ ├── ZhimaDataFeedbackurlQueryRequest.php
│ │ │ │ │ ├── ZhimaMerchantBorrowEntityUploadRequest.php
│ │ │ │ │ ├── ZhimaMerchantCloseloopDataUploadRequest.php
│ │ │ │ │ ├── ZhimaMerchantDataUploadInitializeRequest.php
│ │ │ │ │ ├── ZhimaMerchantOrderRentCancelRequest.php
│ │ │ │ │ ├── ZhimaMerchantOrderRentCompleteRequest.php
│ │ │ │ │ ├── ZhimaMerchantOrderRentCreateRequest.php
│ │ │ │ │ ├── ZhimaMerchantOrderRentModifyRequest.php
│ │ │ │ │ ├── ZhimaMerchantOrderRentQueryRequest.php
│ │ │ │ │ ├── ZhimaMerchantSingleDataUploadRequest.php
│ │ │ │ │ ├── ZhimaMerchantTestPracticeRequest.php
│ │ │ │ │ ├── ZhimaOpenAppKeyanLqlCreateRequest.php
│ │ │ │ │ ├── ZolozIdentificationUserWebInitializeRequest.php
│ │ │ │ │ └── ZolozIdentificationUserWebQueryRequest.php
│ │ │ │ └── Signer
│ │ │ │ ├── AlipayRSA2Signer.php
│ │ │ │ ├── AlipayRSASigner.php
│ │ │ │ └── AlipaySigner.php
│ │ │ ├── bin
│ │ │ │ └── genrsa
│ │ │ ├── composer.json
│ │ │ └── phpstan.neon
│ │ ├── sentry
│ │ │ ├── AUTHORS
│ │ │ ├── bin
│ │ │ │ └── sentry
│ │ │ ├── CHANGELOG.md
│ │ │ ├── composer.json
│ │ │ ├── lib
│ │ │ │ └── Raven
│ │ │ │ ├── Autoloader.php
│ │ │ │ ├── Breadcrumbs
│ │ │ │ │ ├── ErrorHandler.php
│ │ │ │ │ └── MonologHandler.php
│ │ │ │ ├── Breadcrumbs.php
│ │ │ │ ├── Client.php
│ │ │ │ ├── Compat.php
│ │ │ │ ├── Context.php
│ │ │ │ ├── CurlHandler.php
│ │ │ │ ├── data
│ │ │ │ │ └── cacert.pem
│ │ │ │ ├── ErrorHandler.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── Processor
│ │ │ │ │ ├── RemoveCookiesProcessor.php
│ │ │ │ │ ├── RemoveHttpBodyProcessor.php
│ │ │ │ │ ├── SanitizeDataProcessor.php
│ │ │ │ │ ├── SanitizeHttpHeadersProcessor.php
│ │ │ │ │ └── SanitizeStacktraceProcessor.php
│ │ │ │ ├── Processor.php
│ │ │ │ ├── ReprSerializer.php
│ │ │ │ ├── SanitizeDataProcessor.php
│ │ │ │ ├── Serializer.php
│ │ │ │ ├── Stacktrace.php
│ │ │ │ ├── TransactionStack.php
│ │ │ │ └── Util.php
│ │ │ ├── LICENSE
│ │ │ ├── Makefile
│ │ │ ├── phpunit.xml
│ │ │ └── README.md
│ │ ├── yii2-hejiang-event
│ │ │ ├── composer.json
│ │ │ ├── composer.lock
│ │ │ └── lib
│ │ │ ├── Dispatchable.php
│ │ │ ├── EventArgument.php
│ │ │ ├── EventDispatcher.php
│ │ │ ├── EventNameTrait.php
│ │ │ └── Event.php
│ │ ├── yii2-hejiang-express
│ │ │ ├── composer.json
│ │ │ ├── composer.lock
│ │ │ ├── lib
│ │ │ │ ├── Exceptions
│ │ │ │ │ └── TrackingException.php
│ │ │ │ ├── Status.php
│ │ │ │ ├── Traces.php
│ │ │ │ ├── Trackers
│ │ │ │ │ ├── BaseTracker.php
│ │ │ │ │ ├── Kuaidi100.php
│ │ │ │ │ ├── Kuaidiniao.php
│ │ │ │ │ ├── Kuaidiwang.php
│ │ │ │ │ ├── TrackerInterface.php
│ │ │ │ │ └── TrackerTrait.php
│ │ │ │ └── Waybill.php
│ │ │ ├── README.md
│ │ │ └── tests
│ │ │ └── index.php
│ │ ├── yii2-hejiang-sms
│ │ │ ├── composer.json
│ │ │ ├── composer.lock
│ │ │ ├── lib
│ │ │ │ ├── Exceptions
│ │ │ │ │ └── SmsException.php
│ │ │ │ ├── Messages
│ │ │ │ │ ├── BaseMessage.php
│ │ │ │ │ ├── TemplateMessage.php
│ │ │ │ │ └── VerificationCodeMessage.php
│ │ │ │ └── Senders
│ │ │ │ ├── AlidayuSender.php
│ │ │ │ ├── AliyunSender.php
│ │ │ │ ├── BaseSender.php
│ │ │ │ ├── QcloudSender.php
│ │ │ │ └── SenderInterface.php
│ │ │ └── README.md
│ │ └── yii2-hejiang-storage
│ │ ├── composer.json
│ │ ├── composer.lock
│ │ ├── lib
│ │ │ ├── Components
│ │ │ │ └── StorageComponent.php
│ │ │ ├── Drivers
│ │ │ │ ├── Aliyun.php
│ │ │ │ ├── BaseDriver.php
│ │ │ │ ├── DriverInterface.php
│ │ │ │ ├── Local.php
│ │ │ │ ├── Qcloud.php
│ │ │ │ └── Qiniu.php
│ │ │ ├── Exceptions
│ │ │ │ └── StorageException.php
│ │ │ ├── Helpers
│ │ │ │ └── UrlConverter.php
│ │ │ └── UploadedFile.php
│ │ ├── readme.md
│ │ └── tests
│ │ └── index.php
│ └── yiisoft
│ ├── extensions.php
│ ├── yii2
│ │ ├── assets
│ │ │ ├── yii.activeForm.js
│ │ │ ├── yii.captcha.js
│ │ │ ├── yii.gridView.js
│ │ │ ├── yii.js
│ │ │ └── yii.validation.js
│ │ ├── base
│ │ │ ├── ActionEvent.php
│ │ │ ├── ActionFilter.php
│ │ │ ├── Action.php
│ │ │ ├── Application.php
│ │ │ ├── Arrayable.php
│ │ │ ├── ArrayableTrait.php
│ │ │ ├── ArrayAccessTrait.php
│ │ │ ├── BaseObject.php
│ │ │ ├── Behavior.php
│ │ │ ├── BootstrapInterface.php
│ │ │ ├── Component.php
│ │ │ ├── Configurable.php
│ │ │ ├── Controller.php
│ │ │ ├── DynamicModel.php
│ │ │ ├── ErrorException.php
│ │ │ ├── ErrorHandler.php
│ │ │ ├── Event.php
│ │ │ ├── Exception.php
│ │ │ ├── ExitException.php
│ │ │ ├── InlineAction.php
│ │ │ ├── InvalidCallException.php
│ │ │ ├── InvalidConfigException.php
│ │ │ ├── InvalidParamException.php
│ │ │ ├── InvalidRouteException.php
│ │ │ ├── InvalidValueException.php
│ │ │ ├── ModelEvent.php
│ │ │ ├── Model.php
│ │ │ ├── Module.php
│ │ │ ├── NotSupportedException.php
│ │ │ ├── Object.php
│ │ │ ├── Request.php
│ │ │ ├── Response.php
│ │ │ ├── Security.php
│ │ │ ├── Theme.php
│ │ │ ├── UnknownClassException.php
│ │ │ ├── UnknownMethodException.php
│ │ │ ├── UnknownPropertyException.php
│ │ │ ├── UserException.php
│ │ │ ├── ViewContextInterface.php
│ │ │ ├── ViewEvent.php
│ │ │ ├── ViewNotFoundException.php
│ │ │ ├── View.php
│ │ │ ├── ViewRenderer.php
│ │ │ ├── WidgetEvent.php
│ │ │ └── Widget.php
│ │ ├── BaseYii.php
│ │ ├── behaviors
│ │ │ ├── AttributeBehavior.php
│ │ │ ├── AttributeTypecastBehavior.php
│ │ │ ├── BlameableBehavior.php
│ │ │ ├── SluggableBehavior.php
│ │ │ └── TimestampBehavior.php
│ │ ├── caching
│ │ │ ├── ApcCache.php
│ │ │ ├── ArrayCache.php
│ │ │ ├── Cache.php
│ │ │ ├── ChainedDependency.php
│ │ │ ├── DbCache.php
│ │ │ ├── DbDependency.php
│ │ │ ├── DbQueryDependency.php
│ │ │ ├── Dependency.php
│ │ │ ├── DummyCache.php
│ │ │ ├── ExpressionDependency.php
│ │ │ ├── FileCache.php
│ │ │ ├── FileDependency.php
│ │ │ ├── MemCache.php
│ │ │ ├── MemCacheServer.php
│ │ │ ├── migrations
│ │ │ │ ├── m150909_153426_cache_init.php
│ │ │ │ ├── schema-mssql.sql
│ │ │ │ ├── schema-mysql.sql
│ │ │ │ ├── schema-oci.sql
│ │ │ │ ├── schema-pgsql.sql
│ │ │ │ └── schema-sqlite.sql
│ │ │ ├── TagDependency.php
│ │ │ ├── WinCache.php
│ │ │ ├── XCache.php
│ │ │ └── ZendDataCache.php
│ │ ├── captcha
│ │ │ ├── CaptchaAction.php
│ │ │ ├── CaptchaAsset.php
│ │ │ ├── Captcha.php
│ │ │ ├── CaptchaValidator.php
│ │ │ ├── SpicyRice.md
│ │ │ └── SpicyRice.ttf
│ │ ├── CHANGELOG.md
│ │ ├── classes.php
│ │ ├── composer.json
│ │ ├── console
│ │ │ ├── Application.php
│ │ │ ├── Controller.php
│ │ │ ├── controllers
│ │ │ │ ├── AssetController.php
│ │ │ │ ├── BaseMigrateController.php
│ │ │ │ ├── CacheController.php
│ │ │ │ ├── FixtureController.php
│ │ │ │ ├── HelpController.php
│ │ │ │ ├── MessageController.php
│ │ │ │ ├── MigrateController.php
│ │ │ │ └── ServeController.php
│ │ │ ├── ErrorHandler.php
│ │ │ ├── Exception.php
│ │ │ ├── Markdown.php
│ │ │ ├── Request.php
│ │ │ ├── Response.php
│ │ │ ├── runtime
│ │ │ └── UnknownCommandException.php
│ │ ├── data
│ │ │ ├── ActiveDataProvider.php
│ │ │ ├── ArrayDataProvider.php
│ │ │ ├── BaseDataProvider.php
│ │ │ ├── DataProviderInterface.php
│ │ │ ├── Pagination.php
│ │ │ ├── Sort.php
│ │ │ └── SqlDataProvider.php
│ │ ├── db
│ │ │ ├── ActiveQueryInterface.php
│ │ │ ├── ActiveQuery.php
│ │ │ ├── ActiveQueryTrait.php
│ │ │ ├── ActiveRecordInterface.php
│ │ │ ├── ActiveRecord.php
│ │ │ ├── ActiveRelationTrait.php
│ │ │ ├── AfterSaveEvent.php
│ │ │ ├── BaseActiveRecord.php
│ │ │ ├── BatchQueryResult.php
│ │ │ ├── ColumnSchemaBuilder.php
│ │ │ ├── ColumnSchema.php
│ │ │ ├── Command.php
│ │ │ ├── Connection.php
│ │ │ ├── cubrid
│ │ │ │ ├── ColumnSchemaBuilder.php
│ │ │ │ ├── QueryBuilder.php
│ │ │ │ └── Schema.php
│ │ │ ├── DataReader.php
│ │ │ ├── Exception.php
│ │ │ ├── Expression.php
│ │ │ ├── IntegrityException.php
│ │ │ ├── MigrationInterface.php
│ │ │ ├── Migration.php
│ │ │ ├── mssql
│ │ │ │ ├── PDO.php
│ │ │ │ ├── QueryBuilder.php
│ │ │ │ ├── Schema.php
│ │ │ │ ├── SqlsrvPDO.php
│ │ │ │ └── TableSchema.php
│ │ │ ├── mysql
│ │ │ │ ├── ColumnSchemaBuilder.php
│ │ │ │ ├── QueryBuilder.php
│ │ │ │ └── Schema.php
│ │ │ ├── oci
│ │ │ │ ├── ColumnSchemaBuilder.php
│ │ │ │ ├── QueryBuilder.php
│ │ │ │ └── Schema.php
│ │ │ ├── pgsql
│ │ │ │ ├── QueryBuilder.php
│ │ │ │ └── Schema.php
│ │ │ ├── QueryBuilder.php
│ │ │ ├── QueryInterface.php
│ │ │ ├── Query.php
│ │ │ ├── QueryTrait.php
│ │ │ ├── SchemaBuilderTrait.php
│ │ │ ├── Schema.php
│ │ │ ├── sqlite
│ │ │ │ ├── ColumnSchemaBuilder.php
│ │ │ │ ├── QueryBuilder.php
│ │ │ │ └── Schema.php
│ │ │ ├── StaleObjectException.php
│ │ │ ├── TableSchema.php
│ │ │ ├── Transaction.php
│ │ │ └── ViewFinderTrait.php
│ │ ├── di
│ │ │ ├── Container.php
│ │ │ ├── Instance.php
│ │ │ ├── NotInstantiableException.php
│ │ │ └── ServiceLocator.php
│ │ ├── filters
│ │ │ ├── AccessControl.php
│ │ │ ├── AccessRule.php
│ │ │ ├── auth
│ │ │ │ ├── AuthInterface.php
│ │ │ │ ├── AuthMethod.php
│ │ │ │ ├── CompositeAuth.php
│ │ │ │ ├── HttpBasicAuth.php
│ │ │ │ ├── HttpBearerAuth.php
│ │ │ │ └── QueryParamAuth.php
│ │ │ ├── ContentNegotiator.php
│ │ │ ├── Cors.php
│ │ │ ├── HostControl.php
│ │ │ ├── HttpCache.php
│ │ │ ├── PageCache.php
│ │ │ ├── RateLimiter.php
│ │ │ ├── RateLimitInterface.php
│ │ │ └── VerbFilter.php
│ │ ├── grid
│ │ │ ├── ActionColumn.php
│ │ │ ├── CheckboxColumn.php
│ │ │ ├── Column.php
│ │ │ ├── DataColumn.php
│ │ │ ├── GridViewAsset.php
│ │ │ ├── GridView.php
│ │ │ ├── RadioButtonColumn.php
│ │ │ └── SerialColumn.php
│ │ ├── helpers
│ │ │ ├── ArrayHelper.php
│ │ │ ├── BaseArrayHelper.php
│ │ │ ├── BaseConsole.php
│ │ │ ├── BaseFileHelper.php
│ │ │ ├── BaseFormatConverter.php
│ │ │ ├── BaseHtml.php
│ │ │ ├── BaseHtmlPurifier.php
│ │ │ ├── BaseInflector.php
│ │ │ ├── BaseJson.php
│ │ │ ├── BaseMarkdown.php
│ │ │ ├── BaseStringHelper.php
│ │ │ ├── BaseUrl.php
│ │ │ ├── BaseVarDumper.php
│ │ │ ├── Console.php
│ │ │ ├── FileHelper.php
│ │ │ ├── FormatConverter.php
│ │ │ ├── Html.php
│ │ │ ├── HtmlPurifier.php
│ │ │ ├── Inflector.php
│ │ │ ├── Json.php
│ │ │ ├── Markdown.php
│ │ │ ├── mimeTypes.php
│ │ │ ├── ReplaceArrayValue.php
│ │ │ ├── StringHelper.php
│ │ │ ├── UnsetArrayValue.php
│ │ │ ├── Url.php
│ │ │ └── VarDumper.php
│ │ ├── i18n
│ │ │ ├── DbMessageSource.php
│ │ │ ├── Formatter.php
│ │ │ ├── GettextFile.php
│ │ │ ├── GettextMessageSource.php
│ │ │ ├── GettextMoFile.php
│ │ │ ├── GettextPoFile.php
│ │ │ ├── I18N.php
│ │ │ ├── MessageFormatter.php
│ │ │ ├── MessageSource.php
│ │ │ ├── migrations
│ │ │ │ ├── m150207_210500_i18n_init.php
│ │ │ │ ├── schema-mssql.sql
│ │ │ │ ├── schema-mysql.sql
│ │ │ │ ├── schema-oci.sql
│ │ │ │ ├── schema-pgsql.sql
│ │ │ │ └── schema-sqlite.sql
│ │ │ ├── MissingTranslationEvent.php
│ │ │ └── PhpMessageSource.php
│ │ ├── LICENSE.md
│ │ ├── log
│ │ │ ├── DbTarget.php
│ │ │ ├── Dispatcher.php
│ │ │ ├── EmailTarget.php
│ │ │ ├── FileTarget.php
│ │ │ ├── Logger.php
│ │ │ ├── migrations
│ │ │ │ ├── m141106_185632_log_init.php
│ │ │ │ ├── schema-mssql.sql
│ │ │ │ ├── schema-mysql.sql
│ │ │ │ ├── schema-oci.sql
│ │ │ │ ├── schema-pgsql.sql
│ │ │ │ └── schema-sqlite.sql
│ │ │ ├── SyslogTarget.php
│ │ │ └── Target.php
│ │ │ ├── BaseMailer.php
│ │ │ ├── BaseMessage.php
│ │ │ ├── MailerInterface.php
│ │ │ ├── MailEvent.php
│ │ │ └── MessageInterface.php
│ │ ├── messages
│ │ │ ├── ar
│ │ │ │ └── yii.php
│ │ │ ├── az
│ │ │ │ └── yii.php
│ │ │ ├── bg
│ │ │ │ └── yii.php
│ │ │ ├── bs
│ │ │ │ └── yii.php
│ │ │ ├── ca
│ │ │ │ └── yii.php
│ │ │ ├── config.php
│ │ │ ├── cs
│ │ │ │ └── yii.php
│ │ │ ├── da
│ │ │ │ └── yii.php
│ │ │ ├── de
│ │ │ │ └── yii.php
│ │ │ ├── el
│ │ │ │ └── yii.php
│ │ │ ├── es
│ │ │ │ └── yii.php
│ │ │ ├── et
│ │ │ │ └── yii.php
│ │ │ ├── fa
│ │ │ │ └── yii.php
│ │ │ ├── fi
│ │ │ │ └── yii.php
│ │ │ ├── fr
│ │ │ │ └── yii.php
│ │ │ ├── he
│ │ │ │ └── yii.php
│ │ │ ├── hr
│ │ │ │ └── yii.php
│ │ │ ├── hu
│ │ │ │ └── yii.php
│ │ │ ├── id
│ │ │ │ └── yii.php
│ │ │ ├── it
│ │ │ │ └── yii.php
│ │ │ ├── ja
│ │ │ │ └── yii.php
│ │ │ ├── ka
│ │ │ │ └── yii.php
│ │ │ ├── kk
│ │ │ │ └── yii.php
│ │ │ ├── ko
│ │ │ │ └── yii.php
│ │ │ ├── lt
│ │ │ │ └── yii.php
│ │ │ ├── lv
│ │ │ │ └── yii.php
│ │ │ ├── ms
│ │ │ │ └── yii.php
│ │ │ ├── nb-NO
│ │ │ │ └── yii.php
│ │ │ ├── nl
│ │ │ │ └── yii.php
│ │ │ ├── pl
│ │ │ │ └── yii.php
│ │ │ ├── pt
│ │ │ │ └── yii.php
│ │ │ ├── pt-BR
│ │ │ │ └── yii.php
│ │ │ ├── ro
│ │ │ │ └── yii.php
│ │ │ ├── ru
│ │ │ │ └── yii.php
│ │ │ ├── sk
│ │ │ │ └── yii.php
│ │ │ ├── sl
│ │ │ │ └── yii.php
│ │ │ ├── sr
│ │ │ │ └── yii.php
│ │ │ ├── sr-Latn
│ │ │ │ └── yii.php
│ │ │ ├── sv
│ │ │ │ └── yii.php
│ │ │ ├── tg
│ │ │ │ └── yii.php
│ │ │ ├── th
│ │ │ │ └── yii.php
│ │ │ ├── tr
│ │ │ │ └── yii.php
│ │ │ ├── uk
│ │ │ │ └── yii.php
│ │ │ ├── uz
│ │ │ │ └── yii.php
│ │ │ ├── vi
│ │ │ │ └── yii.php
│ │ │ ├── zh-CN
│ │ │ │ └── yii.php
│ │ │ └── zh-TW
│ │ │ └── yii.php
│ │ ├── mutex
│ │ │ ├── DbMutex.php
│ │ │ ├── FileMutex.php
│ │ │ ├── Mutex.php
│ │ │ ├── MysqlMutex.php
│ │ │ ├── OracleMutex.php
│ │ │ └── PgsqlMutex.php
│ │ ├── rbac
│ │ │ ├── Assignment.php
│ │ │ ├── BaseManager.php
│ │ │ ├── CheckAccessInterface.php
│ │ │ ├── DbManager.php
│ │ │ ├── Item.php
│ │ │ ├── ManagerInterface.php
│ │ │ ├── migrations
│ │ │ │ ├── m140506_102106_rbac_init.php
│ │ │ │ ├── schema-mssql.sql
│ │ │ │ ├── schema-mysql.sql
│ │ │ │ ├── schema-oci.sql
│ │ │ │ ├── schema-pgsql.sql
│ │ │ │ └── schema-sqlite.sql
│ │ │ ├── Permission.php
│ │ │ ├── PhpManager.php
│ │ │ ├── Role.php
│ │ │ └── Rule.php
│ │ ├── README.md
│ │ ├── requirements
│ │ │ ├── requirements.php
│ │ │ ├── views
│ │ │ │ ├── console
│ │ │ │ │ └── index.php
│ │ │ │ └── web
│ │ │ │ ├── css.php
│ │ │ │ └── index.php
│ │ │ └── YiiRequirementChecker.php
│ │ ├── rest
│ │ │ ├── Action.php
│ │ │ ├── ActiveController.php
│ │ │ ├── Controller.php
│ │ │ ├── CreateAction.php
│ │ │ ├── DeleteAction.php
│ │ │ ├── IndexAction.php
│ │ │ ├── OptionsAction.php
│ │ │ ├── Serializer.php
│ │ │ ├── UpdateAction.php
│ │ │ ├── UrlRule.php
│ │ │ └── ViewAction.php
│ │ ├── test
│ │ │ ├── ActiveFixture.php
│ │ │ ├── ArrayFixture.php
│ │ │ ├── BaseActiveFixture.php
│ │ │ ├── DbFixture.php
│ │ │ ├── Fixture.php
│ │ │ ├── FixtureTrait.php
│ │ │ └── InitDbFixture.php
│ │ ├── UPGRADE.md
│ │ ├── validators
│ │ │ ├── BooleanValidator.php
│ │ │ ├── CompareValidator.php
│ │ │ ├── DateValidator.php
│ │ │ ├── DefaultValueValidator.php
│ │ │ ├── EachValidator.php
│ │ │ ├── EmailValidator.php
│ │ │ ├── ExistValidator.php
│ │ │ ├── FileValidator.php
│ │ │ ├── FilterValidator.php
│ │ │ ├── ImageValidator.php
│ │ │ ├── InlineValidator.php
│ │ │ ├── IpValidator.php
│ │ │ ├── NumberValidator.php
│ │ │ ├── PunycodeAsset.php
│ │ │ ├── RangeValidator.php
│ │ │ ├── RegularExpressionValidator.php
│ │ │ ├── RequiredValidator.php
│ │ │ ├── SafeValidator.php
│ │ │ ├── StringValidator.php
│ │ │ ├── UniqueValidator.php
│ │ │ ├── UrlValidator.php
│ │ │ ├── ValidationAsset.php
│ │ │ └── Validator.php
│ │ ├── views
│ │ │ ├── addColumnMigration.php
│ │ │ ├── _addColumns.php
│ │ │ ├── _addForeignKeys.php
│ │ │ ├── createJunctionMigration.php
│ │ │ ├── createTableMigration.php
│ │ │ ├── _createTable.php
│ │ │ ├── dropColumnMigration.php
│ │ │ ├── _dropColumns.php
│ │ │ ├── _dropForeignKeys.php
│ │ │ ├── dropTableMigration.php
│ │ │ ├── _dropTable.php
│ │ │ ├── errorHandler
│ │ │ │ ├── callStackItem.php
│ │ │ │ ├── error.php
│ │ │ │ ├── exception.php
│ │ │ │ └── previousException.php
│ │ │ ├── _foreignTables.php
│ │ │ ├── messageConfig.php
│ │ │ └── migration.php
│ │ ├── web
│ │ │ ├── Application.php
│ │ │ ├── AssetBundle.php
│ │ │ ├── AssetConverterInterface.php
│ │ │ ├── AssetConverter.php
│ │ │ ├── AssetManager.php
│ │ │ ├── BadRequestHttpException.php
│ │ │ ├── CacheSession.php
│ │ │ ├── CompositeUrlRule.php
│ │ │ ├── ConflictHttpException.php
│ │ │ ├── Controller.php
│ │ │ ├── CookieCollection.php
│ │ │ ├── Cookie.php
│ │ │ ├── DbSession.php
│ │ │ ├── ErrorAction.php
│ │ │ ├── ErrorHandler.php
│ │ │ ├── ForbiddenHttpException.php
│ │ │ ├── GoneHttpException.php
│ │ │ ├── GroupUrlRule.php
│ │ │ ├── HeaderCollection.php
│ │ │ ├── HtmlResponseFormatter.php
│ │ │ ├── HttpException.php
│ │ │ ├── IdentityInterface.php
│ │ │ ├── JqueryAsset.php
│ │ │ ├── JsExpression.php
│ │ │ ├── JsonParser.php
│ │ │ ├── JsonResponseFormatter.php
│ │ │ ├── Linkable.php
│ │ │ ├── Link.php
│ │ │ ├── MethodNotAllowedHttpException.php
│ │ │ ├── migrations
│ │ │ │ ├── m160313_153426_session_init.php
│ │ │ │ ├── schema-mssql.sql
│ │ │ │ ├── schema-mysql.sql
│ │ │ │ ├── schema-oci.sql
│ │ │ │ ├── schema-pgsql.sql
│ │ │ │ └── schema-sqlite.sql
│ │ │ ├── MultiFieldSession.php
│ │ │ ├── MultipartFormDataParser.php
│ │ │ ├── NotAcceptableHttpException.php
│ │ │ ├── NotFoundHttpException.php
│ │ │ ├── RangeNotSatisfiableHttpException.php
│ │ │ ├── RequestParserInterface.php
│ │ │ ├── Request.php
│ │ │ ├── ResponseFormatterInterface.php
│ │ │ ├── Response.php
│ │ │ ├── ServerErrorHttpException.php
│ │ │ ├── SessionIterator.php
│ │ │ ├── Session.php
│ │ │ ├── TooManyRequestsHttpException.php
│ │ │ ├── UnauthorizedHttpException.php
│ │ │ ├── UnprocessableEntityHttpException.php
│ │ │ ├── UnsupportedMediaTypeHttpException.php
│ │ │ ├── UploadedFile.php
│ │ │ ├── UrlManager.php
│ │ │ ├── UrlNormalizer.php
│ │ │ ├── UrlNormalizerRedirectException.php
│ │ │ ├── UrlRuleInterface.php
│ │ │ ├── UrlRule.php
│ │ │ ├── UserEvent.php
│ │ │ ├── User.php
│ │ │ ├── ViewAction.php
│ │ │ ├── View.php
│ │ │ ├── XmlResponseFormatter.php
│ │ │ └── YiiAsset.php
│ │ ├── widgets
│ │ │ ├── ActiveField.php
│ │ │ ├── ActiveFormAsset.php
│ │ │ ├── ActiveForm.php
│ │ │ ├── BaseListView.php
│ │ │ ├── Block.php
│ │ │ ├── Breadcrumbs.php
│ │ │ ├── ContentDecorator.php
│ │ │ ├── DetailView.php
│ │ │ ├── FragmentCache.php
│ │ │ ├── InputWidget.php
│ │ │ ├── LinkPager.php
│ │ │ ├── LinkSorter.php
│ │ │ ├── ListView.php
│ │ │ ├── MaskedInputAsset.php
│ │ │ ├── MaskedInput.php
│ │ │ ├── Menu.php
│ │ │ ├── PjaxAsset.php
│ │ │ ├── Pjax.php
│ │ │ └── Spaceless.php
│ │ ├── yii
│ │ ├── yii.bat
│ │ └── Yii.php
│ ├── yii2-bootstrap
│ │ ├── ActiveField.php
│ │ ├── ActiveForm.php
│ │ ├── Alert.php
│ │ ├── BaseHtml.php
│ │ ├── BootstrapAsset.php
│ │ ├── BootstrapPluginAsset.php
│ │ ├── BootstrapThemeAsset.php
│ │ ├── BootstrapWidgetTrait.php
│ │ ├── ButtonDropdown.php
│ │ ├── ButtonGroup.php
│ │ ├── Button.php
│ │ ├── Carousel.php
│ │ ├── CHANGELOG.md
│ │ ├── Collapse.php
│ │ ├── composer.json
│ │ ├── Dropdown.php
│ │ ├── Html.php
│ │ ├── InputWidget.php
│ │ ├── LICENSE.md
│ │ ├── Makefile
│ │ ├── Modal.php
│ │ ├── NavBar.php
│ │ ├── Nav.php
│ │ ├── Progress.php
│ │ ├── README.md
│ │ ├── src
│ │ │ ├── ActiveField.php
│ │ │ ├── ActiveForm.php
│ │ │ ├── Alert.php
│ │ │ ├── BaseHtml.php
│ │ │ ├── BootstrapAsset.php
│ │ │ ├── BootstrapPluginAsset.php
│ │ │ ├── BootstrapThemeAsset.php
│ │ │ ├── BootstrapWidgetTrait.php
│ │ │ ├── ButtonDropdown.php
│ │ │ ├── ButtonGroup.php
│ │ │ ├── Button.php
│ │ │ ├── Carousel.php
│ │ │ ├── Collapse.php
│ │ │ ├── Dropdown.php
│ │ │ ├── Html.php
│ │ │ ├── InputWidget.php
│ │ │ ├── Modal.php
│ │ │ ├── NavBar.php
│ │ │ ├── Nav.php
│ │ │ ├── Progress.php
│ │ │ ├── Tabs.php
│ │ │ ├── ToggleButtonGroup.php
│ │ │ └── Widget.php
│ │ ├── Tabs.php
│ │ ├── ToggleButtonGroup.php
│ │ └── Widget.php
│ ├── yii2-composer
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── Installer.php
│ │ ├── LICENSE.md
│ │ ├── Plugin.php
│ │ └── README.md
│ ├── yii2-debug
│ │ ├── actions
│ │ │ └── db
│ │ │ └── ExplainAction.php
│ │ ├── assets
│ │ │ ├── arrow.svg
│ │ │ ├── main.css
│ │ │ ├── maximize.svg
│ │ │ ├── switch.svg
│ │ │ ├── timeline.css
│ │ │ ├── timeline.js
│ │ │ ├── toolbar.css
│ │ │ ├── toolbar.js
│ │ │ └── userswitch.js
│ │ ├── CHANGELOG.md
│ │ ├── components
│ │ │ └── search
│ │ │ ├── Filter.php
│ │ │ └── matchers
│ │ │ ├── Base.php
│ │ │ ├── GreaterThanOrEqual.php
│ │ │ ├── GreaterThan.php
│ │ │ ├── LowerThan.php
│ │ │ ├── MatcherInterface.php
│ │ │ └── SameAs.php
│ │ ├── composer.json
│ │ ├── controllers
│ │ │ ├── DefaultController.php
│ │ │ └── UserController.php
│ │ ├── DebugAsset.php
│ │ ├── FlattenException.php
│ │ ├── LICENSE.md
│ │ ├── LogTarget.php
│ │ ├── models
│ │ │ ├── Router.php
│ │ │ ├── search
│ │ │ │ ├── Base.php
│ │ │ │ ├── Db.php
│ │ │ │ ├── Debug.php
│ │ │ │ ├── Log.php
│ │ │ │ ├── Mail.php
│ │ │ │ ├── Profile.php
│ │ │ │ ├── User.php
│ │ │ │ └── UserSearchInterface.php
│ │ │ ├── timeline
│ │ │ │ ├── DataProvider.php
│ │ │ │ ├── Search.php
│ │ │ │ └── Svg.php
│ │ │ └── UserSwitch.php
│ │ ├── Module.php
│ │ ├── Panel.php
│ │ ├── panels
│ │ │ ├── AssetPanel.php
│ │ │ ├── ConfigPanel.php
│ │ │ ├── DbPanel.php
│ │ │ ├── LogPanel.php
│ │ │ ├── MailPanel.php
│ │ │ ├── ProfilingPanel.php
│ │ │ ├── RequestPanel.php
│ │ │ ├── RouterPanel.php
│ │ │ ├── TimelinePanel.php
│ │ │ └── UserPanel.php
│ │ ├── README.md
│ │ ├── TimelineAsset.php
│ │ ├── UserswitchAsset.php
│ │ └── views
│ │ ├── default
│ │ │ ├── index.php
│ │ │ ├── panels
│ │ │ │ ├── assets
│ │ │ │ │ ├── detail.php
│ │ │ │ │ └── summary.php
│ │ │ │ ├── config
│ │ │ │ │ ├── detail.php
│ │ │ │ │ ├── summary.php
│ │ │ │ │ └── table.php
│ │ │ │ ├── db
│ │ │ │ │ ├── detail.php
│ │ │ │ │ └── summary.php
│ │ │ │ ├── log
│ │ │ │ │ ├── detail.php
│ │ │ │ │ └── summary.php
│ │ │ │ │ ├── detail.php
│ │ │ │ │ ├── _item.php
│ │ │ │ │ └── summary.php
│ │ │ │ ├── profile
│ │ │ │ │ ├── detail.php
│ │ │ │ │ └── summary.php
│ │ │ │ ├── request
│ │ │ │ │ ├── detail.php
│ │ │ │ │ ├── summary.php
│ │ │ │ │ └── table.php
│ │ │ │ ├── router
│ │ │ │ │ └── detail.php
│ │ │ │ ├── timeline
│ │ │ │ │ └── detail.php
│ │ │ │ └── user
│ │ │ │ ├── detail.php
│ │ │ │ ├── roles.php
│ │ │ │ ├── summary.php
│ │ │ │ └── switch.php
│ │ │ ├── toolbar.php
│ │ │ └── view.php
│ │ └── layouts
│ │ └── main.php
│ ├── yii2-faker
│ │ ├── CHANGELOG.md
│ │ ├── composer.json
│ │ ├── FixtureController.php
│ │ ├── LICENSE.md
│ │ ├── Makefile
│ │ └── README.md
│ ├── yii2-gii
│ │ ├── assets
│ │ │ ├── gii.js
│ │ │ ├── logo.png
│ │ │ └── main.css
│ │ ├── CHANGELOG.md
│ │ ├── CodeFile.php
│ │ ├── components
│ │ │ ├── ActiveField.php
│ │ │ └── DiffRendererHtmlInline.php
│ │ ├── composer.json
│ │ ├── console
│ │ │ ├── GenerateAction.php
│ │ │ └── GenerateController.php
│ │ ├── controllers
│ │ │ └── DefaultController.php
│ │ ├── Generator.php
│ │ ├── generators
│ │ │ ├── controller
│ │ │ │ ├── default
│ │ │ │ │ ├── controller.php
│ │ │ │ │ └── view.php
│ │ │ │ ├── form.php
│ │ │ │ └── Generator.php
│ │ │ ├── crud
│ │ │ │ ├── default
│ │ │ │ │ ├── controller.php
│ │ │ │ │ ├── search.php
│ │ │ │ │ └── views
│ │ │ │ │ ├── create.php
│ │ │ │ │ ├── _form.php
│ │ │ │ │ ├── index.php
│ │ │ │ │ ├── _search.php
│ │ │ │ │ ├── update.php
│ │ │ │ │ └── view.php
│ │ │ │ ├── form.php
│ │ │ │ └── Generator.php
│ │ │ ├── extension
│ │ │ │ ├── default
│ │ │ │ │ ├── AutoloadExample.php
│ │ │ │ │ ├── composer.json
│ │ │ │ │ └── README.md
│ │ │ │ ├── form.php
│ │ │ │ └── Generator.php
│ │ │ ├── form
│ │ │ │ ├── default
│ │ │ │ │ ├── action.php
│ │ │ │ │ └── form.php
│ │ │ │ ├── form.php
│ │ │ │ └── Generator.php
│ │ │ ├── model
│ │ │ │ ├── default
│ │ │ │ │ ├── model.php
│ │ │ │ │ └── query.php
│ │ │ │ ├── form.php
│ │ │ │ └── Generator.php
│ │ │ └── module
│ │ │ ├── default
│ │ │ │ ├── controller.php
│ │ │ │ ├── module.php
│ │ │ │ └── view.php
│ │ │ ├── form.php
│ │ │ └── Generator.php
│ │ ├── GiiAsset.php
│ │ ├── Makefile
│ │ ├── Module.php
│ │ ├── README.md
│ │ ├── TypeAheadAsset.php
│ │ └── views
│ │ ├── default
│ │ │ ├── diff.php
│ │ │ ├── index.php
│ │ │ ├── view
│ │ │ │ ├── files.php
│ │ │ │ └── results.php
│ │ │ └── view.php
│ │ └── layouts
│ │ ├── generator.php
│ │ └── main.php
│ └── yii2-swiftmailer
│ ├── CHANGELOG.md
│ ├── composer.json
│ ├── LICENSE.md
│ ├── Logger.php
│ ├── Mailer.php
│ ├── Makefile
│ ├── Message.php
│ └── README.md
├── version.json
├── views
│ ├── bikan.ini
│ ├── cloud
│ │ ├── index.php
│ │ └── layout.php
│ ├── demo.html
│ ├── error
│ │ ├── auth_error.php
│ │ ├── auth.php
│ │ ├── error.php
│ │ └── exception.php
│ ├── flex.css
│ ├── index1.html
│ ├── install
│ │ └── index.php
│ ├── layouts
│ │ └── main.php
│ ├── logo1.gif
│ ├── readme.ini
│ ├── wechat-platform
│ │ └── bind-user.php
│ ├── weixin.png
│ ├── Www.Souho.Net.html
│ └── 搜虎精品社区.url
├── web
│ ├── alipay-notify.php
│ ├── antapp
│ │ ├── api.tpl.js
│ │ ├── app.acss
│ │ ├── app.js
│ │ ├── app.json
│ │ ├── area-picker
│ │ │ ├── area-picker.acss
│ │ │ ├── area-picker.axml
│ │ │ └── area-picker.js
│ │ ├── bargain
│ │ │ ├── activity
│ │ │ │ ├── activity.acss
│ │ │ │ ├── activity.axml
│ │ │ │ ├── activity.js
│ │ │ │ └── activity.json
│ │ │ ├── commons
│ │ │ │ ├── naver
│ │ │ │ │ ├── naver.acss
│ │ │ │ │ └── naver.axml
│ │ │ │ └── time.js
│ │ │ ├── goods
│ │ │ │ ├── goods.acss
│ │ │ │ ├── goods.axml
│ │ │ │ ├── goods.js
│ │ │ │ └── goods.json
│ │ │ ├── images
│ │ │ │ ├── icon-bargain-list.png
│ │ │ │ ├── icon-bargain-list-selected.png
│ │ │ │ ├── icon-bargain-my.png
│ │ │ │ ├── icon-bargain-my-selected.png
│ │ │ │ ├── icon-bargain-order-jiantou.png
│ │ │ │ └── icon-bargain-sku.png
│ │ │ ├── list
│ │ │ │ ├── list.acss
│ │ │ │ ├── list.axml
│ │ │ │ ├── list.js
│ │ │ │ └── list.json
│ │ │ ├── order-list
│ │ │ │ ├── order-list.acss
│ │ │ │ ├── order-list.axml
│ │ │ │ ├── order-list.js
│ │ │ │ └── order-list.json
│ │ │ └── rule
│ │ │ ├── rule.acss
│ │ │ ├── rule.axml
│ │ │ ├── rule.js
│ │ │ └── rule.json
│ │ ├── commons
│ │ │ ├── calendar
│ │ │ │ ├── calendar.acss
│ │ │ │ ├── calendar.axml
│ │ │ │ └── calendar-converter.js
│ │ │ ├── copyright
│ │ │ │ └── copyright.axml
│ │ │ ├── extension
│ │ │ │ ├── extension.acss
│ │ │ │ └── extension.axml
│ │ │ ├── float-icon
│ │ │ │ └── float-icon.axml
│ │ │ ├── footer
│ │ │ │ └── footer.axml
│ │ │ ├── get-card
│ │ │ │ ├── get-card.acss
│ │ │ │ └── get-card.axml
│ │ │ ├── get-coupon
│ │ │ │ └── get-coupon.axml
│ │ │ ├── goods
│ │ │ │ ├── goods_car.acss
│ │ │ │ ├── goods_car.axml
│ │ │ │ ├── goods_car_list.acss
│ │ │ │ ├── goods_car_list.axml
│ │ │ │ ├── specifications.acss
│ │ │ │ └── specifications.axml
│ │ │ ├── goods-header
│ │ │ │ ├── goods-header.acss
│ │ │ │ └── goods-header.axml
│ │ │ ├── header
│ │ │ │ └── header.axml
│ │ │ ├── navbar
│ │ │ │ └── navbar.axml
│ │ │ ├── order-pay
│ │ │ │ └── order-pay.js
│ │ │ ├── order-submit
│ │ │ │ └── form
│ │ │ │ └── form.axml
│ │ │ └── quick-navigation
│ │ │ ├── quick-navigation.acss
│ │ │ └── quick-navigation.axml
│ │ ├── components
│ │ │ ├── area-picker
│ │ │ │ ├── area-picker.acss
│ │ │ │ ├── area-picker.axml
│ │ │ │ └── area-picker.js
│ │ │ ├── calendar
│ │ │ │ ├── calendar.acss
│ │ │ │ ├── calendar.axml
│ │ │ │ └── calendar-converter.js
│ │ │ ├── common
│ │ │ │ ├── common.acss
│ │ │ │ ├── common.axml
│ │ │ │ ├── float-icon.axml
│ │ │ │ ├── get-coupon.axml
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ └── navbar.axml
│ │ │ ├── copyright
│ │ │ │ └── copyright.axml
│ │ │ ├── float-icon
│ │ │ │ └── float-icon.axml
│ │ │ ├── footer
│ │ │ │ ├── footer.acss
│ │ │ │ └── footer.axml
│ │ │ ├── get-card
│ │ │ │ ├── get-card.acss
│ │ │ │ └── get-card.axml
│ │ │ ├── get-coupon
│ │ │ │ └── get-coupon.axml
│ │ │ ├── goods
│ │ │ │ ├── goods_banner.acss
│ │ │ │ ├── goods_banner.axml
│ │ │ │ ├── goods_banner.js
│ │ │ │ ├── goods_refund.acss
│ │ │ │ ├── goods_refund.axml
│ │ │ │ ├── goods_refund.js
│ │ │ │ ├── goods_send.acss
│ │ │ │ ├── goods_send.axml
│ │ │ │ ├── goods_send.js
│ │ │ │ ├── specifications_model.acss
│ │ │ │ ├── specifications_model.axml
│ │ │ │ └── specifications_model.js
│ │ │ ├── goods-header
│ │ │ │ ├── goods-header.acss
│ │ │ │ └── goods-header.axml
│ │ │ ├── header
│ │ │ │ ├── header.acss
│ │ │ │ └── header.axml
│ │ │ ├── order
│ │ │ │ ├── clerk-qrcode
│ │ │ │ │ └── clerk-qrcode.axml
│ │ │ │ └── order-submit
│ │ │ │ └── form
│ │ │ │ └── form.axml
│ │ │ ├── quick-navigation
│ │ │ │ ├── quick-navigation.acss
│ │ │ │ ├── quick-navigation.axml
│ │ │ │ └── quick-navigation.js
│ │ │ ├── save_qrcode
│ │ │ │ ├── save_qrcode.acss
│ │ │ │ └── save_qrcode.axml
│ │ │ ├── shopping_cart
│ │ │ │ ├── shopping_cart.acss
│ │ │ │ ├── shopping_cart.axml
│ │ │ │ └── shopping_cart.js
│ │ │ ├── specifications_model
│ │ │ │ ├── specifications_model.acss
│ │ │ │ ├── specifications_model.axml
│ │ │ │ └── specifications_model.js
│ │ │ └── _toast
│ │ │ ├── _toast.acss
│ │ │ └── _toast.axml
│ │ ├── core
│ │ │ ├── api.js
│ │ │ ├── config.js
│ │ │ ├── const.js
│ │ │ ├── core.js
│ │ │ ├── getUser.js
│ │ │ ├── login.js
│ │ │ ├── order-pay.js
│ │ │ ├── page.js
│ │ │ ├── request.js
│ │ │ ├── setUser.js
│ │ │ └── trigger.js
│ │ ├── hj.js
│ │ ├── images
│ │ │ ├── coupon-details.png
│ │ │ ├── icon-comment-score-1.active.png
│ │ │ ├── icon-comment-score-1.png
│ │ │ ├── icon-comment-score-2.active.png
│ │ │ ├── icon-comment-score-2.png
│ │ │ ├── icon-comment-score-3.active.png
│ │ │ ├── icon-comment-score-3.png
│ │ │ ├── icon-discount.png
│ │ │ ├── icon-down.png
│ │ │ ├── icon-good-shop.png
│ │ │ ├── icon-help.png
│ │ │ ├── icon-huodao-selected.png
│ │ │ ├── icon-integral-radio-active.png
│ │ │ ├── icon-integral-radio.png
│ │ │ ├── icon-jingxuan.png
│ │ │ ├── icon-loading.gif
│ │ │ ├── icon-member-bg.png
│ │ │ ├── icon-member-level.png
│ │ │ ├── icon-notice.png
│ │ │ ├── icon-offline.png
│ │ │ ├── icon-online-selected.png
│ │ │ ├── icon-order-0.png
│ │ │ ├── icon-order-1.png
│ │ │ ├── icon-order-2.png
│ │ │ ├── icon-order-3.png
│ │ │ ├── icon-order-4.png
│ │ │ ├── icon-receive-coupon.png
│ │ │ ├── icon-recharge-selected.png
│ │ │ ├── icon-share-wechat.png
│ │ │ ├── icon-shop-checked.png
│ │ │ ├── icon-shop-un.png
│ │ │ ├── icon-sub.png
│ │ │ ├── icon-topic.png
│ │ │ ├── icon-user-card.png
│ │ │ ├── icon-user-fx.png
│ │ │ ├── icon-user-lingqu.png
│ │ │ ├── icon-warning.png
│ │ │ ├── img-coupon-bg-0.png
│ │ │ ├── img-coupon-bg-1.png
│ │ │ ├── img-coupon-status-icon-1.png
│ │ │ ├── img-coupon-status-icon-2.png
│ │ │ ├── img-get-coupon-title.png
│ │ │ ├── img-nvzhuang.png
│ │ │ ├── img-share-agree.png
│ │ │ ├── img-share-cash.png
│ │ │ ├── img-share-order.png
│ │ │ ├── img-share-price.png
│ │ │ ├── img-share-team.png
│ │ │ ├── img-share-tip.png
│ │ │ ├── img-share-un.png
│ │ │ ├── integral-mall-coupon2.png
│ │ │ ├── integral-mall-coupon.png
│ │ │ ├── integral.png
│ │ │ ├── liji.jpg
│ │ │ ├── miaosha-next.png
│ │ │ ├── pond-details.png
│ │ │ ├── pt-favorite-active.png
│ │ │ ├── pt-my-group.png
│ │ │ ├── pt-order-details-bg.png
│ │ │ ├── quick-home.png
│ │ │ ├── settle.jpg
│ │ │ └── user-integral-arrow.png
│ │ ├── mch
│ │ │ ├── apply
│ │ │ │ ├── apply.acss
│ │ │ │ ├── apply.axml
│ │ │ │ ├── apply.js
│ │ │ │ └── apply.json
│ │ │ ├── images
│ │ │ │ ├── icon-bianji.png
│ │ │ │ ├── icon-check-off.png
│ │ │ │ ├── icon-check-on.png
│ │ │ │ ├── icon-coupon-disable.png
│ │ │ │ ├── icon-coupon.png
│ │ │ │ ├── icon-fenlei.png
│ │ │ │ ├── icon-jiage-1.png
│ │ │ │ ├── icon-jiage-2.png
│ │ │ │ ├── icon-jiage-3.png
│ │ │ │ ├── icon-jiantou-xia.png
│ │ │ │ ├── icon-jiantou-you.png
│ │ │ │ ├── icon-menu.png
│ │ │ │ ├── icon-quanbu-active.png
│ │ │ │ ├── icon-quanbu.png
│ │ │ │ ├── icon-shanchu.png
│ │ │ │ ├── icon-shoucang.png
│ │ │ │ ├── icon-shouhou.png
│ │ │ │ ├── icon-shouye-active.png
│ │ │ │ ├── icon-shouye.png
│ │ │ │ ├── icon-tuiguang.png
│ │ │ │ ├── icon-xiajia.png
│ │ │ │ ├── icon-xinpin-active.png
│ │ │ │ ├── icon-xinpin.png
│ │ │ │ ├── img-shenhe-0.png
│ │ │ │ ├── img-shenhe-1.png
│ │ │ │ ├── img-shenhe-2.png
│ │ │ │ ├── menu-1.png
│ │ │ │ ├── menu-2.png
│ │ │ │ ├── menu-3.png
│ │ │ │ ├── menu-4.png
│ │ │ │ ├── menu-5.png
│ │ │ │ ├── menu-6.png
│ │ │ │ ├── menu-7.png
│ │ │ │ ├── menu-8.png
│ │ │ │ ├── menu-9.png
│ │ │ │ ├── notice.png
│ │ │ │ ├── shop-cat.png
│ │ │ │ ├── shop-kf.png
│ │ │ │ └── shop-x.png
│ │ │ ├── m
│ │ │ │ ├── account
│ │ │ │ │ ├── account.acss
│ │ │ │ │ ├── account.axml
│ │ │ │ │ ├── account.js
│ │ │ │ │ └── account.json
│ │ │ │ ├── account-log
│ │ │ │ │ ├── account-log.acss
│ │ │ │ │ ├── account-log.axml
│ │ │ │ │ ├── account-log.js
│ │ │ │ │ └── account-log.json
│ │ │ │ ├── account-rest
│ │ │ │ │ ├── account-rest.acss
│ │ │ │ │ ├── account-rest.axml
│ │ │ │ │ ├── account-rest.js
│ │ │ │ │ └── account-rest.json
│ │ │ │ ├── cash
│ │ │ │ │ ├── cash.acss
│ │ │ │ │ ├── cash.axml
│ │ │ │ │ ├── cash.js
│ │ │ │ │ └── cash.json
│ │ │ │ ├── cash-log
│ │ │ │ │ ├── cash-log.acss
│ │ │ │ │ ├── cash-log.axml
│ │ │ │ │ ├── cash-log.js
│ │ │ │ │ └── cash-log.json
│ │ │ │ ├── goods
│ │ │ │ │ ├── goods.acss
│ │ │ │ │ ├── goods.axml
│ │ │ │ │ ├── goods.js
│ │ │ │ │ └── goods.json
│ │ │ │ ├── myshop
│ │ │ │ │ ├── myshop.acss
│ │ │ │ │ ├── myshop.axml
│ │ │ │ │ ├── myshop.js
│ │ │ │ │ └── myshop.json
│ │ │ │ ├── order
│ │ │ │ │ ├── order.acss
│ │ │ │ │ ├── order.axml
│ │ │ │ │ ├── order.js
│ │ │ │ │ └── order.json
│ │ │ │ ├── order-detail
│ │ │ │ │ ├── order-detail.acss
│ │ │ │ │ ├── order-detail.axml
│ │ │ │ │ ├── order-detail.js
│ │ │ │ │ └── order-detail.json
│ │ │ │ ├── order-refund
│ │ │ │ │ ├── order-refund.acss
│ │ │ │ │ ├── order-refund.axml
│ │ │ │ │ ├── order-refund.js
│ │ │ │ │ └── order-refund.json
│ │ │ │ ├── order-send
│ │ │ │ │ ├── order-send.acss
│ │ │ │ │ ├── order-send.axml
│ │ │ │ │ ├── order-send.js
│ │ │ │ │ └── order-send.json
│ │ │ │ ├── setting
│ │ │ │ │ ├── setting.acss
│ │ │ │ │ ├── setting.axml
│ │ │ │ │ ├── setting.js
│ │ │ │ │ └── setting.json
│ │ │ │ ├── shop-qrcode
│ │ │ │ │ ├── shop-qrcode.acss
│ │ │ │ │ ├── shop-qrcode.axml
│ │ │ │ │ ├── shop-qrcode.js
│ │ │ │ │ └── shop-qrcode.json
│ │ │ │ └── tongji
│ │ │ │ ├── tongji.acss
│ │ │ │ ├── tongji.axml
│ │ │ │ ├── tongji.js
│ │ │ │ └── tongji.json
│ │ │ ├── shop
│ │ │ │ ├── shop.acss
│ │ │ │ ├── shop.axml
│ │ │ │ ├── shop.js
│ │ │ │ └── shop.json
│ │ │ ├── shop-cat
│ │ │ │ ├── shop-cat.acss
│ │ │ │ ├── shop-cat.axml
│ │ │ │ ├── shop-cat.js
│ │ │ │ └── shop-cat.json
│ │ │ └── shop-list
│ │ │ ├── shop-list.acss
│ │ │ ├── shop-list.axml
│ │ │ ├── shop-list.js
│ │ │ └── shop-list.json
│ │ ├── pages
│ │ │ ├── address
│ │ │ │ ├── address.acss
│ │ │ │ ├── address.axml
│ │ │ │ ├── address.js
│ │ │ │ └── address.json
│ │ │ ├── address-edit
│ │ │ │ ├── address-edit.acss
│ │ │ │ ├── address-edit.axml
│ │ │ │ ├── address-edit.js
│ │ │ │ ├── address-edit.json
│ │ │ │ └── j.json
│ │ │ ├── address-picker
│ │ │ │ ├── address-picker.acss
│ │ │ │ ├── address-picker.axml
│ │ │ │ ├── address-picker.js
│ │ │ │ └── address-picker.json
│ │ │ ├── add-share
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── article-detail
│ │ │ │ ├── article-detail.acss
│ │ │ │ ├── article-detail.axml
│ │ │ │ ├── article-detail.js
│ │ │ │ └── article-detail.json
│ │ │ ├── article-list
│ │ │ │ ├── article-list.acss
│ │ │ │ ├── article-list.axml
│ │ │ │ ├── article-list.js
│ │ │ │ └── article-list.json
│ │ │ ├── balance
│ │ │ │ ├── balance.acss
│ │ │ │ ├── balance.axml
│ │ │ │ ├── balance.js
│ │ │ │ ├── balance.json
│ │ │ │ ├── detail.acss
│ │ │ │ ├── detail.axml
│ │ │ │ ├── detail.js
│ │ │ │ └── detail.json
│ │ │ ├── bangding
│ │ │ │ ├── bangding.acss
│ │ │ │ ├── bangding.axml
│ │ │ │ ├── bangding.js
│ │ │ │ └── bangding.json
│ │ │ ├── book
│ │ │ │ ├── clerk
│ │ │ │ │ ├── clerk.acss
│ │ │ │ │ ├── clerk.axml
│ │ │ │ │ ├── clerk.js
│ │ │ │ │ └── clerk.json
│ │ │ │ ├── comment
│ │ │ │ │ ├── comment.acss
│ │ │ │ │ ├── comment.axml
│ │ │ │ │ ├── comment.js
│ │ │ │ │ └── comment.json
│ │ │ │ ├── details
│ │ │ │ │ ├── details.acss
│ │ │ │ │ ├── details.axml
│ │ │ │ │ ├── details.js
│ │ │ │ │ └── details.json
│ │ │ │ ├── index
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── order
│ │ │ │ │ ├── details.acss
│ │ │ │ │ ├── details.axml
│ │ │ │ │ ├── details.js
│ │ │ │ │ ├── details.json
│ │ │ │ │ ├── order.acss
│ │ │ │ │ ├── order.axml
│ │ │ │ │ ├── order.js
│ │ │ │ │ └── order.json
│ │ │ │ ├── order-comment
│ │ │ │ │ ├── order-comment.acss
│ │ │ │ │ ├── order-comment.axml
│ │ │ │ │ ├── order-comment.js
│ │ │ │ │ └── order-comment.json
│ │ │ │ ├── shop
│ │ │ │ │ ├── shop.acss
│ │ │ │ │ ├── shop.axml
│ │ │ │ │ ├── shop.js
│ │ │ │ │ └── shop.json
│ │ │ │ └── submit
│ │ │ │ ├── submit.acss
│ │ │ │ ├── submit.axml
│ │ │ │ ├── submit.js
│ │ │ │ └── submit.json
│ │ │ ├── card
│ │ │ │ ├── card.acss
│ │ │ │ ├── card.axml
│ │ │ │ ├── card.js
│ │ │ │ └── card.json
│ │ │ ├── card-clerk
│ │ │ │ ├── card-clerk.acss
│ │ │ │ ├── card-clerk.axml
│ │ │ │ ├── card-clerk.js
│ │ │ │ └── card-clerk.json
│ │ │ ├── card-detail
│ │ │ │ ├── card-detail.acss
│ │ │ │ ├── card-detail.axml
│ │ │ │ ├── card-detail.js
│ │ │ │ └── card-detail.json
│ │ │ ├── cart
│ │ │ │ ├── cart.acss
│ │ │ │ ├── cart.axml
│ │ │ │ ├── cart.js
│ │ │ │ └── cart.json
│ │ │ ├── cash
│ │ │ │ ├── cash.acss
│ │ │ │ ├── cash.axml
│ │ │ │ ├── cash.js
│ │ │ │ └── cash.json
│ │ │ ├── cash-detail
│ │ │ │ ├── cash-detail.acss
│ │ │ │ ├── cash-detail.axml
│ │ │ │ ├── cash-detail.js
│ │ │ │ └── cash-detail.json
│ │ │ ├── cat
│ │ │ │ ├── cat.acss
│ │ │ │ ├── cat.axml
│ │ │ │ ├── cat.js
│ │ │ │ └── cat.json
│ │ │ ├── clerk
│ │ │ │ ├── clerk.acss
│ │ │ │ ├── clerk.axml
│ │ │ │ ├── clerk.js
│ │ │ │ └── clerk.json
│ │ │ ├── coupon
│ │ │ │ ├── coupon.acss
│ │ │ │ ├── coupon.axml
│ │ │ │ ├── coupon.js
│ │ │ │ └── coupon.json
│ │ │ ├── coupon-detail
│ │ │ │ ├── coupon-detail.acss
│ │ │ │ ├── coupon-detail.axml
│ │ │ │ ├── coupon-detail.js
│ │ │ │ └── coupon-detail.json
│ │ │ ├── coupon-list
│ │ │ │ ├── coupon-list.acss
│ │ │ │ ├── coupon-list.axml
│ │ │ │ ├── coupon-list.js
│ │ │ │ └── coupon-list.json
│ │ │ ├── demo
│ │ │ │ ├── demo.acss
│ │ │ │ ├── demo.axml
│ │ │ │ ├── demo.js
│ │ │ │ └── demo.json
│ │ │ ├── express-detail
│ │ │ │ ├── express-detail.acss
│ │ │ │ ├── express-detail.axml
│ │ │ │ ├── express-detail.js
│ │ │ │ └── express-detail.json
│ │ │ ├── favorite
│ │ │ │ ├── favorite.acss
│ │ │ │ ├── favorite.axml
│ │ │ │ ├── favorite.js
│ │ │ │ └── favorite.json
│ │ │ ├── fxhb
│ │ │ │ ├── common.acss
│ │ │ │ ├── detail
│ │ │ │ │ ├── detail.acss
│ │ │ │ │ ├── detail.axml
│ │ │ │ │ ├── detail.js
│ │ │ │ │ └── detail.json
│ │ │ │ └── open
│ │ │ │ ├── open.acss
│ │ │ │ ├── open.axml
│ │ │ │ ├── open.js
│ │ │ │ └── open.json
│ │ │ ├── goods
│ │ │ │ ├── goods.acss
│ │ │ │ ├── goods.axml
│ │ │ │ ├── goods.js
│ │ │ │ └── goods.json
│ │ │ ├── index
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── integral-mall
│ │ │ │ ├── clerk
│ │ │ │ │ ├── clerk.acss
│ │ │ │ │ ├── clerk.axml
│ │ │ │ │ ├── clerk.js
│ │ │ │ │ └── clerk.json
│ │ │ │ ├── coupon-info
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── detail
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── exchange
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── goods-info
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── index
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── order
│ │ │ │ │ ├── order.acss
│ │ │ │ │ ├── order.axml
│ │ │ │ │ ├── order.js
│ │ │ │ │ └── order.json
│ │ │ │ ├── order-submit
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── register
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ └── shuoming
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── list
│ │ │ │ ├── list.acss
│ │ │ │ ├── list.axml
│ │ │ │ ├── list.js
│ │ │ │ └── list.json
│ │ │ ├── login
│ │ │ │ ├── login.acss
│ │ │ │ ├── login.axml
│ │ │ │ ├── login.js
│ │ │ │ └── login.json
│ │ │ ├── member
│ │ │ │ ├── member.acss
│ │ │ │ ├── member.axml
│ │ │ │ ├── member.js
│ │ │ │ └── member.json
│ │ │ ├── miaosha
│ │ │ │ ├── details
│ │ │ │ │ ├── details.acss
│ │ │ │ │ ├── details.axml
│ │ │ │ │ ├── details.js
│ │ │ │ │ └── details.json
│ │ │ │ ├── express-detail
│ │ │ │ │ ├── express-detail.acss
│ │ │ │ │ ├── express-detail.axml
│ │ │ │ │ ├── express-detail.js
│ │ │ │ │ └── express-detail.json
│ │ │ │ ├── miaosha.acss
│ │ │ │ ├── miaosha.axml
│ │ │ │ ├── miaosha.js
│ │ │ │ ├── miaosha.json
│ │ │ │ ├── order
│ │ │ │ │ ├── order.acss
│ │ │ │ │ ├── order.axml
│ │ │ │ │ ├── order.js
│ │ │ │ │ └── order.json
│ │ │ │ ├── order-comment
│ │ │ │ │ ├── order-comment.acss
│ │ │ │ │ ├── order-comment.axml
│ │ │ │ │ ├── order-comment.js
│ │ │ │ │ └── order-comment.json
│ │ │ │ ├── order-detail
│ │ │ │ │ ├── order-detail.acss
│ │ │ │ │ ├── order-detail.axml
│ │ │ │ │ ├── order-detail.js
│ │ │ │ │ └── order-detail.json
│ │ │ │ ├── order-refund
│ │ │ │ │ ├── order-refund.acss
│ │ │ │ │ ├── order-refund.axml
│ │ │ │ │ ├── order-refund.js
│ │ │ │ │ └── order-refund.json
│ │ │ │ ├── order-refund-detail
│ │ │ │ │ ├── order-refund-detail.acss
│ │ │ │ │ ├── order-refund-detail.axml
│ │ │ │ │ ├── order-refund-detail.js
│ │ │ │ │ └── order-refund-detail.json
│ │ │ │ └── order-submit
│ │ │ │ ├── order-submit.acss
│ │ │ │ ├── order-submit.axml
│ │ │ │ ├── order-submit.js
│ │ │ │ └── order-submit.json
│ │ │ ├── new-order-submit
│ │ │ │ ├── new-order-submit.acss
│ │ │ │ ├── new-order-submit.axml
│ │ │ │ ├── new-order-submit.js
│ │ │ │ └── new-order-submit.json
│ │ │ ├── order
│ │ │ │ ├── order.acss
│ │ │ │ ├── order.axml
│ │ │ │ ├── order.js
│ │ │ │ └── order.json
│ │ │ ├── order-comment
│ │ │ │ ├── order-comment.acss
│ │ │ │ ├── order-comment.axml
│ │ │ │ ├── order-comment.js
│ │ │ │ └── order-comment.json
│ │ │ ├── order-detail
│ │ │ │ ├── order-detail.acss
│ │ │ │ ├── order-detail.axml
│ │ │ │ ├── order-detail.js
│ │ │ │ └── order-detail.json
│ │ │ ├── order-refund
│ │ │ │ ├── order-refund.acss
│ │ │ │ ├── order-refund.axml
│ │ │ │ ├── order-refund.js
│ │ │ │ └── order-refund.json
│ │ │ ├── order-refund-detail
│ │ │ │ ├── order-refund-detail.acss
│ │ │ │ ├── order-refund-detail.axml
│ │ │ │ ├── order-refund-detail.js
│ │ │ │ └── order-refund-detail.json
│ │ │ ├── order-submit
│ │ │ │ ├── order-submit.acss
│ │ │ │ ├── order-submit.axml
│ │ │ │ ├── order-submit.js
│ │ │ │ └── order-submit.json
│ │ │ ├── pt
│ │ │ │ ├── clerk
│ │ │ │ │ ├── clerk.acss
│ │ │ │ │ ├── clerk.axml
│ │ │ │ │ ├── clerk.js
│ │ │ │ │ └── clerk.json
│ │ │ │ ├── comment
│ │ │ │ │ ├── comment.acss
│ │ │ │ │ ├── comment.axml
│ │ │ │ │ ├── comment.js
│ │ │ │ │ └── comment.json
│ │ │ │ ├── commons
│ │ │ │ │ └── cat
│ │ │ │ │ ├── cat.acss
│ │ │ │ │ └── cat.axml
│ │ │ │ ├── details
│ │ │ │ │ ├── details.acss
│ │ │ │ │ ├── details.axml
│ │ │ │ │ ├── details.js
│ │ │ │ │ └── details.json
│ │ │ │ ├── express-detail
│ │ │ │ │ ├── express-detail.acss
│ │ │ │ │ ├── express-detail.axml
│ │ │ │ │ ├── express-detail.js
│ │ │ │ │ └── express-detail.json
│ │ │ │ ├── group
│ │ │ │ │ ├── details.acss
│ │ │ │ │ ├── details.axml
│ │ │ │ │ ├── details.js
│ │ │ │ │ └── details.json
│ │ │ │ ├── index
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── list
│ │ │ │ │ ├── list.acss
│ │ │ │ │ ├── list.axml
│ │ │ │ │ ├── list.js
│ │ │ │ │ └── list.json
│ │ │ │ ├── order
│ │ │ │ │ ├── order.acss
│ │ │ │ │ ├── order.axml
│ │ │ │ │ ├── order.js
│ │ │ │ │ └── order.json
│ │ │ │ ├── order-comment
│ │ │ │ │ ├── order-comment.acss
│ │ │ │ │ ├── order-comment.axml
│ │ │ │ │ ├── order-comment.js
│ │ │ │ │ └── order-comment.json
│ │ │ │ ├── order-details
│ │ │ │ │ ├── order-details.acss
│ │ │ │ │ ├── order-details.axml
│ │ │ │ │ ├── order-details.js
│ │ │ │ │ └── order-details.json
│ │ │ │ ├── order-refund
│ │ │ │ │ ├── order-refund.acss
│ │ │ │ │ ├── order-refund.axml
│ │ │ │ │ ├── order-refund.js
│ │ │ │ │ └── order-refund.json
│ │ │ │ ├── order-refund-detail
│ │ │ │ │ ├── order-refund-detail.acss
│ │ │ │ │ ├── order-refund-detail.axml
│ │ │ │ │ ├── order-refund-detail.js
│ │ │ │ │ └── order-refund-detail.json
│ │ │ │ ├── order-submit
│ │ │ │ │ ├── order-submit.acss
│ │ │ │ │ ├── order-submit.axml
│ │ │ │ │ ├── order-submit.js
│ │ │ │ │ └── order-submit.json
│ │ │ │ └── search
│ │ │ │ ├── search.acss
│ │ │ │ ├── search.axml
│ │ │ │ ├── search.js
│ │ │ │ └── search.json
│ │ │ ├── quick-purchase
│ │ │ │ └── index
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── recharge
│ │ │ │ ├── recharge.acss
│ │ │ │ ├── recharge.axml
│ │ │ │ ├── recharge.js
│ │ │ │ └── recharge.json
│ │ │ ├── search
│ │ │ │ ├── search.acss
│ │ │ │ ├── search.axml
│ │ │ │ ├── search.js
│ │ │ │ └── search.json
│ │ │ ├── share
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── share-money
│ │ │ │ ├── share-money.acss
│ │ │ │ ├── share-money.axml
│ │ │ │ ├── share-money.js
│ │ │ │ └── share-money.json
│ │ │ ├── share-order
│ │ │ │ ├── share-order.acss
│ │ │ │ ├── share-order.axml
│ │ │ │ ├── share-order.js
│ │ │ │ └── share-order.json
│ │ │ ├── share-qrcode
│ │ │ │ ├── share-qrcode.acss
│ │ │ │ ├── share-qrcode.axml
│ │ │ │ ├── share-qrcode.js
│ │ │ │ └── share-qrcode.json
│ │ │ ├── share-team
│ │ │ │ ├── share-team.acss
│ │ │ │ ├── share-team.axml
│ │ │ │ ├── share-team.js
│ │ │ │ └── share-team.json
│ │ │ ├── shop
│ │ │ │ ├── shop.acss
│ │ │ │ ├── shop.axml
│ │ │ │ ├── shop.js
│ │ │ │ └── shop.json
│ │ │ ├── shop-detail
│ │ │ │ ├── shop-detail.acss
│ │ │ │ ├── shop-detail.axml
│ │ │ │ ├── shop-detail.js
│ │ │ │ └── shop-detail.json
│ │ │ ├── store-disabled
│ │ │ │ ├── store-disabled.acss
│ │ │ │ ├── store-disabled.axml
│ │ │ │ ├── store-disabled.js
│ │ │ │ └── store-disabled.json
│ │ │ ├── test
│ │ │ │ ├── test.acss
│ │ │ │ ├── test.axml
│ │ │ │ ├── test.js
│ │ │ │ └── test.json
│ │ │ ├── topic
│ │ │ │ ├── topic.acss
│ │ │ │ ├── topic.axml
│ │ │ │ ├── topic.js
│ │ │ │ └── topic.json
│ │ │ ├── topic-list
│ │ │ │ ├── topic-list.acss
│ │ │ │ ├── topic-list.axml
│ │ │ │ ├── topic-list.js
│ │ │ │ └── topic-list.json
│ │ │ ├── user
│ │ │ │ ├── user.acss
│ │ │ │ ├── user.axml
│ │ │ │ ├── user.js
│ │ │ │ └── user.json
│ │ │ ├── video
│ │ │ │ ├── video-list.acss
│ │ │ │ ├── video-list.axml
│ │ │ │ ├── video-list.js
│ │ │ │ └── video-list.json
│ │ │ └── web
│ │ │ ├── authorization
│ │ │ │ ├── authorization.acss
│ │ │ │ ├── authorization.axml
│ │ │ │ ├── authorization.js
│ │ │ │ └── authorization.json
│ │ │ ├── login
│ │ │ │ ├── login.acss
│ │ │ │ ├── login.axml
│ │ │ │ ├── login.js
│ │ │ │ └── login.json
│ │ │ ├── web.acss
│ │ │ ├── web.axml
│ │ │ ├── web.js
│ │ │ └── web.json
│ │ ├── pond
│ │ │ ├── images
│ │ │ │ ├── home.png
│ │ │ │ ├── pond-button.png
│ │ │ │ ├── pond-cen.png
│ │ │ │ ├── pond-cj.png
│ │ │ │ ├── pond-close.png
│ │ │ │ ├── pond-jf.png
│ │ │ │ ├── pond-jp.png
│ │ │ │ ├── pond-jt.png
│ │ │ │ ├── pond-register.png
│ │ │ │ └── pond-xx.png
│ │ │ ├── pond
│ │ │ │ ├── pond.acss
│ │ │ │ ├── pond.axml
│ │ │ │ ├── pond.js
│ │ │ │ └── pond.json
│ │ │ ├── prize
│ │ │ │ ├── prize.acss
│ │ │ │ ├── prize.axml
│ │ │ │ ├── prize.js
│ │ │ │ └── prize.json
│ │ │ └── rule
│ │ │ ├── rule.acss
│ │ │ ├── rule.axml
│ │ │ ├── rule.js
│ │ │ └── rule.json
│ │ ├── scratch
│ │ │ ├── images
│ │ │ │ ├── home.png
│ │ │ │ ├── scratch_bg.png
│ │ │ │ ├── scratch_hide_1.png
│ │ │ │ ├── scratch_hide_2.png
│ │ │ │ └── scratch_kuang.png
│ │ │ ├── index
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── prize
│ │ │ │ ├── prize.acss
│ │ │ │ ├── prize.axml
│ │ │ │ ├── prize.js
│ │ │ │ └── prize.json
│ │ │ └── rule
│ │ │ ├── rule.acss
│ │ │ ├── rule.axml
│ │ │ ├── rule.js
│ │ │ └── rule.json
│ │ ├── siteinfo.js
│ │ ├── style.txt
│ │ ├── utils
│ │ │ ├── helper.js
│ │ │ ├── login.js
│ │ │ ├── page.js
│ │ │ ├── request.js
│ │ │ ├── uploader.js
│ │ │ └── utils.js
│ │ ├── utils.js
│ │ └── wxParse
│ │ ├── html2json.js
│ │ ├── htmlparser.js
│ │ ├── showdown.js
│ │ ├── wxDiscode.js
│ │ ├── wxParse.acss
│ │ ├── wxParse.axml
│ │ └── wxParse.js
│ ├── antapp2
│ │ ├── app.acss
│ │ ├── app.js
│ │ ├── app.json
│ │ ├── bargain
│ │ │ ├── activity
│ │ │ │ ├── activity.acss
│ │ │ │ ├── activity.axml
│ │ │ │ ├── activity.js
│ │ │ │ └── activity.json
│ │ │ ├── commons
│ │ │ │ ├── naver
│ │ │ │ │ ├── naver.acss
│ │ │ │ │ └── naver.axml
│ │ │ │ └── time.js
│ │ │ ├── goods
│ │ │ │ ├── goods.acss
│ │ │ │ ├── goods.axml
│ │ │ │ ├── goods.js
│ │ │ │ └── goods.json
│ │ │ ├── images
│ │ │ │ ├── icon-bargain-list.png
│ │ │ │ ├── icon-bargain-list-selected.png
│ │ │ │ ├── icon-bargain-my.png
│ │ │ │ ├── icon-bargain-my-selected.png
│ │ │ │ ├── icon-bargain-order-jiantou.png
│ │ │ │ └── icon-bargain-sku.png
│ │ │ ├── list
│ │ │ │ ├── list.acss
│ │ │ │ ├── list.axml
│ │ │ │ ├── list.js
│ │ │ │ └── list.json
│ │ │ ├── order-list
│ │ │ │ ├── order-list.acss
│ │ │ │ ├── order-list.axml
│ │ │ │ ├── order-list.js
│ │ │ │ └── order-list.json
│ │ │ └── rule
│ │ │ ├── rule.acss
│ │ │ ├── rule.axml
│ │ │ ├── rule.js
│ │ │ └── rule.json
│ │ ├── components
│ │ │ ├── area-picker
│ │ │ │ ├── area-picker.acss
│ │ │ │ ├── area-picker.axml
│ │ │ │ └── area-picker.js
│ │ │ ├── calendar
│ │ │ │ ├── calendar.acss
│ │ │ │ ├── calendar.axml
│ │ │ │ └── calendar-converter.js
│ │ │ ├── common
│ │ │ │ ├── common.acss
│ │ │ │ ├── common.axml
│ │ │ │ ├── float-icon.axml
│ │ │ │ ├── get-coupon.axml
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ └── navbar.axml
│ │ │ ├── copyright
│ │ │ │ └── copyright.axml
│ │ │ ├── float-icon
│ │ │ │ └── float-icon.axml
│ │ │ ├── footer
│ │ │ │ ├── footer.acss
│ │ │ │ └── footer.axml
│ │ │ ├── get-card
│ │ │ │ ├── get-card.acss
│ │ │ │ └── get-card.axml
│ │ │ ├── get-coupon
│ │ │ │ └── get-coupon.axml
│ │ │ ├── goods
│ │ │ │ ├── goods_banner.acss
│ │ │ │ ├── goods_banner.axml
│ │ │ │ ├── goods_banner.js
│ │ │ │ ├── goods_buy.acss
│ │ │ │ ├── goods_buy.axml
│ │ │ │ ├── goods_buy.js
│ │ │ │ ├── goods_info.acss
│ │ │ │ ├── goods_info.axml
│ │ │ │ ├── goods_info.js
│ │ │ │ ├── goods_recommend.acss
│ │ │ │ ├── goods_recommend.axml
│ │ │ │ ├── goods_recommend.js
│ │ │ │ ├── goods_refund.acss
│ │ │ │ ├── goods_refund.axml
│ │ │ │ ├── goods_refund.js
│ │ │ │ ├── goods_send.acss
│ │ │ │ ├── goods_send.axml
│ │ │ │ ├── goods_send.js
│ │ │ │ ├── specifications_model.acss
│ │ │ │ ├── specifications_model.axml
│ │ │ │ └── specifications_model.js
│ │ │ ├── goods-header
│ │ │ │ ├── goods-header.acss
│ │ │ │ └── goods-header.axml
│ │ │ ├── header
│ │ │ │ ├── header.acss
│ │ │ │ └── header.axml
│ │ │ ├── list-loading
│ │ │ │ └── list-loading.axml
│ │ │ ├── order
│ │ │ │ ├── clerk-qrcode
│ │ │ │ │ └── clerk-qrcode.axml
│ │ │ │ └── order-submit
│ │ │ │ └── form
│ │ │ │ └── form.axml
│ │ │ ├── quick-navigation
│ │ │ │ ├── quick-navigation.acss
│ │ │ │ ├── quick-navigation.axml
│ │ │ │ └── quick-navigation.js
│ │ │ ├── save_qrcode
│ │ │ │ ├── save_qrcode.acss
│ │ │ │ └── save_qrcode.axml
│ │ │ ├── shopping_cart
│ │ │ │ ├── shopping_cart.acss
│ │ │ │ ├── shopping_cart.axml
│ │ │ │ └── shopping_cart.js
│ │ │ ├── specifications_model
│ │ │ │ ├── specifications_model.acss
│ │ │ │ ├── specifications_model.axml
│ │ │ │ └── specifications_model.js
│ │ │ └── _toast
│ │ │ ├── _toast.acss
│ │ │ └── _toast.axml
│ │ ├── core
│ │ │ ├── api.js
│ │ │ ├── config.js
│ │ │ ├── const.js
│ │ │ ├── core.js
│ │ │ ├── getUser.js
│ │ │ ├── login.js
│ │ │ ├── order-pay.js
│ │ │ ├── page.js
│ │ │ ├── request.js
│ │ │ ├── setUser.js
│ │ │ └── trigger.js
│ │ ├── images
│ │ │ ├── 1.png
│ │ │ ├── coupon-details.png
│ │ │ ├── detail-price.png
│ │ │ ├── icon-comment-score-1.active.png
│ │ │ ├── icon-comment-score-1.png
│ │ │ ├── icon-comment-score-2.active.png
│ │ │ ├── icon-comment-score-2.png
│ │ │ ├── icon-comment-score-3.active.png
│ │ │ ├── icon-comment-score-3.png
│ │ │ ├── icon-discount.png
│ │ │ ├── icon-down.png
│ │ │ ├── icon-good-shop.png
│ │ │ ├── icon-help.png
│ │ │ ├── icon-huodao-selected.png
│ │ │ ├── icon-integral-radio-active.png
│ │ │ ├── icon-integral-radio.png
│ │ │ ├── icon-jingxuan.png
│ │ │ ├── icon-loading.gif
│ │ │ ├── icon-login-index.png
│ │ │ ├── icon-member-bg.png
│ │ │ ├── icon-member-level.png
│ │ │ ├── icon-notice.png
│ │ │ ├── icon-offline.png
│ │ │ ├── icon-online-selected.png
│ │ │ ├── icon-order-0.png
│ │ │ ├── icon-order-1.png
│ │ │ ├── icon-order-2.png
│ │ │ ├── icon-order-3.png
│ │ │ ├── icon-order-4.png
│ │ │ ├── icon-receive-coupon.png
│ │ │ ├── icon-recharge-selected.png
│ │ │ ├── icon-share-wechat.png
│ │ │ ├── icon-shop-checked.png
│ │ │ ├── icon-shop-un.png
│ │ │ ├── icon-sub.png
│ │ │ ├── icon-topic.png
│ │ │ ├── icon-user-card.png
│ │ │ ├── icon-user-fx.png
│ │ │ ├── icon-user-lingqu.png
│ │ │ ├── icon-warning.png
│ │ │ ├── img-coupon-bg-0.png
│ │ │ ├── img-coupon-bg-1.png
│ │ │ ├── img-coupon-status-icon-1.png
│ │ │ ├── img-coupon-status-icon-2.png
│ │ │ ├── img-get-coupon-title.png
│ │ │ ├── img-nvzhuang.png
│ │ │ ├── img-share-agree.png
│ │ │ ├── img-share-cash.png
│ │ │ ├── img-share-order.png
│ │ │ ├── img-share-price.png
│ │ │ ├── img-share-team.png
│ │ │ ├── img-share-tip.png
│ │ │ ├── img-share-un.png
│ │ │ ├── integral-mall-coupon2.png
│ │ │ ├── integral-mall-coupon.png
│ │ │ ├── integral.png
│ │ │ ├── liji.jpg
│ │ │ ├── miaosha-next.png
│ │ │ ├── pond-details.png
│ │ │ ├── pt-favorite-active.png
│ │ │ ├── pt-my-group.png
│ │ │ ├── pt-order-details-bg.png
│ │ │ ├── quick-home.png
│ │ │ ├── settle.jpg
│ │ │ └── user-integral-arrow.png
│ │ ├── lottery
│ │ │ ├── commons
│ │ │ │ └── naver
│ │ │ │ ├── naver.acss
│ │ │ │ └── naver.axml
│ │ │ ├── detail
│ │ │ │ ├── detail.acss
│ │ │ │ ├── detail.axml
│ │ │ │ ├── detail.js
│ │ │ │ └── detail.json
│ │ │ ├── goods
│ │ │ │ ├── goods.acss
│ │ │ │ ├── goods.axml
│ │ │ │ ├── goods.js
│ │ │ │ └── goods.json
│ │ │ ├── images
│ │ │ │ ├── lottery-boxbg.png
│ │ │ │ ├── lottery-box.png
│ │ │ │ ├── lottery-code.png
│ │ │ │ ├── lottery-error.png
│ │ │ │ ├── lottery-go.png
│ │ │ │ ├── lottery-hc-f.png
│ │ │ │ ├── lottery-hc-t.png
│ │ │ │ ├── lottery-home.png
│ │ │ │ ├── lottery-jl-f.png
│ │ │ │ ├── lottery-jl-t.png
│ │ │ │ ├── lottery-right.png
│ │ │ │ ├── lottery-success.png
│ │ │ │ ├── lottery_time.png
│ │ │ │ └── lottery-white.png
│ │ │ ├── index
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── lucky-code
│ │ │ │ ├── lucky-code.acss
│ │ │ │ ├── lucky-code.axml
│ │ │ │ ├── lucky-code.js
│ │ │ │ └── lucky-code.json
│ │ │ ├── prize
│ │ │ │ ├── prize.acss
│ │ │ │ ├── prize.axml
│ │ │ │ ├── prize.js
│ │ │ │ └── prize.json
│ │ │ └── rule
│ │ │ ├── rule.acss
│ │ │ ├── rule.axml
│ │ │ ├── rule.js
│ │ │ └── rule.json
│ │ ├── mch
│ │ │ ├── apply
│ │ │ │ ├── apply.acss
│ │ │ │ ├── apply.axml
│ │ │ │ ├── apply.js
│ │ │ │ └── apply.json
│ │ │ ├── images
│ │ │ │ ├── icon-bhao.png
│ │ │ │ ├── icon-bianji.png
│ │ │ │ ├── icon-check-off.png
│ │ │ │ ├── icon-check-on.png
│ │ │ │ ├── icon-coupon-disable.png
│ │ │ │ ├── icon-coupon.png
│ │ │ │ ├── icon-dhang.png
│ │ │ │ ├── icon-fenlei.png
│ │ │ │ ├── icon-home.png
│ │ │ │ ├── icon-jiage-1.png
│ │ │ │ ├── icon-jiage-2.png
│ │ │ │ ├── icon-jiage-3.png
│ │ │ │ ├── icon-jiantou-xia.png
│ │ │ │ ├── icon-jiantou-you.png
│ │ │ │ ├── icon-jjie.png
│ │ │ │ ├── icon-menu.png
│ │ │ │ ├── icon-quanbu-active.png
│ │ │ │ ├── icon-quanbu.png
│ │ │ │ ├── icon-shanchu.png
│ │ │ │ ├── icon-shoucang.png
│ │ │ │ ├── icon-shouhou.png
│ │ │ │ ├── icon-shouye-active.png
│ │ │ │ ├── icon-shouye.png
│ │ │ │ ├── icon-summary.png
│ │ │ │ ├── icon-tuiguang.png
│ │ │ │ ├── icon-xiajia.png
│ │ │ │ ├── icon-xinpin-active.png
│ │ │ │ ├── icon-xinpin.png
│ │ │ │ ├── icon-zyin.png
│ │ │ │ ├── img-map.png
│ │ │ │ ├── img-shenhe-0.png
│ │ │ │ ├── img-shenhe-1.png
│ │ │ │ ├── img-shenhe-2.png
│ │ │ │ ├── menu-1.png
│ │ │ │ ├── menu-2.png
│ │ │ │ ├── menu-3.png
│ │ │ │ ├── menu-4.png
│ │ │ │ ├── menu-5.png
│ │ │ │ ├── menu-6.png
│ │ │ │ ├── menu-7.png
│ │ │ │ ├── menu-8.png
│ │ │ │ ├── menu-9.png
│ │ │ │ ├── notice.png
│ │ │ │ ├── shop-cat.png
│ │ │ │ ├── shop-kf.png
│ │ │ │ └── shop-x.png
│ │ │ ├── m
│ │ │ │ ├── account
│ │ │ │ │ ├── account.acss
│ │ │ │ │ ├── account.axml
│ │ │ │ │ ├── account.js
│ │ │ │ │ └── account.json
│ │ │ │ ├── account-log
│ │ │ │ │ ├── account-log.acss
│ │ │ │ │ ├── account-log.axml
│ │ │ │ │ ├── account-log.js
│ │ │ │ │ └── account-log.json
│ │ │ │ ├── account-rest
│ │ │ │ │ ├── account-rest.acss
│ │ │ │ │ ├── account-rest.axml
│ │ │ │ │ ├── account-rest.js
│ │ │ │ │ └── account-rest.json
│ │ │ │ ├── cash
│ │ │ │ │ ├── cash.acss
│ │ │ │ │ ├── cash.axml
│ │ │ │ │ ├── cash.js
│ │ │ │ │ └── cash.json
│ │ │ │ ├── cash-log
│ │ │ │ │ ├── cash-log.acss
│ │ │ │ │ ├── cash-log.axml
│ │ │ │ │ ├── cash-log.js
│ │ │ │ │ └── cash-log.json
│ │ │ │ ├── goods
│ │ │ │ │ ├── goods.acss
│ │ │ │ │ ├── goods.axml
│ │ │ │ │ ├── goods.js
│ │ │ │ │ └── goods.json
│ │ │ │ ├── myshop
│ │ │ │ │ ├── myshop.acss
│ │ │ │ │ ├── myshop.axml
│ │ │ │ │ ├── myshop.js
│ │ │ │ │ └── myshop.json
│ │ │ │ ├── order
│ │ │ │ │ ├── order.acss
│ │ │ │ │ ├── order.axml
│ │ │ │ │ ├── order.js
│ │ │ │ │ └── order.json
│ │ │ │ ├── order-detail
│ │ │ │ │ ├── order-detail.acss
│ │ │ │ │ ├── order-detail.axml
│ │ │ │ │ ├── order-detail.js
│ │ │ │ │ └── order-detail.json
│ │ │ │ ├── order-refund
│ │ │ │ │ ├── order-refund.acss
│ │ │ │ │ ├── order-refund.axml
│ │ │ │ │ ├── order-refund.js
│ │ │ │ │ └── order-refund.json
│ │ │ │ ├── order-send
│ │ │ │ │ ├── order-send.acss
│ │ │ │ │ ├── order-send.axml
│ │ │ │ │ ├── order-send.js
│ │ │ │ │ └── order-send.json
│ │ │ │ ├── setting
│ │ │ │ │ ├── setting.acss
│ │ │ │ │ ├── setting.axml
│ │ │ │ │ ├── setting.js
│ │ │ │ │ └── setting.json
│ │ │ │ ├── settle_detail
│ │ │ │ │ ├── settle_detail.acss
│ │ │ │ │ ├── settle_detail.axml
│ │ │ │ │ ├── settle_detail.js
│ │ │ │ │ └── settle_detail.json
│ │ │ │ ├── shop-qrcode
│ │ │ │ │ ├── shop-qrcode.acss
│ │ │ │ │ ├── shop-qrcode.axml
│ │ │ │ │ ├── shop-qrcode.js
│ │ │ │ │ └── shop-qrcode.json
│ │ │ │ └── tongji
│ │ │ │ ├── tongji.acss
│ │ │ │ ├── tongji.axml
│ │ │ │ ├── tongji.js
│ │ │ │ └── tongji.json
│ │ │ ├── shop
│ │ │ │ ├── shop.acss
│ │ │ │ ├── shop.axml
│ │ │ │ ├── shop.js
│ │ │ │ └── shop.json
│ │ │ ├── shop-cat
│ │ │ │ ├── shop-cat.acss
│ │ │ │ ├── shop-cat.axml
│ │ │ │ ├── shop-cat.js
│ │ │ │ └── shop-cat.json
│ │ │ ├── shop-list
│ │ │ │ ├── shop-list.acss
│ │ │ │ ├── shop-list.axml
│ │ │ │ ├── shop-list.js
│ │ │ │ └── shop-list.json
│ │ │ └── shop-summary
│ │ │ ├── shop-summary.acss
│ │ │ ├── shop-summary.axml
│ │ │ ├── shop-summary.js
│ │ │ └── shop-summary.json
│ │ ├── pages
│ │ │ ├── address
│ │ │ │ ├── address.acss
│ │ │ │ ├── address.axml
│ │ │ │ ├── address.js
│ │ │ │ └── address.json
│ │ │ ├── address-edit
│ │ │ │ ├── address-edit.acss
│ │ │ │ ├── address-edit.axml
│ │ │ │ ├── address-edit.js
│ │ │ │ └── address-edit.json
│ │ │ ├── address-picker
│ │ │ │ ├── address-picker.acss
│ │ │ │ ├── address-picker.axml
│ │ │ │ ├── address-picker.js
│ │ │ │ └── address-picker.json
│ │ │ ├── add-share
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── article-detail
│ │ │ │ ├── article-detail.acss
│ │ │ │ ├── article-detail.axml
│ │ │ │ ├── article-detail.js
│ │ │ │ └── article-detail.json
│ │ │ ├── article-list
│ │ │ │ ├── article-list.acss
│ │ │ │ ├── article-list.axml
│ │ │ │ ├── article-list.js
│ │ │ │ └── article-list.json
│ │ │ ├── balance
│ │ │ │ ├── balance.acss
│ │ │ │ ├── balance.axml
│ │ │ │ ├── balance.js
│ │ │ │ ├── balance.json
│ │ │ │ ├── detail.acss
│ │ │ │ ├── detail.axml
│ │ │ │ ├── detail.js
│ │ │ │ └── detail.json
│ │ │ ├── bangding
│ │ │ │ ├── bangding.acss
│ │ │ │ ├── bangding.axml
│ │ │ │ ├── bangding.js
│ │ │ │ └── bangding.json
│ │ │ ├── book
│ │ │ │ ├── clerk
│ │ │ │ │ ├── clerk.acss
│ │ │ │ │ ├── clerk.axml
│ │ │ │ │ ├── clerk.js
│ │ │ │ │ └── clerk.json
│ │ │ │ ├── comment
│ │ │ │ │ ├── comment.acss
│ │ │ │ │ ├── comment.axml
│ │ │ │ │ ├── comment.js
│ │ │ │ │ └── comment.json
│ │ │ │ ├── details
│ │ │ │ │ ├── details.acss
│ │ │ │ │ ├── details.axml
│ │ │ │ │ ├── details.js
│ │ │ │ │ └── details.json
│ │ │ │ ├── index
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── order
│ │ │ │ │ ├── details.acss
│ │ │ │ │ ├── details.axml
│ │ │ │ │ ├── details.js
│ │ │ │ │ ├── details.json
│ │ │ │ │ ├── order.acss
│ │ │ │ │ ├── order.axml
│ │ │ │ │ ├── order.js
│ │ │ │ │ └── order.json
│ │ │ │ ├── order-comment
│ │ │ │ │ ├── order-comment.acss
│ │ │ │ │ ├── order-comment.axml
│ │ │ │ │ ├── order-comment.js
│ │ │ │ │ └── order-comment.json
│ │ │ │ ├── shop
│ │ │ │ │ ├── shop.acss
│ │ │ │ │ ├── shop.axml
│ │ │ │ │ ├── shop.js
│ │ │ │ │ └── shop.json
│ │ │ │ └── submit
│ │ │ │ ├── submit.acss
│ │ │ │ ├── submit.axml
│ │ │ │ ├── submit.js
│ │ │ │ └── submit.json
│ │ │ ├── card
│ │ │ │ ├── card.acss
│ │ │ │ ├── card.axml
│ │ │ │ ├── card.js
│ │ │ │ └── card.json
│ │ │ ├── card-clerk
│ │ │ │ ├── card-clerk.acss
│ │ │ │ ├── card-clerk.axml
│ │ │ │ ├── card-clerk.js
│ │ │ │ └── card-clerk.json
│ │ │ ├── card-detail
│ │ │ │ ├── card-detail.acss
│ │ │ │ ├── card-detail.axml
│ │ │ │ ├── card-detail.js
│ │ │ │ └── card-detail.json
│ │ │ ├── cart
│ │ │ │ ├── cart.acss
│ │ │ │ ├── cart.axml
│ │ │ │ ├── cart.js
│ │ │ │ └── cart.json
│ │ │ ├── cash
│ │ │ │ ├── cash.acss
│ │ │ │ ├── cash.axml
│ │ │ │ ├── cash.js
│ │ │ │ └── cash.json
│ │ │ ├── cash-detail
│ │ │ │ ├── cash-detail.acss
│ │ │ │ ├── cash-detail.axml
│ │ │ │ ├── cash-detail.js
│ │ │ │ └── cash-detail.json
│ │ │ ├── cat
│ │ │ │ ├── cat.acss
│ │ │ │ ├── cat.axml
│ │ │ │ ├── cat.js
│ │ │ │ └── cat.json
│ │ │ ├── clerk
│ │ │ │ ├── clerk.acss
│ │ │ │ ├── clerk.axml
│ │ │ │ ├── clerk.js
│ │ │ │ └── clerk.json
│ │ │ ├── coupon
│ │ │ │ ├── coupon.acss
│ │ │ │ ├── coupon.axml
│ │ │ │ ├── coupon.js
│ │ │ │ └── coupon.json
│ │ │ ├── coupon-detail
│ │ │ │ ├── coupon-detail.acss
│ │ │ │ ├── coupon-detail.axml
│ │ │ │ ├── coupon-detail.js
│ │ │ │ └── coupon-detail.json
│ │ │ ├── coupon-list
│ │ │ │ ├── coupon-list.acss
│ │ │ │ ├── coupon-list.axml
│ │ │ │ ├── coupon-list.js
│ │ │ │ └── coupon-list.json
│ │ │ ├── demo
│ │ │ │ ├── demo.acss
│ │ │ │ ├── demo.axml
│ │ │ │ ├── demo.js
│ │ │ │ └── demo.json
│ │ │ ├── express-detail
│ │ │ │ ├── express-detail.acss
│ │ │ │ ├── express-detail.axml
│ │ │ │ ├── express-detail.js
│ │ │ │ └── express-detail.json
│ │ │ ├── favorite
│ │ │ │ ├── favorite.acss
│ │ │ │ ├── favorite.axml
│ │ │ │ ├── favorite.js
│ │ │ │ └── favorite.json
│ │ │ ├── fxhb
│ │ │ │ ├── common.acss
│ │ │ │ ├── detail
│ │ │ │ │ ├── detail.acss
│ │ │ │ │ ├── detail.axml
│ │ │ │ │ ├── detail.js
│ │ │ │ │ └── detail.json
│ │ │ │ └── open
│ │ │ │ ├── open.acss
│ │ │ │ ├── open.axml
│ │ │ │ ├── open.js
│ │ │ │ └── open.json
│ │ │ ├── goods
│ │ │ │ ├── goods.acss
│ │ │ │ ├── goods.axml
│ │ │ │ ├── goods.js
│ │ │ │ └── goods.json
│ │ │ ├── index
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── integral-mall
│ │ │ │ ├── clerk
│ │ │ │ │ ├── clerk.acss
│ │ │ │ │ ├── clerk.axml
│ │ │ │ │ ├── clerk.js
│ │ │ │ │ └── clerk.json
│ │ │ │ ├── coupon-info
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── detail
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── exchange
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── goods-info
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── index
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── order
│ │ │ │ │ ├── order.acss
│ │ │ │ │ ├── order.axml
│ │ │ │ │ ├── order.js
│ │ │ │ │ └── order.json
│ │ │ │ ├── order-submit
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── register
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ └── shuoming
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── list
│ │ │ │ ├── list.acss
│ │ │ │ ├── list.axml
│ │ │ │ ├── list.js
│ │ │ │ └── list.json
│ │ │ ├── login
│ │ │ │ ├── login.acss
│ │ │ │ ├── login.axml
│ │ │ │ ├── login.js
│ │ │ │ └── login.json
│ │ │ ├── member
│ │ │ │ ├── member.acss
│ │ │ │ ├── member.axml
│ │ │ │ ├── member.js
│ │ │ │ └── member.json
│ │ │ ├── miaosha
│ │ │ │ ├── details
│ │ │ │ │ ├── details.acss
│ │ │ │ │ ├── details.axml
│ │ │ │ │ ├── details.js
│ │ │ │ │ └── details.json
│ │ │ │ ├── express-detail
│ │ │ │ │ ├── express-detail.acss
│ │ │ │ │ ├── express-detail.axml
│ │ │ │ │ ├── express-detail.js
│ │ │ │ │ └── express-detail.json
│ │ │ │ ├── miaosha.acss
│ │ │ │ ├── miaosha.axml
│ │ │ │ ├── miaosha.js
│ │ │ │ ├── miaosha.json
│ │ │ │ ├── order
│ │ │ │ │ ├── order.acss
│ │ │ │ │ ├── order.axml
│ │ │ │ │ ├── order.js
│ │ │ │ │ └── order.json
│ │ │ │ ├── order-comment
│ │ │ │ │ ├── order-comment.acss
│ │ │ │ │ ├── order-comment.axml
│ │ │ │ │ ├── order-comment.js
│ │ │ │ │ └── order-comment.json
│ │ │ │ ├── order-detail
│ │ │ │ │ ├── order-detail.acss
│ │ │ │ │ ├── order-detail.axml
│ │ │ │ │ ├── order-detail.js
│ │ │ │ │ └── order-detail.json
│ │ │ │ ├── order-refund
│ │ │ │ │ ├── order-refund.acss
│ │ │ │ │ ├── order-refund.axml
│ │ │ │ │ ├── order-refund.js
│ │ │ │ │ └── order-refund.json
│ │ │ │ ├── order-refund-detail
│ │ │ │ │ ├── order-refund-detail.acss
│ │ │ │ │ ├── order-refund-detail.axml
│ │ │ │ │ ├── order-refund-detail.js
│ │ │ │ │ └── order-refund-detail.json
│ │ │ │ └── order-submit
│ │ │ │ ├── order-submit.acss
│ │ │ │ ├── order-submit.axml
│ │ │ │ ├── order-submit.js
│ │ │ │ └── order-submit.json
│ │ │ ├── new-order-submit
│ │ │ │ ├── new-order-submit.acss
│ │ │ │ ├── new-order-submit.axml
│ │ │ │ ├── new-order-submit.js
│ │ │ │ └── new-order-submit.json
│ │ │ ├── order
│ │ │ │ ├── order.acss
│ │ │ │ ├── order.axml
│ │ │ │ ├── order.js
│ │ │ │ └── order.json
│ │ │ ├── order-comment
│ │ │ │ ├── order-comment.acss
│ │ │ │ ├── order-comment.axml
│ │ │ │ ├── order-comment.js
│ │ │ │ └── order-comment.json
│ │ │ ├── order-detail
│ │ │ │ ├── order-detail.acss
│ │ │ │ ├── order-detail.axml
│ │ │ │ ├── order-detail.js
│ │ │ │ └── order-detail.json
│ │ │ ├── order-refund
│ │ │ │ ├── order-refund.acss
│ │ │ │ ├── order-refund.axml
│ │ │ │ ├── order-refund.js
│ │ │ │ └── order-refund.json
│ │ │ ├── order-refund-detail
│ │ │ │ ├── order-refund-detail.acss
│ │ │ │ ├── order-refund-detail.axml
│ │ │ │ ├── order-refund-detail.js
│ │ │ │ └── order-refund-detail.json
│ │ │ ├── order-submit
│ │ │ │ ├── order-submit.acss
│ │ │ │ ├── order-submit.axml
│ │ │ │ ├── order-submit.js
│ │ │ │ └── order-submit.json
│ │ │ ├── pt
│ │ │ │ ├── clerk
│ │ │ │ │ ├── clerk.acss
│ │ │ │ │ ├── clerk.axml
│ │ │ │ │ ├── clerk.js
│ │ │ │ │ └── clerk.json
│ │ │ │ ├── comment
│ │ │ │ │ ├── comment.acss
│ │ │ │ │ ├── comment.axml
│ │ │ │ │ ├── comment.js
│ │ │ │ │ └── comment.json
│ │ │ │ ├── commons
│ │ │ │ │ └── cat
│ │ │ │ │ ├── cat.acss
│ │ │ │ │ └── cat.axml
│ │ │ │ ├── details
│ │ │ │ │ ├── details.acss
│ │ │ │ │ ├── details.axml
│ │ │ │ │ ├── details.js
│ │ │ │ │ └── details.json
│ │ │ │ ├── express-detail
│ │ │ │ │ ├── express-detail.acss
│ │ │ │ │ ├── express-detail.axml
│ │ │ │ │ ├── express-detail.js
│ │ │ │ │ └── express-detail.json
│ │ │ │ ├── group
│ │ │ │ │ ├── details.acss
│ │ │ │ │ ├── details.axml
│ │ │ │ │ ├── details.js
│ │ │ │ │ └── details.json
│ │ │ │ ├── index
│ │ │ │ │ ├── index.acss
│ │ │ │ │ ├── index.axml
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── index.json
│ │ │ │ ├── list
│ │ │ │ │ ├── list.acss
│ │ │ │ │ ├── list.axml
│ │ │ │ │ ├── list.js
│ │ │ │ │ └── list.json
│ │ │ │ ├── order
│ │ │ │ │ ├── order.acss
│ │ │ │ │ ├── order.axml
│ │ │ │ │ ├── order.js
│ │ │ │ │ └── order.json
│ │ │ │ ├── order-comment
│ │ │ │ │ ├── order-comment.acss
│ │ │ │ │ ├── order-comment.axml
│ │ │ │ │ ├── order-comment.js
│ │ │ │ │ └── order-comment.json
│ │ │ │ ├── order-details
│ │ │ │ │ ├── order-details.acss
│ │ │ │ │ ├── order-details.axml
│ │ │ │ │ ├── order-details.js
│ │ │ │ │ └── order-details.json
│ │ │ │ ├── order-refund
│ │ │ │ │ ├── order-refund.acss
│ │ │ │ │ ├── order-refund.axml
│ │ │ │ │ ├── order-refund.js
│ │ │ │ │ └── order-refund.json
│ │ │ │ ├── order-refund-detail
│ │ │ │ │ ├── order-refund-detail.acss
│ │ │ │ │ ├── order-refund-detail.axml
│ │ │ │ │ ├── order-refund-detail.js
│ │ │ │ │ └── order-refund-detail.json
│ │ │ │ ├── order-submit
│ │ │ │ │ ├── order-submit.acss
│ │ │ │ │ ├── order-submit.axml
│ │ │ │ │ ├── order-submit.js
│ │ │ │ │ └── order-submit.json
│ │ │ │ └── search
│ │ │ │ ├── search.acss
│ │ │ │ ├── search.axml
│ │ │ │ ├── search.js
│ │ │ │ └── search.json
│ │ │ ├── quick-purchase
│ │ │ │ └── index
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── recharge
│ │ │ │ ├── recharge.acss
│ │ │ │ ├── recharge.axml
│ │ │ │ ├── recharge.js
│ │ │ │ └── recharge.json
│ │ │ ├── search
│ │ │ │ ├── search.acss
│ │ │ │ ├── search.axml
│ │ │ │ ├── search.js
│ │ │ │ └── search.json
│ │ │ ├── share
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── share-money
│ │ │ │ ├── share-money.acss
│ │ │ │ ├── share-money.axml
│ │ │ │ ├── share-money.js
│ │ │ │ └── share-money.json
│ │ │ ├── share-order
│ │ │ │ ├── share-order.acss
│ │ │ │ ├── share-order.axml
│ │ │ │ ├── share-order.js
│ │ │ │ └── share-order.json
│ │ │ ├── share-qrcode
│ │ │ │ ├── share-qrcode.acss
│ │ │ │ ├── share-qrcode.axml
│ │ │ │ ├── share-qrcode.js
│ │ │ │ └── share-qrcode.json
│ │ │ ├── share-team
│ │ │ │ ├── share-team.acss
│ │ │ │ ├── share-team.axml
│ │ │ │ ├── share-team.js
│ │ │ │ └── share-team.json
│ │ │ ├── shop
│ │ │ │ ├── shop.acss
│ │ │ │ ├── shop.axml
│ │ │ │ ├── shop.js
│ │ │ │ └── shop.json
│ │ │ ├── shop-detail
│ │ │ │ ├── shop-detail.acss
│ │ │ │ ├── shop-detail.axml
│ │ │ │ ├── shop-detail.js
│ │ │ │ └── shop-detail.json
│ │ │ ├── store-disabled
│ │ │ │ ├── store-disabled.acss
│ │ │ │ ├── store-disabled.axml
│ │ │ │ ├── store-disabled.js
│ │ │ │ └── store-disabled.json
│ │ │ ├── test
│ │ │ │ ├── test.acss
│ │ │ │ ├── test.axml
│ │ │ │ ├── test.js
│ │ │ │ └── test.json
│ │ │ ├── topic
│ │ │ │ ├── topic.acss
│ │ │ │ ├── topic.axml
│ │ │ │ ├── topic.js
│ │ │ │ └── topic.json
│ │ │ ├── topic-list
│ │ │ │ ├── topic-list.acss
│ │ │ │ ├── topic-list.axml
│ │ │ │ ├── topic-list.js
│ │ │ │ └── topic-list.json
│ │ │ ├── user
│ │ │ │ ├── user.acss
│ │ │ │ ├── user.axml
│ │ │ │ ├── user.js
│ │ │ │ └── user.json
│ │ │ ├── video
│ │ │ │ ├── video-list.acss
│ │ │ │ ├── video-list.axml
│ │ │ │ ├── video-list.js
│ │ │ │ └── video-list.json
│ │ │ └── web
│ │ │ ├── authorization
│ │ │ │ ├── authorization.acss
│ │ │ │ ├── authorization.axml
│ │ │ │ ├── authorization.js
│ │ │ │ └── authorization.json
│ │ │ ├── login
│ │ │ │ ├── login.acss
│ │ │ │ ├── login.axml
│ │ │ │ ├── login.js
│ │ │ │ └── login.json
│ │ │ ├── web.acss
│ │ │ ├── web.axml
│ │ │ ├── web.js
│ │ │ └── web.json
│ │ ├── pond
│ │ │ ├── images
│ │ │ │ ├── home.png
│ │ │ │ ├── pond-button.png
│ │ │ │ ├── pond-cen.png
│ │ │ │ ├── pond-cj.png
│ │ │ │ ├── pond-close.png
│ │ │ │ ├── pond-jf.png
│ │ │ │ ├── pond-jp.png
│ │ │ │ ├── pond-jt.png
│ │ │ │ ├── pond-register.png
│ │ │ │ └── pond-xx.png
│ │ │ ├── pond
│ │ │ │ ├── pond.acss
│ │ │ │ ├── pond.axml
│ │ │ │ ├── pond.js
│ │ │ │ └── pond.json
│ │ │ ├── prize
│ │ │ │ ├── prize.acss
│ │ │ │ ├── prize.axml
│ │ │ │ ├── prize.js
│ │ │ │ └── prize.json
│ │ │ └── rule
│ │ │ ├── rule.acss
│ │ │ ├── rule.axml
│ │ │ ├── rule.js
│ │ │ └── rule.json
│ │ ├── scratch
│ │ │ ├── images
│ │ │ │ ├── home.png
│ │ │ │ ├── scratch_bg.png
│ │ │ │ ├── scratch_hide_1.png
│ │ │ │ ├── scratch_hide_2.png
│ │ │ │ └── scratch_kuang.png
│ │ │ ├── index
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── prize
│ │ │ │ ├── prize.acss
│ │ │ │ ├── prize.axml
│ │ │ │ ├── prize.js
│ │ │ │ └── prize.json
│ │ │ └── rule
│ │ │ ├── rule.acss
│ │ │ ├── rule.axml
│ │ │ ├── rule.js
│ │ │ └── rule.json
│ │ ├── siteinfo.js
│ │ ├── step
│ │ │ ├── dare
│ │ │ │ ├── dare.acss
│ │ │ │ ├── dare.axml
│ │ │ │ ├── dare.js
│ │ │ │ └── dare.json
│ │ │ ├── detail
│ │ │ │ ├── detail.acss
│ │ │ │ ├── detail.axml
│ │ │ │ ├── detail.js
│ │ │ │ └── detail.json
│ │ │ ├── friend
│ │ │ │ ├── friend.acss
│ │ │ │ ├── friend.axml
│ │ │ │ ├── friend.js
│ │ │ │ └── friend.json
│ │ │ ├── goods
│ │ │ │ ├── goods.acss
│ │ │ │ ├── goods.axml
│ │ │ │ ├── goods.js
│ │ │ │ └── goods.json
│ │ │ ├── image
│ │ │ │ ├── ad.png
│ │ │ │ ├── banner.png
│ │ │ │ ├── BG.png
│ │ │ │ ├── cart-add.png
│ │ │ │ ├── cart-less.png
│ │ │ │ ├── cart-no-add.png
│ │ │ │ ├── cart-no-less.png
│ │ │ │ ├── dare-BG.png
│ │ │ │ ├── dare.png
│ │ │ │ ├── detail-bg.png
│ │ │ │ ├── detail-price.png
│ │ │ │ ├── exchange.png
│ │ │ │ ├── friend.png
│ │ │ │ ├── gift.png
│ │ │ │ ├── icon-store.png
│ │ │ │ ├── index.png
│ │ │ │ ├── join-bg.png
│ │ │ │ ├── left.png
│ │ │ │ ├── log-BG.png
│ │ │ │ ├── log.png
│ │ │ │ ├── none.png
│ │ │ │ ├── one.png
│ │ │ │ ├── participation.png
│ │ │ │ ├── pond-details.png
│ │ │ │ ├── price.png
│ │ │ │ ├── public.png
│ │ │ │ ├── refresh.png
│ │ │ │ ├── right.png
│ │ │ │ ├── rule.png
│ │ │ │ ├── side.png
│ │ │ │ ├── submit.png
│ │ │ │ ├── success.png
│ │ │ │ ├── three.png
│ │ │ │ ├── top1.png
│ │ │ │ ├── top2.png
│ │ │ │ ├── top3.png
│ │ │ │ ├── topBG.png
│ │ │ │ ├── top-icon.png
│ │ │ │ ├── top.png
│ │ │ │ ├── two.png
│ │ │ │ ├── user-integral-arrow.png
│ │ │ │ └── xi-right.png
│ │ │ ├── index
│ │ │ │ ├── index.acss
│ │ │ │ ├── index.axml
│ │ │ │ ├── index.js
│ │ │ │ └── index.json
│ │ │ ├── join
│ │ │ │ ├── join.acss
│ │ │ │ ├── join.axml
│ │ │ │ ├── join.js
│ │ │ │ └── join.json
│ │ │ ├── log
│ │ │ │ ├── log.acss
│ │ │ │ ├── log.axml
│ │ │ │ ├── log.js
│ │ │ │ └── log.json
│ │ │ ├── rules
│ │ │ │ ├── rules.acss
│ │ │ │ ├── rules.axml
│ │ │ │ ├── rules.js
│ │ │ │ └── rules.json
│ │ │ ├── share
│ │ │ │ ├── share.acss
│ │ │ │ ├── share.axml
│ │ │ │ ├── share.js
│ │ │ │ └── share.json
│ │ │ └── top
│ │ │ ├── top.acss
│ │ │ ├── top.axml
│ │ │ ├── top.js
│ │ │ └── top.json
│ │ ├── utils
│ │ │ ├── helper.js
│ │ │ └── uploader.js
│ │ └── wxParse
│ │ ├── html2json.js
│ │ ├── htmlparser.js
│ │ ├── showdown.js
│ │ ├── wxDiscode.js
│ │ ├── wxParse.acss
│ │ ├── wxParse.axml
│ │ └── wxParse.js
│ ├── assets
│ │ ├── 18f5fc7c
│ │ │ ├── gii.js
│ │ │ ├── logo.png
│ │ │ └── main.css
│ │ ├── 1afb6cda
│ │ │ ├── gii.js
│ │ │ ├── logo.png
│ │ │ └── main.css
│ │ ├── 1b980c0f
│ │ │ ├── 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
│ │ ├── 2cf5a4eb
│ │ │ ├── bloodhound.js
│ │ │ ├── bloodhound.min.js
│ │ │ ├── typeahead.bundle.js
│ │ │ ├── typeahead.bundle.min.js
│ │ │ ├── typeahead.jquery.js
│ │ │ └── typeahead.jquery.min.js
│ │ ├── 2efb344d
│ │ │ ├── bloodhound.js
│ │ │ ├── bloodhound.min.js
│ │ │ ├── typeahead.bundle.js
│ │ │ ├── typeahead.bundle.min.js
│ │ │ ├── typeahead.jquery.js
│ │ │ └── typeahead.jquery.min.js
│ │ ├── 6c9e93ac
│ │ │ ├── yii.activeForm.js
│ │ │ ├── yii.captcha.js
│ │ │ ├── yii.gridView.js
│ │ │ ├── yii.js
│ │ │ └── yii.validation.js
│ │ ├── 6e0e6d89
│ │ │ ├── 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
│ │ ├── 82513300
│ │ │ ├── arrow.svg
│ │ │ ├── main.css
│ │ │ ├── maximize.svg
│ │ │ ├── timeline.css
│ │ │ ├── timeline.js
│ │ │ ├── toolbar.css
│ │ │ └── toolbar.js
│ │ ├── 8a03b925
│ │ │ ├── arrow.svg
│ │ │ ├── main.css
│ │ │ ├── maximize.svg
│ │ │ ├── timeline.css
│ │ │ ├── timeline.js
│ │ │ ├── toolbar.css
│ │ │ └── toolbar.js
│ │ ├── 905c896e
│ │ │ ├── yii.activeForm.js
│ │ │ ├── yii.captcha.js
│ │ │ ├── yii.gridView.js
│ │ │ ├── yii.js
│ │ │ └── yii.validation.js
│ │ ├── 94bbafa5
│ │ │ ├── arrow.svg
│ │ │ ├── main.css
│ │ │ ├── maximize.svg
│ │ │ ├── timeline.css
│ │ │ ├── timeline.js
│ │ │ ├── toolbar.css
│ │ │ └── toolbar.js
│ │ ├── 987a182d
│ │ │ ├── jquery.js
│ │ │ ├── jquery.min.js
│ │ │ └── jquery.min.map
│ │ ├── 98c7f7ac
│ │ │ ├── gii.js
│ │ │ ├── logo.png
│ │ │ └── main.css
│ │ ├── 9bfcf9d3
│ │ │ ├── yii.activeForm.js
│ │ │ ├── yii.captcha.js
│ │ │ ├── yii.gridView.js
│ │ │ ├── yii.js
│ │ │ └── yii.validation.js
│ │ ├── a5588c2d
│ │ │ ├── jquery.js
│ │ │ ├── jquery.min.js
│ │ │ └── jquery.min.map
│ │ ├── acc7af3b
│ │ │ ├── bloodhound.js
│ │ │ ├── bloodhound.min.js
│ │ │ ├── typeahead.bundle.js
│ │ │ ├── typeahead.bundle.min.js
│ │ │ ├── typeahead.jquery.js
│ │ │ └── typeahead.jquery.min.js
│ │ ├── bbefede7
│ │ │ ├── jquery.js
│ │ │ ├── jquery.min.js
│ │ │ └── jquery.min.map
│ │ └── dbd502c8
│ │ ├── 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
│ ├── debug.php
│ ├── in-alipay-notify.php
│ ├── index.php
│ ├── index-test.php
│ ├── in-pay-notify.php
│ ├── install.php
│ ├── linshi
│ ├── lock.txt
│ ├── mch.php
│ ├── member.php
│ ├── pay-notify.php
│ ├── pay.pem
│ ├── qrcode
│ ├── re-alipay-notify.php
│ ├── re-pay-notify.php
│ ├── robots.txt
│ ├── role.php
│ ├── statics
│ │ ├── 5611.wav
│ │ ├── admin
│ │ │ ├── css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── common.css
│ │ │ │ ├── common.v2.css
│ │ │ │ └── flex.css
│ │ │ ├── images
│ │ │ │ ├── bg-1.gif
│ │ │ │ ├── icon-add.png
│ │ │ │ ├── icon-list.png
│ │ │ │ ├── icon-wxapp.png
│ │ │ │ ├── loading-1.svg
│ │ │ │ ├── loading-2.svg
│ │ │ │ ├── logo.png
│ │ │ │ ├── main-bg.jpg
│ │ │ │ ├── passport-bg.jpg
│ │ │ │ ├── register-result-1.png
│ │ │ │ └── welcome.jpg
│ │ │ └── js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── common.js
│ │ │ ├── common.v2.js
│ │ │ ├── jquery.min.js
│ │ │ ├── plupload.full.min.js
│ │ │ ├── popper.min.js
│ │ │ └── vue.js
│ │ ├── css
│ │ │ ├── common.css
│ │ │ └── flex.css
│ │ ├── echarts
│ │ │ ├── echarts.common.js
│ │ │ ├── echarts.common.min.js
│ │ │ ├── echarts-en.common.js
│ │ │ ├── echarts-en.common.min.js
│ │ │ ├── echarts-en.js
│ │ │ ├── echarts-en.js.map
│ │ │ ├── echarts-en.min.js
│ │ │ ├── echarts-en.simple.js
│ │ │ ├── echarts-en.simple.min.js
│ │ │ ├── echarts.js
│ │ │ ├── echarts.js.map
│ │ │ ├── echarts.min.js
│ │ │ ├── echarts.simple.js
│ │ │ ├── echarts.simple.min.js
│ │ │ └── extension
│ │ │ ├── bmap.js
│ │ │ ├── bmap.js.map
│ │ │ ├── bmap.min.js
│ │ │ ├── dataTool.js
│ │ │ ├── dataTool.js.map
│ │ │ └── dataTool.min.js
│ │ ├── font
│ │ │ ├── AaBanSong.ttf
│ │ │ ├── MarkerFelt.ttc
│ │ │ └── st-heiti-light.ttc
│ │ ├── images
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── 3.jpg
│ │ │ ├── 545.png
│ │ │ ├── alipay
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── apply_tpl.png
│ │ │ │ ├── cash_fail_tpl.png
│ │ │ │ ├── cash_success_tpl.png
│ │ │ │ ├── mch_tpl_1.png
│ │ │ │ ├── mch_tpl_2.png
│ │ │ │ ├── pay_tpl.png
│ │ │ │ ├── pt_fail_notice.png
│ │ │ │ ├── pt_success_notice.png
│ │ │ │ ├── refund_tpl.png
│ │ │ │ ├── revoke_tpl.png
│ │ │ │ ├── send_tpl.png
│ │ │ │ ├── yy_refund_notice.png
│ │ │ │ └── yy_success_notice.png
│ │ │ ├── alipay.png
│ │ │ ├── appnavbar
│ │ │ │ ├── nav-icon-cart.active.png
│ │ │ │ ├── nav-icon-cart.png
│ │ │ │ ├── nav-icon-cat.active.png
│ │ │ │ ├── nav-icon-cat.png
│ │ │ │ ├── nav-icon-index.active.png
│ │ │ │ ├── nav-icon-index.png
│ │ │ │ ├── nav-icon-user.active.png
│ │ │ │ └── nav-icon-user.png
│ │ │ ├── avatar.png
│ │ │ ├── banner-bg.png
│ │ │ ├── bargain-hb-good.png
│ │ │ ├── block-bg.png
│ │ │ ├── cat-bg.png
│ │ │ ├── chengxuma.png
│ │ │ ├── coupon-bg.png
│ │ │ ├── fxhb
│ │ │ │ ├── act_modal.png
│ │ │ │ ├── best_icon.png
│ │ │ │ ├── bg.png
│ │ │ │ ├── close.png
│ │ │ │ ├── coupon.png
│ │ │ │ ├── cry.png
│ │ │ │ ├── hongbao_bg.png
│ │ │ │ ├── more_l.png
│ │ │ │ ├── more_r.png
│ │ │ │ ├── open_hongbao_btn.png
│ │ │ │ ├── pointer_r.png
│ │ │ │ ├── share_modal_bg.png
│ │ │ │ ├── tplmsg.png
│ │ │ │ └── wechat.png
│ │ │ ├── getopenid
│ │ │ │ ├── 1.png
│ │ │ │ └── 2.png
│ │ │ ├── goods-qrcode-dst-1.png
│ │ │ ├── goods-qrcode-dst.jpg
│ │ │ ├── home-page
│ │ │ │ ├── icon-coupon-index.png
│ │ │ │ ├── icon-coupon-no.png
│ │ │ │ ├── icon-notice.png
│ │ │ │ ├── icon-topic-1.png
│ │ │ │ ├── icon-topic.png
│ │ │ │ └── icon-topic-r.png
│ │ │ ├── icon-add.png
│ │ │ ├── icon-delete.png
│ │ │ ├── icon-edit.png
│ │ │ ├── icon-file-gou.png
│ │ │ ├── icon-move.png
│ │ │ ├── img
│ │ │ ├── img-block-demo-1.png
│ │ │ ├── img-block-demo-2.png
│ │ │ ├── img-block-demo.png
│ │ │ ├── img-share-down.png
│ │ │ ├── img-user-bg.png
│ │ │ ├── loading-1.svg
│ │ │ ├── loading-2.svg
│ │ │ ├── loading2.svg
│ │ │ ├── lottery_free.png
│ │ │ ├── lottery_line.png
│ │ │ ├── lottery_qrcode.png
│ │ │ ├── mch-home
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ └── 4.png
│ │ │ ├── mch-tpl-1.png
│ │ │ ├── mch-tpl-2.png
│ │ │ ├── miaosha-bg.png
│ │ │ ├── mobile-iphone.png
│ │ │ ├── ms_qrcode.png
│ │ │ ├── nav-bg.png
│ │ │ ├── notice-bg.png
│ │ │ ├── order-refund-status-bg.png
│ │ │ ├── pick-image.png
│ │ │ ├── pintuan-bg.png
│ │ │ ├── pond.png
│ │ │ ├── pond_qrcode.png
│ │ │ ├── pt_fail_notice.png
│ │ │ ├── pt_qrcode.png
│ │ │ ├── pt_success_notice.png
│ │ │ ├── recharge
│ │ │ │ ├── icon-balance-ad.png
│ │ │ │ ├── icon-balance-bg.png
│ │ │ │ ├── icon-balance.png
│ │ │ │ ├── icon-balance-p.png
│ │ │ │ ├── icon-huodao.png
│ │ │ │ └── icon-online.png
│ │ │ ├── scratch_qrcode.png
│ │ │ ├── search-bg.png
│ │ │ ├── share-custom
│ │ │ │ ├── img-share-cash.png
│ │ │ │ ├── img-share-order.png
│ │ │ │ ├── img-share-price.png
│ │ │ │ ├── img-share-qrcode.png
│ │ │ │ └── img-share-team.png
│ │ │ ├── step-qrcode-bj.jpg
│ │ │ ├── topic-bg.png
│ │ │ ├── topic-hb-down.png
│ │ │ ├── tplmsg
│ │ │ │ ├── 0.png
│ │ │ │ ├── activity_refund_tpl.png
│ │ │ │ ├── activity_success_tpl.png
│ │ │ │ ├── apply_tpl
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ └── 3.png
│ │ │ │ ├── apply_tpl.png
│ │ │ │ ├── cash_fail_tpl
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ └── 3.png
│ │ │ │ ├── cash_fail_tpl.png
│ │ │ │ ├── cash_success_tpl
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ └── 3.png
│ │ │ │ ├── cash_success_tpl.png
│ │ │ │ ├── fxhb.png
│ │ │ │ ├── lottery-success-notice.png
│ │ │ │ ├── lottery_success_tpl.png
│ │ │ │ ├── mch-tpl-1.png
│ │ │ │ ├── mch-tpl-2.png
│ │ │ │ ├── not_pay_tpl
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ └── 3.png
│ │ │ │ ├── pay_tpl
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ └── 3.png
│ │ │ │ ├── pay_tpl.png
│ │ │ │ ├── pt_fail_notice.png
│ │ │ │ ├── pt_success_notice.png
│ │ │ │ ├── refund_tpl
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ └── 3.png
│ │ │ │ ├── refund_tpl.png
│ │ │ │ ├── revoke_tpl
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ └── 3.png
│ │ │ │ ├── revoke_tpl.png
│ │ │ │ ├── send_tpl
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ └── 3.png
│ │ │ │ ├── send_tpl.png
│ │ │ │ ├── yy_refund_notice.png
│ │ │ │ └── yy_success_notice.png
│ │ │ ├── user-center
│ │ │ │ ├── authorization.png
│ │ │ │ ├── clear_cache.png
│ │ │ │ ├── icon-about-us.png
│ │ │ │ ├── icon-address.png
│ │ │ │ ├── icon-help.png
│ │ │ │ ├── icon-order-0.png
│ │ │ │ ├── icon-order-1.png
│ │ │ │ ├── icon-order-2.png
│ │ │ │ ├── icon-order-3.png
│ │ │ │ ├── icon-order-4.png
│ │ │ │ ├── icon-user-bangding.png
│ │ │ │ ├── icon-user-card.png
│ │ │ │ ├── icon-user-dz.png
│ │ │ │ ├── icon-user-fx.png
│ │ │ │ ├── icon-user-kf.png
│ │ │ │ ├── icon-user-lingqu.png
│ │ │ │ ├── icon-user-lx.png
│ │ │ │ ├── icon-user-mch.png
│ │ │ │ ├── icon-user-ms.png
│ │ │ │ ├── icon-user-pt.png
│ │ │ │ ├── icon-user-sc.png
│ │ │ │ ├── icon-user-yhq.png
│ │ │ │ ├── icon-user-yy.png
│ │ │ │ └── img-user-bg.png
│ │ │ ├── video.png
│ │ │ ├── wechatplatform
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ └── 4.png
│ │ │ ├── wxapp-upload
│ │ │ │ ├── 1-A.png
│ │ │ │ ├── 1-B.png
│ │ │ │ ├── 2-A.png
│ │ │ │ ├── 2-B.png
│ │ │ │ ├── 3-A.png
│ │ │ │ ├── 3-B.png
│ │ │ │ ├── loading.png
│ │ │ │ ├── pointer.png
│ │ │ │ └── upload-tip.png
│ │ │ ├── xxcy.png
│ │ │ ├── yuyue.png
│ │ │ ├── yy_refund_notice.png
│ │ │ └── yy_success_notice.png
│ │ ├── js
│ │ │ ├── common.js
│ │ │ ├── jquery-sortable.js
│ │ │ └── loading.html
│ │ ├── mch
│ │ │ ├── css
│ │ │ │ ├── bootstrap-combined.min.css
│ │ │ │ ├── bootstrap-datetimepicker.min.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── common.css
│ │ │ │ ├── common.v2.css
│ │ │ │ ├── jquery.datetimepicker.2.5.12.min.css
│ │ │ │ ├── jquery.datetimepicker.min.css
│ │ │ │ └── themes.css
│ │ │ ├── images
│ │ │ │ ├── passport_bg.png
│ │ │ │ └── permission-error.png
│ │ │ ├── js
│ │ │ │ ├── bootstrap-datetimepicker.js
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── clipboard.js
│ │ │ │ ├── colorpicker.js
│ │ │ │ ├── common.v2.js
│ │ │ │ ├── datetime.js
│ │ │ │ ├── jquery.datetimepicker.full.min.js
│ │ │ │ ├── jquery.min.js
│ │ │ │ ├── jquery.nicescroll.min.js
│ │ │ │ ├── LodopFuncs.js
│ │ │ │ ├── Lodop.js
│ │ │ │ ├── Moxie.swf
│ │ │ │ ├── Moxie.xap
│ │ │ │ ├── plupload.full.min.js
│ │ │ │ ├── Sortable.min.js
│ │ │ │ ├── tether.min.js
│ │ │ │ ├── uploadVideo.js
│ │ │ │ ├── vuedraggable.min.js
│ │ │ │ └── vue.js
│ │ │ └── vendor
│ │ │ ├── laydate
│ │ │ │ ├── laydate.js
│ │ │ │ └── theme
│ │ │ │ └── default
│ │ │ │ ├── font
│ │ │ │ │ ├── iconfont.eot
│ │ │ │ │ ├── iconfont.svg
│ │ │ │ │ ├── iconfont.ttf
│ │ │ │ │ └── iconfont.woff
│ │ │ │ └── laydate.css
│ │ │ └── layer
│ │ │ ├── layer.js
│ │ │ ├── mobile
│ │ │ │ ├── layer.js
│ │ │ │ └── need
│ │ │ │ └── layer.css
│ │ │ └── theme
│ │ │ └── default
│ │ │ ├── icon-ext.png
│ │ │ ├── icon.png
│ │ │ ├── layer.css
│ │ │ ├── loading-0.gif
│ │ │ ├── loading-1.gif
│ │ │ └── loading-2.gif
│ │ ├── shop
│ │ │ └── img
│ │ │ ├── mch-account-header-bg.png
│ │ │ ├── qrcode-header-bg.png
│ │ │ ├── shop-header-bg.jpg
│ │ │ └── shop-logo.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
│ │ │ ├── index.html
│ │ │ ├── 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
│ │ │ │ ├── xss.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
│ │ ├── user
│ │ │ ├── css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── common.css
│ │ │ │ ├── common.v2.css
│ │ │ │ ├── index.css
│ │ │ │ ├── jquery.datetimepicker.2.5.12.min.css
│ │ │ │ └── jquery.datetimepicker.min.css
│ │ │ └── js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── clipboard.js
│ │ │ ├── common.v2.js
│ │ │ ├── jquery.datetimepicker.full.min.js
│ │ │ ├── jquery.min.js
│ │ │ ├── LodopFuncs.js
│ │ │ ├── Moxie.swf
│ │ │ ├── Moxie.xap
│ │ │ ├── plupload.full.min.js
│ │ │ ├── Sortable.min.js
│ │ │ ├── tether.min.js
│ │ │ ├── uploadVideo.js
│ │ │ ├── vuedraggable.min.js
│ │ │ └── vue.js
│ │ └── wxapp
│ │ └── images
│ │ ├── 576464183760311753.png
│ │ ├── BG.png
│ │ ├── binding-pic.png
│ │ ├── binding_pic.png
│ │ ├── binding.png
│ │ ├── binding_yes.png
│ │ ├── car.png
│ │ ├── cart-add.png
│ │ ├── cart_add.png
│ │ ├── cart-less.png
│ │ ├── cart_less.png
│ │ ├── cart-no-add.png
│ │ ├── cart_no_add.png
│ │ ├── cart-no-less.png
│ │ ├── cart_no_less.png
│ │ ├── clear.png
│ │ ├── dare-bg.png
│ │ ├── detail-bg.png
│ │ ├── disabled.png
│ │ ├── gold.png
│ │ ├── good-recommend.png
│ │ ├── guige.jpg
│ │ ├── home-bg.png
│ │ ├── home-gwc.png
│ │ ├── huiyuan-bg.png
│ │ ├── huiyuan_bg.png
│ │ ├── icon-about-us.png
│ │ ├── icon-address.png
│ │ ├── icon-alipay.png
│ │ ├── icon-balance-ad.png
│ │ ├── icon-balance-bg.png
│ │ ├── icon-balance-left.png
│ │ ├── icon-balance-p.png
│ │ ├── icon-balance-recharge-bg.png
│ │ ├── icon-balance-recharge.png
│ │ ├── icon-balance-right.png
│ │ ├── icon-bargain-activity-buy-b.png
│ │ ├── icon-bargain-activity-buy.png
│ │ ├── icon-bargain-activity-c.png
│ │ ├── icon-bargain-activity-header-1.png
│ │ ├── icon-bargain-activity-header-2.png
│ │ ├── icon-bargain-activity-header-3.gif
│ │ ├── icon-bargain-activity-header.png
│ │ ├── icon-bargain-activity-help.png
│ │ ├── icon-bargain-activity-jiantou-down.png
│ │ ├── icon-bargain-activity-jiantou-up.png
│ │ ├── icon-bargain-activity-join-m.png
│ │ ├── icon-bargain-activity-join.png
│ │ ├── icon-bargain-activity-more.png
│ │ ├── icon-bargain-activity-progress.png
│ │ ├── icon-bargain-activity-used.png
│ │ ├── icon-bargain-activity-x.png
│ │ ├── icon-bargain-bg.png
│ │ ├── icon-bargain-buy.png
│ │ ├── icon-bargain-click.png
│ │ ├── icon-bargain-flow.png
│ │ ├── icon-bargain-goods.png
│ │ ├── icon-bargain-help.png
│ │ ├── icon-bargain-jiantou.png
│ │ ├── icon-bargain-list-right.png
│ │ ├── icon-bargain-price.png
│ │ ├── icon-bargain-shuoming.png
│ │ ├── icon-bargain-time.png
│ │ ├── icon-card-bg.png
│ │ ├── icon-card-btn.png
│ │ ├── icon-card-del.png
│ │ ├── icon-card-qrcode.png
│ │ ├── icon-card-top.png
│ │ ├── icon-checked.png
│ │ ├── icon-check.png
│ │ ├── icon-clerk.png
│ │ ├── icon-close2.png
│ │ ├── icon-close3.png
│ │ ├── icon-close4.png
│ │ ├── icon-close.png
│ │ ├── icon-comment-score-1.active.png
│ │ ├── icon-comment-score-1.png
│ │ ├── icon-comment-score-2.active.png
│ │ ├── icon-comment-score-2.png
│ │ ├── icon-comment-score-3.active.png
│ │ ├── icon-comment-score-3.png
│ │ ├── icon-coupon-disabled.png
│ │ ├── icon-coupon-enabled.png
│ │ ├── icon-coupon-index.png
│ │ ├── icon-coupon-no.png
│ │ ├── icon-coupon.png
│ │ ├── icon-delete.png
│ │ ├── icon-detail-love.png
│ │ ├── icon-discount.png
│ │ ├── icon-down.png
│ │ ├── icon-edit.png
│ │ ├── icon-favorite-active.png
│ │ ├── icon-favorite.png
│ │ ├── icon-goods-address.png
│ │ ├── icon-good-shop.png
│ │ ├── icon-group-share.png
│ │ ├── icon-help.png
│ │ ├── icon-huodao-selected.png
│ │ ├── icon-image-picker.png
│ │ ├── icon-integral-all.png
│ │ ├── icon-integral-close.png
│ │ ├── icon-integral-detail.png
│ │ ├── icon-integral-head.png
│ │ ├── icon-integral-radio-active.png
│ │ ├── icon-integral-radio.png
│ │ ├── icon-integral-shibai.png
│ │ ├── icon-integral-success.png
│ │ ├── icon-is-register.png
│ │ ├── icon-jiantou-r.png
│ │ ├── icon-jingxuan.png
│ │ ├── icon-loading.gif
│ │ ├── icon-member-bg.png
│ │ ├── icon-member-level.png
│ │ ├── icon-member-rights.png
│ │ ├── icon-miaosha.png
│ │ ├── icon-my-exchange.png
│ │ ├── icon-notice-jiantou.png
│ │ ├── icon-notice.png
│ │ ├── icon-notice-title.png
│ │ ├── icon-ntegration.png
│ │ ├── icon-offline.png
│ │ ├── icon-online-selected.png
│ │ ├── icon-order-0.png
│ │ ├── icon-order-1.png
│ │ ├── icon-order-2.png
│ │ ├── icon-order-3.png
│ │ ├── icon-order-4.png
│ │ ├── icon-payment-balance.png
│ │ ├── icon-payment-huodao.png
│ │ ├── icon-payment-online.png
│ │ ├── icon-pay-right.png
│ │ ├── icon-pintuan-text.png
│ │ ├── icon-play.png
│ │ ├── icon-point-gray.png
│ │ ├── icon-point-green.png
│ │ ├── icon-pt-group-bg.png
│ │ ├── icon-pt-text.png
│ │ ├── icon-receive-coupon.png
│ │ ├── icon-recharge-balance.png
│ │ ├── icon-recharge-bg.png
│ │ ├── icon-recharge-selected.png
│ │ ├── icon-register-close.png
│ │ ├── icon-register-head.png
│ │ ├── icon-register-left.png
│ │ ├── icon-register.png
│ │ ├── icon-register-quan.png
│ │ ├── icon-register-right.png
│ │ ├── icon-register-sign-in.png
│ │ ├── icon-registre.png
│ │ ├── icon-registre-quan.png
│ │ ├── icon-search-no.png
│ │ ├── icon-search.png
│ │ ├── icon-service.png
│ │ ├── icon-share-ant.png
│ │ ├── icon-share-bank.png
│ │ ├── icon-share-friend.png
│ │ ├── icon-share-money.png
│ │ ├── icon-share.png
│ │ ├── icon-share-qrcode.png
│ │ ├── icon-share-selected.png
│ │ ├── icon-share-tip.png
│ │ ├── icon-share-wechat.png
│ │ ├── icon-shop-checked.png
│ │ ├── icon-shop-dingwei.png
│ │ ├── icon-shop-down.png
│ │ ├── icon-shop-love.png
│ │ ├── icon-shop-nav-1.png
│ │ ├── icon-shop-nav.png
│ │ ├── icon-shop-search.png
│ │ ├── icon-shop-tel.png
│ │ ├── icon-shop-un.png
│ │ ├── icon-shuoming.png
│ │ ├── icon-sort-down-active.png
│ │ ├── icon-sort-down.png
│ │ ├── icon-sort-up-active.png
│ │ ├── icon-sort-up.png
│ │ ├── icon-store.png
│ │ ├── icon-sub.png
│ │ ├── icon-time-bg.png
│ │ ├── icon-time-split.png
│ │ ├── icon-topic-love-active.png
│ │ ├── icon-topic-love.png
│ │ ├── icon-topic.png
│ │ ├── icon-topic-share.png
│ │ ├── icon-uncheck.png
│ │ ├── icon-up.png
│ │ ├── icon-user-balance.png
│ │ ├── icon-user-card.png
│ │ ├── icon-user-fx.png
│ │ ├── icon-user-integral.png
│ │ ├── icon-user-kf.png
│ │ ├── icon-user-level.png
│ │ ├── icon-user-lingqu.png
│ │ ├── icon-user-lx.png
│ │ ├── icon-user-sc.png
│ │ ├── icon-user-wallet.png
│ │ ├── icon-user-xx.png
│ │ ├── icon-user-yhq.png
│ │ ├── icon-user-yj.png
│ │ ├── icon-user-zl.png
│ │ ├── icon-warning.png
│ │ ├── icon-wechatapp.png
│ │ ├── icon-x.png
│ │ ├── icon-yuyue.png
│ │ ├── ico-pt-active.png
│ │ ├── img-coupon-bg-0.png
│ │ ├── img-coupon-bg-1.png
│ │ ├── img-coupon-status-icon-1.png
│ │ ├── img-coupon-status-icon-2.png
│ │ ├── img-get-coupon-bg.png
│ │ ├── img-get-coupon-item-bg.png
│ │ ├── img-get-coupon-title.png
│ │ ├── img-nvzhuang.png
│ │ ├── img-order-status-bar.png
│ │ ├── img-pc-login.png
│ │ ├── img-share-agree.png
│ │ ├── img-share-cash.png
│ │ ├── img-share-down.png
│ │ ├── img-share-info.png
│ │ ├── img-share-money.png
│ │ ├── img-share-order.png
│ │ ├── img-share-price.png
│ │ ├── img-share-qrcode.png
│ │ ├── img-share-right.png
│ │ ├── img-share-shop.png
│ │ ├── img-share-team.png
│ │ ├── img-share-tip.png
│ │ ├── img-share-un.png
│ │ ├── integral-mall-coupon2.png
│ │ ├── integral-mall-coupon.png
│ │ ├── integral.png
│ │ ├── jiangli.png
│ │ ├── jian.png
│ │ ├── jia.png
│ │ ├── join-bg.png
│ │ ├── liji.jpg
│ │ ├── loading2.svg
│ │ ├── loading-black.svg
│ │ ├── loading.svg
│ │ ├── log-bg.png
│ │ ├── member_price.png
│ │ ├── ms_activity_bg.png
│ │ ├── nav-icon-cart.png
│ │ ├── nav-icon-index.png
│ │ ├── pond-empty.png
│ │ ├── pond-head.png
│ │ ├── pond_head.png
│ │ ├── pond-success.png
│ │ ├── pt-addres-bottom.png
│ │ ├── pt-address.png
│ │ ├── pt-addres-top.png
│ │ ├── pt-details-pt.png
│ │ ├── pt-empty-order.png
│ │ ├── pt-fail.png
│ │ ├── pt-favorite-active.png
│ │ ├── pt-favorite.png
│ │ ├── pt-go-home.png
│ │ ├── pt-my-group.png
│ │ ├── pt-no-group-num-pic.png
│ │ ├── pt-order-details-bg.png
│ │ ├── pt-search-clear.png
│ │ ├── pt-search-icon.png
│ │ ├── pt-shop-car.png
│ │ ├── pt-success.png
│ │ ├── quick-hot.png
│ │ ├── register.png
│ │ ├── scratch_bg.png
│ │ ├── scratch_success.png
│ │ ├── search_up.png
│ │ ├── serach-index-icon.png
│ │ ├── settle.jpg
│ │ ├── share_commission.png
│ │ ├── shou.png
│ │ ├── store_setting.png
│ │ ├── user-coupon-xia.png
│ │ ├── user-integral-arrow.png
│ │ ├── video-play.png
│ │ ├── yougoods.jpg
│ │ └── yy-form-title.png
│ ├── tester.php
│ ├── test.xlsx
│ ├── test.zip
│ ├── thumb.php
│ └── uploads
│ └── linshi
├── widgets
│ ├── ImageUpload.php
│ └── views
│ └── image-upload.php
├── yii
└── yii.bat
3301 directories, 16932 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论