CRMEB商城系统是基于ThinkPhp6.0 Vue开发的一套新零售移动电商系统,CRMEB系统就是集客户关系管理 营销电商系统,能够快速积累客户、会员数据分析、智能转化客户、 有效提高销售、会员维护、网络营销的一款企业应用,包含商城、拼团、砍价、秒杀、优惠券、积分、分销等功能,更适合企业二次开发; │ README.md
├─crmeb
│ │ .constant
│ │ .env
│ │ .example.env
│ │ .htaccess
│ │ .travis.yml
│ │ .version
│ │ build.example.php
│ │ composer.json
│ │ composer.lock
│ │ think
│ │ update.sql
│ │ workerman.bat
│ │
│ ├─app
│ │ │ .htaccess
│ │ │ AppService.php
│ │ │ common.php
│ │ │ event.php
│ │ │ ExceptionHandle.php
│ │ │ middleware.php
│ │ │ provider.php
│ │ │ Request.php
│ │ │ service.php
│ │ │
│ │ ├─admin
│ │ │ │ common.php
│ │ │ │ event.php
│ │ │ │ provider.php
│ │ │ │ readme.txt
│ │ │ │
│ │ │ ├─config
│ │ │ │ route.php
│ │ │ │ template.php
│ │ │ │ view.php
│ │ │ │
│ │ │ ├─controller
│ │ │ │ │ AdminException.php
│ │ │ │ │ AuthController.php
│ │ │ │ │ Index.php
│ │ │ │ │ Login.php
│ │ │ │ │ SystemBasic.php
│ │ │ │ │
│ │ │ │ ├─agent
│ │ │ │ │ AgentManage.php
│ │ │ │ │
│ │ │ │ ├─article
│ │ │ │ │ Article.php
│ │ │ │ │ ArticleCategory.php
│ │ │ │ │ WechatNews.php
│ │ │ │ │
│ │ │ │ ├─finance
│ │ │ │ │ Finance.php
│ │ │ │ │ UserExtract.php
│ │ │ │ │ UserRecharge.php
│ │ │ │ │
│ │ │ │ ├─order
│ │ │ │ │ combinationOrder.php
│ │ │ │ │ StoreOrder.php
│ │ │ │ │
│ │ │ │ ├─record
│ │ │ │ │ Record.php
│ │ │ │ │ StoreStatistics.php
│ │ │ │ │
│ │ │ │ ├─routine
│ │ │ │ │ RoutineTemplate.php
│ │ │ │ │
│ │ │ │ ├─setting
│ │ │ │ │ SystemAdmin.php
│ │ │ │ │ SystemConfig.php
│ │ │ │ │ SystemConfigTab.php
│ │ │ │ │ SystemGroup.php
│ │ │ │ │ SystemGroupData.php
│ │ │ │ │ SystemMenus.php
│ │ │ │ │ SystemNotice.php
│ │ │ │ │ SystemRole.php
│ │ │ │ │
│ │ │ │ ├─sms
│ │ │ │ │ SmsAdmin.php
│ │ │ │ │ SmsConfig.php
│ │ │ │ │ SmsPay.php
│ │ │ │ │ SmsPublicTemp.php
│ │ │ │ │ SmsTemplateApply.php
│ │ │ │ │
│ │ │ │ ├─store
│ │ │ │ │ CopyTaobao.php
│ │ │ │ │ StoreCategory.php
│ │ │ │ │ StoreInfoMana.php
│ │ │ │ │ StoreProduct.php
│ │ │ │ │ StoreProductReply.php
│ │ │ │ │
│ │ │ │ ├─system
│ │ │ │ │ Clear.php
│ │ │ │ │ Express.php
│ │ │ │ │ SystemAttachment.php
│ │ │ │ │ SystemCleardata.php
│ │ │ │ │ SystemDatabackup.php
│ │ │ │ │ SystemFile.php
│ │ │ │ │ SystemLog.php
│ │ │ │ │ SystemStore.php
│ │ │ │ │ SystemUpgradeclient.php
│ │ │ │ │
│ │ │ │ ├─ump
│ │ │ │ │ StoreCoupon.php
│ │ │ │ │ StoreCouponIssue.php
│ │ │ │ │ StoreCouponUser.php
│ │ │ │ │ StoreSeckill.php
│ │ │ │ │ UserPoint.php
│ │ │ │ │
│ │ │ │ ├─user
│ │ │ │ │ User.php
│ │ │ │ │ UserLevel.php
│ │ │ │ │ UserNotice.php
│ │ │ │ │
│ │ │ │ ├─wechat
│ │ │ │ │ index.php
│ │ │ │ │ Menus.php
│ │ │ │ │ Reply.php
│ │ │ │ │ StoreService.php
│ │ │ │ │ WechatMessage.php
│ │ │ │ │ WechatNewsCategory.php
│ │ │ │ │ WechatTemplate.php
│ │ │ │ │ WechatUser.php
│ │ │ │ │
│ │ │ │ └─widget
│ │ │ │ Images.php
│ │ │ │ Widgets.php
│ │ │ │
│ │ │ ├─model
│ │ │ │ ├─article
│ │ │ │ │ Article.php
│ │ │ │ │ ArticleCategory.php
│ │ │ │ │
│ │ │ │ ├─finance
│ │ │ │ │ FinanceModel.php
│ │ │ │ │
│ │ │ │ ├─order
│ │ │ │ │ StoreOrder.php
│ │ │ │ │ StoreOrderCartInfo.php
│ │ │ │ │ StoreOrderStatus.php
│ │ │ │ │
│ │ │ │ ├─record
│ │ │ │ │ StoreStatistics.php
│ │ │ │ │ StoreVisit.php
│ │ │ │ │
│ │ │ │ ├─routine
│ │ │ │ │ RoutineFormId.php
│ │ │ │ │ RoutineTemplate.php
│ │ │ │ │
│ │ │ │ ├─store
│ │ │ │ │ StoreCategory.php
│ │ │ │ │ StoreCouponUser.php
│ │ │ │ │ StoreProduct.php
│ │ │ │ │ StoreProductAttr.php
│ │ │ │ │ StoreProductAttrResult.php
│ │ │ │ │ StoreProductAttrValue.php
│ │ │ │ │ StoreProductRelation.php
│ │ │ │ │ StoreProductReply.php
│ │ │ │ │ StoreVisit.php
│ │ │ │ │
│ │ │ │ ├─system
│ │ │ │ │ Express.php
│ │ │ │ │ SystemAdmin.php
│ │ │ │ │ SystemAttachment.php
│ │ │ │ │ SystemAttachmentCategory.php
│ │ │ │ │ SystemAttachmentType.php
│ │ │ │ │ SystemConfig.php
│ │ │ │ │ SystemConfigTab.php
│ │ │ │ │ SystemFile.php
│ │ │ │ │ SystemGroup.php
│ │ │ │ │ SystemGroupData.php
│ │ │ │ │ SystemLog.php
│ │ │ │ │ SystemMenus.php
│ │ │ │ │ SystemNotice.php
│ │ │ │ │ SystemRole.php
│ │ │ │ │ SystemStore.php
│ │ │ │ │ SystemUserLevel.php
│ │ │ │ │ SystemUserTask.php
│ │ │ │ │
│ │ │ │ ├─ump
│ │ │ │ │ StoreBargain.php
│ │ │ │ │ StoreBargainUser.php
│ │ │ │ │ StoreBargainUserHelp.php
│ │ │ │ │ StoreCombination.php
│ │ │ │ │ StoreCombinationAttr.php
│ │ │ │ │ StoreCombinationAttrResult.php
│ │ │ │ │ StoreCombinationAttrValue.php
│ │ │ │ │ StoreCoupon.php
│ │ │ │ │ StoreCouponIssue.php
│ │ │ │ │ StoreCouponIssueUser.php
│ │ │ │ │ StoreCouponUser.php
│ │ │ │ │ StorePink.php
│ │ │ │ │ StoreSeckill.php
│ │ │ │ │ StoreSeckillAttr.php
│ │ │ │ │ StoreSeckillAttrResult.php
│ │ │ │ │ StoreSeckillAttrValue.php
│ │ │ │ │
│ │ │ │ ├─user
│ │ │ │ │ User.php
│ │ │ │ │ UserAddress.php
│ │ │ │ │ UserBill.php
│ │ │ │ │ UserExtract.php
│ │ │ │ │ UserLevel.php
│ │ │ │ │ UserNotice.php
│ │ │ │ │ UserNoticeSee.php
│ │ │ │ │ UserPoint.php
│ │ │ │ │ UserRecharge.php
│ │ │ │ │ UserTaskFinish.php
│ │ │ │ │
│ │ │ │ └─wechat
│ │ │ │ StoreService.php
│ │ │ │ StoreServiceLog.php
│ │ │ │ WechatMessage.php
│ │ │ │ WechatNews.php
│ │ │ │ WechatNewsCategory.php
│ │ │ │ WechatQrcode.php
│ │ │ │ WechatReply.php
│ │ │ │ WechatTemplate.php
│ │ │ │ WechatUser.php
│ │ │ │
│ │ │ └─view
│ │ │ ├─agent
│ │ │ │ └─agent_manage
│ │ │ │ index.php
│ │ │ │ now_money.php
│ │ │ │ stair.php
│ │ │ │ stair_order.php
│ │ │ │
│ │ │ ├─article
│ │ │ │ ├─article
│ │ │ │ │ create.php
│ │ │ │ │ index.php
│ │ │ │ │ relation.php
│ │ │ │ │
│ │ │ │ └─article_category
│ │ │ │ index.php
│ │ │ │
│ │ │ ├─finance
│ │ │ │ ├─finance
│ │ │ │ │ bill.php
│ │ │ │ │ bill1.php
│ │ │ │ │ commission_list.php
│ │ │ │ │ content_info.php
│ │ │ │ │
│ │ │ │ ├─user_extract
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ └─user_recharge
│ │ │ │ index.php
│ │ │ │
│ │ │ ├─index
│ │ │ │ index.php
│ │ │ │ main.php
│ │ │ │
│ │ │ ├─login
│ │ │ │ index.php
│ │ │ │
│ │ │ ├─order
│ │ │ │ ├─store_order
│ │ │ │ │ express.php
│ │ │ │ │ index.php
│ │ │ │ │ orderchart.php
│ │ │ │ │ order_goods.php
│ │ │ │ │ order_info.php
│ │ │ │ │ order_spread_user.php
│ │ │ │ │ order_status.php
│ │ │ │ │ write_order.php
│ │ │ │ │
│ │ │ │ └─store_order_pink
│ │ │ │ order_status.php
│ │ │ │
│ │ │ ├─public
│ │ │ │ 404.php
│ │ │ │ 500.php
│ │ │ │ common_form.php
│ │ │ │ container.php
│ │ │ │ edit_content.php
│ │ │ │ error.php
│ │ │ │ exception.php
│ │ │ │ form-builder.php
│ │ │ │ frame_footer.php
│ │ │ │ frame_head.php
│ │ │ │ head.php
│ │ │ │ inner_footer.php
│ │ │ │ inner_page.php
│ │ │ │ layui.php
│ │ │ │ notice.php
│ │ │ │ style.php
│ │ │ │ success.php
│ │ │ │
│ │ │ ├─record
│ │ │ │ ├─record
│ │ │ │ │ chart_bargain.php
│ │ │ │ │ chart_cash.php
│ │ │ │ │ chart_combination.php
│ │ │ │ │ chart_coupon.php
│ │ │ │ │ chart_order.php
│ │ │ │ │ chart_product.php
│ │ │ │ │ chart_rebate.php
│ │ │ │ │ chart_recharge.php
│ │ │ │ │ chart_score.php
│ │ │ │ │ chart_seckill.php
│ │ │ │ │ product_info.php
│ │ │ │ │ ranking_commission.php
│ │ │ │ │ ranking_point.php
│ │ │ │ │ ranking_saleslists.php
│ │ │ │ │ user_attr.php
│ │ │ │ │ user_business_chart.php
│ │ │ │ │ user_chart.php
│ │ │ │ │ user_distribution_chart.php
│ │ │ │ │
│ │ │ │ └─store_statistics
│ │ │ │ index.php
│ │ │ │
│ │ │ ├─routine
│ │ │ │ └─routine_template
│ │ │ │ index.php
│ │ │ │
│ │ │ ├─setting
│ │ │ │ ├─system_admin
│ │ │ │ │ admininfo.php
│ │ │ │ │ admin_info.php
│ │ │ │ │ create.php
│ │ │ │ │ edit.php
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─system_config
│ │ │ │ │ create.php
│ │ │ │ │ index.php
│ │ │ │ │ index_alone.php
│ │ │ │ │
│ │ │ │ ├─system_config_tab
│ │ │ │ │ create.php
│ │ │ │ │ create_base.php
│ │ │ │ │ edit.php
│ │ │ │ │ edit_cinfig.php
│ │ │ │ │ index.php
│ │ │ │ │ sonconfigtab.php
│ │ │ │ │
│ │ │ │ ├─system_group
│ │ │ │ │ create.php
│ │ │ │ │ edit.php
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─system_group_data
│ │ │ │ │ create.php
│ │ │ │ │ edit.php
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─system_menus
│ │ │ │ │ edit_content.php
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─system_notice
│ │ │ │ │ index.php
│ │ │ │ │ message.php
│ │ │ │ │
│ │ │ │ └─system_role
│ │ │ │ create.php
│ │ │ │ edit.php
│ │ │ │ index.php
│ │ │ │
│ │ │ ├─sms
│ │ │ │ ├─sms_admin
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─sms_config
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─sms_pay
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─sms_public_temp
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ └─sms_template_apply
│ │ │ │ index.php
│ │ │ │
│ │ │ ├─store
│ │ │ │ ├─copy_taobao
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─store_category
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─store_product
│ │ │ │ │ attr.php
│ │ │ │ │ collect.php
│ │ │ │ │ index.php
│ │ │ │ │ like.php
│ │ │ │ │ statistics.php
│ │ │ │ │
│ │ │ │ └─store_product_reply
│ │ │ │ index.php
│ │ │ │
│ │ │ ├─system
│ │ │ │ ├─clear
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─express
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─system_cleardata
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─system_databackup
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─system_file
│ │ │ │ │ index.php
│ │ │ │ │ opendir.php
│ │ │ │ │ openfile.php
│ │ │ │ │
│ │ │ │ ├─system_log
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─system_notice
│ │ │ │ │ index.php
│ │ │ │ │ message.php
│ │ │ │ │
│ │ │ │ ├─system_store
│ │ │ │ │ index.php
│ │ │ │ │ select_address.php
│ │ │ │ │
│ │ │ │ └─system_upgradeclient
│ │ │ │ index.php
│ │ │ │
│ │ │ ├─ump
│ │ │ │ ├─store_bargain
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─store_combination
│ │ │ │ │ attr.php
│ │ │ │ │ combina_list.php
│ │ │ │ │ index.php
│ │ │ │ │ order_pink.php
│ │ │ │ │
│ │ │ │ ├─store_coupon
│ │ │ │ │ grant.php
│ │ │ │ │ grant_all.php
│ │ │ │ │ grant_group.php
│ │ │ │ │ grant_subscribe.php
│ │ │ │ │ grant_tag.php
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─store_coupon_issue
│ │ │ │ │ index.php
│ │ │ │ │ issue_log.php
│ │ │ │ │
│ │ │ │ ├─store_coupon_user
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─store_seckill
│ │ │ │ │ attr.php
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ └─user_point
│ │ │ │ index.php
│ │ │ │
│ │ │ ├─user
│ │ │ │ ├─user
│ │ │ │ │ group.php
│ │ │ │ │ index.php
│ │ │ │ │ rank.php
│ │ │ │ │ see.php
│ │ │ │ │ user_analysis.php
│ │ │ │ │
│ │ │ │ ├─user_level
│ │ │ │ │ index.php
│ │ │ │ │ tash.php
│ │ │ │ │
│ │ │ │ └─user_notice
│ │ │ │ index.php
│ │ │ │ notice.php
│ │ │ │ user.php
│ │ │ │ user_create.php
│ │ │ │
│ │ │ ├─wechat
│ │ │ │ ├─menus
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─reply
│ │ │ │ │ add_keyword.php
│ │ │ │ │ index.php
│ │ │ │ │ keyword.php
│ │ │ │ │
│ │ │ │ ├─store_service
│ │ │ │ │ chat_list.php
│ │ │ │ │ chat_user.php
│ │ │ │ │ create.php
│ │ │ │ │ edit.php
│ │ │ │ │ index.html
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─wechat_message
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─wechat_news_category
│ │ │ │ │ append.php
│ │ │ │ │ create.php
│ │ │ │ │ edit.php
│ │ │ │ │ index.php
│ │ │ │ │ select.php
│ │ │ │ │ send_news.php
│ │ │ │ │
│ │ │ │ ├─wechat_template
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ └─wechat_user
│ │ │ │ group.php
│ │ │ │ index.php
│ │ │ │ now_money.php
│ │ │ │ stair.php
│ │ │ │ tag.php
│ │ │ │
│ │ │ └─widget
│ │ │ icon.php
│ │ │ images.php
│ │ │
│ │ ├─api
│ │ │ │ ApiExceptionHandle.php
│ │ │ │ common.php
│ │ │ │ event.php
│ │ │ │ provider.php
│ │ │ │
│ │ │ ├─config
│ │ │ │ route.php
│ │ │ │
│ │ │ └─controller
│ │ │ │ AuthController.php
│ │ │ │ BaiduController.php
│ │ │ │ PublicController.php
│ │ │ │
│ │ │ ├─activity
│ │ │ │ StoreBargainController.php
│ │ │ │ StoreCombinationController.php
│ │ │ │ StoreSeckillController.php
│ │ │ │
│ │ │ ├─admin
│ │ │ │ StoreOrderController.php
│ │ │ │
│ │ │ ├─order
│ │ │ │ StoreOrderController.php
│ │ │ │
│ │ │ ├─publics
│ │ │ │ ArticleCategoryController.php
│ │ │ │ ArticleController.php
│ │ │ │
│ │ │ ├─store
│ │ │ │ CategoryController.php
│ │ │ │ StoreCartController.php
│ │ │ │ StoreCouponsController.php
│ │ │ │ StoreProductController.php
│ │ │ │
│ │ │ ├─user
│ │ │ │ StoreService.php
│ │ │ │ UserBillController.php
│ │ │ │ UserController.php
│ │ │ │ UserExtractController.php
│ │ │ │ UserLevelController.php
│ │ │ │ UserRechargeController.php
│ │ │ │
│ │ │ └─wechat
│ │ │ AuthController.php
│ │ │ WechatController.php
│ │ │
│ │ ├─http
│ │ │ ├─middleware
│ │ │ │ AllowOriginMiddleware.php
│ │ │ │ AuthTokenMiddleware.php
│ │ │ │ CustomerMiddleware.php
│ │ │ │
│ │ │ └─validates
│ │ │ └─user
│ │ │ AddressValidate.php
│ │ │ RegisterValidates.php
│ │ │
│ │ ├─models
│ │ │ ├─article
│ │ │ │ Article.php
│ │ │ │ ArticleCategory.php
│ │ │ │
│ │ │ ├─routine
│ │ │ │ RoutineCode.php
│ │ │ │ RoutineFormId.php
│ │ │ │ RoutineQrcode.php
│ │ │ │ RoutineTemplate.php
│ │ │ │
│ │ │ ├─store
│ │ │ │ StoreBargain.php
│ │ │ │ StoreBargainUser.php
│ │ │ │ StoreBargainUserHelp.php
│ │ │ │ StoreCart.php
│ │ │ │ StoreCategory.php
│ │ │ │ StoreCombination.php
│ │ │ │ StoreCoupon.php
│ │ │ │ StoreCouponIssue.php
│ │ │ │ StoreCouponIssueUser.php
│ │ │ │ StoreCouponUser.php
│ │ │ │ StoreOrder.php
│ │ │ │ StoreOrderCartInfo.php
│ │ │ │ StoreOrderStatus.php
│ │ │ │ StorePink.php
│ │ │ │ StoreProduct.php
│ │ │ │ StoreProductAttr.php
│ │ │ │ StoreProductRelation.php
│ │ │ │ StoreProductReply.php
│ │ │ │ StoreSeckill.php
│ │ │ │ StoreService.php
│ │ │ │ StoreServiceLog.php
│ │ │ │
│ │ │ ├─system
│ │ │ │ Cache.php
│ │ │ │ Express.php
│ │ │ │ SystemStore.php
│ │ │ │ SystemUserLevel.php
│ │ │ │ SystemUserTask.php
│ │ │ │
│ │ │ └─user
│ │ │ User.php
│ │ │ UserAddress.php
│ │ │ UserBill.php
│ │ │ UserExtract.php
│ │ │ UserLevel.php
│ │ │ UserNotice.php
│ │ │ UserRecharge.php
│ │ │ UserSign.php
│ │ │ UserTaskFinish.php
│ │ │ UserToken.php
│ │ │ WechatUser.php
│ │ │
│ │ └─wap
│ │ .gitignore
│ │
│ ├─backup
│ │ .gitignore
│ │
│ ├─config
│ │ app.php
│ │ cache.php
│ │ captcha.php
│ │ console.php
│ │ cookie.php
│ │ database.php
│ │ filesystem.php
│ │ lang.php
│ │ log.php
│ │ qrcode.php
│ │ queue.php
│ │ route.php
│ │ session.php
│ │ template.php
│ │ trace.php
│ │ view.php
│ │ workerman.php
│ │
│ ├─crmeb
│ │ ├─basic
│ │ │ BaseController.php
│ │ │ BaseModel.php
│ │ │
│ │ ├─command
│ │ │ Timer.php
│ │ │ Workerman.php
│ │ │
│ │ ├─exceptions
│ │ │ AuthException.php
│ │ │
│ │ ├─interfaces
│ │ │ JobInterface.php
│ │ │ ListenerInterface.php
│ │ │ MiddlewareInterface.php
│ │ │ ProviderInterface.php
│ │ │
│ │ ├─jobs
│ │ │ TestJob.php
│ │ │
│ │ ├─listeners
│ │ │ │ Listener.php
│ │ │ │
│ │ │ └─user
│ │ │ UserLogin.php
│ │ │
│ │ ├─repositories
│ │ │ CustomerRepository.php
│ │ │ GoodsRepository.php
│ │ │ MessageRepositories.php
│ │ │ NoticeRepositories.php
│ │ │ OrderRepository.php
│ │ │ PaymentRepositories.php
│ │ │ ProductRepositories.php
│ │ │ UserRepository.php
│ │ │
│ │ ├─services
│ │ │ │ CacheService.php
│ │ │ │ CustomerService.php
│ │ │ │ ExpressService.php
│ │ │ │ FileService.php
│ │ │ │ FormBuilder.php
│ │ │ │ GroupDataService.php
│ │ │ │ HttpService.php
│ │ │ │ JsonService.php
│ │ │ │ MiniProgramService.php
│ │ │ │ MysqlBackupService.php
│ │ │ │ PHPExcelService.php
│ │ │ │ ProgramTemplateService.php
│ │ │ │ QrcodeService.php
│ │ │ │ SMSService.php
│ │ │ │ SubscribeTemplateService.php
│ │ │ │ SystemConfigService.php
│ │ │ │ UpgradeService.php
│ │ │ │ UploadService.php
│ │ │ │ UtilService.php
│ │ │ │ WechatService.php
│ │ │ │ WechatTemplateService.php
│ │ │ │ YLYService.php
│ │ │ │
│ │ │ ├─storage
│ │ │ │ COS.php
│ │ │ │ OSS.php
│ │ │ │ Qiniu.php
│ │ │ │
│ │ │ └─workerman
│ │ │ │ ChannelService.php
│ │ │ │ Response.php
│ │ │ │ WorkermanHandle.php
│ │ │ │ WorkermanService.php
│ │ │ │
│ │ │ └─chat
│ │ │ ChatHandle.php
│ │ │ ChatService.php
│ │ │
│ │ ├─subscribes
│ │ │ MaterialSubscribe.php
│ │ │ MessageSubscribe.php
│ │ │ OrderSubscribe.php
│ │ │ ProductSubscribe.php
│ │ │ SystemSubscribe.php
│ │ │ TaskSubscribe.php
│ │ │ UserSubscribe.php
│ │ │
│ │ ├─traits
│ │ │ BcModelTrait.php
│ │ │ CurdControllerTrait.php
│ │ │ JwtAuthModelTrait.php
│ │ │ LogicTrait.php
│ │ │ ModelTrait.php
│ │ │
│ │ └─utils
│ │ Canvas.php
│ │ Json.php
│ │ ProgramProvider.php
│ │ ProgramSubscribe.php
│ │ Template.php
│ │
│ ├─public
│ │ │ .htaccess
│ │ │ favicon.ico
│ │ │ index.html
│ │ │ index.php
│ │ │ live-logo.gif
│ │ │ public
│ │ │ robots.txt
│ │ │ router.php
│ │ │
│ │ ├─h5
│ │ │ ├─css
│ │ │ │ app.6a010eed.css
│ │ │ │ app.e41a6242.css
│ │ │ │ chunk-06379026.43b190c8.css
│ │ │ │ chunk-125ec225.b9e3b0e9.css
│ │ │ │ chunk-22637d46.ab18b94f.css
│ │ │ │ chunk-249cbda8.c95ea267.css
│ │ │ │ chunk-275e4407.4765fa5a.css
│ │ │ │ chunk-293c3d87.12862fbb.css
│ │ │ │ chunk-2df2bc60.30674964.css
│ │ │ │ chunk-352a53ed.2939b295.css
│ │ │ │ chunk-3620c606.99fcd094.css
│ │ │ │ chunk-40ea473b.d02dea3c.css
│ │ │ │ chunk-454f76eb.f58dbaf2.css
│ │ │ │ chunk-47d0e48c.5dae48a7.css
│ │ │ │ chunk-5bd6adbe.ed634cd9.css
│ │ │ │ chunk-5da892aa.0bf433c5.css
│ │ │ │ chunk-61f534f5.114b89a4.css
│ │ │ │ chunk-6b0d23ae.4c43caee.css
│ │ │ │ chunk-6c70f5b1.1ebefd18.css
│ │ │ │ chunk-7327853f.312c5aa9.css
│ │ │ │ chunk-738f6d32.bef9ced3.css
│ │ │ │ chunk-7a7f334a.a007b307.css
│ │ │ │ chunk-7c22786f.269bfd71.css
│ │ │ │ chunk-8798cdca.1dd3a697.css
│ │ │ │ chunk-a540307a.42feabe3.css
│ │ │ │ chunk-aedf3bda.6fc90e66.css
│ │ │ │ chunk-b5039bb4.3866549c.css
│ │ │ │ chunk-b9a45f94.4611aa22.css
│ │ │ │ chunk-d38d415e.3b32ffc2.css
│ │ │ │ chunk-db318086.9c744096.css
│ │ │ │ chunk-eb773252.10779ba8.css
│ │ │ │ chunk-ee623db8.143e92b5.css
│ │ │ │ chunk-vendors.b22a4577.css
│ │ │ │ login.c8500e0d.css
│ │ │ │
│ │ │ ├─fonts
│ │ │ │ GuildfordProBook 5.d7582c72.otf
│ │ │ │ iconfont.0b5c62e9.woff
│ │ │ │ iconfont.5315e22d.ttf
│ │ │ │ iconfont.9be78861.eot
│ │ │ │
│ │ │ ├─img
│ │ │ │ 404.c67ac50c.png
│ │ │ │ close.446e8669.gif
│ │ │ │ commission.a895a872.jpg
│ │ │ │ coupon-window.8679fbfe.png
│ │ │ │ coupon1.7323df42.png
│ │ │ │ coupon2.6e69dcb5.png
│ │ │ │ cut-bg.ac7ab8f1.png
│ │ │ │ cut1.40fda88f.png
│ │ │ │ cut2.7e39d604.png
│ │ │ │ examine.70b662a8.png
│ │ │ │ gift.bde2a03c.png
│ │ │ │ group.2ee29678.png
│ │ │ │ h5.d1ea1d34.png
│ │ │ │ iconfont.5893113a.svg
│ │ │ │ index-bg.7128c2eb.png
│ │ │ │ light.90f47a4d.png
│ │ │ │ line.05bf1c84.jpg
│ │ │ │ live-logo.419313da.gif
│ │ │ │ logo2.47964cc3.png
│ │ │ │ money.136360a9.png
│ │ │ │ noAddress.d76a1cef.png
│ │ │ │ noCart.6f2abfef.png
│ │ │ │ noCollection.46d9f620.png
│ │ │ │ noCoupon.e524084b.png
│ │ │ │ noExpress.375a0428.png
│ │ │ │ noGood.7aec7edd.png
│ │ │ │ noNews.5f227afa.png
│ │ │ │ noOrder.90017ce2.png
│ │ │ │ one.2814de22.png
│ │ │ │ oneT.ec916ffb.png
│ │ │ │ open.7da41017.gif
│ │ │ │ orderIndex.336341f0.png
│ │ │ │ orderTime.e95f9090.png
│ │ │ │ pricetitle.d0496d6f.jpg
│ │ │ │ promotionBg.79d3d197.png
│ │ │ │ recording.f7ef8fc2.png
│ │ │ │ red-packets.5f46f82b.png
│ │ │ │ register.b978b022.png
│ │ │ │ registerw.b3c17e1c.png
│ │ │ │ score.30715cf5.png
│ │ │ │ sh.d28fb46a.png
│ │ │ │ share-info.fa0bedf8.png
│ │ │ │ sheet_google_64_indexed_128.04280c7a.png
│ │ │ │ support.37442214.png
│ │ │ │ three.2162defb.png
│ │ │ │ threeT.98629534.png
│ │ │ │ two.1ea1d146.png
│ │ │ │ twoT.d1361a7a.png
│ │ │ │ value.7469f35b.jpg
│ │ │ │ writeOff.e1bf8d03.jpg
│ │ │ │
│ │ │ └─js
│ │ │ app.37825abf.js
│ │ │ app.37825abf.js.map
│ │ │ app.9466dfb6.js
│ │ │ app.9466dfb6.js.map
│ │ │ app.edbed276.js
│ │ │ app.edbed276.js.map
│ │ │ chunk-03b2ddff.16d81690.js
│ │ │ chunk-03b2ddff.16d81690.js.map
│ │ │ chunk-03b2ddff.dc03db55.js
│ │ │ chunk-03b2ddff.dc03db55.js.map
│ │ │ chunk-06379026.730c506e.js
│ │ │ chunk-06379026.730c506e.js.map
│ │ │ chunk-074d26c0.4c8f6e53.js
│ │ │ chunk-074d26c0.4c8f6e53.js.map
│ │ │ chunk-074d26c0.b1f17eb8.js
│ │ │ chunk-074d26c0.b1f17eb8.js.map
│ │ │ chunk-0b32185c.307181ee.js
│ │ │ chunk-0b32185c.307181ee.js.map
│ │ │ chunk-0b32185c.50c27121.js
│ │ │ chunk-0b32185c.50c27121.js.map
│ │ │ chunk-0e03d7d3.7f85eca6.js
│ │ │ chunk-0e03d7d3.7f85eca6.js.map
│ │ │ chunk-125ec225.9b809e99.js
│ │ │ chunk-125ec225.9b809e99.js.map
│ │ │ chunk-126715f2.090ec229.js
│ │ │ chunk-126715f2.090ec229.js.map
│ │ │ chunk-126715f2.3cacb4ce.js
│ │ │ chunk-126715f2.3cacb4ce.js.map
│ │ │ chunk-146ed97a.7a6fabd0.js
│ │ │ chunk-146ed97a.7a6fabd0.js.map
│ │ │ chunk-146ed97a.cc4ef549.js
│ │ │ chunk-146ed97a.cc4ef549.js.map
│ │ │ chunk-2107f928.a047a5de.js
│ │ │ chunk-2107f928.a047a5de.js.map
│ │ │ chunk-22637d46.bf9fd936.js
│ │ │ chunk-22637d46.bf9fd936.js.map
│ │ │ chunk-249cbda8.0fc4eccd.js
│ │ │ chunk-249cbda8.0fc4eccd.js.map
│ │ │ chunk-249cbda8.3a11a19d.js
│ │ │ chunk-249cbda8.3a11a19d.js.map
│ │ │ chunk-275e4407.b6b5e06d.js
│ │ │ chunk-275e4407.b6b5e06d.js.map
│ │ │ chunk-293c3d87.7aa109ae.js
│ │ │ chunk-293c3d87.7aa109ae.js.map
│ │ │ chunk-293c3d87.985d52e7.js
│ │ │ chunk-293c3d87.985d52e7.js.map
│ │ │ chunk-2d0b995a.41d89d52.js
│ │ │ chunk-2d0b995a.41d89d52.js.map
│ │ │ chunk-2d0b995a.75647b0f.js
│ │ │ chunk-2d0b995a.75647b0f.js.map
│ │ │ chunk-2d0c09da.fd34d00d.js
│ │ │ chunk-2d0c09da.fd34d00d.js.map
│ │ │ chunk-2d0c1002.e7c9749f.js
│ │ │ chunk-2d0c1002.e7c9749f.js.map
│ │ │ chunk-2d0c1002.f548018e.js
│ │ │ chunk-2d0c1002.f548018e.js.map
│ │ │ chunk-2d0c4265.e0056573.js
│ │ │ chunk-2d0c4265.e0056573.js.map
│ │ │ chunk-2d0d0177.88479f7f.js
│ │ │ chunk-2d0d0177.88479f7f.js.map
│ │ │ chunk-2d0d0177.8bf2b370.js
│ │ │ chunk-2d0d0177.8bf2b370.js.map
│ │ │ chunk-2d0d3247.583b622d.js
│ │ │ chunk-2d0d3247.583b622d.js.map
│ │ │ chunk-2d0d3247.a21c1d5c.js
│ │ │ chunk-2d0d3247.a21c1d5c.js.map
│ │ │ chunk-2d0d6b8d.12a02b58.js
│ │ │ chunk-2d0d6b8d.12a02b58.js.map
│ │ │ chunk-2d0d6b8d.824173a6.js
│ │ │ chunk-2d0d6b8d.824173a6.js.map
│ │ │ chunk-2d0da964.31b21c09.js
│ │ │ chunk-2d0da964.31b21c09.js.map
│ │ │ chunk-2d0da964.cb78b008.js
│ │ │ chunk-2d0da964.cb78b008.js.map
│ │ │ chunk-2d0f0b4a.28df57d0.js
│ │ │ chunk-2d0f0b4a.28df57d0.js.map
│ │ │ chunk-2d0f0b4a.9e8ad235.js
│ │ │ chunk-2d0f0b4a.9e8ad235.js.map
│ │ │ chunk-2d21f45b.24b0a8e4.js
│ │ │ chunk-2d21f45b.24b0a8e4.js.map
│ │ │ chunk-2d21f45b.cfd48a51.js
│ │ │ chunk-2d21f45b.cfd48a51.js.map
│ │ │ chunk-2d5271a2.9c35a64c.js
│ │ │ chunk-2d5271a2.9c35a64c.js.map
│ │ │ chunk-2d5271a2.ffb7719e.js
│ │ │ chunk-2d5271a2.ffb7719e.js.map
│ │ │ chunk-2df2bc60.aaa043b3.js
│ │ │ chunk-2df2bc60.aaa043b3.js.map
│ │ │ chunk-2df2bc60.e89fcf32.js
│ │ │ chunk-2df2bc60.e89fcf32.js.map
│ │ │ chunk-352a53ed.25964a57.js
│ │ │ chunk-352a53ed.25964a57.js.map
│ │ │ chunk-352a53ed.d0c010cf.js
│ │ │ chunk-352a53ed.d0c010cf.js.map
│ │ │ chunk-3620c606.2fb4976d.js
│ │ │ chunk-3620c606.2fb4976d.js.map
│ │ │ chunk-3620c606.480a5224.js
│ │ │ chunk-3620c606.480a5224.js.map
│ │ │ chunk-3c12acd2.b4508dc8.js
│ │ │ chunk-3c12acd2.b4508dc8.js.map
│ │ │ chunk-3c12acd2.c80b20df.js
│ │ │ chunk-3c12acd2.c80b20df.js.map
│ │ │ chunk-40ea473b.4503ba74.js
│ │ │ chunk-40ea473b.4503ba74.js.map
│ │ │ chunk-44047c7e.17ec66c5.js
│ │ │ chunk-44047c7e.17ec66c5.js.map
│ │ │ chunk-44047c7e.2d72bd5b.js
│ │ │ chunk-44047c7e.2d72bd5b.js.map
│ │ │ chunk-443f3894.722c0e76.js
│ │ │ chunk-443f3894.722c0e76.js.map
│ │ │ chunk-443f3894.74e67e23.js
│ │ │ chunk-443f3894.74e67e23.js.map
│ │ │ chunk-454f76eb.3bda1291.js
│ │ │ chunk-454f76eb.3bda1291.js.map
│ │ │ chunk-47d0e48c.2f9036dd.js
│ │ │ chunk-47d0e48c.2f9036dd.js.map
│ │ │ chunk-5bd6adbe.3d6e9ff9.js
│ │ │ chunk-5bd6adbe.3d6e9ff9.js.map
│ │ │ chunk-5bd6adbe.a98dfc8a.js
│ │ │ chunk-5bd6adbe.a98dfc8a.js.map
│ │ │ chunk-5da892aa.3690617e.js
│ │ │ chunk-5da892aa.3690617e.js.map
│ │ │ chunk-5f15aaa2.1c60da2b.js
│ │ │ chunk-5f15aaa2.1c60da2b.js.map
│ │ │ chunk-61f534f5.e980c174.js
│ │ │ chunk-61f534f5.e980c174.js.map
│ │ │ chunk-6b0d23ae.fe1fe2aa.js
│ │ │ chunk-6b0d23ae.fe1fe2aa.js.map
│ │ │ chunk-6c70f5b1.788259fb.js
│ │ │ chunk-6c70f5b1.788259fb.js.map
│ │ │ chunk-715c4f57.3cc25c7e.js
│ │ │ chunk-715c4f57.3cc25c7e.js.map
│ │ │ chunk-715c4f57.5edea3fd.js
│ │ │ chunk-715c4f57.5edea3fd.js.map
│ │ │ chunk-71c995bd.285f9c6d.js
│ │ │ chunk-71c995bd.285f9c6d.js.map
│ │ │ chunk-71c995bd.6e6d43f0.js
│ │ │ chunk-71c995bd.6e6d43f0.js.map
│ │ │ chunk-7327853f.4d41e521.js
│ │ │ chunk-7327853f.4d41e521.js.map
│ │ │ chunk-7327853f.95c6a8bb.js
│ │ │ chunk-7327853f.95c6a8bb.js.map
│ │ │ chunk-738f6d32.9be38538.js
│ │ │ chunk-738f6d32.9be38538.js.map
│ │ │ chunk-7a7f334a.12992415.js
│ │ │ chunk-7a7f334a.12992415.js.map
│ │ │ chunk-7c22786f.0c2542a0.js
│ │ │ chunk-7c22786f.0c2542a0.js.map
│ │ │ chunk-7c22786f.d8a8c183.js
│ │ │ chunk-7c22786f.d8a8c183.js.map
│ │ │ chunk-7f08916c.0fce75d9.js
│ │ │ chunk-7f08916c.0fce75d9.js.map
│ │ │ chunk-7f08916c.57759a71.js
│ │ │ chunk-7f08916c.57759a71.js.map
│ │ │ chunk-8798cdca.c79ef74f.js
│ │ │ chunk-8798cdca.c79ef74f.js.map
│ │ │ chunk-8798cdca.c7efd128.js
│ │ │ chunk-8798cdca.c7efd128.js.map
│ │ │ chunk-a540307a.a5862f96.js
│ │ │ chunk-a540307a.a5862f96.js.map
│ │ │ chunk-aedf3bda.14e5370c.js
│ │ │ chunk-aedf3bda.14e5370c.js.map
│ │ │ chunk-aedf3bda.5c5ddfe7.js
│ │ │ chunk-aedf3bda.5c5ddfe7.js.map
│ │ │ chunk-b5039bb4.565aac59.js
│ │ │ chunk-b5039bb4.565aac59.js.map
│ │ │ chunk-b6e494f4.10fcb1d7.js
│ │ │ chunk-b6e494f4.10fcb1d7.js.map
│ │ │ chunk-b6e494f4.1e33372f.js
│ │ │ chunk-b6e494f4.1e33372f.js.map
│ │ │ chunk-b9a45f94.b8fb7791.js
│ │ │ chunk-b9a45f94.b8fb7791.js.map
│ │ │ chunk-d38d415e.16bc475f.js
│ │ │ chunk-d38d415e.16bc475f.js.map
│ │ │ chunk-d38d415e.aab0e3d9.js
│ │ │ chunk-d38d415e.aab0e3d9.js.map
│ │ │ chunk-d764fe90.2be692aa.js
│ │ │ chunk-d764fe90.2be692aa.js.map
│ │ │ chunk-d764fe90.ead2f91a.js
│ │ │ chunk-d764fe90.ead2f91a.js.map
│ │ │ chunk-db318086.d5cc1460.js
│ │ │ chunk-db318086.d5cc1460.js.map
│ │ │ chunk-eb773252.7b456bae.js
│ │ │ chunk-eb773252.7b456bae.js.map
│ │ │ chunk-ee623db8.81a6e614.js
│ │ │ chunk-ee623db8.81a6e614.js.map
│ │ │ chunk-ee623db8.ac1c0bfd.js
│ │ │ chunk-ee623db8.ac1c0bfd.js.map
│ │ │ chunk-vendors.aa0593fc.js
│ │ │ chunk-vendors.aa0593fc.js.map
│ │ │ login.08197e90.js
│ │ │ login.08197e90.js.map
│ │ │ login.53daeee4.js
│ │ │ login.53daeee4.js.map
│ │ │
│ │ ├─install
│ │ │ │ .env
│ │ │ │ auto.php
│ │ │ │ config.php
│ │ │ │ crmeb.sql
│ │ │ │ index.php
│ │ │ │ index_sae.php
│ │ │ │
│ │ │ ├─css
│ │ │ │ install.css
│ │ │ │
│ │ │ ├─images
│ │ │ │ └─install
│ │ │ │ bg.png
│ │ │ │ btn.png
│ │ │ │ complete.png
│ │ │ │ header.png
│ │ │ │ icon.png
│ │ │ │ icon_install.png
│ │ │ │ ignore.png
│ │ │ │ loading.gif
│ │ │ │ logo.png
│ │ │ │ pop_loading.gif
│ │ │ │ step.png
│ │ │ │ tab.png
│ │ │ │ tips_system.png
│ │ │ │
│ │ │ ├─js
│ │ │ │ ajaxForm.js
│ │ │ │ jquery.js
│ │ │ │ validate.js
│ │ │ │
│ │ │ └─templates
│ │ │ footer.php
│ │ │ header.php
│ │ │ s2_sae.php
│ │ │ s3_sae.php
│ │ │ step1.php
│ │ │ step2.php
│ │ │ step3.php
│ │ │ step4.php
│ │ │ step5.php
│ │ │
│ │ ├─static
│ │ │ │ exception.tpl
│ │ │ │
│ │ │ ├─css
│ │ │ │ animate.css
│ │ │ │ reset.css
│ │ │ │
│ │ │ ├─font
│ │ │ │ Alibaba-PuHuiTi-Regular.otf
│ │ │ │ simsunb.ttf
│ │ │ │
│ │ │ ├─js
│ │ │ │ media.js
│ │ │ │
│ │ │ ├─plug
│ │ │ │ │ axios.min.js
│ │ │ │ │ basket.js
│ │ │ │ │ better-scroll.js
│ │ │ │ │ city.js
│ │ │ │ │ copy.js
│ │ │ │ │ echarts.common.min.js
│ │ │ │ │ helper.js
│ │ │ │ │ iscroll5.js
│ │ │ │ │ jquery-1.10.2.min.js
│ │ │ │ │ jquery-1.4.1.min.js
│ │ │ │ │ jquery-slide-up.js
│ │ │ │ │ jquery.downCount.js
│ │ │ │ │ lodash.js
│ │ │ │ │ moment.js
│ │ │ │ │ reg-verify.js
│ │ │ │ │ wxApi.js
│ │ │ │ │
│ │ │ │ ├─censorwords
│ │ │ │ │ CensorWords
│ │ │ │ │
│ │ │ │ ├─codemirror
│ │ │ │ │ │ .editorconfig
│ │ │ │ │ │ .gitattributes
│ │ │ │ │ │ .npmignore
│ │ │ │ │ │ .travis.yml
│ │ │ │ │ │ AUTHORS
│ │ │ │ │ │ CHANGELOG.md
│ │ │ │ │ │ CONTRIBUTING.md
│ │ │ │ │ │ index.html
│ │ │ │ │ │ LICENSE
│ │ │ │ │ │ package.json
│ │ │ │ │ │ README.md
│ │ │ │ │ │ rollup.config.js
│ │ │ │ │ │
│ │ │ │ │ ├─addon
│ │ │ │ │ │ ├─comment
│ │ │ │ │ │ │ comment.js
│ │ │ │ │ │ │ continuecomment.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─dialog
│ │ │ │ │ │ │ dialog.css
│ │ │ │ │ │ │ dialog.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─display
│ │ │ │ │ │ │ autorefresh.js
│ │ │ │ │ │ │ fullscreen.css
│ │ │ │ │ │ │ fullscreen.js
│ │ │ │ │ │ │ panel.js
│ │ │ │ │ │ │ placeholder.js
│ │ │ │ │ │ │ rulers.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─edit
│ │ │ │ │ │ │ closebrackets.js
│ │ │ │ │ │ │ closetag.js
│ │ │ │ │ │ │ continuelist.js
│ │ │ │ │ │ │ matchbrackets.js
│ │ │ │ │ │ │ matchtags.js
│ │ │ │ │ │ │ trailingspace.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─fold
│ │ │ │ │ │ │ brace-fold.js
│ │ │ │ │ │ │ comment-fold.js
│ │ │ │ │ │ │ foldcode.js
│ │ │ │ │ │ │ foldgutter.css
│ │ │ │ │ │ │ foldgutter.js
│ │ │ │ │ │ │ indent-fold.js
│ │ │ │ │ │ │ markdown-fold.js
│ │ │ │ │ │ │ xml-fold.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─hint
│ │ │ │ │ │ │ anyword-hint.js
│ │ │ │ │ │ │ css-hint.js
│ │ │ │ │ │ │ html-hint.js
│ │ │ │ │ │ │ javascript-hint.js
│ │ │ │ │ │ │ show-hint.css
│ │ │ │ │ │ │ show-hint.js
│ │ │ │ │ │ │ sql-hint.js
│ │ │ │ │ │ │ xml-hint.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─lint
│ │ │ │ │ │ │ coffeescript-lint.js
│ │ │ │ │ │ │ css-lint.js
│ │ │ │ │ │ │ html-lint.js
│ │ │ │ │ │ │ javascript-lint.js
│ │ │ │ │ │ │ json-lint.js
│ │ │ │ │ │ │ lint.css
│ │ │ │ │ │ │ lint.js
│ │ │ │ │ │ │ yaml-lint.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─merge
│ │ │ │ │ │ │ merge.css
│ │ │ │ │ │ │ merge.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─mode
│ │ │ │ │ │ │ loadmode.js
│ │ │ │ │ │ │ multiplex.js
│ │ │ │ │ │ │ multiplex_test.js
│ │ │ │ │ │ │ overlay.js
│ │ │ │ │ │ │ simple.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─runmode
│ │ │ │ │ │ │ colorize.js
│ │ │ │ │ │ │ runmode-standalone.js
│ │ │ │ │ │ │ runmode.js
│ │ │ │ │ │ │ runmode.node.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─scroll
│ │ │ │ │ │ │ annotatescrollbar.js
│ │ │ │ │ │ │ scrollpastend.js
│ │ │ │ │ │ │ simplescrollbars.css
│ │ │ │ │ │ │ simplescrollbars.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─search
│ │ │ │ │ │ │ jump-to-line.js
│ │ │ │ │ │ │ match-highlighter.js
│ │ │ │ │ │ │ matchesonscrollbar.css
│ │ │ │ │ │ │ matchesonscrollbar.js
│ │ │ │ │ │ │ search.js
│ │ │ │ │ │ │ searchcursor.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─selection
│ │ │ │ │ │ │ active-line.js
│ │ │ │ │ │ │ mark-selection.js
│ │ │ │ │ │ │ selection-pointer.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─tern
│ │ │ │ │ │ │ tern.css
│ │ │ │ │ │ │ tern.js
│ │ │ │ │ │ │ worker.js
│ │ │ │ │ │ │
│ │ │ │ │ │ └─wrap
│ │ │ │ │ │ hardwrap.js
│ │ │ │ │ │
│ │ │ │ │ ├─bin
│ │ │ │ │ │ authors.sh
│ │ │ │ │ │ lint
│ │ │ │ │ │ release
│ │ │ │ │ │ source-highlight
│ │ │ │ │ │ upload-release.js
│ │ │ │ │ │
│ │ │ │ │ ├─demo
│ │ │ │ │ │ activeline.html
│ │ │ │ │ │ anywordhint.html
│ │ │ │ │ │ bidi.html
│ │ │ │ │ │ btree.html
│ │ │ │ │ │ buffers.html
│ │ │ │ │ │ changemode.html
│ │ │ │ │ │ closebrackets.html
│ │ │ │ │ │ closetag.html
│ │ │ │ │ │ complete.html
│ │ │ │ │ │ emacs.html
│ │ │ │ │ │ folding.html
│ │ │ │ │ │ fullscreen.html
│ │ │ │ │ │ hardwrap.html
│ │ │ │ │ │ html5complete.html
│ │ │ │ │ │ indentwrap.html
│ │ │ │ │ │ lint.html
│ │ │ │ │ │ loadmode.html
│ │ │ │ │ │ marker.html
│ │ │ │ │ │ markselection.html
│ │ │ │ │ │ matchhighlighter.html
│ │ │ │ │ │ matchtags.html
│ │ │ │ │ │ merge.html
│ │ │ │ │ │ multiplex.html
│ │ │ │ │ │ mustache.html
│ │ │ │ │ │ panel.html
│ │ │ │ │ │ placeholder.html
│ │ │ │ │ │ preview.html
│ │ │ │ │ │ requirejs.html
│ │ │ │ │ │ resize.html
│ │ │ │ │ │ rulers.html
│ │ │ │ │ │ runmode.html
│ │ │ │ │ │ search.html
│ │ │ │ │ │ simplemode.html
│ │ │ │ │ │ simplescrollbars.html
│ │ │ │ │ │ spanaffectswrapping_shim.html
│ │ │ │ │ │ sublime.html
│ │ │ │ │ │ tern.html
│ │ │ │ │ │ theme.html
│ │ │ │ │ │ trailingspace.html
│ │ │ │ │ │ variableheight.html
│ │ │ │ │ │ vim.html
│ │ │ │ │ │ visibletabs.html
│ │ │ │ │ │ widget.html
│ │ │ │ │ │ xmlcomplete.html
│ │ │ │ │ │
│ │ │ │ │ ├─doc
│ │ │ │ │ │ activebookmark.js
│ │ │ │ │ │ docs.css
│ │ │ │ │ │ internals.html
│ │ │ │ │ │ logo.png
│ │ │ │ │ │ logo.svg
│ │ │ │ │ │ manual.html
│ │ │ │ │ │ realworld.html
│ │ │ │ │ │ releases.html
│ │ │ │ │ │ reporting.html
│ │ │ │ │ │ upgrade_v2.2.html
│ │ │ │ │ │ upgrade_v3.html
│ │ │ │ │ │ upgrade_v4.html
│ │ │ │ │ │ yinyang.png
│ │ │ │ │ │
│ │ │ │ │ ├─keymap
│ │ │ │ │ │ emacs.js
│ │ │ │ │ │ sublime.js
│ │ │ │ │ │ vim.js
│ │ │ │ │ │
│ │ │ │ │ ├─lib
│ │ │ │ │ │ codemirror.css
│ │ │ │ │ │ codemirror.js
│ │ │ │ │ │
│ │ │ │ │ ├─mode
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ meta.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─apl
│ │ │ │ │ │ │ apl.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─asciiarmor
│ │ │ │ │ │ │ asciiarmor.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─asn.1
│ │ │ │ │ │ │ asn.1.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─asterisk
│ │ │ │ │ │ │ asterisk.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─brainfuck
│ │ │ │ │ │ │ brainfuck.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─clike
│ │ │ │ │ │ │ clike.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ scala.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─clojure
│ │ │ │ │ │ │ clojure.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─cmake
│ │ │ │ │ │ │ cmake.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─cobol
│ │ │ │ │ │ │ cobol.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─coffeescript
│ │ │ │ │ │ │ coffeescript.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─commonlisp
│ │ │ │ │ │ │ commonlisp.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─crystal
│ │ │ │ │ │ │ crystal.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─css
│ │ │ │ │ │ │ css.js
│ │ │ │ │ │ │ gss.html
│ │ │ │ │ │ │ gss_test.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ less.html
│ │ │ │ │ │ │ less_test.js
│ │ │ │ │ │ │ scss.html
│ │ │ │ │ │ │ scss_test.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─cypher
│ │ │ │ │ │ │ cypher.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─d
│ │ │ │ │ │ │ d.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─dart
│ │ │ │ │ │ │ dart.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─diff
│ │ │ │ │ │ │ diff.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─django
│ │ │ │ │ │ │ django.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─dockerfile
│ │ │ │ │ │ │ dockerfile.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─dtd
│ │ │ │ │ │ │ dtd.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─dylan
│ │ │ │ │ │ │ dylan.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─ebnf
│ │ │ │ │ │ │ ebnf.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─ecl
│ │ │ │ │ │ │ ecl.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─eiffel
│ │ │ │ │ │ │ eiffel.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─elm
│ │ │ │ │ │ │ elm.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─erlang
│ │ │ │ │ │ │ erlang.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─factor
│ │ │ │ │ │ │ factor.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─fcl
│ │ │ │ │ │ │ fcl.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─forth
│ │ │ │ │ │ │ forth.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─fortran
│ │ │ │ │ │ │ fortran.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─gas
│ │ │ │ │ │ │ gas.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─gfm
│ │ │ │ │ │ │ gfm.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─gherkin
│ │ │ │ │ │ │ gherkin.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─go
│ │ │ │ │ │ │ go.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─groovy
│ │ │ │ │ │ │ groovy.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─haml
│ │ │ │ │ │ │ haml.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─handlebars
│ │ │ │ │ │ │ handlebars.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─haskell
│ │ │ │ │ │ │ haskell.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─haskell-literate
│ │ │ │ │ │ │ haskell-literate.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─haxe
│ │ │ │ │ │ │ haxe.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─htmlembedded
│ │ │ │ │ │ │ htmlembedded.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─htmlmixed
│ │ │ │ │ │ │ htmlmixed.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─http
│ │ │ │ │ │ │ http.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─idl
│ │ │ │ │ │ │ idl.js
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─javascript
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ javascript.js
│ │ │ │ │ │ │ json-ld.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │ typescript.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─jinja2
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ jinja2.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─jsx
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ jsx.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─julia
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ julia.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─livescript
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ livescript.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─lua
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ lua.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─markdown
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ markdown.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─mathematica
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ mathematica.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─mbox
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ mbox.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─mirc
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ mirc.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─mllike
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ mllike.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─modelica
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ modelica.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─mscgen
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ mscgen.js
│ │ │ │ │ │ │ mscgen_test.js
│ │ │ │ │ │ │ msgenny_test.js
│ │ │ │ │ │ │ xu_test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─mumps
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ mumps.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─nginx
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ nginx.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─nsis
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ nsis.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─ntriples
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ ntriples.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─octave
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ octave.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─oz
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ oz.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─pascal
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ pascal.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─pegjs
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ pegjs.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─perl
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ perl.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─php
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ php.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─pig
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ pig.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─powershell
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ powershell.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─properties
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ properties.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─protobuf
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ protobuf.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─pug
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ pug.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─puppet
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ puppet.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─python
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ python.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─q
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ q.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─r
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ r.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─rpm
│ │ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ │ rpm.js
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ └─changes
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─rst
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ rst.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─ruby
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ ruby.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─rust
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ rust.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─sas
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ sas.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─sass
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ sass.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─scheme
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ scheme.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─shell
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ shell.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─sieve
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ sieve.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─slim
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ slim.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─smalltalk
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ smalltalk.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─smarty
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ smarty.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─solr
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ solr.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─soy
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ soy.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─sparql
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ sparql.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─spreadsheet
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ spreadsheet.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─sql
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ sql.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─stex
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ stex.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─stylus
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ stylus.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─swift
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ swift.js
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─tcl
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ tcl.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─textile
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │ textile.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─tiddlywiki
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ tiddlywiki.css
│ │ │ │ │ │ │ tiddlywiki.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─tiki
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ tiki.css
│ │ │ │ │ │ │ tiki.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─toml
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ toml.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─tornado
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ tornado.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─troff
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ troff.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─ttcn
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ ttcn.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─ttcn-cfg
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ ttcn-cfg.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─turtle
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ turtle.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─twig
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ twig.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─vb
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ vb.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─vbscript
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ vbscript.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─velocity
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ velocity.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─verilog
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │ verilog.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─vhdl
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ vhdl.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─vue
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ vue.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─webidl
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ webidl.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─xml
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │ xml.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─xquery
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ test.js
│ │ │ │ │ │ │ xquery.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─yacas
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ yacas.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─yaml
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ yaml.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─yaml-frontmatter
│ │ │ │ │ │ │ index.html
│ │ │ │ │ │ │ yaml-frontmatter.js
│ │ │ │ │ │ │
│ │ │ │ │ │ └─z80
│ │ │ │ │ │ index.html
│ │ │ │ │ │ z80.js
│ │ │ │ │ │
│ │ │ │ │ ├─src
│ │ │ │ │ │ │ codemirror.js
│ │ │ │ │ │ │ modes.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─display
│ │ │ │ │ │ │ Display.js
│ │ │ │ │ │ │ focus.js
│ │ │ │ │ │ │ gutters.js
│ │ │ │ │ │ │ highlight_worker.js
│ │ │ │ │ │ │ line_numbers.js
│ │ │ │ │ │ │ mode_state.js
│ │ │ │ │ │ │ operations.js
│ │ │ │ │ │ │ scrollbars.js
│ │ │ │ │ │ │ scrolling.js
│ │ │ │ │ │ │ scroll_events.js
│ │ │ │ │ │ │ selection.js
│ │ │ │ │ │ │ update_display.js
│ │ │ │ │ │ │ update_line.js
│ │ │ │ │ │ │ update_lines.js
│ │ │ │ │ │ │ view_tracking.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─edit
│ │ │ │ │ │ │ CodeMirror.js
│ │ │ │ │ │ │ commands.js
│ │ │ │ │ │ │ deleteNearSelection.js
│ │ │ │ │ │ │ drop_events.js
│ │ │ │ │ │ │ fromTextArea.js
│ │ │ │ │ │ │ global_events.js
│ │ │ │ │ │ │ key_events.js
│ │ │ │ │ │ │ legacy.js
│ │ │ │ │ │ │ main.js
│ │ │ │ │ │ │ methods.js
│ │ │ │ │ │ │ mouse_events.js
│ │ │ │ │ │ │ options.js
│ │ │ │ │ │ │ utils.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─input
│ │ │ │ │ │ │ ContentEditableInput.js
│ │ │ │ │ │ │ indent.js
│ │ │ │ │ │ │ input.js
│ │ │ │ │ │ │ keymap.js
│ │ │ │ │ │ │ keynames.js
│ │ │ │ │ │ │ movement.js
│ │ │ │ │ │ │ TextareaInput.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─line
│ │ │ │ │ │ │ highlight.js
│ │ │ │ │ │ │ line_data.js
│ │ │ │ │ │ │ pos.js
│ │ │ │ │ │ │ saw_special_spans.js
│ │ │ │ │ │ │ spans.js
│ │ │ │ │ │ │ utils_line.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─measurement
│ │ │ │ │ │ │ position_measurement.js
│ │ │ │ │ │ │ widgets.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─model
│ │ │ │ │ │ │ changes.js
│ │ │ │ │ │ │ change_measurement.js
│ │ │ │ │ │ │ chunk.js
│ │ │ │ │ │ │ Doc.js
│ │ │ │ │ │ │ document_data.js
│ │ │ │ │ │ │ history.js
│ │ │ │ │ │ │ line_widget.js
│ │ │ │ │ │ │ mark_text.js
│ │ │ │ │ │ │ selection.js
│ │ │ │ │ │ │ selection_updates.js
│ │ │ │ │ │ │
│ │ │ │ │ │ └─util
│ │ │ │ │ │ bidi.js
│ │ │ │ │ │ browser.js
│ │ │ │ │ │ dom.js
│ │ │ │ │ │ event.js
│ │ │ │ │ │ feature_detection.js
│ │ │ │ │ │ misc.js
│ │ │ │ │ │ operation_group.js
│ │ │ │ │ │ StringStream.js
│ │ │ │ │ │
│ │ │ │ │ ├─test
│ │ │ │ │ │ comment_test.js
│ │ │ │ │ │ contenteditable_test.js
│ │ │ │ │ │ doc_test.js
│ │ │ │ │ │ driver.js
│ │ │ │ │ │ emacs_test.js
│ │ │ │ │ │ html-hint-test.js
│ │ │ │ │ │ index.html
│ │ │ │ │ │ lint.js
│ │ │ │ │ │ mode_test.css
│ │ │ │ │ │ mode_test.js
│ │ │ │ │ │ multi_test.js
│ │ │ │ │ │ phantom_driver.js
│ │ │ │ │ │ run.js
│ │ │ │ │ │ scroll_test.js
│ │ │ │ │ │ search_test.js
│ │ │ │ │ │ sql-hint-test.js
│ │ │ │ │ │ sublime_test.js
│ │ │ │ │ │ test.js
│ │ │ │ │ │ vim_test.js
│ │ │ │ │ │
│ │ │ │ │ └─theme
│ │ │ │ │ 3024-day.css
│ │ │ │ │ 3024-night.css
│ │ │ │ │ abcdef.css
│ │ │ │ │ ambiance-mobile.css
│ │ │ │ │ ambiance.css
│ │ │ │ │ base16-dark.css
│ │ │ │ │ base16-light.css
│ │ │ │ │ bespin.css
│ │ │ │ │ blackboard.css
│ │ │ │ │ cobalt.css
│ │ │ │ │ colorforth.css
│ │ │ │ │ darcula.css
│ │ │ │ │ dracula.css
│ │ │ │ │ duotone-dark.css
│ │ │ │ │ duotone-light.css
│ │ │ │ │ eclipse.css
│ │ │ │ │ elegant.css
│ │ │ │ │ erlang-dark.css
│ │ │ │ │ gruvbox-dark.css
│ │ │ │ │ hopscotch.css
│ │ │ │ │ icecoder.css
│ │ │ │ │ idea.css
│ │ │ │ │ isotope.css
│ │ │ │ │ lesser-dark.css
│ │ │ │ │ liquibyte.css
│ │ │ │ │ lucario.css
│ │ │ │ │ material.css
│ │ │ │ │ mbo.css
│ │ │ │ │ mdn-like.css
│ │ │ │ │ midnight.css
│ │ │ │ │ monokai.css
│ │ │ │ │ neat.css
│ │ │ │ │ neo.css
│ │ │ │ │ night.css
│ │ │ │ │ oceanic-next.css
│ │ │ │ │ panda-syntax.css
│ │ │ │ │ paraiso-dark.css
│ │ │ │ │ paraiso-light.css
│ │ │ │ │ pastel-on-dark.css
│ │ │ │ │ railscasts.css
│ │ │ │ │ rubyblue.css
│ │ │ │ │ seti.css
│ │ │ │ │ shadowfox.css
│ │ │ │ │ solarized.css
│ │ │ │ │ ssms.css
│ │ │ │ │ the-matrix.css
│ │ │ │ │ tomorrow-night-bright.css
│ │ │ │ │ tomorrow-night-eighties.css
│ │ │ │ │ ttcn.css
│ │ │ │ │ twilight.css
│ │ │ │ │ vibrant-ink.css
│ │ │ │ │ xq-dark.css
│ │ │ │ │ xq-light.css
│ │ │ │ │ yeti.css
│ │ │ │ │ zenburn.css
│ │ │ │ │
│ │ │ │ ├─daterangepicker
│ │ │ │ │ daterangepicker.css
│ │ │ │ │ daterangepicker.js
│ │ │ │ │
│ │ │ │ ├─echarts
│ │ │ │ │ │ echarts.common.min.js
│ │ │ │ │ │
│ │ │ │ │ └─theme
│ │ │ │ │ macarons.js
│ │ │ │ │ westeros.js
│ │ │ │ │
│ │ │ │ ├─form-create
│ │ │ │ │ form-create.min.js
│ │ │ │ │ province_city.js
│ │ │ │ │ province_city_area.js
│ │ │ │ │
│ │ │ │ ├─iview
│ │ │ │ │ └─dist
│ │ │ │ │ │ iview.js
│ │ │ │ │ │ iview.js.map
│ │ │ │ │ │ iview.min.js
│ │ │ │ │ │ iview.min.js.map
│ │ │ │ │ │
│ │ │ │ │ ├─locale
│ │ │ │ │ │ cs-CZ.js
│ │ │ │ │ │ cs-CZ.js.map
│ │ │ │ │ │ de-DE.js
│ │ │ │ │ │ de-DE.js.map
│ │ │ │ │ │ el-GR.js
│ │ │ │ │ │ el-GR.js.map
│ │ │ │ │ │ en-US.js
│ │ │ │ │ │ en-US.js.map
│ │ │ │ │ │ es-ES.js
│ │ │ │ │ │ es-ES.js.map
│ │ │ │ │ │ fa-IR.js
│ │ │ │ │ │ fa-IR.js.map
│ │ │ │ │ │ fr-FR.js
│ │ │ │ │ │ fr-FR.js.map
│ │ │ │ │ │ hi-IN.js
│ │ │ │ │ │ hi-IN.js.map
│ │ │ │ │ │ id-ID.js
│ │ │ │ │ │ id-ID.js.map
│ │ │ │ │ │ it-IT.js
│ │ │ │ │ │ it-IT.js.map
│ │ │ │ │ │ ja-JP.js
│ │ │ │ │ │ ja-JP.js.map
│ │ │ │ │ │ ko-KR.js
│ │ │ │ │ │ ko-KR.js.map
│ │ │ │ │ │ nl-NL.js
│ │ │ │ │ │ nl-NL.js.map
│ │ │ │ │ │ pt-BR.js
│ │ │ │ │ │ pt-BR.js.map
│ │ │ │ │ │ pt-PT.js
│ │ │ │ │ │ pt-PT.js.map
│ │ │ │ │ │ ro-RO.js
│ │ │ │ │ │ ro-RO.js.map
│ │ │ │ │ │ ru-RU.js
│ │ │ │ │ │ ru-RU.js.map
│ │ │ │ │ │ sv-SE.js
│ │ │ │ │ │ sv-SE.js.map
│ │ │ │ │ │ th-TH.js
│ │ │ │ │ │ th-TH.js.map
│ │ │ │ │ │ tr-TR.js
│ │ │ │ │ │ tr-TR.js.map
│ │ │ │ │ │ uk-UA.js
│ │ │ │ │ │ uk-UA.js.map
│ │ │ │ │ │ vi-VN.js
│ │ │ │ │ │ vi-VN.js.map
│ │ │ │ │ │ zh-CN.js
│ │ │ │ │ │ zh-CN.js.map
│ │ │ │ │ │ zh-TW.js
│ │ │ │ │ │ zh-TW.js.map
│ │ │ │ │ │
│ │ │ │ │ └─styles
│ │ │ │ │ │ iview.css
│ │ │ │ │ │
│ │ │ │ │ └─fonts
│ │ │ │ │ ionicons.eot
│ │ │ │ │ ionicons.svg
│ │ │ │ │ ionicons.ttf
│ │ │ │ │ ionicons.woff
│ │ │ │ │
│ │ │ │ ├─jquery
│ │ │ │ │ jquery.min.js
│ │ │ │ │
│ │ │ │ ├─layer
│ │ │ │ │ │ layer-compiled.js
│ │ │ │ │ │ layer-compiled.js.map
│ │ │ │ │ │ layer.js
│ │ │ │ │ │
│ │ │ │ │ ├─mobile
│ │ │ │ │ │ │ layer-compiled.js
│ │ │ │ │ │ │ layer-compiled.js.map
│ │ │ │ │ │ │ layer.js
│ │ │ │ │ │ │
│ │ │ │ │ │ └─need
│ │ │ │ │ │ layer.css
│ │ │ │ │ │
│ │ │ │ │ └─theme
│ │ │ │ │ └─default
│ │ │ │ │ icon-ext.png
│ │ │ │ │ icon.png
│ │ │ │ │ layer.css
│ │ │ │ │ loading-0.gif
│ │ │ │ │ loading-1.gif
│ │ │ │ │ loading-2.gif
│ │ │ │ │
│ │ │ │ ├─layui
│ │ │ │ │ │ layui.all.js
│ │ │ │ │ │ layui.js
│ │ │ │ │ │
│ │ │ │ │ ├─css
│ │ │ │ │ │ │ layui.css
│ │ │ │ │ │ │ layui.mobile.css
│ │ │ │ │ │ │
│ │ │ │ │ │ └─modules
│ │ │ │ │ │ │ code.css
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─laydate
│ │ │ │ │ │ │ └─default
│ │ │ │ │ │ │ laydate.css
│ │ │ │ │ │ │
│ │ │ │ │ │ └─layer
│ │ │ │ │ │ └─default
│ │ │ │ │ │ icon-ext.png
│ │ │ │ │ │ icon.png
│ │ │ │ │ │ layer.css
│ │ │ │ │ │ loading-0.gif
│ │ │ │ │ │ loading-1.gif
│ │ │ │ │ │ loading-2.gif
│ │ │ │ │ │
│ │ │ │ │ ├─font
│ │ │ │ │ │ iconfont.eot
│ │ │ │ │ │ iconfont.svg
│ │ │ │ │ │ iconfont.ttf
│ │ │ │ │ │ iconfont.woff
│ │ │ │ │ │ iconfont.woff2
│ │ │ │ │ │
│ │ │ │ │ ├─images
│ │ │ │ │ │ └─face
│ │ │ │ │ │ 0.gif
│ │ │ │ │ │ 1.gif
│ │ │ │ │ │ 10.gif
│ │ │ │ │ │ 11.gif
│ │ │ │ │ │ 12.gif
│ │ │ │ │ │ 13.gif
│ │ │ │ │ │ 14.gif
│ │ │ │ │ │ 15.gif
│ │ │ │ │ │ 16.gif
│ │ │ │ │ │ 17.gif
│ │ │ │ │ │ 18.gif
│ │ │ │ │ │ 19.gif
│ │ │ │ │ │ 2.gif
│ │ │ │ │ │ 20.gif
│ │ │ │ │ │ 21.gif
│ │ │ │ │ │ 22.gif
│ │ │ │ │ │ 23.gif
│ │ │ │ │ │ 24.gif
│ │ │ │ │ │ 25.gif
│ │ │ │ │ │ 26.gif
│ │ │ │ │ │ 27.gif
│ │ │ │ │ │ 28.gif
│ │ │ │ │ │ 29.gif
│ │ │ │ │ │ 3.gif
│ │ │ │ │ │ 30.gif
│ │ │ │ │ │ 31.gif
│ │ │ │ │ │ 32.gif
│ │ │ │ │ │ 33.gif
│ │ │ │ │ │ 34.gif
│ │ │ │ │ │ 35.gif
│ │ │ │ │ │ 36.gif
│ │ │ │ │ │ 37.gif
│ │ │ │ │ │ 38.gif
│ │ │ │ │ │ 39.gif
│ │ │ │ │ │ 4.gif
│ │ │ │ │ │ 40.gif
│ │ │ │ │ │ 41.gif
│ │ │ │ │ │ 42.gif
│ │ │ │ │ │ 43.gif
│ │ │ │ │ │ 44.gif
│ │ │ │ │ │ 45.gif
│ │ │ │ │ │ 46.gif
│ │ │ │ │ │ 47.gif
│ │ │ │ │ │ 48.gif
│ │ │ │ │ │ 49.gif
│ │ │ │ │ │ 5.gif
│ │ │ │ │ │ 50.gif
│ │ │ │ │ │ 51.gif
│ │ │ │ │ │ 52.gif
│ │ │ │ │ │ 53.gif
│ │ │ │ │ │ 54.gif
│ │ │ │ │ │ 55.gif
│ │ │ │ │ │ 56.gif
│ │ │ │ │ │ 57.gif
│ │ │ │ │ │ 58.gif
│ │ │ │ │ │ 59.gif
│ │ │ │ │ │ 6.gif
│ │ │ │ │ │ 60.gif
│ │ │ │ │ │ 61.gif
│ │ │ │ │ │ 62.gif
│ │ │ │ │ │ 63.gif
│ │ │ │ │ │ 64.gif
│ │ │ │ │ │ 65.gif
│ │ │ │ │ │ 66.gif
│ │ │ │ │ │ 67.gif
│ │ │ │ │ │ 68.gif
│ │ │ │ │ │ 69.gif
│ │ │ │ │ │ 7.gif
│ │ │ │ │ │ 70.gif
│ │ │ │ │ │ 71.gif
│ │ │ │ │ │ 8.gif
│ │ │ │ │ │ 9.gif
│ │ │ │ │ │
│ │ │ │ │ └─lay
│ │ │ │ │ └─modules
│ │ │ │ │ carousel.js
│ │ │ │ │ code.js
│ │ │ │ │ colorpicker.js
│ │ │ │ │ element.js
│ │ │ │ │ flow.js
│ │ │ │ │ form.js
│ │ │ │ │ jquery.js
│ │ │ │ │ laydate.js
│ │ │ │ │ layedit.js
│ │ │ │ │ layer.js
│ │ │ │ │ laypage.js
│ │ │ │ │ laytpl.js
│ │ │ │ │ mobile.js
│ │ │ │ │ rate.js
│ │ │ │ │ slider.js
│ │ │ │ │ table.js
│ │ │ │ │ transfer.js
│ │ │ │ │ tree.js
│ │ │ │ │ upload.js
│ │ │ │ │ util.js
│ │ │ │ │
│ │ │ │ ├─layui2
│ │ │ │ │ │ layui.all.js
│ │ │ │ │ │ layui.js
│ │ │ │ │ │
│ │ │ │ │ ├─css
│ │ │ │ │ │ │ layui.css
│ │ │ │ │ │ │ layui.mobile.css
│ │ │ │ │ │ │
│ │ │ │ │ │ └─modules
│ │ │ │ │ │ │ code.css
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─laydate
│ │ │ │ │ │ │ └─default
│ │ │ │ │ │ │ laydate.css
│ │ │ │ │ │ │
│ │ │ │ │ │ └─layer
│ │ │ │ │ │ └─default
│ │ │ │ │ │ icon-ext.png
│ │ │ │ │ │ icon.png
│ │ │ │ │ │ layer.css
│ │ │ │ │ │ loading-0.gif
│ │ │ │ │ │ loading-1.gif
│ │ │ │ │ │ loading-2.gif
│ │ │ │ │ │
│ │ │ │ │ ├─font
│ │ │ │ │ │ iconfont.eot
│ │ │ │ │ │ iconfont.svg
│ │ │ │ │ │ iconfont.ttf
│ │ │ │ │ │ iconfont.woff
│ │ │ │ │ │
│ │ │ │ │ ├─images
│ │ │ │ │ │ └─face
│ │ │ │ │ │ 0.gif
│ │ │ │ │ │ 1.gif
│ │ │ │ │ │ 10.gif
│ │ │ │ │ │ 11.gif
│ │ │ │ │ │ 12.gif
│ │ │ │ │ │ 13.gif
│ │ │ │ │ │ 14.gif
│ │ │ │ │ │ 15.gif
│ │ │ │ │ │ 16.gif
│ │ │ │ │ │ 17.gif
│ │ │ │ │ │ 18.gif
│ │ │ │ │ │ 19.gif
│ │ │ │ │ │ 2.gif
│ │ │ │ │ │ 20.gif
│ │ │ │ │ │ 21.gif
│ │ │ │ │ │ 22.gif
│ │ │ │ │ │ 23.gif
│ │ │ │ │ │ 24.gif
│ │ │ │ │ │ 25.gif
│ │ │ │ │ │ 26.gif
│ │ │ │ │ │ 27.gif
│ │ │ │ │ │ 28.gif
│ │ │ │ │ │ 29.gif
│ │ │ │ │ │ 3.gif
│ │ │ │ │ │ 30.gif
│ │ │ │ │ │ 31.gif
│ │ │ │ │ │ 32.gif
│ │ │ │ │ │ 33.gif
│ │ │ │ │ │ 34.gif
│ │ │ │ │ │ 35.gif
│ │ │ │ │ │ 36.gif
│ │ │ │ │ │ 37.gif
│ │ │ │ │ │ 38.gif
│ │ │ │ │ │ 39.gif
│ │ │ │ │ │ 4.gif
│ │ │ │ │ │ 40.gif
│ │ │ │ │ │ 41.gif
│ │ │ │ │ │ 42.gif
│ │ │ │ │ │ 43.gif
│ │ │ │ │ │ 44.gif
│ │ │ │ │ │ 45.gif
│ │ │ │ │ │ 46.gif
│ │ │ │ │ │ 47.gif
│ │ │ │ │ │ 48.gif
│ │ │ │ │ │ 49.gif
│ │ │ │ │ │ 5.gif
│ │ │ │ │ │ 50.gif
│ │ │ │ │ │ 51.gif
│ │ │ │ │ │ 52.gif
│ │ │ │ │ │ 53.gif
│ │ │ │ │ │ 54.gif
│ │ │ │ │ │ 55.gif
│ │ │ │ │ │ 56.gif
│ │ │ │ │ │ 57.gif
│ │ │ │ │ │ 58.gif
│ │ │ │ │ │ 59.gif
│ │ │ │ │ │ 6.gif
│ │ │ │ │ │ 60.gif
│ │ │ │ │ │ 61.gif
│ │ │ │ │ │ 62.gif
│ │ │ │ │ │ 63.gif
│ │ │ │ │ │ 64.gif
│ │ │ │ │ │ 65.gif
│ │ │ │ │ │ 66.gif
│ │ │ │ │ │ 67.gif
│ │ │ │ │ │ 68.gif
│ │ │ │ │ │ 69.gif
│ │ │ │ │ │ 7.gif
│ │ │ │ │ │ 70.gif
│ │ │ │ │ │ 71.gif
│ │ │ │ │ │ 8.gif
│ │ │ │ │ │ 9.gif
│ │ │ │ │ │
│ │ │ │ │ └─lay
│ │ │ │ │ └─modules
│ │ │ │ │ carousel.js
│ │ │ │ │ code.js
│ │ │ │ │ element.js
│ │ │ │ │ flow.js
│ │ │ │ │ form.js
│ │ │ │ │ jquery.js
│ │ │ │ │ laydate.js
│ │ │ │ │ layedit.js
│ │ │ │ │ layer.js
│ │ │ │ │ laypage.js
│ │ │ │ │ laytpl.js
│ │ │ │ │ mobile.js
│ │ │ │ │ rate.js
│ │ │ │ │ table.js
│ │ │ │ │ tree.js
│ │ │ │ │ upload.js
│ │ │ │ │ util.js
│ │ │ │ │
│ │ │ │ ├─requirejs
│ │ │ │ │ │ package.json
│ │ │ │ │ │ README.md
│ │ │ │ │ │ require-basket-load-compiled.js
│ │ │ │ │ │ require-basket-load-compiled.js.map
│ │ │ │ │ │ require-basket-load.js
│ │ │ │ │ │ require-compiled.js
│ │ │ │ │ │ require-compiled.js.map
│ │ │ │ │ │ require-css.js
│ │ │ │ │ │ require.js
│ │ │ │ │ │
│ │ │ │ │ └─bin
│ │ │ │ │ r.js
│ │ │ │ │
│ │ │ │ ├─sweetalert2
│ │ │ │ │ sweetalert2.all.min.js
│ │ │ │ │
│ │ │ │ ├─swiper
│ │ │ │ │ swiper-3.4.1.jquery.min.js
│ │ │ │ │ swiper-3.4.1.min.css
│ │ │ │ │ swiper.jquery.js
│ │ │ │ │
│ │ │ │ ├─vant
│ │ │ │ │ vant.css
│ │ │ │ │ vant.min.js
│ │ │ │ │
│ │ │ │ ├─vue
│ │ │ │ │ └─dist
│ │ │ │ │ README.md
│ │ │ │ │ vue.common.js
│ │ │ │ │ vue.esm.js
│ │ │ │ │ vue.js
│ │ │ │ │ vue.min.js
│ │ │ │ │ vue.runtime.common.js
│ │ │ │ │ vue.runtime.esm.js
│ │ │ │ │ vue.runtime.js
│ │ │ │ │ vue.runtime.min.js
│ │ │ │ │
│ │ │ │ └─ydui
│ │ │ │ cityselect.js
│ │ │ │ province_city.js
│ │ │ │ province_city_area.js
│ │ │ │ province_city_area2.js
│ │ │ │ province_city_area_id.js
│ │ │ │ province_city_id.js
│ │ │ │ ydui-px.css
│ │ │ │ ydui.js
│ │ │ │ ydui2.js
│ │ │ │
│ │ │ ├─poster
│ │ │ │ poster.jpg
│ │ │ │
│ │ │ └─qrcode
│ │ │ background.png
│ │ │
│ │ └─system
│ │ ├─css
│ │ │ │ layui-admin.css
│ │ │ │ main.css
│ │ │ │ reset.css
│ │ │ │ style.css
│ │ │ │
│ │ │ └─emoji-awesome
│ │ │ ├─css
│ │ │ │ apple.min.css
│ │ │ │ emojione.min.css
│ │ │ │ facebook.min.css
│ │ │ │ google.min.css
│ │ │ │ messenger.min.css
│ │ │ │ twitter.min.css
│ │ │ │
│ │ │ └─img
│ │ │ sheet_apple_64_indexed_256colors.png
│ │ │ sheet_emojione_64_indexed_128.png
│ │ │ sheet_facebook_64_indexed_128.png
│ │ │ sheet_google_64_indexed_128.png
│ │ │ sheet_messenger_64_indexed_128.png
│ │ │ sheet_twitter_64_indexed_128.png
│ │ │
│ │ ├─font
│ │ │ iconfont.css
│ │ │ iconfont.eot
│ │ │ iconfont.js
│ │ │ iconfont.svg
│ │ │ iconfont.ttf
│ │ │ iconfont.woff
│ │ │
│ │ ├─frame
│ │ │ ├─css
│ │ │ │ │ animate.min.css
│ │ │ │ │ bootstrap.min.css
│ │ │ │ │ font-awesome.min.css
│ │ │ │ │ login.min.css
│ │ │ │ │ M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q03F7DC5A5A
│ │ │ │ │ style.min.css
│ │ │ │ │
│ │ │ │ ├─demo
│ │ │ │ │ webuploader-demo.min.css
│ │ │ │ │
│ │ │ │ ├─patterns
│ │ │ │ │ header-profile-skin-1.png
│ │ │ │ │ header-profile-skin-3.png
│ │ │ │ │ header-profile.png
│ │ │ │ │ shattered.png
│ │ │ │ │
│ │ │ │ └─plugins
│ │ │ │ ├─awesome-bootstrap-checkbox
│ │ │ │ │ awesome-bootstrap-checkbox.css
│ │ │ │ │
│ │ │ │ ├─blueimp
│ │ │ │ │ ├─css
│ │ │ │ │ │ blueimp-gallery.min.css
│ │ │ │ │ │
│ │ │ │ │ └─img
│ │ │ │ │ error.png
│ │ │ │ │ error.svg
│ │ │ │ │ loading.gif
│ │ │ │ │ play-pause.png
│ │ │ │ │ play-pause.svg
│ │ │ │ │ video-play.png
│ │ │ │ │ video-play.svg
│ │ │ │ │
│ │ │ │ ├─bootstrap-table
│ │ │ │ │ bootstrap-table.min.css
│ │ │ │ │
│ │ │ │ ├─chosen
│ │ │ │ │ chosen-sprite.png
│ │ │ │ │ chosen-sprite_402x.png
│ │ │ │ │ chosen.css
│ │ │ │ │
│ │ │ │ ├─clockpicker
│ │ │ │ │ clockpicker.css
│ │ │ │ │
│ │ │ │ ├─codemirror
│ │ │ │ │ ambiance.css
│ │ │ │ │ codemirror.css
│ │ │ │ │
│ │ │ │ ├─colorpicker
│ │ │ │ │ ├─css
│ │ │ │ │ │ bootstrap-colorpicker.min.css
│ │ │ │ │ │
│ │ │ │ │ └─img
│ │ │ │ │ └─bootstrap-colorpicker
│ │ │ │ │ alpha-horizontal.png
│ │ │ │ │ alpha.png
│ │ │ │ │ hue-horizontal.png
│ │ │ │ │ hue.png
│ │ │ │ │ saturation.png
│ │ │ │ │
│ │ │ │ ├─cropper
│ │ │ │ │ cropper.min.css
│ │ │ │ │
│ │ │ │ ├─datapicker
│ │ │ │ │ datepicker3.css
│ │ │ │ │
│ │ │ │ ├─dataTables
│ │ │ │ │ dataTables.bootstrap.css
│ │ │ │ │
│ │ │ │ ├─dropzone
│ │ │ │ │ basic.css
│ │ │ │ │ dropzone.css
│ │ │ │ │
│ │ │ │ ├─footable
│ │ │ │ │ │ footable.core.css
│ │ │ │ │ │
│ │ │ │ │ └─fonts
│ │ │ │ │ footable.eot
│ │ │ │ │ footable.svg
│ │ │ │ │ footable.ttf
│ │ │ │ │ footable.woff
│ │ │ │ │
│ │ │ │ ├─fullcalendar
│ │ │ │ │ fullcalendar.css
│ │ │ │ │ fullcalendar.print.css
│ │ │ │ │
│ │ │ │ ├─iCheck
│ │ │ │ │ custom.css
│ │ │ │ │ green.png
│ │ │ │ │ green_402x.png
│ │ │ │ │
│ │ │ │ ├─images
│ │ │ │ │ sort_asc.png
│ │ │ │ │ sort_desc.png
│ │ │ │ │ sprite-skin-flat.png
│ │ │ │ │ spritemap.png
│ │ │ │ │ spritemap_402x.png
│ │ │ │ │
│ │ │ │ ├─ionRangeSlider
│ │ │ │ │ ion.rangeSlider.css
│ │ │ │ │ ion.rangeSlider.skinFlat.css
│ │ │ │ │
│ │ │ │ ├─jasny
│ │ │ │ │ jasny-bootstrap.min.css
│ │ │ │ │
│ │ │ │ ├─jqgrid
│ │ │ │ │ ui.jqgrid.css
│ │ │ │ │
│ │ │ │ ├─jsTree
│ │ │ │ │ 32px.png
│ │ │ │ │ style.min.css
│ │ │ │ │ throbber.gif
│ │ │ │ │
│ │ │ │ ├─markdown
│ │ │ │ │ bootstrap-markdown.min.css
│ │ │ │ │
│ │ │ │ ├─morris
│ │ │ │ │ morris-0.4.3.min.css
│ │ │ │ │
│ │ │ │ ├─nouslider
│ │ │ │ │ jquery.nouislider.css
│ │ │ │ │
│ │ │ │ ├─plyr
│ │ │ │ │ plyr.css
│ │ │ │ │ sprite.svg
│ │ │ │ │
│ │ │ │ ├─simditor
│ │ │ │ │ simditor.css
│ │ │ │ │
│ │ │ │ ├─steps
│ │ │ │ │ jquery.steps.css
│ │ │ │ │
│ │ │ │ ├─summernote
│ │ │ │ │ summernote-bs3.css
│ │ │ │ │ summernote.css
│ │ │ │ │
│ │ │ │ ├─sweetalert
│ │ │ │ │ sweetalert.css
│ │ │ │ │
│ │ │ │ ├─switchery
│ │ │ │ │ switchery.css
│ │ │ │ │
│ │ │ │ ├─toastr
│ │ │ │ │ toastr.min.css
│ │ │ │ │
│ │ │ │ ├─treeview
│ │ │ │ │ bootstrap-treeview.css
│ │ │ │ │
│ │ │ │ └─webuploader
│ │ │ │ webuploader.css
│ │ │ │
│ │ │ ├─fonts
│ │ │ │ fontawesome-webfont.eot
│ │ │ │ fontawesome-webfont.svg
│ │ │ │ fontawesome-webfont.ttf
│ │ │ │ fontawesome-webfont.woff
│ │ │ │ fontawesome-webfont.woff2
│ │ │ │ glyphicons-halflings-regular.eot
│ │ │ │ glyphicons-halflings-regular.svg
│ │ │ │ glyphicons-halflings-regular.ttf
│ │ │ │ glyphicons-halflings-regular.woff
│ │ │ │ glyphicons-halflings-regular.woff2
│ │ │ │
│ │ │ ├─img
│ │ │ │ 1.png
│ │ │ │ a1.jpg
│ │ │ │ a2.jpg
│ │ │ │ a3.jpg
│ │ │ │ a4.jpg
│ │ │ │ a5.jpg
│ │ │ │ a6.jpg
│ │ │ │ a7.jpg
│ │ │ │ a8.jpg
│ │ │ │ a9.jpg
│ │ │ │ bg.png
│ │ │ │ iconfont-logo.png
│ │ │ │ icons.png
│ │ │ │ index.jpg
│ │ │ │ index_4.jpg
│ │ │ │ loading-upload.gif
│ │ │ │ locked.png
│ │ │ │ login-background.jpg
│ │ │ │ p1.jpg
│ │ │ │ p2.jpg
│ │ │ │ p3.jpg
│ │ │ │ pay.png
│ │ │ │ profile.jpg
│ │ │ │ profile_big.jpg
│ │ │ │ profile_small.jpg
│ │ │ │ progress.png
│ │ │ │ p_big1.jpg
│ │ │ │ p_big2.jpg
│ │ │ │ p_big3.jpg
│ │ │ │ qr_code.png
│ │ │ │ success.png
│ │ │ │ user.png
│ │ │ │ wenku_logo.png
│ │ │ │
│ │ │ ├─js
│ │ │ │ │ ajaxfileupload.js
│ │ │ │ │ bootstrap.min.js
│ │ │ │ │ contabs.min.js
│ │ │ │ │ content.min.js
│ │ │ │ │ hplus.min.js
│ │ │ │ │ index.js
│ │ │ │ │ jquery-2.1.1.min.js
│ │ │ │ │ jquery-ui-1.10.4.min.js
│ │ │ │ │ jquery-ui.custom.min.js
│ │ │ │ │ jquery.min.js
│ │ │ │ │ welcome.min.js
│ │ │ │ │
│ │ │ │ ├─demo
│ │ │ │ │ bootstrap-table-demo.min.js
│ │ │ │ │ bootstrap_table_test.json
│ │ │ │ │ bootstrap_table_test2.json
│ │ │ │ │ echarts-demo.min.js
│ │ │ │ │ flot-demo.min.js
│ │ │ │ │ form-advanced-demo.min.js
│ │ │ │ │ form-validate-demo.min.js
│ │ │ │ │ layer-demo.min.js
│ │ │ │ │ morris-demo.min.js
│ │ │ │ │ peity-demo.min.js
│ │ │ │ │ photos.json
│ │ │ │ │ rickshaw-demo.min.js
│ │ │ │ │ table_base.json
│ │ │ │ │ treeview-demo.min.js
│ │ │ │ │ webuploader-demo.min.js
│ │ │ │ │
│ │ │ │ └─plugins
│ │ │ │ ├─beautifyhtml
│ │ │ │ │ beautifyhtml.js
│ │ │ │ │
│ │ │ │ ├─blueimp
│ │ │ │ │ jquery.blueimp-gallery.min.js
│ │ │ │ │
│ │ │ │ ├─bootstrap-table
│ │ │ │ │ │ bootstrap-table-mobile.min.js
│ │ │ │ │ │ bootstrap-table.min.js
│ │ │ │ │ │
│ │ │ │ │ ├─extensions
│ │ │ │ │ │ ├─accent-neutralise
│ │ │ │ │ │ │ bootstrap-table-accent-neutralise.js
│ │ │ │ │ │ │ bootstrap-table-accent-neutralise.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─angular
│ │ │ │ │ │ │ bootstrap-table-angular.js
│ │ │ │ │ │ │ bootstrap-table-angular.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─cookie
│ │ │ │ │ │ │ bootstrap-table-cookie.js
│ │ │ │ │ │ │ bootstrap-table-cookie.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─editable
│ │ │ │ │ │ │ bootstrap-table-editable.js
│ │ │ │ │ │ │ bootstrap-table-editable.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─export
│ │ │ │ │ │ │ bootstrap-table-export.js
│ │ │ │ │ │ │ bootstrap-table-export.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─filter
│ │ │ │ │ │ │ bootstrap-table-filter.js
│ │ │ │ │ │ │ bootstrap-table-filter.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─filter-control
│ │ │ │ │ │ │ bootstrap-table-filter-control.js
│ │ │ │ │ │ │ bootstrap-table-filter-control.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─flat-json
│ │ │ │ │ │ │ bootstrap-table-flat-json.js
│ │ │ │ │ │ │ bootstrap-table-flat-json.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─group-by
│ │ │ │ │ │ │ bootstrap-table-group-by.css
│ │ │ │ │ │ │ bootstrap-table-group-by.js
│ │ │ │ │ │ │ bootstrap-table-group-by.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─group-by-v2
│ │ │ │ │ │ │ bootstrap-table-group-by.css
│ │ │ │ │ │ │ bootstrap-table-group-by.js
│ │ │ │ │ │ │ bootstrap-table-group-by.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─key-events
│ │ │ │ │ │ │ bootstrap-table-key-events.js
│ │ │ │ │ │ │ bootstrap-table-key-events.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─mobile
│ │ │ │ │ │ │ bootstrap-table-mobile.js
│ │ │ │ │ │ │ bootstrap-table-mobile.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─multiple-search
│ │ │ │ │ │ │ bootstrap-table-multiple-search.js
│ │ │ │ │ │ │ bootstrap-table-multiple-search.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─multiple-sort
│ │ │ │ │ │ │ bootstrap-table-multiple-sort.js
│ │ │ │ │ │ │ bootstrap-table-multiple-sort.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─natural-sorting
│ │ │ │ │ │ │ bootstrap-table-natural-sorting.js
│ │ │ │ │ │ │ bootstrap-table-natural-sorting.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─reorder-columns
│ │ │ │ │ │ │ bootstrap-table-reorder-columns.js
│ │ │ │ │ │ │ bootstrap-table-reorder-columns.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─reorder-rows
│ │ │ │ │ │ │ bootstrap-table-reorder-rows.css
│ │ │ │ │ │ │ bootstrap-table-reorder-rows.js
│ │ │ │ │ │ │ bootstrap-table-reorder-rows.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─resizable
│ │ │ │ │ │ │ bootstrap-table-resizable.js
│ │ │ │ │ │ │ bootstrap-table-resizable.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─sticky-header
│ │ │ │ │ │ │ bootstrap-table-sticky-header.css
│ │ │ │ │ │ │ bootstrap-table-sticky-header.js
│ │ │ │ │ │ │ bootstrap-table-sticky-header.min.js
│ │ │ │ │ │ │
│ │ │ │ │ │ └─toolbar
│ │ │ │ │ │ bootstrap-table-toolbar.js
│ │ │ │ │ │ bootstrap-table-toolbar.min.js
│ │ │ │ │ │
│ │ │ │ │ └─locale
│ │ │ │ │ bootstrap-table-zh-CN.min.js
│ │ │ │ │
│ │ │ │ ├─chartJs
│ │ │ │ │ Chart.min.js
│ │ │ │ │
│ │ │ │ ├─chosen
│ │ │ │ │ chosen.jquery.js
│ │ │ │ │
│ │ │ │ ├─clockpicker
│ │ │ │ │ clockpicker.js
│ │ │ │ │
│ │ │ │ ├─codemirror
│ │ │ │ │ │ codemirror.js
│ │ │ │ │ │
│ │ │ │ │ └─mode
│ │ │ │ │ │ default.htm
│ │ │ │ │ │
│ │ │ │ │ └─javascript
│ │ │ │ │ default.htm
│ │ │ │ │ javascript.js
│ │ │ │ │
│ │ │ │ ├─colorpicker
│ │ │ │ │ bootstrap-colorpicker.min.js
│ │ │ │ │
│ │ │ │ ├─cropper
│ │ │ │ │ cropper.min.js
│ │ │ │ │
│ │ │ │ ├─datapicker
│ │ │ │ │ bootstrap-datepicker.js
│ │ │ │ │
│ │ │ │ ├─dataTables
│ │ │ │ │ dataTables.bootstrap.js
│ │ │ │ │ jquery.dataTables.js
│ │ │ │ │
│ │ │ │ ├─diff_match_patch
│ │ │ │ │ diff_match_patch.js
│ │ │ │ │
│ │ │ │ ├─dropzone
│ │ │ │ │ dropzone.js
│ │ │ │ │
│ │ │ │ ├─easypiechart
│ │ │ │ │ jquery.easypiechart.js
│ │ │ │ │
│ │ │ │ ├─echarts
│ │ │ │ │ echarts-all.js
│ │ │ │ │ echarts-all.js.b
│ │ │ │ │ echarts-all.js.b1
│ │ │ │ │
│ │ │ │ ├─fancybox
│ │ │ │ │ blank.gif
│ │ │ │ │ fancybox_loading.gif
│ │ │ │ │ fancybox_loading_402x.gif
│ │ │ │ │ fancybox_overlay.png
│ │ │ │ │ fancybox_sprite.png
│ │ │ │ │ fancybox_sprite_402x.png
│ │ │ │ │ jquery.fancybox.css
│ │ │ │ │ jquery.fancybox.js
│ │ │ │ │
│ │ │ │ ├─flot
│ │ │ │ │ curvedLines.js
│ │ │ │ │ jquery.flot.js
│ │ │ │ │ jquery.flot.pie.js
│ │ │ │ │ jquery.flot.resize.js
│ │ │ │ │ jquery.flot.spline.js
│ │ │ │ │ jquery.flot.symbol.js
│ │ │ │ │ jquery.flot.tooltip.min.js
│ │ │ │ │
│ │ │ │ ├─footable
│ │ │ │ │ footable.all.min.js
│ │ │ │ │
│ │ │ │ ├─fullcalendar
│ │ │ │ │ fullcalendar.min.js
│ │ │ │ │
│ │ │ │ ├─gritter
│ │ │ │ │ │ jquery.gritter.css
│ │ │ │ │ │ jquery.gritter.min.js
│ │ │ │ │ │
│ │ │ │ │ └─images
│ │ │ │ │ gritter-light.png
│ │ │ │ │ gritter.png
│ │ │ │ │ ie-spacer.gif
│ │ │ │ │
│ │ │ │ ├─iCheck
│ │ │ │ │ icheck.min.js
│ │ │ │ │
│ │ │ │ ├─ionRangeSlider
│ │ │ │ │ ion.rangeSlider.min.js
│ │ │ │ │
│ │ │ │ ├─jasny
│ │ │ │ │ jasny-bootstrap.min.js
│ │ │ │ │
│ │ │ │ ├─jeditable
│ │ │ │ │ jquery.jeditable.js
│ │ │ │ │
│ │ │ │ ├─jqgrid
│ │ │ │ │ │ jquery.jqGrid.min.js
│ │ │ │ │ │
│ │ │ │ │ └─i18n
│ │ │ │ │ grid.locale-cn.js
│ │ │ │ │
│ │ │ │ ├─jquery-ui
│ │ │ │ │ jquery-ui.min.js
│ │ │ │ │
│ │ │ │ ├─jsKnob
│ │ │ │ │ jquery.knob.js
│ │ │ │ │
│ │ │ │ ├─jsTree
│ │ │ │ │ jstree.min.js
│ │ │ │ │
│ │ │ │ ├─jvectormap
│ │ │ │ │ jquery-jvectormap-1.2.2.min.js
│ │ │ │ │ jquery-jvectormap-world-mill-en.js
│ │ │ │ │
│ │ │ │ ├─layer
│ │ │ │ │ │ layer.min.js
│ │ │ │ │ │
│ │ │ │ │ ├─extend
│ │ │ │ │ │ layer.ext.js
│ │ │ │ │ │
│ │ │ │ │ ├─laydate
│ │ │ │ │ │ │ laydate.js
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─need
│ │ │ │ │ │ │ laydate.css
│ │ │ │ │ │ │
│ │ │ │ │ │ └─skins
│ │ │ │ │ │ └─default
│ │ │ │ │ │ icon.png
│ │ │ │ │ │ laydate.css
│ │ │ │ │ │
│ │ │ │ │ ├─layim
│ │ │ │ │ │ │ layim.css
│ │ │ │ │ │ │ layim.js
│ │ │ │ │ │ │ loading.gif
│ │ │ │ │ │ │
│ │ │ │ │ │ └─data
│ │ │ │ │ │ chatlog.json
│ │ │ │ │ │ friend.json
│ │ │ │ │ │ group.json
│ │ │ │ │ │ groups.json
│ │ │ │ │ │
│ │ │ │ │ └─skin
│ │ │ │ │ │ layer.css
│ │ │ │ │ │ layer.ext.css
│ │ │ │ │ │
│ │ │ │ │ └─moon
│ │ │ │ │ style.css
│ │ │ │ │
│ │ │ │ ├─markdown
│ │ │ │ │ bootstrap-markdown.js
│ │ │ │ │ bootstrap-markdown.zh.js
│ │ │ │ │ markdown.js
│ │ │ │ │ to-markdown.js
│ │ │ │ │
│ │ │ │ ├─metisMenu
│ │ │ │ │ jquery.metisMenu.js
│ │ │ │ │
│ │ │ │ ├─morris
│ │ │ │ │ morris.js
│ │ │ │ │ morris.js.b
│ │ │ │ │ raphael-2.1.0.min.js
│ │ │ │ │
│ │ │ │ ├─nestable
│ │ │ │ │ jquery.nestable.js
│ │ │ │ │
│ │ │ │ ├─nouslider
│ │ │ │ │ jquery.nouislider.min.js
│ │ │ │ │
│ │ │ │ ├─pace
│ │ │ │ │ pace.min.js
│ │ │ │ │
│ │ │ │ ├─peity
│ │ │ │ │ jquery.peity.min.js
│ │ │ │ │
│ │ │ │ ├─plyr
│ │ │ │ │ plyr.js
│ │ │ │ │
│ │ │ │ ├─preetyTextDiff
│ │ │ │ │ jquery.pretty-text-diff.min.js
│ │ │ │ │
│ │ │ │ ├─prettyfile
│ │ │ │ │ bootstrap-prettyfile.js
│ │ │ │ │
│ │ │ │ ├─rickshaw
│ │ │ │ │ │ rickshaw.min.js
│ │ │ │ │ │
│ │ │ │ │ └─vendor
│ │ │ │ │ d3.v3.js
│ │ │ │ │
│ │ │ │ ├─simditor
│ │ │ │ │ hotkeys.js
│ │ │ │ │ module.js
│ │ │ │ │ simditor.js
│ │ │ │ │ uploader.js
│ │ │ │ │
│ │ │ │ ├─slimscroll
│ │ │ │ │ jquery.slimscroll.min.js
│ │ │ │ │
│ │ │ │ ├─sparkline
│ │ │ │ │ jquery.sparkline.min.js
│ │ │ │ │
│ │ │ │ ├─staps
│ │ │ │ │ jquery.steps.min.js
│ │ │ │ │
│ │ │ │ ├─suggest
│ │ │ │ │ bootstrap-suggest.min.js
│ │ │ │ │ data.json
│ │ │ │ │
│ │ │ │ ├─summernote
│ │ │ │ │ summernote-zh-CN.js
│ │ │ │ │ summernote.min.js
│ │ │ │ │
│ │ │ │ ├─sweetalert
│ │ │ │ │ sweetalert.min.js
│ │ │ │ │
│ │ │ │ ├─switchery
│ │ │ │ │ switchery.js
│ │ │ │ │
│ │ │ │ ├─toastr
│ │ │ │ │ toastr.min.js
│ │ │ │ │
│ │ │ │ ├─treeview
│ │ │ │ │ bootstrap-treeview.js
│ │ │ │ │
│ │ │ │ ├─validate
│ │ │ │ │ jquery.validate.min.js
│ │ │ │ │ messages_zh.min.js
│ │ │ │ │
│ │ │ │ └─webuploader
│ │ │ │ webuploader.min.js
│ │ │ │
│ │ │ └─plugins
│ │ │ └─fullavatareditor
│ │ │ │ expressInstall.swf
│ │ │ │ fullAvatarEditor.swf
│ │ │ │
│ │ │ └─scripts
│ │ │ demo.js
│ │ │ fullAvatarEditor.js
│ │ │ fullAvatarEditor.js.b
│ │ │ jQuery.Cookie.js
│ │ │ swfobject.js
│ │ │ swfobject.js.b
│ │ │ test.js
│ │ │
│ │ ├─images
│ │ │ 001.jpg
│ │ │ admin_logo.png
│ │ │ bg-logo.jpg
│ │ │ empty.jpg
│ │ │ empty_address.png
│ │ │ error.png
│ │ │ express_icon.jpg
│ │ │ head.gif
│ │ │ index.png
│ │ │ logo.png
│ │ │ mobile_foot.png
│ │ │ mobile_head.png
│ │ │
│ │ ├─js
│ │ │ common.js
│ │ │ create.js
│ │ │ jquery-1.11.2.min.js
│ │ │ layuiList.js
│ │ │ media.js
│ │ │
│ │ ├─module
│ │ │ ├─error
│ │ │ │ ├─css
│ │ │ │ │ reset-2.0.css
│ │ │ │ │ style.css
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ 01.jpg
│ │ │ │ 01.png
│ │ │ │ 02.png
│ │ │ │ 03.png
│ │ │ │ 04.png
│ │ │ │ back-icon.png
│ │ │ │ failure-icon.png
│ │ │ │ refresh-iocn.png
│ │ │ │
│ │ │ ├─exception
│ │ │ │ ├─css
│ │ │ │ │ style.css
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ errorPageBorder.png
│ │ │ │
│ │ │ ├─index
│ │ │ │ index.js
│ │ │ │
│ │ │ ├─login
│ │ │ │ flaotfont.js
│ │ │ │ index.js
│ │ │ │ ios-parallax.js
│ │ │ │
│ │ │ ├─success
│ │ │ │ ├─css
│ │ │ │ │ reset-2.0.css
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ success-icon.png
│ │ │ │
│ │ │ ├─wechat
│ │ │ │ ├─news
│ │ │ │ │ ├─css
│ │ │ │ │ │ index.css
│ │ │ │ │ │ style.css
│ │ │ │ │ │
│ │ │ │ │ └─images
│ │ │ │ │ image.png
│ │ │ │ │
│ │ │ │ └─news_category
│ │ │ │ └─css
│ │ │ │ style.css
│ │ │ │
│ │ │ └─widget
│ │ │ images.js
│ │ │
│ │ ├─plug
│ │ │ ├─form-create
│ │ │ │ form-create.js
│ │ │ │
│ │ │ ├─iview
│ │ │ │ └─dist
│ │ │ │ │ iview.js
│ │ │ │ │ iview.min.js
│ │ │ │ │
│ │ │ │ ├─locale
│ │ │ │ │ de-DE.js
│ │ │ │ │ en-US.js
│ │ │ │ │ es-ES.js
│ │ │ │ │ fr-FR.js
│ │ │ │ │ id-ID.js
│ │ │ │ │ ja-JP.js
│ │ │ │ │ ko-KR.js
│ │ │ │ │ pt-BR.js
│ │ │ │ │ pt-PT.js
│ │ │ │ │ ru-RU.js
│ │ │ │ │ sv-SE.js
│ │ │ │ │ tr-TR.js
│ │ │ │ │ vi-VN.js
│ │ │ │ │ zh-CN.js
│ │ │ │ │ zh-TW.js
│ │ │ │ │
│ │ │ │ └─styles
│ │ │ │ │ iview.css
│ │ │ │ │
│ │ │ │ └─fonts
│ │ │ │ ionicons.eot
│ │ │ │ ionicons.svg
│ │ │ │ ionicons.ttf
│ │ │ │ ionicons.woff
│ │ │ │
│ │ │ ├─requirejs
│ │ │ │ │ package.json
│ │ │ │ │ README.md
│ │ │ │ │ require.js
│ │ │ │ │
│ │ │ │ └─bin
│ │ │ │ r.js
│ │ │ │
│ │ │ ├─umeditor
│ │ │ │ │ umeditor.config.js
│ │ │ │ │ umeditor.js
│ │ │ │ │ umeditor.min.js
│ │ │ │ │
│ │ │ │ ├─dialogs
│ │ │ │ │ ├─emotion
│ │ │ │ │ │ │ emotion.css
│ │ │ │ │ │ │ emotion.js
│ │ │ │ │ │ │
│ │ │ │ │ │ └─images
│ │ │ │ │ │ 0.gif
│ │ │ │ │ │ bface.gif
│ │ │ │ │ │ cface.gif
│ │ │ │ │ │ fface.gif
│ │ │ │ │ │ jxface2.gif
│ │ │ │ │ │ neweditor-tab-bg.png
│ │ │ │ │ │ tface.gif
│ │ │ │ │ │ wface.gif
│ │ │ │ │ │ yface.gif
│ │ │ │ │ │
│ │ │ │ │ ├─formula
│ │ │ │ │ │ │ formula.css
│ │ │ │ │ │ │ formula.html
│ │ │ │ │ │ │ formula.js
│ │ │ │ │ │ │
│ │ │ │ │ │ └─images
│ │ │ │ │ │ formula.png
│ │ │ │ │ │
│ │ │ │ │ ├─image
│ │ │ │ │ │ │ image.css
│ │ │ │ │ │ │ image.js
│ │ │ │ │ │ │
│ │ │ │ │ │ └─images
│ │ │ │ │ │ close.png
│ │ │ │ │ │ upload1.png
│ │ │ │ │ │ upload2.png
│ │ │ │ │ │
│ │ │ │ │ ├─link
│ │ │ │ │ │ link.js
│ │ │ │ │ │
│ │ │ │ │ ├─map
│ │ │ │ │ │ map.html
│ │ │ │ │ │ map.js
│ │ │ │ │ │
│ │ │ │ │ └─video
│ │ │ │ │ │ video.css
│ │ │ │ │ │ video.js
│ │ │ │ │ │
│ │ │ │ │ └─images
│ │ │ │ │ center_focus.jpg
│ │ │ │ │ left_focus.jpg
│ │ │ │ │ none_focus.jpg
│ │ │ │ │ right_focus.jpg
│ │ │ │ │
│ │ │ │ ├─lang
│ │ │ │ │ ├─en
│ │ │ │ │ │ │ en.js
│ │ │ │ │ │ │
│ │ │ │ │ │ └─images
│ │ │ │ │ │ addimage.png
│ │ │ │ │ │ alldeletebtnhoverskin.png
│ │ │ │ │ │ alldeletebtnupskin.png
│ │ │ │ │ │ background.png
│ │ │ │ │ │ button.png
│ │ │ │ │ │ copy.png
│ │ │ │ │ │ deletedisable.png
│ │ │ │ │ │ deleteenable.png
│ │ │ │ │ │ imglabel.png
│ │ │ │ │ │ listbackground.png
│ │ │ │ │ │ localimage.png
│ │ │ │ │ │ music.png
│ │ │ │ │ │ rotateleftdisable.png
│ │ │ │ │ │ rotateleftenable.png
│ │ │ │ │ │ rotaterightdisable.png
│ │ │ │ │ │ rotaterightenable.png
│ │ │ │ │ │ upload.png
│ │ │ │ │ │
│ │ │ │ │ └─zh-cn
│ │ │ │ │ │ zh-cn.js
│ │ │ │ │ │
│ │ │ │ │ └─images
│ │ │ │ │ copy.png
│ │ │ │ │ imglabel.png
│ │ │ │ │ localimage.png
│ │ │ │ │ music.png
│ │ │ │ │ upload.png
│ │ │ │ │
│ │ │ │ ├─php1
│ │ │ │ │ getContent.php
│ │ │ │ │ imageUp.php
│ │ │ │ │ Uploader.class.php
│ │ │ │ │
│ │ │ │ ├─themes
│ │ │ │ │ └─default
│ │ │ │ │ ├─css
│ │ │ │ │ │ umeditor.css
│ │ │ │ │ │ umeditor.min.css
│ │ │ │ │ │
│ │ │ │ │ └─images
│ │ │ │ │ caret.png
│ │ │ │ │ close.png
│ │ │ │ │ icons.gif
│ │ │ │ │ icons.png
│ │ │ │ │ ok.gif
│ │ │ │ │ pop-bg.png
│ │ │ │ │ spacer.gif
│ │ │ │ │ videologo.gif
│ │ │ │ │
│ │ │ │ └─third-party
│ │ │ │ │ jquery.min.js
│ │ │ │ │ template.min.js
│ │ │ │ │
│ │ │ │ └─mathquill
│ │ │ │ │ mathquill.css
│ │ │ │ │ mathquill.js
│ │ │ │ │ mathquill.min.js
│ │ │ │ │
│ │ │ │ └─font
│ │ │ │ │ Symbola.eot
│ │ │ │ │ Symbola.otf
│ │ │ │ │ Symbola.svg
│ │ │ │ │ Symbola.ttf
│ │ │ │ │ Symbola.woff
│ │ │ │ │
│ │ │ │ └─stixgeneral-bundle
│ │ │ │ STIXFontLicense2010.txt
│ │ │ │ stixgeneral-webfont.eot
│ │ │ │ stixgeneral-webfont.svg
│ │ │ │ stixgeneral-webfont.ttf
│ │ │ │ stixgeneral-webfont.woff
│ │ │ │ stixgeneralbol-webfont.eot
│ │ │ │ stixgeneralbol-webfont.svg
│ │ │ │ stixgeneralbol-webfont.ttf
│ │ │ │ stixgeneralbol-webfont.woff
│ │ │ │ stixgeneralbolita-webfont.eot
│ │ │ │ stixgeneralbolita-webfont.svg
│ │ │ │ stixgeneralbolita-webfont.ttf
│ │ │ │ stixgeneralbolita-webfont.woff
│ │ │ │ stixgeneralitalic-webfont.eot
│ │ │ │ stixgeneralitalic-webfont.svg
│ │ │ │ stixgeneralitalic-webfont.ttf
│ │ │ │ stixgeneralitalic-webfont.woff
│ │ │ │
│ │ │ ├─validate
│ │ │ │ jquery.validate.js
│ │ │ │
│ │ │ └─vue
│ │ │ └─dist
│ │ │ README.md
│ │ │ vue.common.js
│ │ │ vue.esm.js
│ │ │ vue.js
│ │ │ vue.min.js
│ │ │ vue.runtime.common.js
│ │ │ vue.runtime.esm.js
│ │ │ vue.runtime.js
│ │ │ vue.runtime.min.js
│ │ │
│ │ └─util
│ │ mpFrame-compiled.js
│ │ mpFrame.js
│ │ mpHelper.js
│ │ mpVueComponent.js
│ │ mpVuePackage-compiled.js
│ │ mpVuePackage.js
│ │
│ ├─route
│ │ │ app.php
│ │ │
│ │ ├─api
│ │ │ route.php
│ │ │
│ │ └─wap
│ │ route.php
│ │
│ ├─runtime
│ │ .keep
│ │
│ └─vendor
│ │ autoload.php
│ │ services.php
│ │
│ ├─aliyuncs
│ │ └─oss-sdk-php
│ │ │ .coveralls.yml
│ │ │ .gitignore
│ │ │ .travis.yml
│ │ │ autoload.php
│ │ │ build-phar.sh
│ │ │ CHANGELOG.md
│ │ │ composer.json
│ │ │ example.jpg
│ │ │ index.php
│ │ │ LICENSE.md
│ │ │ phpunit.xml
│ │ │ README-CN.md
│ │ │ README.md
│ │ │
│ │ ├─samples
│ │ │ Bucket.php
│ │ │ BucketCors.php
│ │ │ BucketLifecycle.php
│ │ │ BucketLogging.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
│ │ │ │ OssClient.php
│ │ │ │
│ │ │ ├─Core
│ │ │ │ MimeTypes.php
│ │ │ │ OssException.php
│ │ │ │ OssUtil.php
│ │ │ │
│ │ │ ├─Http
│ │ │ │ LICENSE
│ │ │ │ RequestCore.php
│ │ │ │ RequestCore_Exception.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
│ │ │ │
│ │ │ └─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
│ │ │
│ │ └─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
│ │ OssClientBucketStorageCapacityTest.php
│ │ OssClientBucketTest.php
│ │ OssClientBucketWebsiteTest.php
│ │ OssClientImageTest.php
│ │ OssClientMultipartUploadTest.php
│ │ OssClientObjectTest.php
│ │ OssClientRestoreObjectTest.php
│ │ OssClientSignatureTest.php
│ │ OssClientTest.php
│ │ OssExceptionTest.php
│ │ OssUtilTest.php
│ │ PutSetDeleteResultTest.php
│ │ RefererConfigTest.php
│ │ StorageCapacityTest.php
│ │ SymlinkTest.php
│ │ TestOssClientBase.php
│ │ UploadPartResultTest.php
│ │ WebsiteConfigTest.php
│ │
│ ├─bin
│ │ var-dump-server
│ │
│ ├─composer
│ │ autoload_classmap.php
│ │ autoload_files.php
│ │ autoload_namespaces.php
│ │ autoload_psr4.php
│ │ autoload_real.php
│ │ autoload_static.php
│ │ ClassLoader.php
│ │ installed.json
│ │ LICENSE
│ │
│ ├─dh2y
│ │ └─think-qrcode
│ │ │ composer.json
│ │ │ README.md
│ │ │
│ │ └─src
│ │ │ QRcode.php
│ │ │ simsun.ttc
│ │ │
│ │ └─phpqrcode
│ │ │ 1533712618.png-errors.txt
│ │ │ 1533712621.png-errors.txt
│ │ │ 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
│ │ │ VERSION
│ │ │
│ │ ├─bindings
│ │ │ └─tcpdf
│ │ │ qrcode.php
│ │ │
│ │ ├─cache
│ │ │ │ frame_1.dat
│ │ │ │ frame_1.png
│ │ │ │ frame_10.dat
│ │ │ │ frame_10.png
│ │ │ │ frame_11.dat
│ │ │ │ frame_11.png
│ │ │ │ frame_12.dat
│ │ │ │ frame_12.png
│ │ │ │ frame_13.dat
│ │ │ │ frame_13.png
│ │ │ │ frame_14.dat
│ │ │ │ frame_14.png
│ │ │ │ frame_15.dat
│ │ │ │ frame_15.png
│ │ │ │ frame_16.dat
│ │ │ │ frame_16.png
│ │ │ │ frame_17.dat
│ │ │ │ frame_17.png
│ │ │ │ frame_18.dat
│ │ │ │ frame_18.png
│ │ │ │ frame_19.dat
│ │ │ │ frame_19.png
│ │ │ │ frame_2.dat
│ │ │ │ frame_2.png
│ │ │ │ frame_20.dat
│ │ │ │ frame_20.png
│ │ │ │ frame_21.dat
│ │ │ │ frame_21.png
│ │ │ │ frame_22.dat
│ │ │ │ frame_22.png
│ │ │ │ frame_23.dat
│ │ │ │ frame_23.png
│ │ │ │ frame_24.dat
│ │ │ │ frame_24.png
│ │ │ │ frame_25.dat
│ │ │ │ frame_25.png
│ │ │ │ frame_26.dat
│ │ │ │ frame_26.png
│ │ │ │ frame_27.dat
│ │ │ │ frame_27.png
│ │ │ │ frame_28.dat
│ │ │ │ frame_28.png
│ │ │ │ frame_29.dat
│ │ │ │ frame_29.png
│ │ │ │ frame_3.dat
│ │ │ │ frame_3.png
│ │ │ │ frame_30.dat
│ │ │ │ frame_30.png
│ │ │ │ frame_31.dat
│ │ │ │ frame_31.png
│ │ │ │ frame_32.dat
│ │ │ │ frame_32.png
│ │ │ │ frame_33.dat
│ │ │ │ frame_33.png
│ │ │ │ frame_34.dat
│ │ │ │ frame_34.png
│ │ │ │ frame_35.dat
│ │ │ │ frame_35.png
│ │ │ │ frame_36.dat
│ │ │ │ frame_36.png
│ │ │ │ frame_37.dat
│ │ │ │ frame_37.png
│ │ │ │ frame_38.dat
│ │ │ │ frame_38.png
│ │ │ │ frame_39.dat
│ │ │ │ frame_39.png
│ │ │ │ frame_4.dat
│ │ │ │ frame_4.png
│ │ │ │ frame_40.dat
│ │ │ │ frame_40.png
│ │ │ │ frame_5.dat
│ │ │ │ frame_5.png
│ │ │ │ frame_6.dat
│ │ │ │ frame_6.png
│ │ │ │ frame_7.dat
│ │ │ │ frame_7.png
│ │ │ │ frame_8.dat
│ │ │ │ frame_8.png
│ │ │ │ frame_9.dat
│ │ │ │ frame_9.png
│ │ │ │
│ │ │ ├─mask_0
│ │ │ │ mask_101_0.dat
│ │ │ │ mask_105_0.dat
│ │ │ │ mask_109_0.dat
│ │ │ │ mask_113_0.dat
│ │ │ │ mask_117_0.dat
│ │ │ │ mask_121_0.dat
│ │ │ │ mask_125_0.dat
│ │ │ │ mask_129_0.dat
│ │ │ │ mask_133_0.dat
│ │ │ │ mask_137_0.dat
│ │ │ │ mask_141_0.dat
│ │ │ │ mask_145_0.dat
│ │ │ │ mask_149_0.dat
│ │ │ │ mask_153_0.dat
│ │ │ │ mask_157_0.dat
│ │ │ │ mask_161_0.dat
│ │ │ │ mask_165_0.dat
│ │ │ │ mask_169_0.dat
│ │ │ │ mask_173_0.dat
│ │ │ │ mask_177_0.dat
│ │ │ │ mask_21_0.dat
│ │ │ │ mask_25_0.dat
│ │ │ │ mask_29_0.dat
│ │ │ │ mask_33_0.dat
│ │ │ │ mask_37_0.dat
│ │ │ │ mask_41_0.dat
│ │ │ │ mask_45_0.dat
│ │ │ │ mask_49_0.dat
│ │ │ │ mask_53_0.dat
│ │ │ │ mask_57_0.dat
│ │ │ │ mask_61_0.dat
│ │ │ │ mask_65_0.dat
│ │ │ │ mask_69_0.dat
│ │ │ │ mask_73_0.dat
│ │ │ │ mask_77_0.dat
│ │ │ │ mask_81_0.dat
│ │ │ │ mask_85_0.dat
│ │ │ │ mask_89_0.dat
│ │ │ │ mask_93_0.dat
│ │ │ │ mask_97_0.dat
│ │ │ │
│ │ │ ├─mask_1
│ │ │ │ mask_101_1.dat
│ │ │ │ mask_105_1.dat
│ │ │ │ mask_109_1.dat
│ │ │ │ mask_113_1.dat
│ │ │ │ mask_117_1.dat
│ │ │ │ mask_121_1.dat
│ │ │ │ mask_125_1.dat
│ │ │ │ mask_129_1.dat
│ │ │ │ mask_133_1.dat
│ │ │ │ mask_137_1.dat
│ │ │ │ mask_141_1.dat
│ │ │ │ mask_145_1.dat
│ │ │ │ mask_149_1.dat
│ │ │ │ mask_153_1.dat
│ │ │ │ mask_157_1.dat
│ │ │ │ mask_161_1.dat
│ │ │ │ mask_165_1.dat
│ │ │ │ mask_169_1.dat
│ │ │ │ mask_173_1.dat
│ │ │ │ mask_177_1.dat
│ │ │ │ mask_21_1.dat
│ │ │ │ mask_25_1.dat
│ │ │ │ mask_29_1.dat
│ │ │ │ mask_33_1.dat
│ │ │ │ mask_37_1.dat
│ │ │ │ mask_41_1.dat
│ │ │ │ mask_45_1.dat
│ │ │ │ mask_49_1.dat
│ │ │ │ mask_53_1.dat
│ │ │ │ mask_57_1.dat
│ │ │ │ mask_61_1.dat
│ │ │ │ mask_65_1.dat
│ │ │ │ mask_69_1.dat
│ │ │ │ mask_73_1.dat
│ │ │ │ mask_77_1.dat
│ │ │ │ mask_81_1.dat
│ │ │ │ mask_85_1.dat
│ │ │ │ mask_89_1.dat
│ │ │ │ mask_93_1.dat
│ │ │ │ mask_97_1.dat
│ │ │ │
│ │ │ ├─mask_2
│ │ │ │ mask_101_2.dat
│ │ │ │ mask_105_2.dat
│ │ │ │ mask_109_2.dat
│ │ │ │ mask_113_2.dat
│ │ │ │ mask_117_2.dat
│ │ │ │ mask_121_2.dat
│ │ │ │ mask_125_2.dat
│ │ │ │ mask_129_2.dat
│ │ │ │ mask_133_2.dat
│ │ │ │ mask_137_2.dat
│ │ │ │ mask_141_2.dat
│ │ │ │ mask_145_2.dat
│ │ │ │ mask_149_2.dat
│ │ │ │ mask_153_2.dat
│ │ │ │ mask_157_2.dat
│ │ │ │ mask_161_2.dat
│ │ │ │ mask_165_2.dat
│ │ │ │ mask_169_2.dat
│ │ │ │ mask_173_2.dat
│ │ │ │ mask_177_2.dat
│ │ │ │ mask_21_2.dat
│ │ │ │ mask_25_2.dat
│ │ │ │ mask_29_2.dat
│ │ │ │ mask_33_2.dat
│ │ │ │ mask_37_2.dat
│ │ │ │ mask_41_2.dat
│ │ │ │ mask_45_2.dat
│ │ │ │ mask_49_2.dat
│ │ │ │ mask_53_2.dat
│ │ │ │ mask_57_2.dat
│ │ │ │ mask_61_2.dat
│ │ │ │ mask_65_2.dat
│ │ │ │ mask_69_2.dat
│ │ │ │ mask_73_2.dat
│ │ │ │ mask_77_2.dat
│ │ │ │ mask_81_2.dat
│ │ │ │ mask_85_2.dat
│ │ │ │ mask_89_2.dat
│ │ │ │ mask_93_2.dat
│ │ │ │ mask_97_2.dat
│ │ │ │
│ │ │ ├─mask_3
│ │ │ │ mask_101_3.dat
│ │ │ │ mask_105_3.dat
│ │ │ │ mask_109_3.dat
│ │ │ │ mask_113_3.dat
│ │ │ │ mask_117_3.dat
│ │ │ │ mask_121_3.dat
│ │ │ │ mask_125_3.dat
│ │ │ │ mask_129_3.dat
│ │ │ │ mask_133_3.dat
│ │ │ │ mask_137_3.dat
│ │ │ │ mask_141_3.dat
│ │ │ │ mask_145_3.dat
│ │ │ │ mask_149_3.dat
│ │ │ │ mask_153_3.dat
│ │ │ │ mask_157_3.dat
│ │ │ │ mask_161_3.dat
│ │ │ │ mask_165_3.dat
│ │ │ │ mask_169_3.dat
│ │ │ │ mask_173_3.dat
│ │ │ │ mask_177_3.dat
│ │ │ │ mask_21_3.dat
│ │ │ │ mask_25_3.dat
│ │ │ │ mask_29_3.dat
│ │ │ │ mask_33_3.dat
│ │ │ │ mask_37_3.dat
│ │ │ │ mask_41_3.dat
│ │ │ │ mask_45_3.dat
│ │ │ │ mask_49_3.dat
│ │ │ │ mask_53_3.dat
│ │ │ │ mask_57_3.dat
│ │ │ │ mask_61_3.dat
│ │ │ │ mask_65_3.dat
│ │ │ │ mask_69_3.dat
│ │ │ │ mask_73_3.dat
│ │ │ │ mask_77_3.dat
│ │ │ │ mask_81_3.dat
│ │ │ │ mask_85_3.dat
│ │ │ │ mask_89_3.dat
│ │ │ │ mask_93_3.dat
│ │ │ │ mask_97_3.dat
│ │ │ │
│ │ │ ├─mask_4
│ │ │ │ mask_101_4.dat
│ │ │ │ mask_105_4.dat
│ │ │ │ mask_109_4.dat
│ │ │ │ mask_113_4.dat
│ │ │ │ mask_117_4.dat
│ │ │ │ mask_121_4.dat
│ │ │ │ mask_125_4.dat
│ │ │ │ mask_129_4.dat
│ │ │ │ mask_133_4.dat
│ │ │ │ mask_137_4.dat
│ │ │ │ mask_141_4.dat
│ │ │ │ mask_145_4.dat
│ │ │ │ mask_149_4.dat
│ │ │ │ mask_153_4.dat
│ │ │ │ mask_157_4.dat
│ │ │ │ mask_161_4.dat
│ │ │ │ mask_165_4.dat
│ │ │ │ mask_169_4.dat
│ │ │ │ mask_173_4.dat
│ │ │ │ mask_177_4.dat
│ │ │ │ mask_21_4.dat
│ │ │ │ mask_25_4.dat
│ │ │ │ mask_29_4.dat
│ │ │ │ mask_33_4.dat
│ │ │ │ mask_37_4.dat
│ │ │ │ mask_41_4.dat
│ │ │ │ mask_45_4.dat
│ │ │ │ mask_49_4.dat
│ │ │ │ mask_53_4.dat
│ │ │ │ mask_57_4.dat
│ │ │ │ mask_61_4.dat
│ │ │ │ mask_65_4.dat
│ │ │ │ mask_69_4.dat
│ │ │ │ mask_73_4.dat
│ │ │ │ mask_77_4.dat
│ │ │ │ mask_81_4.dat
│ │ │ │ mask_85_4.dat
│ │ │ │ mask_89_4.dat
│ │ │ │ mask_93_4.dat
│ │ │ │ mask_97_4.dat
│ │ │ │
│ │ │ ├─mask_5
│ │ │ │ mask_101_5.dat
│ │ │ │ mask_105_5.dat
│ │ │ │ mask_109_5.dat
│ │ │ │ mask_113_5.dat
│ │ │ │ mask_117_5.dat
│ │ │ │ mask_121_5.dat
│ │ │ │ mask_125_5.dat
│ │ │ │ mask_129_5.dat
│ │ │ │ mask_133_5.dat
│ │ │ │ mask_137_5.dat
│ │ │ │ mask_141_5.dat
│ │ │ │ mask_145_5.dat
│ │ │ │ mask_149_5.dat
│ │ │ │ mask_153_5.dat
│ │ │ │ mask_157_5.dat
│ │ │ │ mask_161_5.dat
│ │ │ │ mask_165_5.dat
│ │ │ │ mask_169_5.dat
│ │ │ │ mask_173_5.dat
│ │ │ │ mask_177_5.dat
│ │ │ │ mask_21_5.dat
│ │ │ │ mask_25_5.dat
│ │ │ │ mask_29_5.dat
│ │ │ │ mask_33_5.dat
│ │ │ │ mask_37_5.dat
│ │ │ │ mask_41_5.dat
│ │ │ │ mask_45_5.dat
│ │ │ │ mask_49_5.dat
│ │ │ │ mask_53_5.dat
│ │ │ │ mask_57_5.dat
│ │ │ │ mask_61_5.dat
│ │ │ │ mask_65_5.dat
│ │ │ │ mask_69_5.dat
│ │ │ │ mask_73_5.dat
│ │ │ │ mask_77_5.dat
│ │ │ │ mask_81_5.dat
│ │ │ │ mask_85_5.dat
│ │ │ │ mask_89_5.dat
│ │ │ │ mask_93_5.dat
│ │ │ │ mask_97_5.dat
│ │ │ │
│ │ │ ├─mask_6
│ │ │ │ mask_101_6.dat
│ │ │ │ mask_105_6.dat
│ │ │ │ mask_109_6.dat
│ │ │ │ mask_113_6.dat
│ │ │ │ mask_117_6.dat
│ │ │ │ mask_121_6.dat
│ │ │ │ mask_125_6.dat
│ │ │ │ mask_129_6.dat
│ │ │ │ mask_133_6.dat
│ │ │ │ mask_137_6.dat
│ │ │ │ mask_141_6.dat
│ │ │ │ mask_145_6.dat
│ │ │ │ mask_149_6.dat
│ │ │ │ mask_153_6.dat
│ │ │ │ mask_157_6.dat
│ │ │ │ mask_161_6.dat
│ │ │ │ mask_165_6.dat
│ │ │ │ mask_169_6.dat
│ │ │ │ mask_173_6.dat
│ │ │ │ mask_177_6.dat
│ │ │ │ mask_21_6.dat
│ │ │ │ mask_25_6.dat
│ │ │ │ mask_29_6.dat
│ │ │ │ mask_33_6.dat
│ │ │ │ mask_37_6.dat
│ │ │ │ mask_41_6.dat
│ │ │ │ mask_45_6.dat
│ │ │ │ mask_49_6.dat
│ │ │ │ mask_53_6.dat
│ │ │ │ mask_57_6.dat
│ │ │ │ mask_61_6.dat
│ │ │ │ mask_65_6.dat
│ │ │ │ mask_69_6.dat
│ │ │ │ mask_73_6.dat
│ │ │ │ mask_77_6.dat
│ │ │ │ mask_81_6.dat
│ │ │ │ mask_85_6.dat
│ │ │ │ mask_89_6.dat
│ │ │ │ mask_93_6.dat
│ │ │ │ mask_97_6.dat
│ │ │ │
│ │ │ └─mask_7
│ │ │ mask_101_7.dat
│ │ │ mask_105_7.dat
│ │ │ mask_109_7.dat
│ │ │ mask_113_7.dat
│ │ │ mask_117_7.dat
│ │ │ mask_121_7.dat
│ │ │ mask_125_7.dat
│ │ │ mask_129_7.dat
│ │ │ mask_133_7.dat
│ │ │ mask_137_7.dat
│ │ │ mask_141_7.dat
│ │ │ mask_145_7.dat
│ │ │ mask_149_7.dat
│ │ │ mask_153_7.dat
│ │ │ mask_157_7.dat
│ │ │ mask_161_7.dat
│ │ │ mask_165_7.dat
│ │ │ mask_169_7.dat
│ │ │ mask_173_7.dat
│ │ │ mask_177_7.dat
│ │ │ mask_21_7.dat
│ │ │ mask_25_7.dat
│ │ │ mask_29_7.dat
│ │ │ mask_33_7.dat
│ │ │ mask_37_7.dat
│ │ │ mask_41_7.dat
│ │ │ mask_45_7.dat
│ │ │ mask_49_7.dat
│ │ │ mask_53_7.dat
│ │ │ mask_57_7.dat
│ │ │ mask_61_7.dat
│ │ │ mask_65_7.dat
│ │ │ mask_69_7.dat
│ │ │ mask_73_7.dat
│ │ │ mask_77_7.dat
│ │ │ mask_81_7.dat
│ │ │ mask_85_7.dat
│ │ │ mask_89_7.dat
│ │ │ mask_93_7.dat
│ │ │ mask_97_7.dat
│ │ │
│ │ └─tools
│ │ merge.bat
│ │ merge.php
│ │ merge.sh
│ │ merged_config.php
│ │ merged_header.php
│ │
│ ├─doctrine
│ │ └─cache
│ │ │ .coveralls.yml
│ │ │ .gitignore
│ │ │ .travis.yml
│ │ │ build.properties
│ │ │ build.xml
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ phpunit.xml.dist
│ │ │ README.md
│ │ │ UPGRADE.md
│ │ │
│ │ ├─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
│ │ │
│ │ └─tests
│ │ ├─Doctrine
│ │ │ └─Tests
│ │ │ │ DoctrineTestCase.php
│ │ │ │ TestInit.php
│ │ │ │
│ │ │ └─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
│ │ │
│ │ └─travis
│ │ php.ini
│ │ phpunit.travis.xml
│ │
│ ├─firebase
│ │ └─php-jwt
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ README.md
│ │ │
│ │ └─src
│ │ BeforeValidException.php
│ │ ExpiredException.php
│ │ JWT.php
│ │ SignatureInvalidException.php
│ │
│ ├─guzzle
│ │ └─guzzle
│ │ │ .gitignore
│ │ │ .travis.yml
│ │ │ build.xml
│ │ │ CHANGELOG.md
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ phar-stub.php
│ │ │ phpunit.xml.dist
│ │ │ README.md
│ │ │ UPGRADING.md
│ │ │
│ │ ├─docs
│ │ │ │ conf.py
│ │ │ │ docs.rst
│ │ │ │ index.rst
│ │ │ │ Makefile
│ │ │ │ requirements.txt
│ │ │ │
│ │ │ ├─batching
│ │ │ │ batching.rst
│ │ │ │
│ │ │ ├─getting-started
│ │ │ │ faq.rst
│ │ │ │ installation.rst
│ │ │ │ overview.rst
│ │ │ │
│ │ │ ├─http-client
│ │ │ │ client.rst
│ │ │ │ entity-bodies.rst
│ │ │ │ http-redirects.rst
│ │ │ │ request.rst
│ │ │ │ response.rst
│ │ │ │ uri-templates.rst
│ │ │ │
│ │ │ ├─iterators
│ │ │ │ guzzle-iterators.rst
│ │ │ │ resource-iterators.rst
│ │ │ │
│ │ │ ├─plugins
│ │ │ │ async-plugin.rst
│ │ │ │ backoff-plugin.rst
│ │ │ │ cache-plugin.rst
│ │ │ │ cookie-plugin.rst
│ │ │ │ creating-plugins.rst
│ │ │ │ curl-auth-plugin.rst
│ │ │ │ history-plugin.rst
│ │ │ │ log-plugin.rst
│ │ │ │ md5-validator-plugin.rst
│ │ │ │ mock-plugin.rst
│ │ │ │ oauth-plugin.rst
│ │ │ │ plugins-list.rst.inc
│ │ │ │ plugins-overview.rst
│ │ │ │
│ │ │ ├─testing
│ │ │ │ unit-testing.rst
│ │ │ │
│ │ │ ├─webservice-client
│ │ │ │ guzzle-service-descriptions.rst
│ │ │ │ using-the-service-builder.rst
│ │ │ │ webservice-client.rst
│ │ │ │
│ │ │ ├─_downloads
│ │ │ │ guzzle-schema-1.0.json
│ │ │ │
│ │ │ ├─_static
│ │ │ │ guzzle-icon.png
│ │ │ │ homepage.css
│ │ │ │ logo.png
│ │ │ │ prettify.css
│ │ │ │ prettify.js
│ │ │ │
│ │ │ └─_templates
│ │ │ index.html
│ │ │ leftbar.html
│ │ │ nav_links.html
│ │ │
│ │ ├─phing
│ │ │ │ build.properties.dist
│ │ │ │
│ │ │ ├─imports
│ │ │ │ dependencies.xml
│ │ │ │ deploy.xml
│ │ │ │
│ │ │ └─tasks
│ │ │ ComposerLintTask.php
│ │ │ GuzzlePearPharPackageTask.php
│ │ │ GuzzleSubSplitTask.php
│ │ │
│ │ ├─src
│ │ │ └─Guzzle
│ │ │ ├─Batch
│ │ │ │ │ AbstractBatchDecorator.php
│ │ │ │ │ Batch.php
│ │ │ │ │ BatchBuilder.php
│ │ │ │ │ BatchClosureDivisor.php
│ │ │ │ │ BatchClosureTransfer.php
│ │ │ │ │ BatchCommandTransfer.php
│ │ │ │ │ BatchDivisorInterface.php
│ │ │ │ │ BatchInterface.php
│ │ │ │ │ BatchRequestTransfer.php
│ │ │ │ │ BatchSizeDivisor.php
│ │ │ │ │ BatchTransferInterface.php
│ │ │ │ │ composer.json
│ │ │ │ │ ExceptionBufferingBatch.php
│ │ │ │ │ FlushingBatch.php
│ │ │ │ │ HistoryBatch.php
│ │ │ │ │ NotifyingBatch.php
│ │ │ │ │
│ │ │ │ └─Exception
│ │ │ │ BatchTransferException.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
│ │ │ │ │ FromConfigInterface.php
│ │ │ │ │ HasDispatcherInterface.php
│ │ │ │ │ ToArrayInterface.php
│ │ │ │ │ Version.php
│ │ │ │ │
│ │ │ │ └─Exception
│ │ │ │ BadMethodCallException.php
│ │ │ │ ExceptionCollection.php
│ │ │ │ GuzzleException.php
│ │ │ │ InvalidArgumentException.php
│ │ │ │ RuntimeException.php
│ │ │ │ UnexpectedValueException.php
│ │ │ │
│ │ │ ├─Http
│ │ │ │ │ AbstractEntityBodyDecorator.php
│ │ │ │ │ CachingEntityBody.php
│ │ │ │ │ Client.php
│ │ │ │ │ ClientInterface.php
│ │ │ │ │ composer.json
│ │ │ │ │ EntityBody.php
│ │ │ │ │ EntityBodyInterface.php
│ │ │ │ │ IoEmittingEntityBody.php
│ │ │ │ │ Mimetypes.php
│ │ │ │ │ QueryString.php
│ │ │ │ │ ReadLimitEntityBody.php
│ │ │ │ │ RedirectPlugin.php
│ │ │ │ │ StaticClient.php
│ │ │ │ │ Url.php
│ │ │ │ │
│ │ │ │ ├─Curl
│ │ │ │ │ CurlHandle.php
│ │ │ │ │ CurlMulti.php
│ │ │ │ │ CurlMultiInterface.php
│ │ │ │ │ CurlMultiProxy.php
│ │ │ │ │ CurlVersion.php
│ │ │ │ │ RequestMediator.php
│ │ │ │ │
│ │ │ │ ├─Exception
│ │ │ │ │ BadResponseException.php
│ │ │ │ │ ClientErrorResponseException.php
│ │ │ │ │ CouldNotRewindStreamException.php
│ │ │ │ │ CurlException.php
│ │ │ │ │ HttpException.php
│ │ │ │ │ MultiTransferException.php
│ │ │ │ │ RequestException.php
│ │ │ │ │ ServerErrorResponseException.php
│ │ │ │ │ TooManyRedirectsException.php
│ │ │ │ │
│ │ │ │ ├─Message
│ │ │ │ │ │ AbstractMessage.php
│ │ │ │ │ │ EntityEnclosingRequest.php
│ │ │ │ │ │ EntityEnclosingRequestInterface.php
│ │ │ │ │ │ Header.php
│ │ │ │ │ │ MessageInterface.php
│ │ │ │ │ │ PostFile.php
│ │ │ │ │ │ PostFileInterface.php
│ │ │ │ │ │ Request.php
│ │ │ │ │ │ RequestFactory.php
│ │ │ │ │ │ RequestFactoryInterface.php
│ │ │ │ │ │ RequestInterface.php
│ │ │ │ │ │ Response.php
│ │ │ │ │ │
│ │ │ │ │ └─Header
│ │ │ │ │ CacheControl.php
│ │ │ │ │ HeaderCollection.php
│ │ │ │ │ HeaderFactory.php
│ │ │ │ │ HeaderFactoryInterface.php
│ │ │ │ │ HeaderInterface.php
│ │ │ │ │ Link.php
│ │ │ │ │
│ │ │ │ ├─QueryAggregator
│ │ │ │ │ CommaAggregator.php
│ │ │ │ │ DuplicateAggregator.php
│ │ │ │ │ PhpAggregator.php
│ │ │ │ │ QueryAggregatorInterface.php
│ │ │ │ │
│ │ │ │ └─Resources
│ │ │ │ cacert.pem
│ │ │ │
│ │ │ ├─Inflection
│ │ │ │ composer.json
│ │ │ │ Inflector.php
│ │ │ │ InflectorInterface.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
│ │ │ │ │ ParserRegistry.php
│ │ │ │ │
│ │ │ │ ├─Cookie
│ │ │ │ │ CookieParser.php
│ │ │ │ │ CookieParserInterface.php
│ │ │ │ │
│ │ │ │ ├─Message
│ │ │ │ │ AbstractMessageParser.php
│ │ │ │ │ MessageParser.php
│ │ │ │ │ MessageParserInterface.php
│ │ │ │ │ PeclHttpMessageParser.php
│ │ │ │ │
│ │ │ │ ├─UriTemplate
│ │ │ │ │ PeclUriTemplate.php
│ │ │ │ │ UriTemplate.php
│ │ │ │ │ UriTemplateInterface.php
│ │ │ │ │
│ │ │ │ └─Url
│ │ │ │ UrlParser.php
│ │ │ │ UrlParserInterface.php
│ │ │ │
│ │ │ ├─Plugin
│ │ │ │ │ composer.json
│ │ │ │ │
│ │ │ │ ├─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
│ │ │ │ │
│ │ │ │ ├─Cookie
│ │ │ │ │ │ composer.json
│ │ │ │ │ │ Cookie.php
│ │ │ │ │ │ CookiePlugin.php
│ │ │ │ │ │
│ │ │ │ │ ├─CookieJar
│ │ │ │ │ │ ArrayCookieJar.php
│ │ │ │ │ │ CookieJarInterface.php
│ │ │ │ │ │ FileCookieJar.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
│ │ │ │ │ CachingConfigLoader.php
│ │ │ │ │ Client.php
│ │ │ │ │ ClientInterface.php
│ │ │ │ │ composer.json
│ │ │ │ │ ConfigLoaderInterface.php
│ │ │ │ │
│ │ │ │ ├─Builder
│ │ │ │ │ ServiceBuilder.php
│ │ │ │ │ ServiceBuilderInterface.php
│ │ │ │ │ ServiceBuilderLoader.php
│ │ │ │ │
│ │ │ │ ├─Command
│ │ │ │ │ │ AbstractCommand.php
│ │ │ │ │ │ ClosureCommand.php
│ │ │ │ │ │ CommandInterface.php
│ │ │ │ │ │ CreateResponseClassEvent.php
│ │ │ │ │ │ DefaultRequestSerializer.php
│ │ │ │ │ │ DefaultResponseParser.php
│ │ │ │ │ │ OperationCommand.php
│ │ │ │ │ │ OperationResponseParser.php
│ │ │ │ │ │ RequestSerializerInterface.php
│ │ │ │ │ │ ResponseClassInterface.php
│ │ │ │ │ │ ResponseParserInterface.php
│ │ │ │ │ │
│ │ │ │ │ ├─Factory
│ │ │ │ │ │ AliasFactory.php
│ │ │ │ │ │ CompositeFactory.php
│ │ │ │ │ │ ConcreteClassFactory.php
│ │ │ │ │ │ FactoryInterface.php
│ │ │ │ │ │ MapFactory.php
│ │ │ │ │ │ ServiceDescriptionFactory.php
│ │ │ │ │ │
│ │ │ │ │ └─LocationVisitor
│ │ │ │ │ │ VisitorFlyweight.php
│ │ │ │ │ │
│ │ │ │ │ ├─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
│ │ │ │ │
│ │ │ │ ├─Description
│ │ │ │ │ Operation.php
│ │ │ │ │ OperationInterface.php
│ │ │ │ │ Parameter.php
│ │ │ │ │ SchemaFormatter.php
│ │ │ │ │ SchemaValidator.php
│ │ │ │ │ ServiceDescription.php
│ │ │ │ │ ServiceDescriptionInterface.php
│ │ │ │ │ ServiceDescriptionLoader.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
│ │ │ │ ResourceIterator.php
│ │ │ │ ResourceIteratorApplyBatched.php
│ │ │ │ ResourceIteratorClassFactory.php
│ │ │ │ ResourceIteratorFactoryInterface.php
│ │ │ │ ResourceIteratorInterface.php
│ │ │ │
│ │ │ └─Stream
│ │ │ composer.json
│ │ │ PhpStreamRequestFactory.php
│ │ │ Stream.php
│ │ │ StreamInterface.php
│ │ │ StreamRequestFactoryInterface.php
│ │ │
│ │ └─tests
│ │ │ bootstrap.php
│ │ │
│ │ └─Guzzle
│ │ └─Tests
│ │ │ GuzzleTestCase.php
│ │ │
│ │ ├─Batch
│ │ │ AbstractBatchDecoratorTest.php
│ │ │ BatchBuilderTest.php
│ │ │ BatchClosureDivisorTest.php
│ │ │ BatchClosureTransferTest.php
│ │ │ BatchCommandTransferTest.php
│ │ │ BatchRequestTransferTest.php
│ │ │ BatchSizeDivisorTest.php
│ │ │ BatchTest.php
│ │ │ ExceptionBufferingBatchTest.php
│ │ │ FlushingBatchTest.php
│ │ │ HistoryBatchTest.php
│ │ │ NotifyingBatchTest.php
│ │ │
│ │ ├─Cache
│ │ │ CacheAdapterFactoryTest.php
│ │ │ CacheAdapterTest.php
│ │ │ ClosureCacheAdapterTest.php
│ │ │ NullCacheAdapterTest.php
│ │ │ Zf2CacheAdapterTest.php
│ │ │
│ │ ├─Common
│ │ │ │ AbstractHasDispatcherTest.php
│ │ │ │ CollectionTest.php
│ │ │ │ EventTest.php
│ │ │ │ VersionTest.php
│ │ │ │
│ │ │ └─Exception
│ │ │ BatchTransferExceptionTest.php
│ │ │ ExceptionCollectionTest.php
│ │ │
│ │ ├─Http
│ │ │ │ AbstractEntityBodyDecoratorTest.php
│ │ │ │ CachingEntityBodyTest.php
│ │ │ │ ClientTest.php
│ │ │ │ EntityBodyTest.php
│ │ │ │ IoEmittingEntityBodyTest.php
│ │ │ │ MimetypesTest.php
│ │ │ │ QueryStringTest.php
│ │ │ │ ReadLimitEntityBodyTest.php
│ │ │ │ RedirectPluginTest.php
│ │ │ │ server.js
│ │ │ │ Server.php
│ │ │ │ StaticClientTest.php
│ │ │ │ UrlTest.php
│ │ │ │
│ │ │ ├─Curl
│ │ │ │ CurlHandleTest.php
│ │ │ │ CurlMultiProxyTest.php
│ │ │ │ CurlMultiTest.php
│ │ │ │ CurlVersionTest.php
│ │ │ │ RequestMediatorTest.php
│ │ │ │
│ │ │ ├─Exception
│ │ │ │ CurlExceptionTest.php
│ │ │ │ ExceptionTest.php
│ │ │ │ MultiTransferExceptionTest.php
│ │ │ │
│ │ │ ├─Message
│ │ │ │ │ AbstractMessageTest.php
│ │ │ │ │ EntityEnclosingRequestTest.php
│ │ │ │ │ HeaderComparison.php
│ │ │ │ │ HeaderComparisonTest.php
│ │ │ │ │ HeaderTest.php
│ │ │ │ │ PostFileTest.php
│ │ │ │ │ RequestFactoryTest.php
│ │ │ │ │ RequestTest.php
│ │ │ │ │ ResponseTest.php
│ │ │ │ │
│ │ │ │ └─Header
│ │ │ │ HeaderFactoryTest.php
│ │ │ │ LinkTest.php
│ │ │ │
│ │ │ └─QueryAggregator
│ │ │ CommaAggregatorTest.php
│ │ │ DuplicateAggregatorTest.php
│ │ │ PhpAggregatorTest.php
│ │ │
│ │ ├─Inflection
│ │ │ InflectorTest.php
│ │ │ MemoizingInflectorTest.php
│ │ │ PreComputedInflectorTest.php
│ │ │
│ │ ├─Iterator
│ │ │ AppendIteratorTest.php
│ │ │ ChunkedIteratorTest.php
│ │ │ FilterIteratorTest.php
│ │ │ MapIteratorTest.php
│ │ │ MethodProxyIteratorTest.php
│ │ │
│ │ ├─Log
│ │ │ ArrayLogAdapterTest.php
│ │ │ ClosureLogAdapterTest.php
│ │ │ MessageFormatterTest.php
│ │ │ PsrLogAdapterTest.php
│ │ │ Zf2LogAdapterTest.php
│ │ │
│ │ ├─Mock
│ │ │ CustomResponseModel.php
│ │ │ ErrorResponseMock.php
│ │ │ ExceptionMock.php
│ │ │ MockMulti.php
│ │ │ MockObserver.php
│ │ │ MockSubject.php
│ │ │
│ │ ├─Parser
│ │ │ │ ParserRegistryTest.php
│ │ │ │
│ │ │ ├─Cookie
│ │ │ │ CookieParserProvider.php
│ │ │ │ CookieParserTest.php
│ │ │ │
│ │ │ ├─Message
│ │ │ │ MessageParserProvider.php
│ │ │ │ MessageParserTest.php
│ │ │ │ PeclHttpMessageParserTest.php
│ │ │ │
│ │ │ └─UriTemplate
│ │ │ AbstractUriTemplateTest.php
│ │ │ PeclUriTemplateTest.php
│ │ │ UriTemplateTest.php
│ │ │
│ │ ├─Plugin
│ │ │ ├─Async
│ │ │ │ AsyncPluginTest.php
│ │ │ │
│ │ │ ├─Backoff
│ │ │ │ AbstractBackoffStrategyTest.php
│ │ │ │ BackoffLoggerTest.php
│ │ │ │ BackoffPluginTest.php
│ │ │ │ CallbackBackoffStrategyTest.php
│ │ │ │ ConstantBackoffStrategyTest.php
│ │ │ │ CurlBackoffStrategyTest.php
│ │ │ │ ExponentialBackoffStrategyTest.php
│ │ │ │ HttpBackoffStrategyTest.php
│ │ │ │ LinearBackoffStrategyTest.php
│ │ │ │ ReasonPhraseBackoffStrategyTest.php
│ │ │ │ TruncatedBackoffStrategyTest.php
│ │ │ │
│ │ │ ├─Cache
│ │ │ │ CachePluginTest.php
│ │ │ │ CallbackCanCacheStrategyTest.php
│ │ │ │ DefaultCacheStorageTest.php
│ │ │ │ DefaultCanCacheStrategyTest.php
│ │ │ │ DefaultRevalidationTest.php
│ │ │ │ DenyRevalidationTest.php
│ │ │ │ SkipRevalidationTest.php
│ │ │ │
│ │ │ ├─Cookie
│ │ │ │ │ CookiePluginTest.php
│ │ │ │ │ CookieTest.php
│ │ │ │ │
│ │ │ │ └─CookieJar
│ │ │ │ ArrayCookieJarTest.php
│ │ │ │ FileCookieJarTest.php
│ │ │ │
│ │ │ ├─CurlAuth
│ │ │ │ CurlAuthPluginTest.php
│ │ │ │
│ │ │ ├─ErrorResponse
│ │ │ │ ErrorResponsePluginTest.php
│ │ │ │
│ │ │ ├─History
│ │ │ │ HistoryPluginTest.php
│ │ │ │
│ │ │ ├─Log
│ │ │ │ LogPluginTest.php
│ │ │ │
│ │ │ ├─Md5
│ │ │ │ CommandContentMd5PluginTest.php
│ │ │ │ Md5ValidatorPluginTest.php
│ │ │ │
│ │ │ ├─Mock
│ │ │ │ MockPluginTest.php
│ │ │ │
│ │ │ └─Oauth
│ │ │ OauthPluginTest.php
│ │ │
│ │ ├─Service
│ │ │ │ AbstractConfigLoaderTest.php
│ │ │ │ CachingConfigLoaderTest.php
│ │ │ │ ClientTest.php
│ │ │ │
│ │ │ ├─Builder
│ │ │ │ ServiceBuilderLoaderTest.php
│ │ │ │ ServiceBuilderTest.php
│ │ │ │
│ │ │ ├─Command
│ │ │ │ │ AbstractCommandTest.php
│ │ │ │ │ ClosureCommandTest.php
│ │ │ │ │ CommandTest.php
│ │ │ │ │ DefaultRequestSerializerTest.php
│ │ │ │ │ DefaultResponseParserTest.php
│ │ │ │ │ OperationCommandTest.php
│ │ │ │ │ OperationResponseParserTest.php
│ │ │ │ │
│ │ │ │ ├─Factory
│ │ │ │ │ AliasFactoryTest.php
│ │ │ │ │ CompositeFactoryTest.php
│ │ │ │ │ ConcreteClassFactoryTest.php
│ │ │ │ │ MapFactoryTest.php
│ │ │ │ │ ServiceDescriptionFactoryTest.php
│ │ │ │ │
│ │ │ │ └─LocationVisitor
│ │ │ │ │ VisitorFlyweightTest.php
│ │ │ │ │
│ │ │ │ ├─Request
│ │ │ │ │ AbstractVisitorTestCase.php
│ │ │ │ │ BodyVisitorTest.php
│ │ │ │ │ HeaderVisitorTest.php
│ │ │ │ │ JsonVisitorTest.php
│ │ │ │ │ PostFieldVisitorTest.php
│ │ │ │ │ PostFileVisitorTest.php
│ │ │ │ │ QueryVisitorTest.php
│ │ │ │ │ ResponseBodyVisitorTest.php
│ │ │ │ │ XmlVisitorTest.php
│ │ │ │ │
│ │ │ │ └─Response
│ │ │ │ AbstractResponseVisitorTest.php
│ │ │ │ BodyVisitorTest.php
│ │ │ │ HeaderVisitorTest.php
│ │ │ │ JsonVisitorTest.php
│ │ │ │ ReasonPhraseVisitorTest.php
│ │ │ │ StatusCodeVisitorTest.php
│ │ │ │ XmlVisitorTest.php
│ │ │ │
│ │ │ ├─Description
│ │ │ │ OperationTest.php
│ │ │ │ ParameterTest.php
│ │ │ │ SchemaFormatterTest.php
│ │ │ │ SchemaValidatorTest.php
│ │ │ │ ServiceDescriptionLoaderTest.php
│ │ │ │ ServiceDescriptionTest.php
│ │ │ │
│ │ │ ├─Exception
│ │ │ │ CommandTransferExceptionTest.php
│ │ │ │ InconsistentClientTransferExceptionTest.php
│ │ │ │ ValidationExceptionTest.php
│ │ │ │
│ │ │ ├─Mock
│ │ │ │ │ MockClient.php
│ │ │ │ │
│ │ │ │ ├─Command
│ │ │ │ │ │ IterableCommand.php
│ │ │ │ │ │ MockCommand.php
│ │ │ │ │ │ OtherCommand.php
│ │ │ │ │ │
│ │ │ │ │ └─Sub
│ │ │ │ │ Sub.php
│ │ │ │ │
│ │ │ │ └─Model
│ │ │ │ MockCommandIterator.php
│ │ │ │
│ │ │ └─Resource
│ │ │ CompositeResourceIteratorFactoryTest.php
│ │ │ MapResourceIteratorFactoryTest.php
│ │ │ ModelTest.php
│ │ │ ResourceIteratorClassFactoryTest.php
│ │ │ ResourceIteratorTest.php
│ │ │
│ │ ├─Stream
│ │ │ PhpStreamRequestFactoryTest.php
│ │ │ StreamTest.php
│ │ │
│ │ └─TestData
│ │ │ FileBody.txt
│ │ │ mock_response
│ │ │ test_service.json
│ │ │ test_service2.json
│ │ │ test_service_3.json
│ │ │
│ │ ├─description
│ │ │ bar.json
│ │ │ baz.json
│ │ │ foo.json
│ │ │ recursive.json
│ │ │
│ │ └─services
│ │ json1.json
│ │ json2.json
│ │ services.json
│ │
│ ├─guzzlehttp
│ │ ├─guzzle
│ │ │ │ CHANGELOG.md
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │ UPGRADING.md
│ │ │ │
│ │ │ └─src
│ │ │ │ Client.php
│ │ │ │ ClientInterface.php
│ │ │ │ functions.php
│ │ │ │ functions_include.php
│ │ │ │ HandlerStack.php
│ │ │ │ MessageFormatter.php
│ │ │ │ Middleware.php
│ │ │ │ Pool.php
│ │ │ │ PrepareBodyMiddleware.php
│ │ │ │ RedirectMiddleware.php
│ │ │ │ RequestOptions.php
│ │ │ │ RetryMiddleware.php
│ │ │ │ TransferStats.php
│ │ │ │ UriTemplate.php
│ │ │ │
│ │ │ ├─Cookie
│ │ │ │ CookieJar.php
│ │ │ │ CookieJarInterface.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
│ │ │ │
│ │ │ └─Handler
│ │ │ CurlFactory.php
│ │ │ CurlFactoryInterface.php
│ │ │ CurlHandler.php
│ │ │ CurlMultiHandler.php
│ │ │ EasyHandle.php
│ │ │ MockHandler.php
│ │ │ Proxy.php
│ │ │ StreamHandler.php
│ │ │
│ │ ├─promises
│ │ │ │ CHANGELOG.md
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ Makefile
│ │ │ │ README.md
│ │ │ │
│ │ │ └─src
│ │ │ AggregateException.php
│ │ │ CancellationException.php
│ │ │ Coroutine.php
│ │ │ EachPromise.php
│ │ │ FulfilledPromise.php
│ │ │ functions.php
│ │ │ functions_include.php
│ │ │ Promise.php
│ │ │ PromiseInterface.php
│ │ │ PromisorInterface.php
│ │ │ RejectedPromise.php
│ │ │ RejectionException.php
│ │ │ TaskQueue.php
│ │ │ TaskQueueInterface.php
│ │ │
│ │ └─psr7
│ │ │ .editorconfig
│ │ │ CHANGELOG.md
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ README.md
│ │ │
│ │ └─src
│ │ AppendStream.php
│ │ BufferStream.php
│ │ CachingStream.php
│ │ DroppingStream.php
│ │ FnStream.php
│ │ functions.php
│ │ functions_include.php
│ │ InflateStream.php
│ │ LazyOpenStream.php
│ │ LimitStream.php
│ │ MessageTrait.php
│ │ MultipartStream.php
│ │ NoSeekStream.php
│ │ PumpStream.php
│ │ Request.php
│ │ Response.php
│ │ Rfc7230.php
│ │ ServerRequest.php
│ │ Stream.php
│ │ StreamDecoratorTrait.php
│ │ StreamWrapper.php
│ │ UploadedFile.php
│ │ Uri.php
│ │ UriNormalizer.php
│ │ UriResolver.php
│ │
│ ├─league
│ │ ├─flysystem
│ │ │ │ .php_cs.dist
│ │ │ │ composer.json
│ │ │ │ deprecations.md
│ │ │ │ LICENSE
│ │ │ │
│ │ │ └─src
│ │ │ │ AdapterInterface.php
│ │ │ │ Config.php
│ │ │ │ ConfigAwareTrait.php
│ │ │ │ Directory.php
│ │ │ │ Exception.php
│ │ │ │ File.php
│ │ │ │ FileExistsException.php
│ │ │ │ FileNotFoundException.php
│ │ │ │ Filesystem.php
│ │ │ │ FilesystemInterface.php
│ │ │ │ FilesystemNotFoundException.php
│ │ │ │ Handler.php
│ │ │ │ MountManager.php
│ │ │ │ NotSupportedException.php
│ │ │ │ PluginInterface.php
│ │ │ │ ReadInterface.php
│ │ │ │ RootViolationException.php
│ │ │ │ SafeStorage.php
│ │ │ │ UnreadableFileException.php
│ │ │ │ Util.php
│ │ │ │
│ │ │ ├─Adapter
│ │ │ │ │ AbstractAdapter.php
│ │ │ │ │ AbstractFtpAdapter.php
│ │ │ │ │ CanOverwriteFiles.php
│ │ │ │ │ Ftp.php
│ │ │ │ │ Ftpd.php
│ │ │ │ │ Local.php
│ │ │ │ │ NullAdapter.php
│ │ │ │ │ SynologyFtp.php
│ │ │ │ │
│ │ │ │ └─Polyfill
│ │ │ │ NotSupportingVisibilityTrait.php
│ │ │ │ StreamedCopyTrait.php
│ │ │ │ StreamedReadingTrait.php
│ │ │ │ StreamedTrait.php
│ │ │ │ StreamedWritingTrait.php
│ │ │ │
│ │ │ ├─Plugin
│ │ │ │ AbstractPlugin.php
│ │ │ │ EmptyDir.php
│ │ │ │ ForcedCopy.php
│ │ │ │ ForcedRename.php
│ │ │ │ GetWithMetadata.php
│ │ │ │ ListFiles.php
│ │ │ │ ListPaths.php
│ │ │ │ ListWith.php
│ │ │ │ PluggableTrait.php
│ │ │ │ PluginNotFoundException.php
│ │ │ │
│ │ │ └─Util
│ │ │ ContentListingFormatter.php
│ │ │ MimeType.php
│ │ │ StreamHasher.php
│ │ │
│ │ └─flysystem-cached-adapter
│ │ │ .editorconfig
│ │ │ .gitignore
│ │ │ .php_cs
│ │ │ .scrutinizer.yml
│ │ │ .travis.yml
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ phpspec.yml
│ │ │ phpunit.php
│ │ │ phpunit.xml
│ │ │ readme.md
│ │ │
│ │ ├─clover
│ │ │ .gitignore
│ │ │
│ │ ├─spec
│ │ │ CachedAdapterSpec.php
│ │ │
│ │ ├─src
│ │ │ │ CachedAdapter.php
│ │ │ │ CacheInterface.php
│ │ │ │
│ │ │ └─Storage
│ │ │ AbstractCache.php
│ │ │ Adapter.php
│ │ │ Memcached.php
│ │ │ Memory.php
│ │ │ Noop.php
│ │ │ PhpRedis.php
│ │ │ Predis.php
│ │ │ Psr6Cache.php
│ │ │ Stash.php
│ │ │
│ │ └─tests
│ │ AdapterCacheTests.php
│ │ InspectionTests.php
│ │ MemcachedTests.php
│ │ MemoryCacheTests.php
│ │ NoopCacheTests.php
│ │ PhpRedisTests.php
│ │ PredisTests.php
│ │ Psr6CacheTest.php
│ │ StashTest.php
│ │
│ ├─monolog
│ │ └─monolog
│ │ │ .php_cs
│ │ │ CHANGELOG.md
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ phpunit.xml.dist
│ │ │ README.md
│ │ │
│ │ ├─doc
│ │ │ 01-usage.md
│ │ │ 02-handlers-formatters-processors.md
│ │ │ 03-utilities.md
│ │ │ 04-extending.md
│ │ │ sockets.md
│ │ │
│ │ ├─src
│ │ │ └─Monolog
│ │ │ │ ErrorHandler.php
│ │ │ │ Logger.php
│ │ │ │ Registry.php
│ │ │ │ ResettableInterface.php
│ │ │ │ SignalHandler.php
│ │ │ │ Utils.php
│ │ │ │
│ │ │ ├─Formatter
│ │ │ │ ChromePHPFormatter.php
│ │ │ │ ElasticaFormatter.php
│ │ │ │ FlowdockFormatter.php
│ │ │ │ FluentdFormatter.php
│ │ │ │ FormatterInterface.php
│ │ │ │ GelfMessageFormatter.php
│ │ │ │ HtmlFormatter.php
│ │ │ │ JsonFormatter.php
│ │ │ │ LineFormatter.php
│ │ │ │ LogglyFormatter.php
│ │ │ │ LogstashFormatter.php
│ │ │ │ MongoDBFormatter.php
│ │ │ │ NormalizerFormatter.php
│ │ │ │ ScalarFormatter.php
│ │ │ │ WildfireFormatter.php
│ │ │ │
│ │ │ ├─Handler
│ │ │ │ │ AbstractHandler.php
│ │ │ │ │ AbstractProcessingHandler.php
│ │ │ │ │ AbstractSyslogHandler.php
│ │ │ │ │ AmqpHandler.php
│ │ │ │ │ BrowserConsoleHandler.php
│ │ │ │ │ BufferHandler.php
│ │ │ │ │ ChromePHPHandler.php
│ │ │ │ │ CouchDBHandler.php
│ │ │ │ │ CubeHandler.php
│ │ │ │ │ DeduplicationHandler.php
│ │ │ │ │ DoctrineCouchDBHandler.php
│ │ │ │ │ DynamoDbHandler.php
│ │ │ │ │ ElasticSearchHandler.php
│ │ │ │ │ ErrorLogHandler.php
│ │ │ │ │ FilterHandler.php
│ │ │ │ │ FingersCrossedHandler.php
│ │ │ │ │ FirePHPHandler.php
│ │ │ │ │ FleepHookHandler.php
│ │ │ │ │ FlowdockHandler.php
│ │ │ │ │ GelfHandler.php
│ │ │ │ │ GroupHandler.php
│ │ │ │ │ HandlerInterface.php
│ │ │ │ │ HandlerWrapper.php
│ │ │ │ │ HipChatHandler.php
│ │ │ │ │ IFTTTHandler.php
│ │ │ │ │ InsightOpsHandler.php
│ │ │ │ │ LogEntriesHandler.php
│ │ │ │ │ LogglyHandler.php
│ │ │ │ │ MailHandler.php
│ │ │ │ │ MandrillHandler.php
│ │ │ │ │ MissingExtensionException.php
│ │ │ │ │ MongoDBHandler.php
│ │ │ │ │ NativeMailerHandler.php
│ │ │ │ │ NewRelicHandler.php
│ │ │ │ │ NullHandler.php
│ │ │ │ │ PHPConsoleHandler.php
│ │ │ │ │ PsrHandler.php
│ │ │ │ │ PushoverHandler.php
│ │ │ │ │ RavenHandler.php
│ │ │ │ │ RedisHandler.php
│ │ │ │ │ RollbarHandler.php
│ │ │ │ │ RotatingFileHandler.php
│ │ │ │ │ SamplingHandler.php
│ │ │ │ │ SlackbotHandler.php
│ │ │ │ │ SlackHandler.php
│ │ │ │ │ SlackWebhookHandler.php
│ │ │ │ │ SocketHandler.php
│ │ │ │ │ StreamHandler.php
│ │ │ │ │ SwiftMailerHandler.php
│ │ │ │ │ SyslogHandler.php
│ │ │ │ │ SyslogUdpHandler.php
│ │ │ │ │ TestHandler.php
│ │ │ │ │ WhatFailureGroupHandler.php
│ │ │ │ │ ZendMonitorHandler.php
│ │ │ │ │
│ │ │ │ ├─Curl
│ │ │ │ │ Util.php
│ │ │ │ │
│ │ │ │ ├─FingersCrossed
│ │ │ │ │ ActivationStrategyInterface.php
│ │ │ │ │ ChannelLevelActivationStrategy.php
│ │ │ │ │ ErrorLevelActivationStrategy.php
│ │ │ │ │
│ │ │ │ ├─Slack
│ │ │ │ │ SlackRecord.php
│ │ │ │ │
│ │ │ │ └─SyslogUdp
│ │ │ │ UdpSocket.php
│ │ │ │
│ │ │ └─Processor
│ │ │ GitProcessor.php
│ │ │ IntrospectionProcessor.php
│ │ │ MemoryPeakUsageProcessor.php
│ │ │ MemoryProcessor.php
│ │ │ MemoryUsageProcessor.php
│ │ │ MercurialProcessor.php
│ │ │ ProcessIdProcessor.php
│ │ │ ProcessorInterface.php
│ │ │ PsrLogMessageProcessor.php
│ │ │ TagProcessor.php
│ │ │ UidProcessor.php
│ │ │ WebProcessor.php
│ │ │
│ │ └─tests
│ │ └─Monolog
│ │ │ ErrorHandlerTest.php
│ │ │ LoggerTest.php
│ │ │ PsrLogCompatTest.php
│ │ │ RegistryTest.php
│ │ │ SignalHandlerTest.php
│ │ │ TestCase.php
│ │ │
│ │ ├─Formatter
│ │ │ ChromePHPFormatterTest.php
│ │ │ ElasticaFormatterTest.php
│ │ │ FlowdockFormatterTest.php
│ │ │ FluentdFormatterTest.php
│ │ │ GelfMessageFormatterTest.php
│ │ │ JsonFormatterTest.php
│ │ │ LineFormatterTest.php
│ │ │ LogglyFormatterTest.php
│ │ │ LogstashFormatterTest.php
│ │ │ MongoDBFormatterTest.php
│ │ │ NormalizerFormatterTest.php
│ │ │ ScalarFormatterTest.php
│ │ │ WildfireFormatterTest.php
│ │ │
│ │ ├─Handler
│ │ │ │ AbstractHandlerTest.php
│ │ │ │ AbstractProcessingHandlerTest.php
│ │ │ │ AmqpHandlerTest.php
│ │ │ │ BrowserConsoleHandlerTest.php
│ │ │ │ BufferHandlerTest.php
│ │ │ │ ChromePHPHandlerTest.php
│ │ │ │ CouchDBHandlerTest.php
│ │ │ │ DeduplicationHandlerTest.php
│ │ │ │ DoctrineCouchDBHandlerTest.php
│ │ │ │ DynamoDbHandlerTest.php
│ │ │ │ ElasticSearchHandlerTest.php
│ │ │ │ ErrorLogHandlerTest.php
│ │ │ │ FilterHandlerTest.php
│ │ │ │ FingersCrossedHandlerTest.php
│ │ │ │ FirePHPHandlerTest.php
│ │ │ │ FleepHookHandlerTest.php
│ │ │ │ FlowdockHandlerTest.php
│ │ │ │ GelfHandlerLegacyTest.php
│ │ │ │ GelfHandlerTest.php
│ │ │ │ GelfMockMessagePublisher.php
│ │ │ │ GroupHandlerTest.php
│ │ │ │ HandlerWrapperTest.php
│ │ │ │ HipChatHandlerTest.php
│ │ │ │ InsightOpsHandlerTest.php
│ │ │ │ LogEntriesHandlerTest.php
│ │ │ │ MailHandlerTest.php
│ │ │ │ MockRavenClient.php
│ │ │ │ MongoDBHandlerTest.php
│ │ │ │ NativeMailerHandlerTest.php
│ │ │ │ NewRelicHandlerTest.php
│ │ │ │ NullHandlerTest.php
│ │ │ │ PHPConsoleHandlerTest.php
│ │ │ │ PsrHandlerTest.php
│ │ │ │ PushoverHandlerTest.php
│ │ │ │ RavenHandlerTest.php
│ │ │ │ RedisHandlerTest.php
│ │ │ │ RollbarHandlerTest.php
│ │ │ │ RotatingFileHandlerTest.php
│ │ │ │ SamplingHandlerTest.php
│ │ │ │ SlackbotHandlerTest.php
│ │ │ │ SlackHandlerTest.php
│ │ │ │ SlackWebhookHandlerTest.php
│ │ │ │ SocketHandlerTest.php
│ │ │ │ StreamHandlerTest.php
│ │ │ │ SwiftMailerHandlerTest.php
│ │ │ │ SyslogHandlerTest.php
│ │ │ │ SyslogUdpHandlerTest.php
│ │ │ │ TestHandlerTest.php
│ │ │ │ UdpSocketTest.php
│ │ │ │ WhatFailureGroupHandlerTest.php
│ │ │ │ ZendMonitorHandlerTest.php
│ │ │ │
│ │ │ ├─Fixtures
│ │ │ │ .gitkeep
│ │ │ │
│ │ │ └─Slack
│ │ │ SlackRecordTest.php
│ │ │
│ │ └─Processor
│ │ GitProcessorTest.php
│ │ IntrospectionProcessorTest.php
│ │ MemoryPeakUsageProcessorTest.php
│ │ MemoryUsageProcessorTest.php
│ │ MercurialProcessorTest.php
│ │ ProcessIdProcessorTest.php
│ │ PsrLogMessageProcessorTest.php
│ │ TagProcessorTest.php
│ │ UidProcessorTest.php
│ │ WebProcessorTest.php
│ │
│ ├─nesbot
│ │ └─carbon
│ │ │ .multi-tester.yml
│ │ │ composer.json
│ │ │ contributing.md
│ │ │ LICENSE
│ │ │ phpmd.xml
│ │ │ readme.md
│ │ │
│ │ ├─.github
│ │ │ FUNDING.yml
│ │ │ ISSUE_TEMPLATE.md
│ │ │
│ │ └─src
│ │ └─Carbon
│ │ │ Carbon.php
│ │ │ CarbonImmutable.php
│ │ │ CarbonInterface.php
│ │ │ CarbonInterval.php
│ │ │ CarbonPeriod.php
│ │ │ CarbonTimeZone.php
│ │ │ Factory.php
│ │ │ FactoryImmutable.php
│ │ │ Language.php
│ │ │ Translator.php
│ │ │
│ │ ├─Exceptions
│ │ │ InvalidDateException.php
│ │ │
│ │ ├─Lang
│ │ │ aa.php
│ │ │ aa_DJ.php
│ │ │ aa_ER.php
│ │ │ aa_ER@saaho.php
│ │ │ aa_ET.php
│ │ │ af.php
│ │ │ af_NA.php
│ │ │ af_ZA.php
│ │ │ agq.php
│ │ │ agr.php
│ │ │ agr_PE.php
│ │ │ ak.php
│ │ │ ak_GH.php
│ │ │ am.php
│ │ │ am_ET.php
│ │ │ an.php
│ │ │ anp.php
│ │ │ anp_IN.php
│ │ │ an_ES.php
│ │ │ ar.php
│ │ │ ar_AE.php
│ │ │ ar_BH.php
│ │ │ ar_DJ.php
│ │ │ ar_DZ.php
│ │ │ ar_EG.php
│ │ │ ar_EH.php
│ │ │ ar_ER.php
│ │ │ ar_IL.php
│ │ │ ar_IN.php
│ │ │ ar_IQ.php
│ │ │ ar_JO.php
│ │ │ ar_KM.php
│ │ │ ar_KW.php
│ │ │ ar_LB.php
│ │ │ ar_LY.php
│ │ │ ar_MA.php
│ │ │ ar_MR.php
│ │ │ ar_OM.php
│ │ │ ar_PS.php
│ │ │ ar_QA.php
│ │ │ ar_SA.php
│ │ │ ar_SD.php
│ │ │ ar_Shakl.php
│ │ │ ar_SO.php
│ │ │ ar_SS.php
│ │ │ ar_SY.php
│ │ │ ar_TD.php
│ │ │ ar_TN.php
│ │ │ ar_YE.php
│ │ │ as.php
│ │ │ asa.php
│ │ │ ast.php
│ │ │ ast_ES.php
│ │ │ as_IN.php
│ │ │ ayc.php
│ │ │ ayc_PE.php
│ │ │ az.php
│ │ │ az_AZ.php
│ │ │ az_Cyrl.php
│ │ │ az_IR.php
│ │ │ az_Latn.php
│ │ │ bas.php
│ │ │ be.php
│ │ │ bem.php
│ │ │ bem_ZM.php
│ │ │ ber.php
│ │ │ ber_DZ.php
│ │ │ ber_MA.php
│ │ │ bez.php
│ │ │ be_BY.php
│ │ │ be_BY@latin.php
│ │ │ bg.php
│ │ │ bg_BG.php
│ │ │ bhb.php
│ │ │ bhb_IN.php
│ │ │ bho.php
│ │ │ bho_IN.php
│ │ │ bi.php
│ │ │ bi_VU.php
│ │ │ bm.php
│ │ │ bn.php
│ │ │ bn_BD.php
│ │ │ bn_IN.php
│ │ │ bo.php
│ │ │ bo_CN.php
│ │ │ bo_IN.php
│ │ │ br.php
│ │ │ brx.php
│ │ │ brx_IN.php
│ │ │ br_FR.php
│ │ │ bs.php
│ │ │ bs_BA.php
│ │ │ bs_Cyrl.php
│ │ │ bs_Latn.php
│ │ │ byn.php
│ │ │ byn_ER.php
│ │ │ ca.php
│ │ │ ca_AD.php
│ │ │ ca_ES.php
│ │ │ ca_ES_Valencia.php
│ │ │ ca_FR.php
│ │ │ ca_IT.php
│ │ │ ccp.php
│ │ │ ccp_IN.php
│ │ │ ce.php
│ │ │ ce_RU.php
│ │ │ cgg.php
│ │ │ chr.php
│ │ │ chr_US.php
│ │ │ cmn.php
│ │ │ cmn_TW.php
│ │ │ crh.php
│ │ │ crh_UA.php
│ │ │ cs.php
│ │ │ csb.php
│ │ │ csb_PL.php
│ │ │ cs_CZ.php
│ │ │ cu.php
│ │ │ cv.php
│ │ │ cv_RU.php
│ │ │ cy.php
│ │ │ cy_GB.php
│ │ │ da.php
│ │ │ dav.php
│ │ │ da_DK.php
│ │ │ da_GL.php
│ │ │ de.php
│ │ │ de_AT.php
│ │ │ de_BE.php
│ │ │ de_CH.php
│ │ │ de_DE.php
│ │ │ de_IT.php
│ │ │ de_LI.php
│ │ │ de_LU.php
│ │ │ dje.php
│ │ │ doi.php
│ │ │ doi_IN.php
│ │ │ dsb.php
│ │ │ dsb_DE.php
│ │ │ dua.php
│ │ │ dv.php
│ │ │ dv_MV.php
│ │ │ dyo.php
│ │ │ dz.php
│ │ │ dz_BT.php
│ │ │ ebu.php
│ │ │ ee.php
│ │ │ ee_TG.php
│ │ │ el.php
│ │ │ el_CY.php
│ │ │ el_GR.php
│ │ │ en.php
│ │ │ en_001.php
│ │ │ en_150.php
│ │ │ en_AG.php
│ │ │ en_AI.php
│ │ │ en_AS.php
│ │ │ en_AT.php
│ │ │ en_AU.php
│ │ │ en_BB.php
│ │ │ en_BE.php
│ │ │ en_BI.php
│ │ │ en_BM.php
│ │ │ en_BS.php
│ │ │ en_BW.php
│ │ │ en_BZ.php
│ │ │ en_CA.php
│ │ │ en_CC.php
│ │ │ en_CH.php
│ │ │ en_CK.php
│ │ │ en_CM.php
│ │ │ en_CX.php
│ │ │ en_CY.php
│ │ │ en_DE.php
│ │ │ en_DG.php
│ │ │ en_DK.php
│ │ │ en_DM.php
│ │ │ en_ER.php
│ │ │ en_FI.php
│ │ │ en_FJ.php
│ │ │ en_FK.php
│ │ │ en_FM.php
│ │ │ en_GB.php
│ │ │ en_GD.php
│ │ │ en_GG.php
│ │ │ en_GH.php
│ │ │ en_GI.php
│ │ │ en_GM.php
│ │ │ en_GU.php
│ │ │ en_GY.php
│ │ │ en_HK.php
│ │ │ en_IE.php
│ │ │ en_IL.php
│ │ │ en_IM.php
│ │ │ en_IN.php
│ │ │ en_IO.php
│ │ │ en_ISO.php
│ │ │ en_JE.php
│ │ │ en_JM.php
│ │ │ en_KE.php
│ │ │ en_KI.php
│ │ │ en_KN.php
│ │ │ en_KY.php
│ │ │ en_LC.php
│ │ │ en_LR.php
│ │ │ en_LS.php
│ │ │ en_MG.php
│ │ │ en_MH.php
│ │ │ en_MO.php
│ │ │ en_MP.php
│ │ │ en_MS.php
│ │ │ en_MT.php
│ │ │ en_MU.php
│ │ │ en_MW.php
│ │ │ en_MY.php
│ │ │ en_NA.php
│ │ │ en_NF.php
│ │ │ en_NG.php
│ │ │ en_NL.php
│ │ │ en_NR.php
│ │ │ en_NU.php
│ │ │ en_NZ.php
│ │ │ en_PG.php
│ │ │ en_PH.php
│ │ │ en_PK.php
│ │ │ en_PN.php
│ │ │ en_PR.php
│ │ │ en_PW.php
│ │ │ en_RW.php
│ │ │ en_SB.php
│ │ │ en_SC.php
│ │ │ en_SD.php
│ │ │ en_SE.php
│ │ │ en_SG.php
│ │ │ en_SH.php
│ │ │ en_SI.php
│ │ │ en_SL.php
│ │ │ en_SS.php
│ │ │ en_SX.php
│ │ │ en_SZ.php
│ │ │ en_TC.php
│ │ │ en_TK.php
│ │ │ en_TO.php
│ │ │ en_TT.php
│ │ │ en_TV.php
│ │ │ en_TZ.php
│ │ │ en_UG.php
│ │ │ en_UM.php
│ │ │ en_US.php
│ │ │ en_US_Posix.php
│ │ │ en_VC.php
│ │ │ en_VG.php
│ │ │ en_VI.php
│ │ │ en_VU.php
│ │ │ en_WS.php
│ │ │ en_ZA.php
│ │ │ en_ZM.php
│ │ │ en_ZW.php
│ │ │ eo.php
│ │ │ es.php
│ │ │ es_419.php
│ │ │ es_AR.php
│ │ │ es_BO.php
│ │ │ es_BR.php
│ │ │ es_BZ.php
│ │ │ es_CL.php
│ │ │ es_CO.php
│ │ │ es_CR.php
│ │ │ es_CU.php
│ │ │ es_DO.php
│ │ │ es_EA.php
│ │ │ es_EC.php
│ │ │ es_ES.php
│ │ │ es_GQ.php
│ │ │ es_GT.php
│ │ │ es_HN.php
│ │ │ es_IC.php
│ │ │ es_MX.php
│ │ │ es_NI.php
│ │ │ es_PA.php
│ │ │ es_PE.php
│ │ │ es_PH.php
│ │ │ es_PR.php
│ │ │ es_PY.php
│ │ │ es_SV.php
│ │ │ es_US.php
│ │ │ es_UY.php
│ │ │ es_VE.php
│ │ │ et.php
│ │ │ et_EE.php
│ │ │ eu.php
│ │ │ eu_ES.php
│ │ │ ewo.php
│ │ │ fa.php
│ │ │ fa_AF.php
│ │ │ fa_IR.php
│ │ │ ff.php
│ │ │ ff_CM.php
│ │ │ ff_GN.php
│ │ │ ff_MR.php
│ │ │ ff_SN.php
│ │ │ fi.php
│ │ │ fil.php
│ │ │ fil_PH.php
│ │ │ fi_FI.php
│ │ │ fo.php
│ │ │ fo_DK.php
│ │ │ fo_FO.php
│ │ │ fr.php
│ │ │ fr_BE.php
│ │ │ fr_BF.php
│ │ │ fr_BI.php
│ │ │ fr_BJ.php
│ │ │ fr_BL.php
│ │ │ fr_CA.php
│ │ │ fr_CD.php
│ │ │ fr_CF.php
│ │ │ fr_CG.php
│ │ │ fr_CH.php
│ │ │ fr_CI.php
│ │ │ fr_CM.php
│ │ │ fr_DJ.php
│ │ │ fr_DZ.php
│ │ │ fr_FR.php
│ │ │ fr_GA.php
│ │ │ fr_GF.php
│ │ │ fr_GN.php
│ │ │ fr_GP.php
│ │ │ fr_GQ.php
│ │ │ fr_HT.php
│ │ │ fr_KM.php
│ │ │ fr_LU.php
│ │ │ fr_MA.php
│ │ │ fr_MC.php
│ │ │ fr_MF.php
│ │ │ fr_MG.php
│ │ │ fr_ML.php
│ │ │ fr_MQ.php
│ │ │ fr_MR.php
│ │ │ fr_MU.php
│ │ │ fr_NC.php
│ │ │ fr_NE.php
│ │ │ fr_PF.php
│ │ │ fr_PM.php
│ │ │ fr_RE.php
│ │ │ fr_RW.php
│ │ │ fr_SC.php
│ │ │ fr_SN.php
│ │ │ fr_SY.php
│ │ │ fr_TD.php
│ │ │ fr_TG.php
│ │ │ fr_TN.php
│ │ │ fr_VU.php
│ │ │ fr_WF.php
│ │ │ fr_YT.php
│ │ │ fur.php
│ │ │ fur_IT.php
│ │ │ fy.php
│ │ │ fy_DE.php
│ │ │ fy_NL.php
│ │ │ ga.php
│ │ │ ga_IE.php
│ │ │ gd.php
│ │ │ gd_GB.php
│ │ │ gez.php
│ │ │ gez_ER.php
│ │ │ gez_ET.php
│ │ │ gl.php
│ │ │ gl_ES.php
│ │ │ gom.php
│ │ │ gom_Latn.php
│ │ │ gsw.php
│ │ │ gsw_CH.php
│ │ │ gsw_FR.php
│ │ │ gsw_LI.php
│ │ │ gu.php
│ │ │ guz.php
│ │ │ gu_IN.php
│ │ │ gv.php
│ │ │ gv_GB.php
│ │ │ ha.php
│ │ │ hak.php
│ │ │ hak_TW.php
│ │ │ haw.php
│ │ │ ha_GH.php
│ │ │ ha_NE.php
│ │ │ ha_NG.php
│ │ │ he.php
│ │ │ he_IL.php
│ │ │ hi.php
│ │ │ hif.php
│ │ │ hif_FJ.php
│ │ │ hi_IN.php
│ │ │ hne.php
│ │ │ hne_IN.php
│ │ │ hr.php
│ │ │ hr_BA.php
│ │ │ hr_HR.php
│ │ │ hsb.php
│ │ │ hsb_DE.php
│ │ │ ht.php
│ │ │ ht_HT.php
│ │ │ hu.php
│ │ │ hu_HU.php
│ │ │ hy.php
│ │ │ hy_AM.php
│ │ │ i18n.php
│ │ │ ia.php
│ │ │ ia_FR.php
│ │ │ id.php
│ │ │ id_ID.php
│ │ │ ig.php
│ │ │ ig_NG.php
│ │ │ ii.php
│ │ │ ik.php
│ │ │ ik_CA.php
│ │ │ in.php
│ │ │ is.php
│ │ │ is_IS.php
│ │ │ it.php
│ │ │ it_CH.php
│ │ │ it_IT.php
│ │ │ it_SM.php
│ │ │ it_VA.php
│ │ │ iu.php
│ │ │ iu_CA.php
│ │ │ iw.php
│ │ │ ja.php
│ │ │ ja_JP.php
│ │ │ jgo.php
│ │ │ jmc.php
│ │ │ jv.php
│ │ │ ka.php
│ │ │ kab.php
│ │ │ kab_DZ.php
│ │ │ kam.php
│ │ │ ka_GE.php
│ │ │ kde.php
│ │ │ kea.php
│ │ │ khq.php
│ │ │ ki.php
│ │ │ kk.php
│ │ │ kkj.php
│ │ │ kk_KZ.php
│ │ │ kl.php
│ │ │ kln.php
│ │ │ kl_GL.php
│ │ │ km.php
│ │ │ km_KH.php
│ │ │ kn.php
│ │ │ kn_IN.php
│ │ │ ko.php
│ │ │ kok.php
│ │ │ kok_IN.php
│ │ │ ko_KP.php
│ │ │ ko_KR.php
│ │ │ ks.php
│ │ │ ksb.php
│ │ │ ksf.php
│ │ │ ksh.php
│ │ │ ks_IN.php
│ │ │ ks_IN@devanagari.php
│ │ │ ku.php
│ │ │ ku_TR.php
│ │ │ kw.php
│ │ │ kw_GB.php
│ │ │ ky.php
│ │ │ ky_KG.php
│ │ │ lag.php
│ │ │ lb.php
│ │ │ lb_LU.php
│ │ │ lg.php
│ │ │ lg_UG.php
│ │ │ li.php
│ │ │ lij.php
│ │ │ lij_IT.php
│ │ │ li_NL.php
│ │ │ lkt.php
│ │ │ ln.php
│ │ │ ln_AO.php
│ │ │ ln_CD.php
│ │ │ ln_CF.php
│ │ │ ln_CG.php
│ │ │ lo.php
│ │ │ lo_LA.php
│ │ │ lrc.php
│ │ │ lrc_IQ.php
│ │ │ lt.php
│ │ │ lt_LT.php
│ │ │ lu.php
│ │ │ luo.php
│ │ │ luy.php
│ │ │ lv.php
│ │ │ lv_LV.php
│ │ │ lzh.php
│ │ │ lzh_TW.php
│ │ │ mag.php
│ │ │ mag_IN.php
│ │ │ mai.php
│ │ │ mai_IN.php
│ │ │ mas.php
│ │ │ mas_TZ.php
│ │ │ me.php
│ │ │ mer.php
│ │ │ mfe.php
│ │ │ mfe_MU.php
│ │ │ mg.php
│ │ │ mgh.php
│ │ │ mgo.php
│ │ │ mg_MG.php
│ │ │ mhr.php
│ │ │ mhr_RU.php
│ │ │ mi.php
│ │ │ miq.php
│ │ │ miq_NI.php
│ │ │ mi_NZ.php
│ │ │ mjw.php
│ │ │ mjw_IN.php
│ │ │ mk.php
│ │ │ mk_MK.php
│ │ │ ml.php
│ │ │ ml_IN.php
│ │ │ mn.php
│ │ │ mni.php
│ │ │ mni_IN.php
│ │ │ mn_MN.php
│ │ │ mo.php
│ │ │ mr.php
│ │ │ mr_IN.php
│ │ │ ms.php
│ │ │ ms_BN.php
│ │ │ ms_MY.php
│ │ │ ms_SG.php
│ │ │ mt.php
│ │ │ mt_MT.php
│ │ │ mua.php
│ │ │ my.php
│ │ │ my_MM.php
│ │ │ mzn.php
│ │ │ nan.php
│ │ │ nan_TW.php
│ │ │ nan_TW@latin.php
│ │ │ naq.php
│ │ │ nb.php
│ │ │ nb_NO.php
│ │ │ nb_SJ.php
│ │ │ nd.php
│ │ │ nds.php
│ │ │ nds_DE.php
│ │ │ nds_NL.php
│ │ │ ne.php
│ │ │ ne_IN.php
│ │ │ ne_NP.php
│ │ │ nhn.php
│ │ │ nhn_MX.php
│ │ │ niu.php
│ │ │ niu_NU.php
│ │ │ nl.php
│ │ │ nl_AW.php
│ │ │ nl_BE.php
│ │ │ nl_BQ.php
│ │ │ nl_CW.php
│ │ │ nl_NL.php
│ │ │ nl_SR.php
│ │ │ nl_SX.php
│ │ │ nmg.php
│ │ │ nn.php
│ │ │ nnh.php
│ │ │ nn_NO.php
│ │ │ no.php
│ │ │ nr.php
│ │ │ nr_ZA.php
│ │ │ nso.php
│ │ │ nso_ZA.php
│ │ │ nus.php
│ │ │ nyn.php
│ │ │ oc.php
│ │ │ oc_FR.php
│ │ │ om.php
│ │ │ om_ET.php
│ │ │ om_KE.php
│ │ │ or.php
│ │ │ or_IN.php
│ │ │ os.php
│ │ │ os_RU.php
│ │ │ pa.php
│ │ │ pap.php
│ │ │ pap_AW.php
│ │ │ pap_CW.php
│ │ │ pa_Arab.php
│ │ │ pa_Guru.php
│ │ │ pa_IN.php
│ │ │ pa_PK.php
│ │ │ pl.php
│ │ │ pl_PL.php
│ │ │ prg.php
│ │ │ ps.php
│ │ │ ps_AF.php
│ │ │ pt.php
│ │ │ pt_AO.php
│ │ │ pt_BR.php
│ │ │ pt_CH.php
│ │ │ pt_CV.php
│ │ │ pt_GQ.php
│ │ │ pt_GW.php
│ │ │ pt_LU.php
│ │ │ pt_MO.php
│ │ │ pt_MZ.php
│ │ │ pt_PT.php
│ │ │ pt_ST.php
│ │ │ pt_TL.php
│ │ │ qu.php
│ │ │ quz.php
│ │ │ quz_PE.php
│ │ │ qu_BO.php
│ │ │ qu_EC.php
│ │ │ raj.php
│ │ │ raj_IN.php
│ │ │ rm.php
│ │ │ rn.php
│ │ │ ro.php
│ │ │ rof.php
│ │ │ ro_MD.php
│ │ │ ro_RO.php
│ │ │ ru.php
│ │ │ ru_BY.php
│ │ │ ru_KG.php
│ │ │ ru_KZ.php
│ │ │ ru_MD.php
│ │ │ ru_RU.php
│ │ │ ru_UA.php
│ │ │ rw.php
│ │ │ rwk.php
│ │ │ rw_RW.php
│ │ │ sa.php
│ │ │ sah.php
│ │ │ sah_RU.php
│ │ │ saq.php
│ │ │ sat.php
│ │ │ sat_IN.php
│ │ │ sa_IN.php
│ │ │ sbp.php
│ │ │ sc.php
│ │ │ scr.php
│ │ │ sc_IT.php
│ │ │ sd.php
│ │ │ sd_IN.php
│ │ │ sd_IN@devanagari.php
│ │ │ se.php
│ │ │ seh.php
│ │ │ ses.php
│ │ │ se_FI.php
│ │ │ se_NO.php
│ │ │ se_SE.php
│ │ │ sg.php
│ │ │ sgs.php
│ │ │ sgs_LT.php
│ │ │ sh.php
│ │ │ shi.php
│ │ │ shi_Latn.php
│ │ │ shi_Tfng.php
│ │ │ shn.php
│ │ │ shn_MM.php
│ │ │ shs.php
│ │ │ shs_CA.php
│ │ │ si.php
│ │ │ sid.php
│ │ │ sid_ET.php
│ │ │ si_LK.php
│ │ │ sk.php
│ │ │ sk_SK.php
│ │ │ sl.php
│ │ │ sl_SI.php
│ │ │ sm.php
│ │ │ smn.php
│ │ │ sm_WS.php
│ │ │ sn.php
│ │ │ so.php
│ │ │ so_DJ.php
│ │ │ so_ET.php
│ │ │ so_KE.php
│ │ │ so_SO.php
│ │ │ sq.php
│ │ │ sq_AL.php
│ │ │ sq_MK.php
│ │ │ sq_XK.php
│ │ │ sr.php
│ │ │ sr_Cyrl.php
│ │ │ sr_Cyrl_BA.php
│ │ │ sr_Cyrl_ME.php
│ │ │ sr_Cyrl_XK.php
│ │ │ sr_Latn.php
│ │ │ sr_Latn_BA.php
│ │ │ sr_Latn_ME.php
│ │ │ sr_Latn_XK.php
│ │ │ sr_ME.php
│ │ │ sr_RS.php
│ │ │ sr_RS@latin.php
│ │ │ ss.php
│ │ │ ss_ZA.php
│ │ │ st.php
│ │ │ st_ZA.php
│ │ │ sv.php
│ │ │ sv_AX.php
│ │ │ sv_FI.php
│ │ │ sv_SE.php
│ │ │ sw.php
│ │ │ sw_CD.php
│ │ │ sw_KE.php
│ │ │ sw_TZ.php
│ │ │ sw_UG.php
│ │ │ szl.php
│ │ │ szl_PL.php
│ │ │ ta.php
│ │ │ ta_IN.php
│ │ │ ta_LK.php
│ │ │ ta_MY.php
│ │ │ ta_SG.php
│ │ │ tcy.php
│ │ │ tcy_IN.php
│ │ │ te.php
│ │ │ teo.php
│ │ │ teo_KE.php
│ │ │ tet.php
│ │ │ te_IN.php
│ │ │ tg.php
│ │ │ tg_TJ.php
│ │ │ th.php
│ │ │ the.php
│ │ │ the_NP.php
│ │ │ th_TH.php
│ │ │ ti.php
│ │ │ tig.php
│ │ │ tig_ER.php
│ │ │ ti_ER.php
│ │ │ ti_ET.php
│ │ │ tk.php
│ │ │ tk_TM.php
│ │ │ tl.php
│ │ │ tlh.php
│ │ │ tl_PH.php
│ │ │ tn.php
│ │ │ tn_ZA.php
│ │ │ to.php
│ │ │ to_TO.php
│ │ │ tpi.php
│ │ │ tpi_PG.php
│ │ │ tr.php
│ │ │ tr_CY.php
│ │ │ tr_TR.php
│ │ │ ts.php
│ │ │ ts_ZA.php
│ │ │ tt.php
│ │ │ tt_RU.php
│ │ │ tt_RU@iqtelif.php
│ │ │ twq.php
│ │ │ tzl.php
│ │ │ tzm.php
│ │ │ tzm_Latn.php
│ │ │ ug.php
│ │ │ ug_CN.php
│ │ │ uk.php
│ │ │ uk_UA.php
│ │ │ unm.php
│ │ │ unm_US.php
│ │ │ ur.php
│ │ │ ur_IN.php
│ │ │ ur_PK.php
│ │ │ uz.php
│ │ │ uz_Arab.php
│ │ │ uz_Cyrl.php
│ │ │ uz_Latn.php
│ │ │ uz_UZ.php
│ │ │ uz_UZ@cyrillic.php
│ │ │ vai.php
│ │ │ vai_Latn.php
│ │ │ vai_Vaii.php
│ │ │ ve.php
│ │ │ ve_ZA.php
│ │ │ vi.php
│ │ │ vi_VN.php
│ │ │ vo.php
│ │ │ vun.php
│ │ │ wa.php
│ │ │ wae.php
│ │ │ wae_CH.php
│ │ │ wal.php
│ │ │ wal_ET.php
│ │ │ wa_BE.php
│ │ │ wo.php
│ │ │ wo_SN.php
│ │ │ xh.php
│ │ │ xh_ZA.php
│ │ │ xog.php
│ │ │ yav.php
│ │ │ yi.php
│ │ │ yi_US.php
│ │ │ yo.php
│ │ │ yo_BJ.php
│ │ │ yo_NG.php
│ │ │ yue.php
│ │ │ yue_Hans.php
│ │ │ yue_Hant.php
│ │ │ yue_HK.php
│ │ │ yuw.php
│ │ │ yuw_PG.php
│ │ │ zgh.php
│ │ │ zh.php
│ │ │ zh_CN.php
│ │ │ zh_Hans.php
│ │ │ zh_Hans_HK.php
│ │ │ zh_Hans_MO.php
│ │ │ zh_Hans_SG.php
│ │ │ zh_Hant.php
│ │ │ zh_Hant_HK.php
│ │ │ zh_Hant_MO.php
│ │ │ zh_HK.php
│ │ │ zh_MO.php
│ │ │ zh_SG.php
│ │ │ zh_TW.php
│ │ │ zh_YUE.php
│ │ │ zu.php
│ │ │ zu_ZA.php
│ │ │
│ │ ├─Laravel
│ │ │ ServiceProvider.php
│ │ │
│ │ ├─List
│ │ │ languages.php
│ │ │ regions.php
│ │ │
│ │ └─Traits
│ │ Boundaries.php
│ │ Comparison.php
│ │ Converter.php
│ │ Creator.php
│ │ Date.php
│ │ Difference.php
│ │ Localization.php
│ │ Macro.php
│ │ Modifiers.php
│ │ Mutability.php
│ │ Options.php
│ │ Rounding.php
│ │ Serialization.php
│ │ Test.php
│ │ Timestamp.php
│ │ Units.php
│ │ Week.php
│ │
│ ├─opis
│ │ └─closure
│ │ │ autoload.php
│ │ │ CHANGELOG.md
│ │ │ composer.json
│ │ │ functions.php
│ │ │ LICENSE
│ │ │ NOTICE
│ │ │ README.md
│ │ │
│ │ └─src
│ │ Analyzer.php
│ │ ClosureContext.php
│ │ ClosureScope.php
│ │ ClosureStream.php
│ │ ISecurityProvider.php
│ │ ReflectionClosure.php
│ │ SecurityException.php
│ │ SecurityProvider.php
│ │ SelfReference.php
│ │ SerializableClosure.php
│ │
│ ├─overtrue
│ │ ├─socialite
│ │ │ │ .gitignore
│ │ │ │ .php_cs
│ │ │ │ .travis.yml
│ │ │ │ composer.json
│ │ │ │ LICENSE.txt
│ │ │ │ phpunit.xml
│ │ │ │ README.md
│ │ │ │
│ │ │ ├─src
│ │ │ │ │ AccessToken.php
│ │ │ │ │ AccessTokenInterface.php
│ │ │ │ │ AuthorizeFailedException.php
│ │ │ │ │ Config.php
│ │ │ │ │ FactoryInterface.php
│ │ │ │ │ HasAttributes.php
│ │ │ │ │ InvalidArgumentException.php
│ │ │ │ │ InvalidStateException.php
│ │ │ │ │ ProviderInterface.php
│ │ │ │ │ SocialiteManager.php
│ │ │ │ │ User.php
│ │ │ │ │ UserInterface.php
│ │ │ │ │ WeChatComponentInterface.php
│ │ │ │ │
│ │ │ │ └─Providers
│ │ │ │ AbstractProvider.php
│ │ │ │ DoubanProvider.php
│ │ │ │ FacebookProvider.php
│ │ │ │ GitHubProvider.php
│ │ │ │ GoogleProvider.php
│ │ │ │ LinkedinProvider.php
│ │ │ │ QQProvider.php
│ │ │ │ WeChatOpenPlatformProvider.php
│ │ │ │ WeChatProvider.php
│ │ │ │ WeiboProvider.php
│ │ │ │ WeWorkProvider.php
│ │ │ │
│ │ │ └─tests
│ │ │ │ OAuthTest.php
│ │ │ │ WechatProviderTest.php
│ │ │ │
│ │ │ └─Providers
│ │ │ WeWorkProviderTest.php
│ │ │
│ │ └─wechat
│ │ │ .phplint.yml
│ │ │ .styleci.yml
│ │ │ BACKERS.md
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ README.md
│ │ │
│ │ └─src
│ │ ├─Broadcast
│ │ │ Broadcast.php
│ │ │ composer.json
│ │ │ LICENSE.txt
│ │ │ MessageBuilder.php
│ │ │ README.md
│ │ │ Transformer.php
│ │ │
│ │ ├─Card
│ │ │ Card.php
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ README.md
│ │ │
│ │ ├─Comment
│ │ │ Comment.php
│ │ │
│ │ ├─Core
│ │ │ │ AbstractAPI.php
│ │ │ │ AccessToken.php
│ │ │ │ composer.json
│ │ │ │ Exception.php
│ │ │ │ Http.php
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │
│ │ │ └─Exceptions
│ │ │ FaultException.php
│ │ │ HttpException.php
│ │ │ InvalidArgumentException.php
│ │ │ InvalidConfigException.php
│ │ │ RuntimeException.php
│ │ │ UnboundServiceException.php
│ │ │
│ │ ├─Device
│ │ │ composer.json
│ │ │ Device.php
│ │ │ DeviceHttpException.php
│ │ │ LICENSE
│ │ │ README.md
│ │ │
│ │ ├─Encryption
│ │ │ composer.json
│ │ │ EncryptionException.php
│ │ │ Encryptor.php
│ │ │
│ │ ├─Foundation
│ │ │ │ Application.php
│ │ │ │ Config.php
│ │ │ │
│ │ │ └─ServiceProviders
│ │ │ BroadcastServiceProvider.php
│ │ │ CardServiceProvider.php
│ │ │ CommentServiceProvider.php
│ │ │ DeviceServiceProvider.php
│ │ │ FundamentalServiceProvider.php
│ │ │ JsServiceProvider.php
│ │ │ MaterialServiceProvider.php
│ │ │ MenuServiceProvider.php
│ │ │ MiniProgramServiceProvider.php
│ │ │ NoticeServiceProvider.php
│ │ │ OAuthServiceProvider.php
│ │ │ OpenPlatformServiceProvider.php
│ │ │ PaymentServiceProvider.php
│ │ │ POIServiceProvider.php
│ │ │ QRCodeServiceProvider.php
│ │ │ ReplyServiceProvider.php
│ │ │ SemanticServiceProvider.php
│ │ │ ServerServiceProvider.php
│ │ │ ShakeAroundServiceProvider.php
│ │ │ StaffServiceProvider.php
│ │ │ StatsServiceProvider.php
│ │ │ UrlServiceProvider.php
│ │ │ UserServiceProvider.php
│ │ │
│ │ ├─Fundamental
│ │ │ API.php
│ │ │
│ │ ├─Js
│ │ │ composer.json
│ │ │ Js.php
│ │ │ LICENSE
│ │ │ README.md
│ │ │
│ │ ├─Material
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ Material.php
│ │ │ README.md
│ │ │ Temporary.php
│ │ │
│ │ ├─Menu
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ Menu.php
│ │ │ README.md
│ │ │
│ │ ├─Message
│ │ │ AbstractMessage.php
│ │ │ Article.php
│ │ │ Card.php
│ │ │ composer.json
│ │ │ DeviceEvent.php
│ │ │ DeviceText.php
│ │ │ Image.php
│ │ │ Link.php
│ │ │ Location.php
│ │ │ Material.php
│ │ │ MiniProgramPage.php
│ │ │ Music.php
│ │ │ News.php
│ │ │ Raw.php
│ │ │ README.md
│ │ │ ShortVideo.php
│ │ │ Text.php
│ │ │ Transfer.php
│ │ │ Video.php
│ │ │ Voice.php
│ │ │
│ │ ├─MiniProgram
│ │ │ │ AccessToken.php
│ │ │ │ MiniProgram.php
│ │ │ │
│ │ │ ├─Core
│ │ │ │ AbstractMiniProgram.php
│ │ │ │
│ │ │ ├─Encryption
│ │ │ │ Encryptor.php
│ │ │ │
│ │ │ ├─Material
│ │ │ │ Temporary.php
│ │ │ │
│ │ │ ├─Notice
│ │ │ │ Notice.php
│ │ │ │
│ │ │ ├─QRCode
│ │ │ │ QRCode.php
│ │ │ │
│ │ │ ├─Server
│ │ │ │ Guard.php
│ │ │ │
│ │ │ ├─Sns
│ │ │ │ Sns.php
│ │ │ │
│ │ │ ├─Staff
│ │ │ │ Staff.php
│ │ │ │
│ │ │ └─Stats
│ │ │ Stats.php
│ │ │
│ │ ├─Notice
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ Notice.php
│ │ │ README.md
│ │ │
│ │ ├─OpenPlatform
│ │ │ │ AccessToken.php
│ │ │ │ Authorizer.php
│ │ │ │ AuthorizerAccessToken.php
│ │ │ │ Guard.php
│ │ │ │ OpenPlatform.php
│ │ │ │ VerifyTicket.php
│ │ │ │
│ │ │ ├─Api
│ │ │ │ AbstractOpenPlatform.php
│ │ │ │ BaseApi.php
│ │ │ │ PreAuthorization.php
│ │ │ │
│ │ │ └─EventHandlers
│ │ │ Authorized.php
│ │ │ ComponentVerifyTicket.php
│ │ │ EventHandler.php
│ │ │ Unauthorized.php
│ │ │ UpdateAuthorized.php
│ │ │
│ │ ├─Payment
│ │ │ │ API.php
│ │ │ │ composer.json
│ │ │ │ helpers.php
│ │ │ │ LICENSE
│ │ │ │ Merchant.php
│ │ │ │ Notify.php
│ │ │ │ Order.php
│ │ │ │ Payment.php
│ │ │ │ README.md
│ │ │ │ RefundNotify.php
│ │ │ │
│ │ │ ├─CashCoupon
│ │ │ │ API.php
│ │ │ │ CashCoupon.php
│ │ │ │
│ │ │ ├─LuckyMoney
│ │ │ │ API.php
│ │ │ │ LuckyMoney.php
│ │ │ │
│ │ │ └─MerchantPay
│ │ │ API.php
│ │ │ MerchantPay.php
│ │ │
│ │ ├─POI
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ POI.php
│ │ │ README.md
│ │ │
│ │ ├─QRCode
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ QRCode.php
│ │ │ README.md
│ │ │
│ │ ├─Reply
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ README.md
│ │ │ Reply.php
│ │ │
│ │ ├─Semantic
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ README.md
│ │ │ Semantic.php
│ │ │
│ │ ├─Server
│ │ │ BadRequestException.php
│ │ │ composer.json
│ │ │ Guard.php
│ │ │ LICENSE
│ │ │ README.md
│ │ │ Transformer.php
│ │ │
│ │ ├─ShakeAround
│ │ │ composer.json
│ │ │ Device.php
│ │ │ Group.php
│ │ │ LICENSE
│ │ │ Material.php
│ │ │ Page.php
│ │ │ README.md
│ │ │ Relation.php
│ │ │ ShakeAround.php
│ │ │ Stats.php
│ │ │
│ │ ├─Staff
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ MessageBuilder.php
│ │ │ README.md
│ │ │ Session.php
│ │ │ Staff.php
│ │ │ Transformer.php
│ │ │
│ │ ├─Stats
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ README.md
│ │ │ Stats.php
│ │ │
│ │ ├─Store
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │ Store.php
│ │ │ │
│ │ │ └─Model
│ │ │ .gitkeep
│ │ │
│ │ ├─Support
│ │ │ │ Arr.php
│ │ │ │ Attribute.php
│ │ │ │ Collection.php
│ │ │ │ composer.json
│ │ │ │ File.php
│ │ │ │ LICENSE
│ │ │ │ Log.php
│ │ │ │ README.md
│ │ │ │ Str.php
│ │ │ │ Url.php
│ │ │ │ XML.php
│ │ │ │
│ │ │ └─Traits
│ │ │ PrefixedContainer.php
│ │ │
│ │ ├─Url
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ README.md
│ │ │ Url.php
│ │ │
│ │ └─User
│ │ composer.json
│ │ Group.php
│ │ LICENSE
│ │ README.md
│ │ Tag.php
│ │ User.php
│ │
│ ├─paragonie
│ │ └─random_compat
│ │ │ build-phar.sh
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ psalm-autoload.php
│ │ │ psalm.xml
│ │ │
│ │ ├─dist
│ │ │ random_compat.phar.pubkey
│ │ │ random_compat.phar.pubkey.asc
│ │ │
│ │ ├─lib
│ │ │ random.php
│ │ │
│ │ └─other
│ │ build_phar.php
│ │
│ ├─phpoffice
│ │ └─phpexcel
│ │ │ .gitattributes
│ │ │ .gitignore
│ │ │ .travis.yml
│ │ │ changelog.txt
│ │ │ composer.json
│ │ │ install.txt
│ │ │ license.md
│ │ │
│ │ ├─Classes
│ │ │ │ PHPExcel.php
│ │ │ │
│ │ │ └─PHPExcel
│ │ │ │ Autoloader.php
│ │ │ │ CachedObjectStorageFactory.php
│ │ │ │ Calculation.php
│ │ │ │ Cell.php
│ │ │ │ Chart.php
│ │ │ │ Comment.php
│ │ │ │ DocumentProperties.php
│ │ │ │ DocumentSecurity.php
│ │ │ │ Exception.php
│ │ │ │ HashTable.php
│ │ │ │ IComparable.php
│ │ │ │ IOFactory.php
│ │ │ │ NamedRange.php
│ │ │ │ ReferenceHelper.php
│ │ │ │ RichText.php
│ │ │ │ Settings.php
│ │ │ │ Style.php
│ │ │ │ Worksheet.php
│ │ │ │ WorksheetIterator.php
│ │ │ │
│ │ │ ├─CachedObjectStorage
│ │ │ │ APC.php
│ │ │ │ CacheBase.php
│ │ │ │ DiscISAM.php
│ │ │ │ ICache.php
│ │ │ │ Igbinary.php
│ │ │ │ Memcache.php
│ │ │ │ Memory.php
│ │ │ │ MemoryGZip.php
│ │ │ │ MemorySerialized.php
│ │ │ │ PHPTemp.php
│ │ │ │ SQLite.php
│ │ │ │ SQLite3.php
│ │ │ │ Wincache.php
│ │ │ │
│ │ │ ├─CalcEngine
│ │ │ │ CyclicReferenceStack.php
│ │ │ │ Logger.php
│ │ │ │
│ │ │ ├─Calculation
│ │ │ │ │ Database.php
│ │ │ │ │ DateTime.php
│ │ │ │ │ Engineering.php
│ │ │ │ │ Exception.php
│ │ │ │ │ ExceptionHandler.php
│ │ │ │ │ Financial.php
│ │ │ │ │ FormulaParser.php
│ │ │ │ │ FormulaToken.php
│ │ │ │ │ Function.php
│ │ │ │ │ functionlist.txt
│ │ │ │ │ Functions.php
│ │ │ │ │ Logical.php
│ │ │ │ │ LookupRef.php
│ │ │ │ │ MathTrig.php
│ │ │ │ │ Statistical.php
│ │ │ │ │ TextData.php
│ │ │ │ │
│ │ │ │ └─Token
│ │ │ │ Stack.php
│ │ │ │
│ │ │ ├─Cell
│ │ │ │ AdvancedValueBinder.php
│ │ │ │ DataType.php
│ │ │ │ DataValidation.php
│ │ │ │ DefaultValueBinder.php
│ │ │ │ Hyperlink.php
│ │ │ │ IValueBinder.php
│ │ │ │
│ │ │ ├─Chart
│ │ │ │ │ Axis.php
│ │ │ │ │ DataSeries.php
│ │ │ │ │ DataSeriesValues.php
│ │ │ │ │ Exception.php
│ │ │ │ │ GridLines.php
│ │ │ │ │ Layout.php
│ │ │ │ │ Legend.php
│ │ │ │ │ PlotArea.php
│ │ │ │ │ Properties.php
│ │ │ │ │ Title.php
│ │ │ │ │
│ │ │ │ └─Renderer
│ │ │ │ jpgraph.php
│ │ │ │ PHP Charting Libraries.txt
│ │ │ │
│ │ │ ├─Helper
│ │ │ │ HTML.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
│ │ │ │ │ │ config
│ │ │ │ │ │ functions
│ │ │ │ │ │
│ │ │ │ │ └─br
│ │ │ │ │ config
│ │ │ │ │ functions
│ │ │ │ │
│ │ │ │ ├─ru
│ │ │ │ │ config
│ │ │ │ │ functions
│ │ │ │ │
│ │ │ │ ├─sv
│ │ │ │ │ config
│ │ │ │ │ functions
│ │ │ │ │
│ │ │ │ └─tr
│ │ │ │ config
│ │ │ │ functions
│ │ │ │
│ │ │ ├─Reader
│ │ │ │ │ Abstract.php
│ │ │ │ │ CSV.php
│ │ │ │ │ DefaultReadFilter.php
│ │ │ │ │ Excel2003XML.php
│ │ │ │ │ Excel2007.php
│ │ │ │ │ Excel5.php
│ │ │ │ │ Exception.php
│ │ │ │ │ Gnumeric.php
│ │ │ │ │ HTML.php
│ │ │ │ │ IReader.php
│ │ │ │ │ IReadFilter.php
│ │ │ │ │ OOCalc.php
│ │ │ │ │ SYLK.php
│ │ │ │ │
│ │ │ │ ├─Excel2007
│ │ │ │ │ Chart.php
│ │ │ │ │ Theme.php
│ │ │ │ │
│ │ │ │ └─Excel5
│ │ │ │ │ Color.php
│ │ │ │ │ ErrorCode.php
│ │ │ │ │ Escher.php
│ │ │ │ │ MD5.php
│ │ │ │ │ RC4.php
│ │ │ │ │
│ │ │ │ ├─Color
│ │ │ │ │ BIFF5.php
│ │ │ │ │ BIFF8.php
│ │ │ │ │ BuiltIn.php
│ │ │ │ │
│ │ │ │ └─Style
│ │ │ │ Border.php
│ │ │ │ FillPattern.php
│ │ │ │
│ │ │ ├─RichText
│ │ │ │ ITextElement.php
│ │ │ │ Run.php
│ │ │ │ TextElement.php
│ │ │ │
│ │ │ ├─Shared
│ │ │ │ │ CodePage.php
│ │ │ │ │ Date.php
│ │ │ │ │ Drawing.php
│ │ │ │ │ Escher.php
│ │ │ │ │ Excel5.php
│ │ │ │ │ File.php
│ │ │ │ │ Font.php
│ │ │ │ │ OLE.php
│ │ │ │ │ OLERead.php
│ │ │ │ │ PasswordHasher.php
│ │ │ │ │ String.php
│ │ │ │ │ TimeZone.php
│ │ │ │ │ XMLWriter.php
│ │ │ │ │ ZipArchive.php
│ │ │ │ │ ZipStreamWrapper.php
│ │ │ │ │
│ │ │ │ ├─Escher
│ │ │ │ │ │ DgContainer.php
│ │ │ │ │ │ DggContainer.php
│ │ │ │ │ │
│ │ │ │ │ ├─DgContainer
│ │ │ │ │ │ │ SpgrContainer.php
│ │ │ │ │ │ │
│ │ │ │ │ │ └─SpgrContainer
│ │ │ │ │ │ SpContainer.php
│ │ │ │ │ │
│ │ │ │ │ └─DggContainer
│ │ │ │ │ │ BstoreContainer.php
│ │ │ │ │ │
│ │ │ │ │ └─BstoreContainer
│ │ │ │ │ │ BSE.php
│ │ │ │ │ │
│ │ │ │ │ └─BSE
│ │ │ │ │ Blip.php
│ │ │ │ │
│ │ │ │ ├─JAMA
│ │ │ │ │ │ CHANGELOG.TXT
│ │ │ │ │ │ CholeskyDecomposition.php
│ │ │ │ │ │ EigenvalueDecomposition.php
│ │ │ │ │ │ LUDecomposition.php
│ │ │ │ │ │ Matrix.php
│ │ │ │ │ │ QRDecomposition.php
│ │ │ │ │ │ SingularValueDecomposition.php
│ │ │ │ │ │
│ │ │ │ │ └─utils
│ │ │ │ │ Error.php
│ │ │ │ │ Maths.php
│ │ │ │ │
│ │ │ │ ├─OLE
│ │ │ │ │ │ ChainedBlockStream.php
│ │ │ │ │ │ PPS.php
│ │ │ │ │ │
│ │ │ │ │ └─PPS
│ │ │ │ │ File.php
│ │ │ │ │ Root.php
│ │ │ │ │
│ │ │ │ ├─PCLZip
│ │ │ │ │ gnu-lgpl.txt
│ │ │ │ │ pclzip.lib.php
│ │ │ │ │ readme.txt
│ │ │ │ │
│ │ │ │ └─trend
│ │ │ │ bestFitClass.php
│ │ │ │ exponentialBestFitClass.php
│ │ │ │ linearBestFitClass.php
│ │ │ │ logarithmicBestFitClass.php
│ │ │ │ polynomialBestFitClass.php
│ │ │ │ powerBestFitClass.php
│ │ │ │ trendClass.php
│ │ │ │
│ │ │ ├─Style
│ │ │ │ Alignment.php
│ │ │ │ Border.php
│ │ │ │ Borders.php
│ │ │ │ Color.php
│ │ │ │ Conditional.php
│ │ │ │ Fill.php
│ │ │ │ Font.php
│ │ │ │ NumberFormat.php
│ │ │ │ Protection.php
│ │ │ │ Supervisor.php
│ │ │ │
│ │ │ ├─Worksheet
│ │ │ │ │ AutoFilter.php
│ │ │ │ │ BaseDrawing.php
│ │ │ │ │ CellIterator.php
│ │ │ │ │ Column.php
│ │ │ │ │ ColumnCellIterator.php
│ │ │ │ │ ColumnDimension.php
│ │ │ │ │ ColumnIterator.php
│ │ │ │ │ Dimension.php
│ │ │ │ │ Drawing.php
│ │ │ │ │ HeaderFooter.php
│ │ │ │ │ HeaderFooterDrawing.php
│ │ │ │ │ MemoryDrawing.php
│ │ │ │ │ PageMargins.php
│ │ │ │ │ PageSetup.php
│ │ │ │ │ Protection.php
│ │ │ │ │ Row.php
│ │ │ │ │ RowCellIterator.php
│ │ │ │ │ RowDimension.php
│ │ │ │ │ RowIterator.php
│ │ │ │ │ SheetView.php
│ │ │ │ │
│ │ │ │ ├─AutoFilter
│ │ │ │ │ │ Column.php
│ │ │ │ │ │
│ │ │ │ │ └─Column
│ │ │ │ │ Rule.php
│ │ │ │ │
│ │ │ │ └─Drawing
│ │ │ │ Shadow.php
│ │ │ │
│ │ │ └─Writer
│ │ │ │ Abstract.php
│ │ │ │ CSV.php
│ │ │ │ Excel2007.php
│ │ │ │ Excel5.php
│ │ │ │ Exception.php
│ │ │ │ HTML.php
│ │ │ │ IWriter.php
│ │ │ │ OpenDocument.php
│ │ │ │ PDF.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
│ │ │ │
│ │ │ ├─Excel5
│ │ │ │ BIFFwriter.php
│ │ │ │ Escher.php
│ │ │ │ Font.php
│ │ │ │ Parser.php
│ │ │ │ Workbook.php
│ │ │ │ Worksheet.php
│ │ │ │ Xf.php
│ │ │ │
│ │ │ ├─OpenDocument
│ │ │ │ │ Content.php
│ │ │ │ │ Meta.php
│ │ │ │ │ MetaInf.php
│ │ │ │ │ Mimetype.php
│ │ │ │ │ Settings.php
│ │ │ │ │ Styles.php
│ │ │ │ │ Thumbnails.php
│ │ │ │ │ WriterPart.php
│ │ │ │ │
│ │ │ │ └─Cell
│ │ │ │ Comment.php
│ │ │ │
│ │ │ └─PDF
│ │ │ Core.php
│ │ │ DomPDF.php
│ │ │ mPDF.php
│ │ │ tcPDF.php
│ │ │
│ │ ├─Documentation
│ │ │ │ Functionality Cross-Reference.xls
│ │ │ │ FunctionListByCategory.txt
│ │ │ │ FunctionListByName.txt
│ │ │ │ PHPExcel AutoFilter Reference developer documentation.doc
│ │ │ │ PHPExcel developer documentation.doc
│ │ │ │ PHPExcel Function Reference developer documentation.doc
│ │ │ │ PHPExcel User Documentation - Reading Spreadsheet Files.doc
│ │ │ │
│ │ │ ├─assets
│ │ │ │ └─ClassDiagrams
│ │ │ │ │ Architecture.cd
│ │ │ │ │ Architecture.png
│ │ │ │ │ ClassDiagrams.csproj
│ │ │ │ │ ClassDiagrams.csproj.user
│ │ │ │ │ ClassDiagrams.sln
│ │ │ │ │ ReaderWriter.cd
│ │ │ │ │ ReaderWriter.png
│ │ │ │ │
│ │ │ │ ├─Classes
│ │ │ │ │ IReader.cs
│ │ │ │ │ IWriter.cs
│ │ │ │ │ PHPExcel.cs
│ │ │ │ │ PHPExcel_IOFactory.cs
│ │ │ │ │ PHPExcel_Reader_Excel2007.cs
│ │ │ │ │ PHPExcel_Reader_Excel5.cs
│ │ │ │ │ PHPExcel_Reader_Serialized.cs
│ │ │ │ │ PHPExcel_Writer_Excel2007.cs
│ │ │ │ │ PHPExcel_Writer_Serialized.cs
│ │ │ │ │ Worksheet.cs
│ │ │ │ │
│ │ │ │ └─Exports
│ │ │ │ Architecture.png
│ │ │ │ ReaderWriter.png
│ │ │ │
│ │ │ ├─Examples
│ │ │ │ │ index.php
│ │ │ │ │
│ │ │ │ ├─Calculations
│ │ │ │ │ │ index.php
│ │ │ │ │ │
│ │ │ │ │ ├─Database
│ │ │ │ │ │ DAVERAGE.php
│ │ │ │ │ │ DCOUNT.php
│ │ │ │ │ │ DGET.php
│ │ │ │ │ │ DMAX.php
│ │ │ │ │ │ DMIN.php
│ │ │ │ │ │ DPRODUCT.php
│ │ │ │ │ │ DSTDEV.php
│ │ │ │ │ │ DSTDEVP.php
│ │ │ │ │ │ DVAR.php
│ │ │ │ │ │ DVARP.php
│ │ │ │ │ │
│ │ │ │ │ └─DateTime
│ │ │ │ │ DATE.php
│ │ │ │ │ DATEVALUE.php
│ │ │ │ │ TIME.php
│ │ │ │ │ TIMEVALUE.php
│ │ │ │ │
│ │ │ │ ├─Reader
│ │ │ │ │ │ exampleReader01.php
│ │ │ │ │ │ exampleReader02.php
│ │ │ │ │ │ exampleReader03.php
│ │ │ │ │ │ exampleReader04.php
│ │ │ │ │ │ exampleReader05.php
│ │ │ │ │ │ exampleReader06.php
│ │ │ │ │ │ exampleReader07.php
│ │ │ │ │ │ exampleReader08.php
│ │ │ │ │ │ exampleReader09.php
│ │ │ │ │ │ exampleReader10.php
│ │ │ │ │ │ exampleReader11.php
│ │ │ │ │ │ exampleReader12.php
│ │ │ │ │ │ exampleReader13.php
│ │ │ │ │ │ exampleReader14.php
│ │ │ │ │ │ exampleReader15.php
│ │ │ │ │ │ exampleReader16.php
│ │ │ │ │ │ exampleReader17.php
│ │ │ │ │ │ exampleReader18.php
│ │ │ │ │ │ exampleReader19.php
│ │ │ │ │ │
│ │ │ │ │ └─sampleData
│ │ │ │ │ example1.csv
│ │ │ │ │ example1.tsv
│ │ │ │ │ example1.xls
│ │ │ │ │ example2.csv
│ │ │ │ │ example2.xls
│ │ │ │ │
│ │ │ │ └─Reading WorkBook Data
│ │ │ │ │ exampleWorkBookReader01.php
│ │ │ │ │ exampleWorkBookReader02.php
│ │ │ │ │ exampleWorkBookReader03.php
│ │ │ │ │ exampleWorkBookReader04.php
│ │ │ │ │
│ │ │ │ └─sampleData
│ │ │ │ example1.xls
│ │ │ │ example1.xlsx
│ │ │ │ example2.xls
│ │ │ │
│ │ │ └─markdown
│ │ │ ├─CalculationEngine
│ │ │ │ └─FunctionReference
│ │ │ │ 01-Introduction.md
│ │ │ │ 02-01-Date-and-Time-Handling.md
│ │ │ │ 02-General-Introduction.md
│ │ │ │ 03-01-Cube-Functions.md
│ │ │ │ 03-02-Database-Functions.md
│ │ │ │ 03-03-Date-and-Time-Functions.md
│ │ │ │
│ │ │ ├─Features
│ │ │ │ └─Autofilters
│ │ │ │ │ 01-Autofilters.md
│ │ │ │ │ 02-Setting-an-Autofilter.md
│ │ │ │ │ 03-Autofilter-Expressions.md
│ │ │ │ │ 04-01-Autofilter-Expressions-Simple.md
│ │ │ │ │ 04-02-Autofilter-Expressions-Dategroup.md
│ │ │ │ │ 04-03-Autofilter-Expressions-Custom.md
│ │ │ │ │ 04-04-Autofilter-Expressions-Dynamic.md
│ │ │ │ │ 04-05-Autofilter-Expressions-Topten.md
│ │ │ │ │ 05-Executing-Autofilters.md
│ │ │ │ │ 06-Autofilter-Sorting.md
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ 01-01-autofilter.png
│ │ │ │ 01-02-autofilter.png
│ │ │ │ 01-03-filter-icon-1.png
│ │ │ │ 01-03-filter-icon-2.png
│ │ │ │ 01-04-autofilter.png
│ │ │ │ 04-01-simple-autofilter.png
│ │ │ │ 04-02-dategroup-autofilter.png
│ │ │ │ 04-03-custom-autofilter-1.png
│ │ │ │ 04-03-custom-autofilter-2.png
│ │ │ │ 04-04-dynamic-autofilter.png
│ │ │ │ 04-05-topten-autofilter-1.png
│ │ │ │ 04-05-topten-autofilter-2.png
│ │ │ │
│ │ │ ├─Functions
│ │ │ │ FunctionListByCategory.md
│ │ │ │ FunctionListByName.md
│ │ │ │
│ │ │ ├─Overview
│ │ │ │ │ 01-Getting-Started.md
│ │ │ │ │ 02-Architecture.md
│ │ │ │ │ 03-Creating-a-Spreadsheet.md
│ │ │ │ │ 04-Configuration-Settings.md
│ │ │ │ │ 05-Deleting-a-Workbook.md
│ │ │ │ │ 06-Worksheets.md
│ │ │ │ │ 07-Accessing-Cells.md
│ │ │ │ │ 08-Recipes.md
│ │ │ │ │ 09-Calculation-Engine.md
│ │ │ │ │ 10-Reading-and-Writing.md
│ │ │ │ │ 11-Appendices.md
│ │ │ │ │
│ │ │ │ └─images
│ │ │ │ 01-schematic.png
│ │ │ │ 02-readers-writers.png
│ │ │ │ 07-simple-example-1.png
│ │ │ │ 07-simple-example-2.png
│ │ │ │ 07-simple-example-3.png
│ │ │ │ 07-simple-example-4.png
│ │ │ │ 08-cell-comment.png
│ │ │ │ 08-column-width.png
│ │ │ │ 08-page-setup-margins.png
│ │ │ │ 08-page-setup-scaling-options.png
│ │ │ │ 08-styling-border-options.png
│ │ │ │ 09-command-line-calculation.png
│ │ │ │ 09-formula-in-cell-1.png
│ │ │ │ 09-formula-in-cell-2.png
│ │ │ │
│ │ │ └─ReadingSpreadsheetFiles
│ │ │ 01-File-Formats.md
│ │ │ 02-Security.md
│ │ │ 03-Loading-a-Spreadsheet.md
│ │ │ 04-Loading-with-a-Reader.md
│ │ │ 05-Reader-Options.md
│ │ │ 06-Error-Handling.md
│ │ │ 07-Helper-Methods.md
│ │ │
│ │ └─Examples
│ │ │ .gitignore
│ │ │ 01pharSimple.php
│ │ │ 01simple-download-ods.php
│ │ │ 01simple-download-pdf.php
│ │ │ 01simple-download-xls.php
│ │ │ 01simple-download-xlsx.php
│ │ │ 01simple.php
│ │ │ 01simplePCLZip.php
│ │ │ 02types-xls.php
│ │ │ 02types.php
│ │ │ 03formulas.php
│ │ │ 04printing.php
│ │ │ 05featuredemo.inc.php
│ │ │ 05featuredemo.php
│ │ │ 06largescale-with-cellcaching-sqlite.php
│ │ │ 06largescale-with-cellcaching-sqlite3.php
│ │ │ 06largescale-with-cellcaching.php
│ │ │ 06largescale-xls.php
│ │ │ 06largescale.php
│ │ │ 07reader.php
│ │ │ 07readerPCLZip.php
│ │ │ 08conditionalformatting.php
│ │ │ 08conditionalformatting2.php
│ │ │ 09pagebreaks.php
│ │ │ 10autofilter-selection-1.php
│ │ │ 10autofilter-selection-2.php
│ │ │ 10autofilter-selection-display.php
│ │ │ 10autofilter.php
│ │ │ 11documentsecurity-xls.php
│ │ │ 11documentsecurity.php
│ │ │ 12cellProtection.php
│ │ │ 13calculation.php
│ │ │ 13calculationCyclicFormulae.php
│ │ │ 14excel5.php
│ │ │ 15datavalidation-xls.php
│ │ │ 15datavalidation.php
│ │ │ 16csv.php
│ │ │ 17html.php
│ │ │ 18extendedcalculation.php
│ │ │ 19namedrange.php
│ │ │ 20readexcel5.php
│ │ │ 21pdf.php
│ │ │ 22heavilyformatted.php
│ │ │ 23sharedstyles.php
│ │ │ 24readfilter.php
│ │ │ 25inmemoryimage.php
│ │ │ 26utf8.php
│ │ │ 27imagesexcel5.php
│ │ │ 28iterator.php
│ │ │ 29advancedvaluebinder.php
│ │ │ 30template.php
│ │ │ 31docproperties_write-xls.php
│ │ │ 31docproperties_write.php
│ │ │ 32chartreadwrite.php
│ │ │ 33chartcreate-area.php
│ │ │ 33chartcreate-bar-stacked.php
│ │ │ 33chartcreate-bar.php
│ │ │ 33chartcreate-column-2.php
│ │ │ 33chartcreate-column.php
│ │ │ 33chartcreate-composite.php
│ │ │ 33chartcreate-line.php
│ │ │ 33chartcreate-multiple-charts.php
│ │ │ 33chartcreate-pie.php
│ │ │ 33chartcreate-radar.php
│ │ │ 33chartcreate-scatter.php
│ │ │ 33chartcreate-stock.php
│ │ │ 34chartupdate.php
│ │ │ 35chartrender.php
│ │ │ 36chartreadwriteHTML.php
│ │ │ 36chartreadwritePDF.php
│ │ │ 37page_layout_view.php
│ │ │ 38cloneWorksheet.php
│ │ │ 39dropdown.php
│ │ │ 40duplicateStyle.php
│ │ │ 41password.php
│ │ │ 42richText.php
│ │ │ 43mergeWorkbooks.php
│ │ │ 44worksheetInfo.php
│ │ │ Excel2003XMLReader.php
│ │ │ Excel2003XMLTest.xml
│ │ │ GnumericReader.php
│ │ │ GnumericTest.gnumeric
│ │ │ OOCalcReader.php
│ │ │ OOCalcReaderPCLZip.php
│ │ │ OOCalcTest.ods
│ │ │ Quadratic.php
│ │ │ Quadratic2.php
│ │ │ runall.php
│ │ │ SylkReader.php
│ │ │ SylkTest.slk
│ │ │ XMLReader.php
│ │ │ XMLTest.xml
│ │ │
│ │ ├─data
│ │ │ └─continents
│ │ │ Africa.txt
│ │ │ Asia.txt
│ │ │ Europe.txt
│ │ │ North America.txt
│ │ │ Oceania.txt
│ │ │ South America.txt
│ │ │
│ │ └─images
│ │ paid.png
│ │ phpexcel_logo.gif
│ │
│ ├─pimple
│ │ └─pimple
│ │ │ .gitignore
│ │ │ .travis.yml
│ │ │ CHANGELOG
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ phpunit.xml.dist
│ │ │ README.rst
│ │ │
│ │ ├─ext
│ │ │ └─pimple
│ │ │ │ .gitignore
│ │ │ │ config.m4
│ │ │ │ config.w32
│ │ │ │ php_pimple.h
│ │ │ │ pimple.c
│ │ │ │ pimple_compat.h
│ │ │ │ README.md
│ │ │ │
│ │ │ └─tests
│ │ │ 001.phpt
│ │ │ 002.phpt
│ │ │ 003.phpt
│ │ │ 004.phpt
│ │ │ 005.phpt
│ │ │ 006.phpt
│ │ │ 007.phpt
│ │ │ 008.phpt
│ │ │ 009.phpt
│ │ │ 010.phpt
│ │ │ 011.phpt
│ │ │ 012.phpt
│ │ │ 013.phpt
│ │ │ 014.phpt
│ │ │ 015.phpt
│ │ │ 016.phpt
│ │ │ 017.phpt
│ │ │ 017_1.phpt
│ │ │ 018.phpt
│ │ │ 019.phpt
│ │ │ bench.phpb
│ │ │ bench_shared.phpb
│ │ │
│ │ └─src
│ │ └─Pimple
│ │ │ Container.php
│ │ │ ServiceIterator.php
│ │ │ ServiceProviderInterface.php
│ │ │
│ │ ├─Exception
│ │ │ ExpectedInvokableException.php
│ │ │ FrozenServiceException.php
│ │ │ InvalidServiceIdentifierException.php
│ │ │ UnknownIdentifierException.php
│ │ │
│ │ ├─Psr11
│ │ │ Container.php
│ │ │ ServiceLocator.php
│ │ │
│ │ └─Tests
│ │ │ PimpleServiceProviderInterfaceTest.php
│ │ │ PimpleTest.php
│ │ │ ServiceIteratorTest.php
│ │ │
│ │ ├─Fixtures
│ │ │ Invokable.php
│ │ │ NonInvokable.php
│ │ │ PimpleServiceProvider.php
│ │ │ Service.php
│ │ │
│ │ └─Psr11
│ │ ContainerTest.php
│ │ ServiceLocatorTest.php
│ │
│ ├─psr
│ │ ├─cache
│ │ │ │ CHANGELOG.md
│ │ │ │ composer.json
│ │ │ │ LICENSE.txt
│ │ │ │ README.md
│ │ │ │
│ │ │ └─src
│ │ │ CacheException.php
│ │ │ CacheItemInterface.php
│ │ │ CacheItemPoolInterface.php
│ │ │ InvalidArgumentException.php
│ │ │
│ │ ├─container
│ │ │ │ .gitignore
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │
│ │ │ └─src
│ │ │ ContainerExceptionInterface.php
│ │ │ ContainerInterface.php
│ │ │ NotFoundExceptionInterface.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
│ │ │ │ .gitignore
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │
│ │ │ └─Psr
│ │ │ └─Log
│ │ │ │ AbstractLogger.php
│ │ │ │ InvalidArgumentException.php
│ │ │ │ LoggerAwareInterface.php
│ │ │ │ LoggerAwareTrait.php
│ │ │ │ LoggerInterface.php
│ │ │ │ LoggerTrait.php
│ │ │ │ LogLevel.php
│ │ │ │ NullLogger.php
│ │ │ │
│ │ │ └─Test
│ │ │ LoggerInterfaceTest.php
│ │ │ TestLogger.php
│ │ │
│ │ └─simple-cache
│ │ │ .editorconfig
│ │ │ composer.json
│ │ │ LICENSE.md
│ │ │ README.md
│ │ │
│ │ └─src
│ │ CacheException.php
│ │ CacheInterface.php
│ │ InvalidArgumentException.php
│ │
│ ├─qcloud
│ │ └─cos-sdk-v5
│ │ │ .gitignore
│ │ │ .travis.yml
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ phpunit.xml
│ │ │ README.md
│ │ │ sample.php
│ │ │
│ │ ├─sample
│ │ │ abortMultipartUpload.php
│ │ │ catchException.php
│ │ │ completeMultipartUpload.php
│ │ │ copyObject.php
│ │ │ createBucket.php
│ │ │ createMultipartUpload.php
│ │ │ deleteBucket.php
│ │ │ deleteBucketCors.php
│ │ │ deleteBucketLifecycle.php
│ │ │ deleteObject.php
│ │ │ getBucketAcl.php
│ │ │ getBucketCors.php
│ │ │ getBucketLifecycle.php
│ │ │ getObject.php
│ │ │ headBucket.php
│ │ │ headObject.php
│ │ │ listBucket.php
│ │ │ listMultipartUploads.php
│ │ │ listObjects.php
│ │ │ listParts.php
│ │ │ putBucketAcl.php
│ │ │ putBucketCors.php
│ │ │ putBucketLifecycle.php
│ │ │ putObject.php
│ │ │ restoreObject.php
│ │ │ upload.php
│ │ │ uploadPart.php
│ │ │
│ │ └─src
│ │ └─Qcloud
│ │ └─Cos
│ │ │ BucketStyleListener.php
│ │ │ Client.php
│ │ │ Command.php
│ │ │ Copy.php
│ │ │ ExceptionListener.php
│ │ │ ExceptionParser.php
│ │ │ Md5Listener.php
│ │ │ MultipartUpload.php
│ │ │ Service.php
│ │ │ Signature.php
│ │ │ SignatureListener.php
│ │ │ TokenListener.php
│ │ │ UploadBodyListener.php
│ │ │
│ │ ├─Exception
│ │ │ BucketAlreadyExistsException.php
│ │ │ BucketNotEmptyException.php
│ │ │ CosException.php
│ │ │ CurlException.php
│ │ │ InvalidArgumentException.php
│ │ │ NoSuchBucketException.php
│ │ │ NoSuchKeyException.php
│ │ │ NoSuchUploadException.php
│ │ │ ServiceResponseException.php
│ │ │
│ │ └─Tests
│ │ Test.php
│ │ TestHelper.php
│ │
│ ├─qiniu
│ │ └─php-sdk
│ │ │ .gitignore
│ │ │ .scrutinizer.yml
│ │ │ .travis.yml
│ │ │ autoload.php
│ │ │ CHANGELOG.md
│ │ │ composer.json
│ │ │ CONTRIBUTING.md
│ │ │ LICENSE
│ │ │ phpunit.xml.dist
│ │ │ README.md
│ │ │ test-env.sh
│ │ │
│ │ ├─docs
│ │ │ ├─rtc
│ │ │ │ example.php
│ │ │ │ README.md
│ │ │ │
│ │ │ └─sms
│ │ │ example.php
│ │ │
│ │ ├─examples
│ │ │ bucket_lifecycleRule.php
│ │ │ cdn_get_bandwidth.php
│ │ │ cdn_get_flux.php
│ │ │ cdn_get_log_list.php
│ │ │ cdn_refresh_urls_dirs.php
│ │ │ cdn_timestamp_antileech.php
│ │ │ delete_bucket.php
│ │ │ delete_bucketEvent.php
│ │ │ delete_bucketLifecycleRule.php
│ │ │ get_bucketEvents.php
│ │ │ get_bucketinfo.php
│ │ │ get_bucketinfos.php
│ │ │ get_bucketLifecycleRules.php
│ │ │ get_bucketList.php
│ │ │ get_bucketQuota.php
│ │ │ get_corsRules.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
│ │ │ pulpvideo.php
│ │ │ put_bucketAccessMode.php
│ │ │ put_bucketAccessStyleMode.php
│ │ │ put_bucketEvent.php
│ │ │ put_bucketMaxAge.php
│ │ │ put_bucketQuota.php
│ │ │ put_referAntiLeech.php
│ │ │ qetag.php
│ │ │ README.md
│ │ │ rsf_list_bucket.php
│ │ │ rsf_list_files.php
│ │ │ rsf_v2list_bucket.php
│ │ │ rs_batch_change_mime.php
│ │ │ rs_batch_change_type.php
│ │ │ rs_batch_copy.php
│ │ │ rs_batch_delete.php
│ │ │ rs_batch_delete_after_days.php
│ │ │ rs_batch_move.php
│ │ │ rs_batch_stat.php
│ │ │ rs_buckets.php
│ │ │ rs_bucket_domains.php
│ │ │ rs_change_mime.php
│ │ │ rs_change_status.php
│ │ │ rs_change_type.php
│ │ │ rs_copy.php
│ │ │ rs_delete.php
│ │ │ rs_delete_after_days.php
│ │ │ rs_download_urls.php
│ │ │ rs_fetch.php
│ │ │ rs_move.php
│ │ │ rs_prefetch.php
│ │ │ rs_pub_domain.php
│ │ │ rs_stat.php
│ │ │ saveas.php
│ │ │ update_bucketEvent.php
│ │ │ update_bucketLifecycleRule.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
│ │ │
│ │ ├─src
│ │ │ └─Qiniu
│ │ │ │ Auth.php
│ │ │ │ Config.php
│ │ │ │ Etag.php
│ │ │ │ functions.php
│ │ │ │ Region.php
│ │ │ │ Zone.php
│ │ │ │
│ │ │ ├─Cdn
│ │ │ │ CdnManager.php
│ │ │ │
│ │ │ ├─Http
│ │ │ │ Client.php
│ │ │ │ Error.php
│ │ │ │ Request.php
│ │ │ │ Response.php
│ │ │ │
│ │ │ ├─Processing
│ │ │ │ ImageUrlBuilder.php
│ │ │ │ Operation.php
│ │ │ │ PersistentFop.php
│ │ │ │
│ │ │ ├─Rtc
│ │ │ │ AppClient.php
│ │ │ │
│ │ │ ├─Sms
│ │ │ │ Sms.php
│ │ │ │
│ │ │ └─Storage
│ │ │ ArgusManager.php
│ │ │ BucketManager.php
│ │ │ FormUploader.php
│ │ │ ResumeUploader.php
│ │ │ UploadManager.php
│ │ │
│ │ └─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
│ │
│ ├─ralouphie
│ │ └─getallheaders
│ │ │ .gitignore
│ │ │ .travis.yml
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ phpunit.xml
│ │ │ README.md
│ │ │
│ │ ├─src
│ │ │ getallheaders.php
│ │ │
│ │ └─tests
│ │ GetAllHeadersTest.php
│ │
│ ├─spatie
│ │ └─macroable
│ │ │ .styleci.yml
│ │ │ CHANGELOG.md
│ │ │ composer.json
│ │ │ CONTRIBUTING.md
│ │ │ LICENSE.md
│ │ │ README.md
│ │ │
│ │ ├─config
│ │ │ .gitkeep
│ │ │
│ │ └─src
│ │ Macroable.php
│ │
│ ├─symfony
│ │ ├─event-dispatcher
│ │ │ │ .gitignore
│ │ │ │ CHANGELOG.md
│ │ │ │ composer.json
│ │ │ │ ContainerAwareEventDispatcher.php
│ │ │ │ Event.php
│ │ │ │ EventDispatcher.php
│ │ │ │ EventDispatcherInterface.php
│ │ │ │ EventSubscriberInterface.php
│ │ │ │ GenericEvent.php
│ │ │ │ ImmutableEventDispatcher.php
│ │ │ │ LICENSE
│ │ │ │ phpunit.xml.dist
│ │ │ │ README.md
│ │ │ │
│ │ │ ├─Debug
│ │ │ │ TraceableEventDispatcher.php
│ │ │ │ TraceableEventDispatcherInterface.php
│ │ │ │ WrappedListener.php
│ │ │ │
│ │ │ ├─DependencyInjection
│ │ │ │ RegisterListenersPass.php
│ │ │ │
│ │ │ └─Tests
│ │ │ │ AbstractEventDispatcherTest.php
│ │ │ │ ContainerAwareEventDispatcherTest.php
│ │ │ │ EventDispatcherTest.php
│ │ │ │ EventTest.php
│ │ │ │ GenericEventTest.php
│ │ │ │ ImmutableEventDispatcherTest.php
│ │ │ │
│ │ │ ├─Debug
│ │ │ │ TraceableEventDispatcherTest.php
│ │ │ │
│ │ │ └─DependencyInjection
│ │ │ RegisterListenersPassTest.php
│ │ │
│ │ ├─http-foundation
│ │ │ │ .gitignore
│ │ │ │ AcceptHeader.php
│ │ │ │ AcceptHeaderItem.php
│ │ │ │ ApacheRequest.php
│ │ │ │ BinaryFileResponse.php
│ │ │ │ CHANGELOG.md
│ │ │ │ composer.json
│ │ │ │ Cookie.php
│ │ │ │ ExpressionRequestMatcher.php
│ │ │ │ FileBag.php
│ │ │ │ HeaderBag.php
│ │ │ │ IpUtils.php
│ │ │ │ JsonResponse.php
│ │ │ │ LICENSE
│ │ │ │ ParameterBag.php
│ │ │ │ phpunit.xml.dist
│ │ │ │ README.md
│ │ │ │ RedirectResponse.php
│ │ │ │ Request.php
│ │ │ │ RequestMatcher.php
│ │ │ │ RequestMatcherInterface.php
│ │ │ │ RequestStack.php
│ │ │ │ Response.php
│ │ │ │ ResponseHeaderBag.php
│ │ │ │ ServerBag.php
│ │ │ │ StreamedResponse.php
│ │ │ │
│ │ │ ├─Exception
│ │ │ │ ConflictingHeadersException.php
│ │ │ │ RequestExceptionInterface.php
│ │ │ │ SuspiciousOperationException.php
│ │ │ │
│ │ │ ├─File
│ │ │ │ │ File.php
│ │ │ │ │ Stream.php
│ │ │ │ │ UploadedFile.php
│ │ │ │ │
│ │ │ │ ├─Exception
│ │ │ │ │ AccessDeniedException.php
│ │ │ │ │ FileException.php
│ │ │ │ │ FileNotFoundException.php
│ │ │ │ │ UnexpectedTypeException.php
│ │ │ │ │ UploadException.php
│ │ │ │ │
│ │ │ │ └─MimeType
│ │ │ │ ExtensionGuesser.php
│ │ │ │ ExtensionGuesserInterface.php
│ │ │ │ FileBinaryMimeTypeGuesser.php
│ │ │ │ FileinfoMimeTypeGuesser.php
│ │ │ │ MimeTypeExtensionGuesser.php
│ │ │ │ MimeTypeGuesser.php
│ │ │ │ MimeTypeGuesserInterface.php
│ │ │ │
│ │ │ ├─Session
│ │ │ │ │ Session.php
│ │ │ │ │ SessionBagInterface.php
│ │ │ │ │ SessionBagProxy.php
│ │ │ │ │ SessionInterface.php
│ │ │ │ │
│ │ │ │ ├─Attribute
│ │ │ │ │ AttributeBag.php
│ │ │ │ │ AttributeBagInterface.php
│ │ │ │ │ NamespacedAttributeBag.php
│ │ │ │ │
│ │ │ │ ├─Flash
│ │ │ │ │ AutoExpireFlashBag.php
│ │ │ │ │ FlashBag.php
│ │ │ │ │ FlashBagInterface.php
│ │ │ │ │
│ │ │ │ └─Storage
│ │ │ │ │ MetadataBag.php
│ │ │ │ │ MockArraySessionStorage.php
│ │ │ │ │ MockFileSessionStorage.php
│ │ │ │ │ NativeSessionStorage.php
│ │ │ │ │ PhpBridgeSessionStorage.php
│ │ │ │ │ SessionStorageInterface.php
│ │ │ │ │
│ │ │ │ ├─Handler
│ │ │ │ │ AbstractSessionHandler.php
│ │ │ │ │ MemcachedSessionHandler.php
│ │ │ │ │ MemcacheSessionHandler.php
│ │ │ │ │ MongoDbSessionHandler.php
│ │ │ │ │ NativeFileSessionHandler.php
│ │ │ │ │ NativeSessionHandler.php
│ │ │ │ │ NullSessionHandler.php
│ │ │ │ │ PdoSessionHandler.php
│ │ │ │ │ StrictSessionHandler.php
│ │ │ │ │ WriteCheckSessionHandler.php
│ │ │ │ │
│ │ │ │ └─Proxy
│ │ │ │ AbstractProxy.php
│ │ │ │ NativeProxy.php
│ │ │ │ SessionHandlerProxy.php
│ │ │ │
│ │ │ └─Tests
│ │ │ │ AcceptHeaderItemTest.php
│ │ │ │ AcceptHeaderTest.php
│ │ │ │ ApacheRequestTest.php
│ │ │ │ BinaryFileResponseTest.php
│ │ │ │ CookieTest.php
│ │ │ │ ExpressionRequestMatcherTest.php
│ │ │ │ FileBagTest.php
│ │ │ │ HeaderBagTest.php
│ │ │ │ IpUtilsTest.php
│ │ │ │ JsonResponseTest.php
│ │ │ │ ParameterBagTest.php
│ │ │ │ RedirectResponseTest.php
│ │ │ │ RequestMatcherTest.php
│ │ │ │ RequestStackTest.php
│ │ │ │ RequestTest.php
│ │ │ │ ResponseFunctionalTest.php
│ │ │ │ ResponseHeaderBagTest.php
│ │ │ │ ResponseTest.php
│ │ │ │ ResponseTestCase.php
│ │ │ │ ServerBagTest.php
│ │ │ │ StreamedResponseTest.php
│ │ │ │
│ │ │ ├─File
│ │ │ │ │ FakeFile.php
│ │ │ │ │ FileTest.php
│ │ │ │ │ UploadedFileTest.php
│ │ │ │ │
│ │ │ │ ├─Fixtures
│ │ │ │ │ │ .unknownextension
│ │ │ │ │ │ case-sensitive-mime-type.xlsm
│ │ │ │ │ │ other-file.example
│ │ │ │ │ │ test
│ │ │ │ │ │ test.gif
│ │ │ │ │ │
│ │ │ │ │ └─directory
│ │ │ │ │ .empty
│ │ │ │ │
│ │ │ │ └─MimeType
│ │ │ │ MimeTypeTest.php
│ │ │ │
│ │ │ ├─Fixtures
│ │ │ │ └─response-functional
│ │ │ │ common.inc
│ │ │ │ cookie_max_age.expected
│ │ │ │ cookie_max_age.php
│ │ │ │ cookie_raw_urlencode.expected
│ │ │ │ cookie_raw_urlencode.php
│ │ │ │ cookie_samesite_lax.expected
│ │ │ │ cookie_samesite_lax.php
│ │ │ │ cookie_samesite_strict.expected
│ │ │ │ cookie_samesite_strict.php
│ │ │ │ cookie_urlencode.expected
│ │ │ │ cookie_urlencode.php
│ │ │ │ invalid_cookie_name.expected
│ │ │ │ invalid_cookie_name.php
│ │ │ │
│ │ │ ├─schema
│ │ │ │ http-status-codes.rng
│ │ │ │ iana-registry.rng
│ │ │ │
│ │ │ └─Session
│ │ │ │ SessionTest.php
│ │ │ │
│ │ │ ├─Attribute
│ │ │ │ AttributeBagTest.php
│ │ │ │ NamespacedAttributeBagTest.php
│ │ │ │
│ │ │ ├─Flash
│ │ │ │ AutoExpireFlashBagTest.php
│ │ │ │ FlashBagTest.php
│ │ │ │
│ │ │ └─Storage
│ │ │ │ MetadataBagTest.php
│ │ │ │ MockArraySessionStorageTest.php
│ │ │ │ MockFileSessionStorageTest.php
│ │ │ │ NativeSessionStorageTest.php
│ │ │ │ PhpBridgeSessionStorageTest.php
│ │ │ │
│ │ │ ├─Handler
│ │ │ │ │ AbstractSessionHandlerTest.php
│ │ │ │ │ MemcachedSessionHandlerTest.php
│ │ │ │ │ MemcacheSessionHandlerTest.php
│ │ │ │ │ MongoDbSessionHandlerTest.php
│ │ │ │ │ NativeFileSessionHandlerTest.php
│ │ │ │ │ NativeSessionHandlerTest.php
│ │ │ │ │ NullSessionHandlerTest.php
│ │ │ │ │ PdoSessionHandlerTest.php
│ │ │ │ │ StrictSessionHandlerTest.php
│ │ │ │ │ WriteCheckSessionHandlerTest.php
│ │ │ │ │
│ │ │ │ └─Fixtures
│ │ │ │ common.inc
│ │ │ │ empty_destroys.expected
│ │ │ │ empty_destroys.php
│ │ │ │ read_only.expected
│ │ │ │ read_only.php
│ │ │ │ regenerate.expected
│ │ │ │ regenerate.php
│ │ │ │ storage.expected
│ │ │ │ storage.php
│ │ │ │ with_cookie.expected
│ │ │ │ with_cookie.php
│ │ │ │ with_cookie_and_session.expected
│ │ │ │ with_cookie_and_session.php
│ │ │ │
│ │ │ └─Proxy
│ │ │ AbstractProxyTest.php
│ │ │ NativeProxyTest.php
│ │ │ SessionHandlerProxyTest.php
│ │ │
│ │ ├─polyfill-mbstring
│ │ │ │ bootstrap.php
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ Mbstring.php
│ │ │ │ README.md
│ │ │ │
│ │ │ └─Resources
│ │ │ └─unidata
│ │ │ lowerCase.php
│ │ │ titleCaseRegexp.php
│ │ │ upperCase.php
│ │ │
│ │ ├─polyfill-php70
│ │ │ │ bootstrap.php
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ Php70.php
│ │ │ │ README.md
│ │ │ │
│ │ │ └─Resources
│ │ │ └─stubs
│ │ │ ArithmeticError.php
│ │ │ AssertionError.php
│ │ │ DivisionByZeroError.php
│ │ │ Error.php
│ │ │ ParseError.php
│ │ │ SessionUpdateTimestampHandlerInterface.php
│ │ │ TypeError.php
│ │ │
│ │ ├─polyfill-php72
│ │ │ bootstrap.php
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ Php72.php
│ │ │ README.md
│ │ │
│ │ ├─process
│ │ │ │ .gitignore
│ │ │ │ CHANGELOG.md
│ │ │ │ composer.json
│ │ │ │ ExecutableFinder.php
│ │ │ │ InputStream.php
│ │ │ │ LICENSE
│ │ │ │ PhpExecutableFinder.php
│ │ │ │ PhpProcess.php
│ │ │ │ phpunit.xml.dist
│ │ │ │ Process.php
│ │ │ │ ProcessUtils.php
│ │ │ │ README.md
│ │ │ │
│ │ │ ├─Exception
│ │ │ │ ExceptionInterface.php
│ │ │ │ InvalidArgumentException.php
│ │ │ │ LogicException.php
│ │ │ │ ProcessFailedException.php
│ │ │ │ ProcessSignaledException.php
│ │ │ │ ProcessTimedOutException.php
│ │ │ │ RuntimeException.php
│ │ │ │
│ │ │ ├─Pipes
│ │ │ │ AbstractPipes.php
│ │ │ │ PipesInterface.php
│ │ │ │ UnixPipes.php
│ │ │ │ WindowsPipes.php
│ │ │ │
│ │ │ └─Tests
│ │ │ ErrorProcessInitiator.php
│ │ │ ExecutableFinderTest.php
│ │ │ KillableProcessWithOutput.php
│ │ │ NonStopableProcess.php
│ │ │ PhpExecutableFinderTest.php
│ │ │ PhpProcessTest.php
│ │ │ PipeStdinInStdoutStdErrStreamSelect.php
│ │ │ ProcessFailedExceptionTest.php
│ │ │ ProcessTest.php
│ │ │ SignalListener.php
│ │ │
│ │ ├─psr-http-message-bridge
│ │ │ │ .gitignore
│ │ │ │ .php_cs.dist
│ │ │ │ .travis.yml
│ │ │ │ CHANGELOG.md
│ │ │ │ composer.json
│ │ │ │ HttpFoundationFactoryInterface.php
│ │ │ │ HttpMessageFactoryInterface.php
│ │ │ │ LICENSE
│ │ │ │ phpunit.xml.dist
│ │ │ │ README.md
│ │ │ │
│ │ │ ├─Factory
│ │ │ │ DiactorosFactory.php
│ │ │ │ HttpFoundationFactory.php
│ │ │ │ PsrHttpFactory.php
│ │ │ │
│ │ │ └─Tests
│ │ │ ├─Factory
│ │ │ │ AbstractHttpMessageFactoryTest.php
│ │ │ │ DiactorosFactoryTest.php
│ │ │ │ HttpFoundationFactoryTest.php
│ │ │ │ PsrHttpFactoryTest.php
│ │ │ │
│ │ │ ├─Fixtures
│ │ │ │ Message.php
│ │ │ │ Response.php
│ │ │ │ ServerRequest.php
│ │ │ │ Stream.php
│ │ │ │ UploadedFile.php
│ │ │ │ Uri.php
│ │ │ │
│ │ │ └─Functional
│ │ │ CovertTest.php
│ │ │
│ │ ├─translation
│ │ │ │ .gitignore
│ │ │ │ CHANGELOG.md
│ │ │ │ composer.json
│ │ │ │ DataCollectorTranslator.php
│ │ │ │ IdentityTranslator.php
│ │ │ │ Interval.php
│ │ │ │ LICENSE
│ │ │ │ LoggingTranslator.php
│ │ │ │ MessageCatalogue.php
│ │ │ │ MessageCatalogueInterface.php
│ │ │ │ MessageSelector.php
│ │ │ │ MetadataAwareInterface.php
│ │ │ │ phpunit.xml.dist
│ │ │ │ PluralizationRules.php
│ │ │ │ README.md
│ │ │ │ Translator.php
│ │ │ │ TranslatorBagInterface.php
│ │ │ │ TranslatorInterface.php
│ │ │ │
│ │ │ ├─Catalogue
│ │ │ │ AbstractOperation.php
│ │ │ │ MergeOperation.php
│ │ │ │ OperationInterface.php
│ │ │ │ TargetOperation.php
│ │ │ │
│ │ │ ├─Command
│ │ │ │ XliffLintCommand.php
│ │ │ │
│ │ │ ├─DataCollector
│ │ │ │ TranslationDataCollector.php
│ │ │ │
│ │ │ ├─DependencyInjection
│ │ │ │ TranslationDumperPass.php
│ │ │ │ TranslationExtractorPass.php
│ │ │ │ TranslatorPass.php
│ │ │ │ TranslatorPathsPass.php
│ │ │ │
│ │ │ ├─Dumper
│ │ │ │ CsvFileDumper.php
│ │ │ │ DumperInterface.php
│ │ │ │ FileDumper.php
│ │ │ │ IcuResFileDumper.php
│ │ │ │ IniFileDumper.php
│ │ │ │ JsonFileDumper.php
│ │ │ │ MoFileDumper.php
│ │ │ │ PhpFileDumper.php
│ │ │ │ PoFileDumper.php
│ │ │ │ QtFileDumper.php
│ │ │ │ XliffFileDumper.php
│ │ │ │ YamlFileDumper.php
│ │ │ │
│ │ │ ├─Exception
│ │ │ │ ExceptionInterface.php
│ │ │ │ InvalidArgumentException.php
│ │ │ │ InvalidResourceException.php
│ │ │ │ LogicException.php
│ │ │ │ NotFoundResourceException.php
│ │ │ │ RuntimeException.php
│ │ │ │
│ │ │ ├─Extractor
│ │ │ │ AbstractFileExtractor.php
│ │ │ │ ChainExtractor.php
│ │ │ │ ExtractorInterface.php
│ │ │ │ PhpExtractor.php
│ │ │ │ PhpStringTokenParser.php
│ │ │ │
│ │ │ ├─Formatter
│ │ │ │ ChoiceMessageFormatterInterface.php
│ │ │ │ IntlFormatter.php
│ │ │ │ IntlFormatterInterface.php
│ │ │ │ MessageFormatter.php
│ │ │ │ MessageFormatterInterface.php
│ │ │ │
│ │ │ ├─Loader
│ │ │ │ ArrayLoader.php
│ │ │ │ CsvFileLoader.php
│ │ │ │ FileLoader.php
│ │ │ │ IcuDatFileLoader.php
│ │ │ │ IcuResFileLoader.php
│ │ │ │ IniFileLoader.php
│ │ │ │ JsonFileLoader.php
│ │ │ │ LoaderInterface.php
│ │ │ │ MoFileLoader.php
│ │ │ │ PhpFileLoader.php
│ │ │ │ PoFileLoader.php
│ │ │ │ QtFileLoader.php
│ │ │ │ XliffFileLoader.php
│ │ │ │ YamlFileLoader.php
│ │ │ │
│ │ │ ├─Reader
│ │ │ │ TranslationReader.php
│ │ │ │ TranslationReaderInterface.php
│ │ │ │
│ │ │ ├─Resources
│ │ │ │ ├─bin
│ │ │ │ │ translation-status.php
│ │ │ │ │
│ │ │ │ ├─data
│ │ │ │ │ parents.json
│ │ │ │ │
│ │ │ │ └─schemas
│ │ │ │ xliff-core-1.2-strict.xsd
│ │ │ │ xliff-core-2.0.xsd
│ │ │ │ xml.xsd
│ │ │ │
│ │ │ ├─Tests
│ │ │ │ │ DataCollectorTranslatorTest.php
│ │ │ │ │ IdentityTranslatorTest.php
│ │ │ │ │ IntervalTest.php
│ │ │ │ │ LoggingTranslatorTest.php
│ │ │ │ │ MessageCatalogueTest.php
│ │ │ │ │ MessageSelectorTest.php
│ │ │ │ │ PluralizationRulesTest.php
│ │ │ │ │ TranslatorCacheTest.php
│ │ │ │ │ TranslatorTest.php
│ │ │ │ │
│ │ │ │ ├─Catalogue
│ │ │ │ │ AbstractOperationTest.php
│ │ │ │ │ MergeOperationTest.php
│ │ │ │ │ TargetOperationTest.php
│ │ │ │ │
│ │ │ │ ├─Command
│ │ │ │ │ XliffLintCommandTest.php
│ │ │ │ │
│ │ │ │ ├─DataCollector
│ │ │ │ │ TranslationDataCollectorTest.php
│ │ │ │ │
│ │ │ │ ├─DependencyInjection
│ │ │ │ │ │ TranslationDumperPassTest.php
│ │ │ │ │ │ TranslationExtractorPassTest.php
│ │ │ │ │ │ TranslationPassTest.php
│ │ │ │ │ │ TranslationPathsPassTest.php
│ │ │ │ │ │
│ │ │ │ │ └─fixtures
│ │ │ │ │ ControllerArguments.php
│ │ │ │ │ ServiceArguments.php
│ │ │ │ │ ServiceMethodCalls.php
│ │ │ │ │ ServiceProperties.php
│ │ │ │ │ ServiceSubscriber.php
│ │ │ │ │
│ │ │ │ ├─Dumper
│ │ │ │ │ CsvFileDumperTest.php
│ │ │ │ │ FileDumperTest.php
│ │ │ │ │ IcuResFileDumperTest.php
│ │ │ │ │ IniFileDumperTest.php
│ │ │ │ │ JsonFileDumperTest.php
│ │ │ │ │ MoFileDumperTest.php
│ │ │ │ │ PhpFileDumperTest.php
│ │ │ │ │ PoFileDumperTest.php
│ │ │ │ │ QtFileDumperTest.php
│ │ │ │ │ XliffFileDumperTest.php
│ │ │ │ │ YamlFileDumperTest.php
│ │ │ │ │
│ │ │ │ ├─Extractor
│ │ │ │ │ PhpExtractorTest.php
│ │ │ │ │
│ │ │ │ ├─fixtures
│ │ │ │ │ │ empty-translation.mo
│ │ │ │ │ │ empty-translation.po
│ │ │ │ │ │ empty.csv
│ │ │ │ │ │ empty.ini
│ │ │ │ │ │ empty.json
│ │ │ │ │ │ empty.mo
│ │ │ │ │ │ empty.po
│ │ │ │ │ │ empty.xlf
│ │ │ │ │ │ empty.yml
│ │ │ │ │ │ encoding.xlf
│ │ │ │ │ │ escaped-id-plurals.po
│ │ │ │ │ │ escaped-id.po
│ │ │ │ │ │ fuzzy-translations.po
│ │ │ │ │ │ invalid-xml-resources.xlf
│ │ │ │ │ │ malformed.json
│ │ │ │ │ │ messages.yml
│ │ │ │ │ │ messages_linear.yml
│ │ │ │ │ │ non-valid.xlf
│ │ │ │ │ │ non-valid.yml
│ │ │ │ │ │ plurals.mo
│ │ │ │ │ │ plurals.po
│ │ │ │ │ │ resname.xlf
│ │ │ │ │ │ resources-2.0 intl-icu.xlf
│ │ │ │ │ │ resources-2.0-clean.xlf
│ │ │ │ │ │ resources-2.0-multi-segment-unit.xlf
│ │ │ │ │ │ resources-2.0.xlf
│ │ │ │ │ │ resources-clean.xlf
│ │ │ │ │ │ resources-multi-files.xlf
│ │ │ │ │ │ resources-notes-meta.xlf
│ │ │ │ │ │ resources-target-attributes.xlf
│ │ │ │ │ │ resources-tool-info.xlf
│ │ │ │ │ │ resources.csv
│ │ │ │ │ │ resources.dump.json
│ │ │ │ │ │ resources.ini
│ │ │ │ │ │ resources.json
│ │ │ │ │ │ resources.mo
│ │ │ │ │ │ resources.php
│ │ │ │ │ │ resources.po
│ │ │ │ │ │ resources.ts
│ │ │ │ │ │ resources.xlf
│ │ │ │ │ │ resources.yml
│ │ │ │ │ │ valid.csv
│ │ │ │ │ │ with-attributes.xlf
│ │ │ │ │ │ withdoctype.xlf
│ │ │ │ │ │ withnote.xlf
│ │ │ │ │ │
│ │ │ │ │ ├─extractor
│ │ │ │ │ │ resource.format.engine
│ │ │ │ │ │ this.is.a.template.format.engine
│ │ │ │ │ │ translation.html.php
│ │ │ │ │ │
│ │ │ │ │ └─resourcebundle
│ │ │ │ │ ├─corrupted
│ │ │ │ │ │ resources.dat
│ │ │ │ │ │
│ │ │ │ │ ├─dat
│ │ │ │ │ │ en.res
│ │ │ │ │ │ en.txt
│ │ │ │ │ │ fr.res
│ │ │ │ │ │ fr.txt
│ │ │ │ │ │ packagelist.txt
│ │ │ │ │ │ resources.dat
│ │ │ │ │ │
│ │ │ │ │ └─res
│ │ │ │ │ en.res
│ │ │ │ │
│ │ │ │ ├─Formatter
│ │ │ │ │ IntlFormatterTest.php
│ │ │ │ │ MessageFormatterTest.php
│ │ │ │ │
│ │ │ │ ├─Loader
│ │ │ │ │ CsvFileLoaderTest.php
│ │ │ │ │ IcuDatFileLoaderTest.php
│ │ │ │ │ IcuResFileLoaderTest.php
│ │ │ │ │ IniFileLoaderTest.php
│ │ │ │ │ JsonFileLoaderTest.php
│ │ │ │ │ LocalizedTestCase.php
│ │ │ │ │ MoFileLoaderTest.php
│ │ │ │ │ PhpFileLoaderTest.php
│ │ │ │ │ PoFileLoaderTest.php
│ │ │ │ │ QtFileLoaderTest.php
│ │ │ │ │ XliffFileLoaderTest.php
│ │ │ │ │ YamlFileLoaderTest.php
│ │ │ │ │
│ │ │ │ ├─Util
│ │ │ │ │ ArrayConverterTest.php
│ │ │ │ │
│ │ │ │ └─Writer
│ │ │ │ TranslationWriterTest.php
│ │ │ │
│ │ │ ├─Util
│ │ │ │ ArrayConverter.php
│ │ │ │ XliffUtils.php
│ │ │ │
│ │ │ └─Writer
│ │ │ TranslationWriter.php
│ │ │ TranslationWriterInterface.php
│ │ │
│ │ ├─translation-contracts
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ LocaleAwareInterface.php
│ │ │ │ README.md
│ │ │ │ TranslatorInterface.php
│ │ │ │ TranslatorTrait.php
│ │ │ │
│ │ │ └─Test
│ │ │ TranslatorTest.php
│ │ │
│ │ └─var-dumper
│ │ │ .gitignore
│ │ │ CHANGELOG.md
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ phpunit.xml.dist
│ │ │ README.md
│ │ │ VarDumper.php
│ │ │
│ │ ├─Caster
│ │ │ AmqpCaster.php
│ │ │ ArgsStub.php
│ │ │ Caster.php
│ │ │ ClassStub.php
│ │ │ ConstStub.php
│ │ │ CutArrayStub.php
│ │ │ CutStub.php
│ │ │ DateCaster.php
│ │ │ DoctrineCaster.php
│ │ │ DOMCaster.php
│ │ │ DsCaster.php
│ │ │ DsPairStub.php
│ │ │ EnumStub.php
│ │ │ ExceptionCaster.php
│ │ │ FrameStub.php
│ │ │ GmpCaster.php
│ │ │ IntlCaster.php
│ │ │ LinkStub.php
│ │ │ MemcachedCaster.php
│ │ │ PdoCaster.php
│ │ │ PgSqlCaster.php
│ │ │ ProxyManagerCaster.php
│ │ │ RedisCaster.php
│ │ │ ReflectionCaster.php
│ │ │ ResourceCaster.php
│ │ │ SplCaster.php
│ │ │ StubCaster.php
│ │ │ SymfonyCaster.php
│ │ │ TraceStub.php
│ │ │ XmlReaderCaster.php
│ │ │ XmlResourceCaster.php
│ │ │
│ │ ├─Cloner
│ │ │ AbstractCloner.php
│ │ │ ClonerInterface.php
│ │ │ Cursor.php
│ │ │ Data.php
│ │ │ DumperInterface.php
│ │ │ Stub.php
│ │ │ VarCloner.php
│ │ │
│ │ ├─Command
│ │ │ │ ServerDumpCommand.php
│ │ │ │
│ │ │ └─Descriptor
│ │ │ CliDescriptor.php
│ │ │ DumpDescriptorInterface.php
│ │ │ HtmlDescriptor.php
│ │ │
│ │ ├─Dumper
│ │ │ │ AbstractDumper.php
│ │ │ │ CliDumper.php
│ │ │ │ DataDumperInterface.php
│ │ │ │ HtmlDumper.php
│ │ │ │ ServerDumper.php
│ │ │ │
│ │ │ └─ContextProvider
│ │ │ CliContextProvider.php
│ │ │ ContextProviderInterface.php
│ │ │ RequestContextProvider.php
│ │ │ SourceContextProvider.php
│ │ │
│ │ ├─Exception
│ │ │ ThrowingCasterException.php
│ │ │
│ │ ├─Resources
│ │ │ ├─bin
│ │ │ │ var-dump-server
│ │ │ │
│ │ │ ├─css
│ │ │ │ htmlDescriptor.css
│ │ │ │
│ │ │ ├─functions
│ │ │ │ dump.php
│ │ │ │
│ │ │ └─js
│ │ │ htmlDescriptor.js
│ │ │
│ │ ├─Server
│ │ │ Connection.php
│ │ │ DumpServer.php
│ │ │
│ │ ├─Test
│ │ │ VarDumperTestTrait.php
│ │ │
│ │ └─Tests
│ │ ├─Caster
│ │ │ CasterTest.php
│ │ │ DateCasterTest.php
│ │ │ ExceptionCasterTest.php
│ │ │ GmpCasterTest.php
│ │ │ IntlCasterTest.php
│ │ │ MemcachedCasterTest.php
│ │ │ PdoCasterTest.php
│ │ │ RedisCasterTest.php
│ │ │ ReflectionCasterTest.php
│ │ │ SplCasterTest.php
│ │ │ StubCasterTest.php
│ │ │ XmlReaderCasterTest.php
│ │ │
│ │ ├─Cloner
│ │ │ DataTest.php
│ │ │ VarClonerTest.php
│ │ │
│ │ ├─Command
│ │ │ └─Descriptor
│ │ │ CliDescriptorTest.php
│ │ │ HtmlDescriptorTest.php
│ │ │
│ │ ├─Dumper
│ │ │ CliDumperTest.php
│ │ │ FunctionsTest.php
│ │ │ HtmlDumperTest.php
│ │ │ ServerDumperTest.php
│ │ │
│ │ ├─Fixtures
│ │ │ dumb-var.php
│ │ │ dump_server.php
│ │ │ FooInterface.php
│ │ │ GeneratorDemo.php
│ │ │ NotLoadableClass.php
│ │ │ Twig.php
│ │ │ xml_reader.xml
│ │ │
│ │ ├─Server
│ │ │ ConnectionTest.php
│ │ │
│ │ └─Test
│ │ VarDumperTestTraitTest.php
│ │
│ ├─topthink
│ │ ├─framework
│ │ │ │ .gitignore
│ │ │ │ .travis.yml
│ │ │ │ composer.json
│ │ │ │ CONTRIBUTING.md
│ │ │ │ LICENSE.txt
│ │ │ │ logo.png
│ │ │ │ phpunit.xml.dist
│ │ │ │ README.md
│ │ │ │
│ │ │ ├─src
│ │ │ │ │ helper.php
│ │ │ │ │
│ │ │ │ ├─lang
│ │ │ │ │ zh-cn.php
│ │ │ │ │
│ │ │ │ ├─think
│ │ │ │ │ │ App.php
│ │ │ │ │ │ Cache.php
│ │ │ │ │ │ Config.php
│ │ │ │ │ │ Console.php
│ │ │ │ │ │ Container.php
│ │ │ │ │ │ Cookie.php
│ │ │ │ │ │ Db.php
│ │ │ │ │ │ Env.php
│ │ │ │ │ │ Event.php
│ │ │ │ │ │ Exception.php
│ │ │ │ │ │ Facade.php
│ │ │ │ │ │ File.php
│ │ │ │ │ │ Filesystem.php
│ │ │ │ │ │ Http.php
│ │ │ │ │ │ Lang.php
│ │ │ │ │ │ Log.php
│ │ │ │ │ │ Manager.php
│ │ │ │ │ │ Middleware.php
│ │ │ │ │ │ Pipeline.php
│ │ │ │ │ │ Request.php
│ │ │ │ │ │ Response.php
│ │ │ │ │ │ Route.php
│ │ │ │ │ │ Service.php
│ │ │ │ │ │ Session.php
│ │ │ │ │ │ Validate.php
│ │ │ │ │ │ View.php
│ │ │ │ │ │
│ │ │ │ │ ├─cache
│ │ │ │ │ │ │ Driver.php
│ │ │ │ │ │ │ TagSet.php
│ │ │ │ │ │ │
│ │ │ │ │ │ └─driver
│ │ │ │ │ │ File.php
│ │ │ │ │ │ Memcache.php
│ │ │ │ │ │ Memcached.php
│ │ │ │ │ │ Redis.php
│ │ │ │ │ │ Wincache.php
│ │ │ │ │ │
│ │ │ │ │ ├─console
│ │ │ │ │ │ │ Command.php
│ │ │ │ │ │ │ Input.php
│ │ │ │ │ │ │ LICENSE
│ │ │ │ │ │ │ Output.php
│ │ │ │ │ │ │ Table.php
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─bin
│ │ │ │ │ │ │ hiddeninput.exe
│ │ │ │ │ │ │ README.md
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─command
│ │ │ │ │ │ │ │ Build.php
│ │ │ │ │ │ │ │ Clear.php
│ │ │ │ │ │ │ │ Help.php
│ │ │ │ │ │ │ │ Lists.php
│ │ │ │ │ │ │ │ Make.php
│ │ │ │ │ │ │ │ RouteList.php
│ │ │ │ │ │ │ │ RunServer.php
│ │ │ │ │ │ │ │ ServiceDiscover.php
│ │ │ │ │ │ │ │ VendorPublish.php
│ │ │ │ │ │ │ │ Version.php
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ ├─make
│ │ │ │ │ │ │ │ │ Command.php
│ │ │ │ │ │ │ │ │ Controller.php
│ │ │ │ │ │ │ │ │ Event.php
│ │ │ │ │ │ │ │ │ Listener.php
│ │ │ │ │ │ │ │ │ Middleware.php
│ │ │ │ │ │ │ │ │ Model.php
│ │ │ │ │ │ │ │ │ Service.php
│ │ │ │ │ │ │ │ │ Subscribe.php
│ │ │ │ │ │ │ │ │ Validate.php
│ │ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │ └─stubs
│ │ │ │ │ │ │ │ command.stub
│ │ │ │ │ │ │ │ controller.api.stub
│ │ │ │ │ │ │ │ controller.plain.stub
│ │ │ │ │ │ │ │ controller.stub
│ │ │ │ │ │ │ │ event.stub
│ │ │ │ │ │ │ │ listener.stub
│ │ │ │ │ │ │ │ middleware.stub
│ │ │ │ │ │ │ │ model.stub
│ │ │ │ │ │ │ │ service.stub
│ │ │ │ │ │ │ │ subscribe.stub
│ │ │ │ │ │ │ │ validate.stub
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ └─optimize
│ │ │ │ │ │ │ Route.php
│ │ │ │ │ │ │ Schema.php
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─input
│ │ │ │ │ │ │ Argument.php
│ │ │ │ │ │ │ Definition.php
│ │ │ │ │ │ │ Option.php
│ │ │ │ │ │ │
│ │ │ │ │ │ └─output
│ │ │ │ │ │ │ Ask.php
│ │ │ │ │ │ │ Descriptor.php
│ │ │ │ │ │ │ Formatter.php
│ │ │ │ │ │ │ Question.php
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─descriptor
│ │ │ │ │ │ │ Console.php
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─driver
│ │ │ │ │ │ │ Buffer.php
│ │ │ │ │ │ │ Console.php
│ │ │ │ │ │ │ Nothing.php
│ │ │ │ │ │ │
│ │ │ │ │ │ ├─formatter
│ │ │ │ │ │ │ Stack.php
│ │ │ │ │ │ │ Style.php
│ │ │ │ │ │ │
│ │ │ │ │ │ └─question
│ │ │ │ │ │ Choice.php
│ │ │ │ │ │ Confirmation.php
│ │ │ │ │ │
│ │ │ │ │ ├─contract
│ │ │ │ │ │ CacheHandlerInterface.php
│ │ │ │ │ │ LogHandlerInterface.php
│ │ │ │ │ │ ModelRelationInterface.php
│ │ │ │ │ │ SessionHandlerInterface.php
│ │ │ │ │ │ TemplateHandlerInterface.php
│ │ │ │ │ │
│ │ │ │ │ ├─debug
│ │ │ │ │ │ Console.php
│ │ │ │ │ │ Html.php
│ │ │ │ │ │
│ │ │ │ │ ├─event
│ │ │ │ │ │ AppInit.php
│ │ │ │ │ │ HttpEnd.php
│ │ │ │ │ │ HttpRun.php
│ │ │ │ │ │ LogLevel.php
│ │ │ │ │ │ LogWrite.php
│ │ │ │ │ │ RouteLoaded.php
│ │ │ │ │ │
│ │ │ │ │ ├─exception
│ │ │ │ │ │ ClassNotFoundException.php
│ │ │ │ │ │ ErrorException.php
│ │ │ │ │ │ FileException.php
│ │ │ │ │ │ FuncNotFoundException.php
│ │ │ │ │ │ Handle.php
│ │ │ │ │ │ HttpException.php
│ │ │ │ │ │ HttpResponseException.php
│ │ │ │ │ │ InvalidArgumentException.php
│ │ │ │ │ │ RouteNotFoundException.php
│ │ │ │ │ │ ValidateException.php
│ │ │ │ │ │
│ │ │ │ │ ├─facade
│ │ │ │ │ │ App.php
│ │ │ │ │ │ Cache.php
│ │ │ │ │ │ Config.php
│ │ │ │ │ │ Console.php
│ │ │ │ │ │ Cookie.php
│ │ │ │ │ │ Db.php
│ │ │ │ │ │ Env.php
│ │ │ │ │ │ Event.php
│ │ │ │ │ │ Filesystem.php
│ │ │ │ │ │ Lang.php
│ │ │ │ │ │ Log.php
│ │ │ │ │ │ Middleware.php
│ │ │ │ │ │ Request.php
│ │ │ │ │ │ Route.php
│ │ │ │ │ │ Session.php
│ │ │ │ │ │ Validate.php
│ │ │ │ │ │ View.php
│ │ │ │ │ │
│ │ │ │ │ ├─file
│ │ │ │ │ │ UploadedFile.php
│ │ │ │ │ │
│ │ │ │ │ ├─filesystem
│ │ │ │ │ │ │ CacheStore.php
│ │ │ │ │ │ │ Driver.php
│ │ │ │ │ │ │
│ │ │ │ │ │ └─driver
│ │ │ │ │ │ Local.php
│ │ │ │ │ │
│ │ │ │ │ ├─initializer
│ │ │ │ │ │ BootService.php
│ │ │ │ │ │ Error.php
│ │ │ │ │ │ RegisterService.php
│ │ │ │ │ │
│ │ │ │ │ ├─log
│ │ │ │ │ │ │ Channel.php
│ │ │ │ │ │ │ ChannelSet.php
│ │ │ │ │ │ │
│ │ │ │ │ │ └─driver
│ │ │ │ │ │ File.php
│ │ │ │ │ │ Socket.php
│ │ │ │ │ │
│ │ │ │ │ ├─middleware
│ │ │ │ │ │ AllowCrossDomain.php
│ │ │ │ │ │ CheckRequestCache.php
│ │ │ │ │ │ FormTokenCheck.php
│ │ │ │ │ │ LoadLangPack.php
│ │ │ │ │ │ SessionInit.php
│ │ │ │ │ │ TraceDebug.php
│ │ │ │ │ │
│ │ │ │ │ ├─response
│ │ │ │ │ │ File.php
│ │ │ │ │ │ Html.php
│ │ │ │ │ │ Json.php
│ │ │ │ │ │ Jsonp.php
│ │ │ │ │ │ Redirect.php
│ │ │ │ │ │ View.php
│ │ │ │ │ │ Xml.php
│ │ │ │ │ │
│ │ │ │ │ ├─route
│ │ │ │ │ │ │ Dispatch.php
│ │ │ │ │ │ │ Domain.php
│ │ │ │ │ │ │ Resource.php
│ │ │ │ │ │ │ Rule.php
│ │ │ │ │ │ │ RuleGroup.php
│ │ │ │ │ │ │ RuleItem.php
│ │ │ │ │ │ │ RuleName.php
│ │ │ │ │ │ │ Url.php
│ │ │ │ │ │ │
│ │ │ │ │ │ └─dispatch
│ │ │ │ │ │ Callback.php
│ │ │ │ │ │ Controller.php
│ │ │ │ │ │ Redirect.php
│ │ │ │ │ │ Response.php
│ │ │ │ │ │ Url.php
│ │ │ │ │ │ View.php
│ │ │ │ │ │
│ │ │ │ │ ├─service
│ │ │ │ │ │ ModelService.php
│ │ │ │ │ │ PaginatorService.php
│ │ │ │ │ │ ValidateService.php
│ │ │ │ │ │
│ │ │ │ │ ├─session
│ │ │ │ │ │ │ Store.php
│ │ │ │ │ │ │
│ │ │ │ │ │ └─driver
│ │ │ │ │ │ Cache.php
│ │ │ │ │ │ File.php
│ │ │ │ │ │ Memcache.php
│ │ │ │ │ │ Memcached.php
│ │ │ │ │ │ Redis.php
│ │ │ │ │ │
│ │ │ │ │ ├─validate
│ │ │ │ │ │ ValidateRule.php
│ │ │ │ │ │
│ │ │ │ │ └─view
│ │ │ │ │ └─driver
│ │ │ │ │ Php.php
│ │ │ │ │
│ │ │ │ └─tpl
│ │ │ │ default_index.tpl
│ │ │ │ page_trace.tpl
│ │ │ │ think_exception.tpl
│ │ │ │
│ │ │ └─tests
│ │ │ AppTest.php
│ │ │ bootstrap.php
│ │ │ CacheTest.php
│ │ │ ConfigTest.php
│ │ │ ContainerTest.php
│ │ │ DbTest.php
│ │ │ EnvTest.php
│ │ │ EventTest.php
│ │ │ FilesystemTest.php
│ │ │ HttpTest.php
│ │ │ LogTest.php
│ │ │ MiddlewareTest.php
│ │ │ SessionTest.php
│ │ │ ViewTest.php
│ │ │
│ │ ├─think-cache
│ │ │ │ .gitignore
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │
│ │ │ └─src
│ │ │ │ CacheManager.php
│ │ │ │
│ │ │ ├─cache
│ │ │ │ │ CacheItem.php
│ │ │ │ │ Driver.php
│ │ │ │ │ TagSet.php
│ │ │ │ │
│ │ │ │ └─driver
│ │ │ │ File.php
│ │ │ │ Memcache.php
│ │ │ │ Memcached.php
│ │ │ │ Redis.php
│ │ │ │ Wincache.php
│ │ │ │
│ │ │ ├─exception
│ │ │ │ InvalidArgumentException.php
│ │ │ │
│ │ │ └─facade
│ │ │ Cache.php
│ │ │
│ │ ├─think-captcha
│ │ │ │ .gitignore
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │
│ │ │ ├─assets
│ │ │ │ ├─bgs
│ │ │ │ │ 1.jpg
│ │ │ │ │ 2.jpg
│ │ │ │ │ 3.jpg
│ │ │ │ │ 4.jpg
│ │ │ │ │ 5.jpg
│ │ │ │ │ 6.jpg
│ │ │ │ │ 7.jpg
│ │ │ │ │ 8.jpg
│ │ │ │ │
│ │ │ │ ├─ttfs
│ │ │ │ │ 1.ttf
│ │ │ │ │ 2.ttf
│ │ │ │ │ 3.ttf
│ │ │ │ │ 4.ttf
│ │ │ │ │ 5.ttf
│ │ │ │ │ 6.ttf
│ │ │ │ │
│ │ │ │ └─zhttfs
│ │ │ │ 1.ttf
│ │ │ │
│ │ │ └─src
│ │ │ │ Captcha.php
│ │ │ │ CaptchaController.php
│ │ │ │ CaptchaService.php
│ │ │ │ helper.php
│ │ │ │
│ │ │ └─facade
│ │ │ Captcha.php
│ │ │
│ │ ├─think-container
│ │ │ │ .gitignore
│ │ │ │ .travis.yml
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ phpunit.xml.dist
│ │ │ │ README.md
│ │ │ │
│ │ │ ├─src
│ │ │ │ │ Container.php
│ │ │ │ │ Facade.php
│ │ │ │ │
│ │ │ │ └─exception
│ │ │ │ ClassNotFoundException.php
│ │ │ │
│ │ │ └─tests
│ │ │ bootstrap.php
│ │ │ ContainerTest.php
│ │ │
│ │ ├─think-factory
│ │ │ │ .gitignore
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │
│ │ │ └─src
│ │ │ Factory.php
│ │ │
│ │ ├─think-helper
│ │ │ │ .gitignore
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │
│ │ │ └─src
│ │ │ │ Arr.php
│ │ │ │ Collection.php
│ │ │ │ helper.php
│ │ │ │ Str.php
│ │ │ │
│ │ │ ├─contract
│ │ │ │ Arrayable.php
│ │ │ │ Jsonable.php
│ │ │ │
│ │ │ └─helper
│ │ │ Arr.php
│ │ │ Str.php
│ │ │
│ │ ├─think-image
│ │ │ │ .gitignore
│ │ │ │ .travis.yml
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ phpunit.xml
│ │ │ │ README.md
│ │ │ │
│ │ │ ├─src
│ │ │ │ │ Image.php
│ │ │ │ │
│ │ │ │ └─image
│ │ │ │ │ Exception.php
│ │ │ │ │
│ │ │ │ └─gif
│ │ │ │ Decoder.php
│ │ │ │ Encoder.php
│ │ │ │ Gif.php
│ │ │ │
│ │ │ └─tests
│ │ │ │ autoload.php
│ │ │ │ CropTest.php
│ │ │ │ FlipTest.php
│ │ │ │ InfoTest.php
│ │ │ │ RotateTest.php
│ │ │ │ TestCase.php
│ │ │ │ TextTest.php
│ │ │ │ ThumbTest.php
│ │ │ │ WaterTest.php
│ │ │ │
│ │ │ ├─images
│ │ │ │ test.bmp
│ │ │ │ test.gif
│ │ │ │ test.jpg
│ │ │ │ test.png
│ │ │ │ test.ttf
│ │ │ │
│ │ │ └─tmp
│ │ │ .gitignore
│ │ │
│ │ ├─think-log
│ │ │ │ .gitignore
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │
│ │ │ └─src
│ │ │ │ LogManager.php
│ │ │ │
│ │ │ ├─facade
│ │ │ │ Log.php
│ │ │ │
│ │ │ └─log
│ │ │ └─driver
│ │ │ File.php
│ │ │ Socket.php
│ │ │
│ │ ├─think-multi-app
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │
│ │ │ └─src
│ │ │ │ MultiApp.php
│ │ │ │ Service.php
│ │ │ │ Url.php
│ │ │ │
│ │ │ └─command
│ │ │ │ Build.php
│ │ │ │
│ │ │ └─stubs
│ │ │ controller.stub
│ │ │
│ │ ├─think-orm
│ │ │ │ .gitignore
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │
│ │ │ └─src
│ │ │ │ Collection.php
│ │ │ │ DbManager.php
│ │ │ │ Exception.php
│ │ │ │ Model.php
│ │ │ │ Paginator.php
│ │ │ │
│ │ │ ├─db
│ │ │ │ │ BaseQuery.php
│ │ │ │ │ Builder.php
│ │ │ │ │ CacheItem.php
│ │ │ │ │ Connection.php
│ │ │ │ │ ConnectionInterface.php
│ │ │ │ │ Fetch.php
│ │ │ │ │ Mongo.php
│ │ │ │ │ PDOConnection.php
│ │ │ │ │ Query.php
│ │ │ │ │ Raw.php
│ │ │ │ │ Where.php
│ │ │ │ │
│ │ │ │ ├─builder
│ │ │ │ │ Mongo.php
│ │ │ │ │ Mysql.php
│ │ │ │ │ Oracle.php
│ │ │ │ │ Pgsql.php
│ │ │ │ │ Sqlite.php
│ │ │ │ │ Sqlsrv.php
│ │ │ │ │
│ │ │ │ ├─concern
│ │ │ │ │ AggregateQuery.php
│ │ │ │ │ JoinAndViewQuery.php
│ │ │ │ │ ModelRelationQuery.php
│ │ │ │ │ ParamsBind.php
│ │ │ │ │ PDOQuery.php
│ │ │ │ │ ResultOperation.php
│ │ │ │ │ TableFieldInfo.php
│ │ │ │ │ TimeFieldQuery.php
│ │ │ │ │ Transaction.php
│ │ │ │ │ WhereQuery.php
│ │ │ │ │
│ │ │ │ ├─connector
│ │ │ │ │ Mongo.php
│ │ │ │ │ Mysql.php
│ │ │ │ │ Oracle.php
│ │ │ │ │ Pgsql.php
│ │ │ │ │ pgsql.sql
│ │ │ │ │ Sqlite.php
│ │ │ │ │ Sqlsrv.php
│ │ │ │ │
│ │ │ │ └─exception
│ │ │ │ BindParamException.php
│ │ │ │ DataNotFoundException.php
│ │ │ │ DbException.php
│ │ │ │ InvalidArgumentException.php
│ │ │ │ ModelEventException.php
│ │ │ │ ModelNotFoundException.php
│ │ │ │ PDOException.php
│ │ │ │
│ │ │ ├─exception
│ │ │ │ BindParamException.php
│ │ │ │ DataNotFoundException.php
│ │ │ │ DbException.php
│ │ │ │ ModelNotFoundException.php
│ │ │ │ PDOException.php
│ │ │ │
│ │ │ ├─facade
│ │ │ │ Db.php
│ │ │ │
│ │ │ ├─model
│ │ │ │ │ Collection.php
│ │ │ │ │ Pivot.php
│ │ │ │ │ Relation.php
│ │ │ │ │
│ │ │ │ ├─concern
│ │ │ │ │ Attribute.php
│ │ │ │ │ Conversion.php
│ │ │ │ │ ModelEvent.php
│ │ │ │ │ OptimLock.php
│ │ │ │ │ RelationShip.php
│ │ │ │ │ SoftDelete.php
│ │ │ │ │ TimeStamp.php
│ │ │ │ │
│ │ │ │ └─relation
│ │ │ │ BelongsTo.php
│ │ │ │ BelongsToMany.php
│ │ │ │ HasMany.php
│ │ │ │ HasManyThrough.php
│ │ │ │ HasOne.php
│ │ │ │ HasOneThrough.php
│ │ │ │ MorphMany.php
│ │ │ │ MorphOne.php
│ │ │ │ MorphTo.php
│ │ │ │ OneToOne.php
│ │ │ │
│ │ │ └─paginator
│ │ │ └─driver
│ │ │ Bootstrap.php
│ │ │
│ │ ├─think-queue
│ │ │ │ .gitignore
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ phpunit.xml.dist
│ │ │ │ README.md
│ │ │ │
│ │ │ ├─src
│ │ │ │ │ common.php
│ │ │ │ │ config.php
│ │ │ │ │ Queue.php
│ │ │ │ │
│ │ │ │ ├─facade
│ │ │ │ │ Queue.php
│ │ │ │ │
│ │ │ │ └─queue
│ │ │ │ │ CallQueuedHandler.php
│ │ │ │ │ Connector.php
│ │ │ │ │ FailedJob.php
│ │ │ │ │ InteractsWithTime.php
│ │ │ │ │ Job.php
│ │ │ │ │ Listener.php
│ │ │ │ │ Queueable.php
│ │ │ │ │ Service.php
│ │ │ │ │ ShouldQueue.php
│ │ │ │ │ Worker.php
│ │ │ │ │
│ │ │ │ ├─command
│ │ │ │ │ │ FailedTable.php
│ │ │ │ │ │ FlushFailed.php
│ │ │ │ │ │ ForgetFailed.php
│ │ │ │ │ │ Listen.php
│ │ │ │ │ │ ListFailed.php
│ │ │ │ │ │ Restart.php
│ │ │ │ │ │ Retry.php
│ │ │ │ │ │ Table.php
│ │ │ │ │ │ Work.php
│ │ │ │ │ │
│ │ │ │ │ └─stubs
│ │ │ │ │ failed_jobs.stub
│ │ │ │ │ jobs.stub
│ │ │ │ │
│ │ │ │ ├─connector
│ │ │ │ │ Database.php
│ │ │ │ │ Redis.php
│ │ │ │ │ Sync.php
│ │ │ │ │
│ │ │ │ ├─event
│ │ │ │ │ JobExceptionOccurred.php
│ │ │ │ │ JobFailed.php
│ │ │ │ │ JobProcessed.php
│ │ │ │ │ JobProcessing.php
│ │ │ │ │ WorkerStopping.php
│ │ │ │ │
│ │ │ │ ├─exception
│ │ │ │ │ MaxAttemptsExceededException.php
│ │ │ │ │
│ │ │ │ ├─failed
│ │ │ │ │ Database.php
│ │ │ │ │ None.php
│ │ │ │ │
│ │ │ │ └─job
│ │ │ │ Database.php
│ │ │ │ Redis.php
│ │ │ │ Sync.php
│ │ │ │
│ │ │ └─tests
│ │ │ bootstrap.php
│ │ │ DatabaseConnectorTest.php
│ │ │ ListenerTest.php
│ │ │ QueueTest.php
│ │ │ TestCase.php
│ │ │ WorkerTest.php
│ │ │
│ │ ├─think-template
│ │ │ │ .gitignore
│ │ │ │ composer.json
│ │ │ │ LICENSE
│ │ │ │ README.md
│ │ │ │
│ │ │ └─src
│ │ │ │ Template.php
│ │ │ │
│ │ │ ├─facade
│ │ │ │ Template.php
│ │ │ │
│ │ │ └─template
│ │ │ │ TagLib.php
│ │ │ │
│ │ │ ├─driver
│ │ │ │ File.php
│ │ │ │
│ │ │ ├─exception
│ │ │ │ TemplateNotFoundException.php
│ │ │ │
│ │ │ └─taglib
│ │ │ Cx.php
│ │ │
│ │ └─think-view
│ │ │ .gitignore
│ │ │ composer.json
│ │ │ LICENSE
│ │ │ README.md
│ │ │
│ │ └─src
│ │ │ Think.php
│ │ │
│ │ └─config
│ │ template.php
│ │
│ ├─workerman
│ │ ├─channel
│ │ │ │ composer.json
│ │ │ │ README.md
│ │ │ │
│ │ │ ├─src
│ │ │ │ Client.php
│ │ │ │ Server.php
│ │ │ │
│ │ │ └─test
│ │ │ server.php
│ │ │
│ │ └─workerman
│ │ │ .gitignore
│ │ │ Autoloader.php
│ │ │ composer.json
│ │ │ MIT-LICENSE.txt
│ │ │ README.md
│ │ │ WebServer.php
│ │ │ Worker.php
│ │ │
│ │ ├─Connection
│ │ │ AsyncTcpConnection.php
│ │ │ AsyncUdpConnection.php
│ │ │ ConnectionInterface.php
│ │ │ TcpConnection.php
│ │ │ UdpConnection.php
│ │ │
│ │ ├─Events
│ │ │ │ Ev.php
│ │ │ │ Event.php
│ │ │ │ EventInterface.php
│ │ │ │ Libevent.php
│ │ │ │ Select.php
│ │ │ │ Swoole.php
│ │ │ │
│ │ │ └─React
│ │ │ Base.php
│ │ │ ExtEventLoop.php
│ │ │ ExtLibEventLoop.php
│ │ │ StreamSelectLoop.php
│ │ │
│ │ ├─Lib
│ │ │ Constants.php
│ │ │ Timer.php
│ │ │
│ │ └─Protocols
│ │ │ Frame.php
│ │ │ Http.php
│ │ │ ProtocolInterface.php
│ │ │ Text.php
│ │ │ Websocket.php
│ │ │ Ws.php
│ │ │
│ │ └─Http
│ │ mime.types
│ │
│ └─xaboy
│ └─form-builder
│ │ composer.json
│ │ LICENSE
│ │ README.md
│ │
│ ├─images
│ │ components.png
│ │ demo02.jpg
│ │ demo03.jpg
│ │ demo04.jpg
│ │
│ └─src
│ │ Form.php
│ │ FormComponentDriver.php
│ │ Helper.php
│ │ Json.php
│ │
│ ├─components
│ │ Cascader.php
│ │ Checkbox.php
│ │ Col.php
│ │ ColorPicker.php
│ │ DatePicker.php
│ │ FormStyle.php
│ │ Frame.php
│ │ Hidden.php
│ │ Input.php
│ │ InputNumber.php
│ │ Option.php
│ │ Radio.php
│ │ Rate.php
│ │ Row.php
│ │ Select.php
│ │ Slider.php
│ │ Switches.php
│ │ TimePicker.php
│ │ Tree.php
│ │ TreeData.php
│ │ Upload.php
│ │ Validate.php
│ │
│ ├─exception
│ │ FormBuilderException.php
│ │
│ ├─interfaces
│ │ FormComponentInterFace.php
│ │
│ ├─traits
│ │ ├─component
│ │ │ CallPropsTrait.php
│ │ │ ComponentOptionsTrait.php
│ │ │
│ │ └─form
│ │ FormCascaderTrait.php
│ │ FormCheckBoxTrait.php
│ │ FormColorPickerTrait.php
│ │ FormDatePickerTrait.php
│ │ FormFrameTrait.php
│ │ FormHiddenTrait.php
│ │ FormInputNumberTrait.php
│ │ FormInputTrait.php
│ │ FormOptionTrait.php
│ │ FormRadioTrait.php
│ │ FormRateTrait.php
│ │ FormSelectTrait.php
│ │ FormSliderTrait.php
│ │ FormStyleTrait.php
│ │ FormSwitchesTrait.php
│ │ FormTimePickerTrait.php
│ │ FormTreeTrait.php
│ │ FormUploadTrait.php
│ │ FormValidateTrait.php
│ │
│ └─view
│ form.php
│ formScript.php
│
└─readme
│ .htaccess
│ LICENSE.txt
│ nginx.conf
│ update.sql
│ Upgrade.md
│ web.config
│ 前端下载地址.md
│ 安装说明.md
│
└─images
后台产品管理.png
后台公众号菜单管理.png
后台数据备份.png
后台文件管理.png
后台权限管理.png
后台用户统计.png
后台订单管理.png
后台订单统计.png
后台财务报表.png
后台首页.png
商业版对比.jpg
官方小程序二维码.jpg
展示图_01.jpg
展示图_02.jpg
展示图_03.jpg
抽奖.jpg
演示二维码.jpg
系统功能.jpg
评论