├── Application ├── index.html ├── Home │ ├── index.html │ ├── Conf │ │ ├── index.html │ │ └── config.php │ ├── View │ │ ├── index.html │ │ └── Index │ │ │ └── index.html │ ├── Common │ │ └── index.html │ ├── Model │ │ └── index.html │ └── Controller │ │ ├── index.html │ │ └── IndexController.class.php ├── README.md ├── Admin │ ├── index.html │ ├── Common │ │ └── index.html │ ├── Conf │ │ ├── index.html │ │ └── config.php │ ├── Model │ │ └── index.html │ ├── Controller │ │ ├── index.html │ │ ├── NoteController.class.php │ │ ├── CategoryController.class.php │ │ ├── TestController.class.php │ │ ├── UpdatelogController.class.php │ │ ├── UserController.class.php │ │ ├── SystemskinController.class.php │ │ ├── CatetestController.class.php │ │ ├── TesttestController.class.php │ │ ├── Category1Controller.class.php │ │ ├── SystemerrorlogController.class.php │ │ ├── SystemoperationlogController.class.php │ │ └── SystemloginlogController.class.php │ └── View │ │ ├── Category1 │ │ └── Category1.lock │ │ └── Updatelog │ │ └── Updatelog.lock └── Common │ ├── index.html │ ├── Common │ └── index.html │ ├── Conf │ ├── index.html │ ├── config.php │ ├── web.php │ ├── user.php │ └── db.php │ ├── Model │ └── index.html │ ├── View │ ├── radio.html │ ├── where_text.html │ ├── checkbox.html │ ├── where_select.html │ ├── select.html │ ├── text.html │ ├── color.html │ ├── number.html │ ├── textarea.html │ ├── id.html │ ├── datetime.html │ ├── file.html │ ├── switch.html │ └── image.html │ └── Controller │ ├── HomeBaseController.class.php │ └── PublicBaseController.class.php ├── Public ├── README.md ├── static │ ├── images │ │ ├── close.png │ │ ├── code.jpg │ │ ├── face.png │ │ ├── fly.png │ │ ├── git.png │ │ ├── jqm.jpg │ │ ├── layui.png │ │ ├── mayun.png │ │ ├── userface1.jpg │ │ ├── userface2.jpg │ │ ├── userface3.jpg │ │ ├── userface4.jpg │ │ └── userface5.jpg │ ├── static │ │ ├── images │ │ │ ├── fly.png │ │ │ ├── git.png │ │ │ ├── jqm.jpg │ │ │ ├── close.png │ │ │ ├── code.jpg │ │ │ ├── face.png │ │ │ ├── layui.png │ │ │ ├── mayun.png │ │ │ ├── userface1.jpg │ │ │ ├── userface2.jpg │ │ │ ├── userface3.jpg │ │ │ ├── userface4.jpg │ │ │ └── userface5.jpg │ │ ├── layui │ │ │ ├── font │ │ │ │ ├── iconfont.eot │ │ │ │ ├── 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 │ │ │ ├── css │ │ │ │ └── modules │ │ │ │ │ ├── layer │ │ │ │ │ └── default │ │ │ │ │ │ ├── icon.png │ │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ │ └── loading-2.gif │ │ │ │ │ └── code.css │ │ │ └── lay │ │ │ │ └── modules │ │ │ │ ├── treetable-lay │ │ │ │ └── treetable.css │ │ │ │ └── code.js │ │ ├── js │ │ │ ├── ztree │ │ │ │ └── css │ │ │ │ │ ├── layuiStyle │ │ │ │ │ └── img │ │ │ │ │ │ ├── layui.png │ │ │ │ │ │ └── line_conn.png │ │ │ │ │ └── bootstrapStyle │ │ │ │ │ └── img │ │ │ │ │ ├── loading.gif │ │ │ │ │ ├── bootstrap.gif │ │ │ │ │ ├── bootstrap.png │ │ │ │ │ └── line_conn.png │ │ │ └── jquery-ui │ │ │ │ └── images │ │ │ │ ├── ui-icons_444444_256x240.png │ │ │ │ ├── ui-icons_555555_256x240.png │ │ │ │ ├── ui-icons_777620_256x240.png │ │ │ │ ├── ui-icons_777777_256x240.png │ │ │ │ ├── ui-icons_cc0000_256x240.png │ │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── json │ │ │ └── systemParameter.json │ │ ├── page │ │ │ ├── 404.html │ │ │ └── img │ │ │ │ └── images.html │ │ └── css │ │ │ └── skin.css │ ├── layui │ │ ├── font │ │ │ ├── iconfont.eot │ │ │ ├── iconfont.ttf │ │ │ └── iconfont.woff │ │ ├── images │ │ │ └── face │ │ │ │ ├── 0.gif │ │ │ │ ├── 1.gif │ │ │ │ ├── 2.gif │ │ │ │ ├── 3.gif │ │ │ │ ├── 4.gif │ │ │ │ ├── 5.gif │ │ │ │ ├── 6.gif │ │ │ │ ├── 7.gif │ │ │ │ ├── 8.gif │ │ │ │ ├── 9.gif │ │ │ │ ├── 10.gif │ │ │ │ ├── 11.gif │ │ │ │ ├── 12.gif │ │ │ │ ├── 13.gif │ │ │ │ ├── 14.gif │ │ │ │ ├── 15.gif │ │ │ │ ├── 16.gif │ │ │ │ ├── 17.gif │ │ │ │ ├── 18.gif │ │ │ │ ├── 19.gif │ │ │ │ ├── 20.gif │ │ │ │ ├── 21.gif │ │ │ │ ├── 22.gif │ │ │ │ ├── 23.gif │ │ │ │ ├── 24.gif │ │ │ │ ├── 25.gif │ │ │ │ ├── 26.gif │ │ │ │ ├── 27.gif │ │ │ │ ├── 28.gif │ │ │ │ ├── 29.gif │ │ │ │ ├── 30.gif │ │ │ │ ├── 31.gif │ │ │ │ ├── 32.gif │ │ │ │ ├── 33.gif │ │ │ │ ├── 34.gif │ │ │ │ ├── 35.gif │ │ │ │ ├── 36.gif │ │ │ │ ├── 37.gif │ │ │ │ ├── 38.gif │ │ │ │ ├── 39.gif │ │ │ │ ├── 40.gif │ │ │ │ ├── 41.gif │ │ │ │ ├── 42.gif │ │ │ │ ├── 43.gif │ │ │ │ ├── 44.gif │ │ │ │ ├── 45.gif │ │ │ │ ├── 46.gif │ │ │ │ ├── 47.gif │ │ │ │ ├── 48.gif │ │ │ │ ├── 49.gif │ │ │ │ ├── 50.gif │ │ │ │ ├── 51.gif │ │ │ │ ├── 52.gif │ │ │ │ ├── 53.gif │ │ │ │ ├── 54.gif │ │ │ │ ├── 55.gif │ │ │ │ ├── 56.gif │ │ │ │ ├── 57.gif │ │ │ │ ├── 58.gif │ │ │ │ ├── 59.gif │ │ │ │ ├── 60.gif │ │ │ │ ├── 61.gif │ │ │ │ ├── 62.gif │ │ │ │ ├── 63.gif │ │ │ │ ├── 64.gif │ │ │ │ ├── 65.gif │ │ │ │ ├── 66.gif │ │ │ │ ├── 67.gif │ │ │ │ ├── 68.gif │ │ │ │ ├── 69.gif │ │ │ │ ├── 70.gif │ │ │ │ └── 71.gif │ │ ├── css │ │ │ └── modules │ │ │ │ ├── layer │ │ │ │ └── default │ │ │ │ │ ├── icon.png │ │ │ │ │ ├── icon-ext.png │ │ │ │ │ ├── loading-0.gif │ │ │ │ │ ├── loading-1.gif │ │ │ │ │ └── loading-2.gif │ │ │ │ └── code.css │ │ └── lay │ │ │ └── modules │ │ │ ├── treetable-lay │ │ │ └── treetable.css │ │ │ └── code.js │ ├── js │ │ ├── ztree │ │ │ └── css │ │ │ │ ├── layuiStyle │ │ │ │ └── img │ │ │ │ │ ├── layui.png │ │ │ │ │ └── line_conn.png │ │ │ │ └── bootstrapStyle │ │ │ │ └── img │ │ │ │ ├── loading.gif │ │ │ │ ├── bootstrap.gif │ │ │ │ ├── bootstrap.png │ │ │ │ └── line_conn.png │ │ └── jquery-ui │ │ │ └── images │ │ │ ├── ui-icons_444444_256x240.png │ │ │ ├── ui-icons_555555_256x240.png │ │ │ ├── ui-icons_777620_256x240.png │ │ │ ├── ui-icons_777777_256x240.png │ │ │ ├── ui-icons_cc0000_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ ├── json │ │ └── systemParameter.json │ ├── page │ │ ├── page │ │ │ ├── bg │ │ │ │ └── 15.html │ │ │ ├── 404.html │ │ │ └── img │ │ │ │ └── images.html │ │ ├── bg │ │ │ └── 15.html │ │ ├── 404.html │ │ └── img │ │ │ └── images.html │ └── css │ │ └── skin.css └── Uploads │ ├── img │ └── 20180724 │ │ ├── 5b5730bf622f8.jpg │ │ ├── 5b5738d4a58fc.jpg │ │ ├── 5b573b6f42ea9.jpg │ │ ├── 5b573d714ea7f.jpg │ │ └── 5b573d96c1726.jpg │ └── file │ └── 20180724 │ └── 5b573d7498833.jpg ├── ThinkPHP ├── Library │ ├── Vendor │ │ ├── README.txt │ │ ├── spyc │ │ │ ├── tests │ │ │ │ ├── failing1.yaml │ │ │ │ ├── comments.yaml │ │ │ │ ├── quotes.yaml │ │ │ │ └── indent_1.yaml │ │ │ ├── examples │ │ │ │ ├── yaml-load.php │ │ │ │ └── yaml-dump.php │ │ │ ├── composer.json │ │ │ ├── php4 │ │ │ │ └── 5to4.php │ │ │ ├── README.md │ │ │ └── COPYING │ │ ├── Alioss │ │ │ ├── .coveralls.yml │ │ │ ├── index.php │ │ │ ├── example.jpg │ │ │ ├── .gitignore │ │ │ ├── src │ │ │ │ └── OSS │ │ │ │ │ ├── Http │ │ │ │ │ └── RequestCore_Exception.php │ │ │ │ │ ├── Result │ │ │ │ │ ├── BodyResult.php │ │ │ │ │ ├── PutLiveChannelResult.php │ │ │ │ │ ├── ListLiveChannelResult.php │ │ │ │ │ ├── GetCnameResult.php │ │ │ │ │ ├── PutSetDeleteResult.php │ │ │ │ │ ├── CallbackResult.php │ │ │ │ │ ├── GetLiveChannelInfoResult.php │ │ │ │ │ ├── GetLiveChannelStatusResult.php │ │ │ │ │ ├── GetLiveChannelHistoryResult.php │ │ │ │ │ ├── HeaderResult.php │ │ │ │ │ ├── SymlinkResult.php │ │ │ │ │ ├── UploadPartResult.php │ │ │ │ │ ├── DeleteObjectsResult.php │ │ │ │ │ ├── AppendResult.php │ │ │ │ │ ├── CopyObjectResult.php │ │ │ │ │ ├── GetLocationResult.php │ │ │ │ │ ├── InitiateMultipartUploadResult.php │ │ │ │ │ ├── AclResult.php │ │ │ │ │ ├── ExistResult.php │ │ │ │ │ ├── GetCorsResult.php │ │ │ │ │ ├── GetStorageCapacityResult.php │ │ │ │ │ ├── ListBucketsResult.php │ │ │ │ │ ├── GetWebsiteResult.php │ │ │ │ │ ├── GetLoggingResult.php │ │ │ │ │ ├── GetRefererResult.php │ │ │ │ │ └── GetLifecycleResult.php │ │ │ │ │ └── Model │ │ │ │ │ ├── XmlConfig.php │ │ │ │ │ ├── BucketListInfo.php │ │ │ │ │ ├── PrefixInfo.php │ │ │ │ │ ├── GetLiveChannelHistory.php │ │ │ │ │ ├── UploadInfo.php │ │ │ │ │ ├── PartInfo.php │ │ │ │ │ ├── LiveChannelHistory.php │ │ │ │ │ └── BucketInfo.php │ │ │ ├── tests │ │ │ │ └── OSS │ │ │ │ │ └── Tests │ │ │ │ │ ├── MimeTypesTest.php │ │ │ │ │ ├── OssExceptionTest.php │ │ │ │ │ ├── BucketInfoTest.php │ │ │ │ │ ├── HeaderResultTest.php │ │ │ │ │ ├── BodyResultTest.php │ │ │ │ │ ├── ObjectAclTest.php │ │ │ │ │ ├── UploadPartResultTest.php │ │ │ │ │ └── ExistResultTest.php │ │ │ ├── autoload.php │ │ │ ├── samples │ │ │ │ ├── Config.php │ │ │ │ └── RunAll.php │ │ │ ├── build-phar.sh │ │ │ ├── phpunit.xml │ │ │ ├── composer.json │ │ │ └── LICENSE.md │ │ ├── phpRPC │ │ │ └── pecl │ │ │ │ └── xxtea │ │ │ │ ├── CREDITS │ │ │ │ ├── config.w32 │ │ │ │ ├── config.m4 │ │ │ │ ├── test │ │ │ │ └── test.php │ │ │ │ ├── README │ │ │ │ └── php_xxtea.sln │ │ ├── Boris │ │ │ ├── ExportInspector.php │ │ │ ├── DumpInspector.php │ │ │ └── Inspector.php │ │ ├── Smarty │ │ │ ├── plugins │ │ │ │ ├── modifiercompiler.noprint.php │ │ │ │ ├── variablefilter.htmlspecialchars.php │ │ │ │ ├── modifiercompiler.string_format.php │ │ │ │ ├── modifiercompiler.cat.php │ │ │ │ ├── modifiercompiler.count_paragraphs.php │ │ │ │ ├── modifier.spacify.php │ │ │ │ ├── modifiercompiler.indent.php │ │ │ │ ├── modifiercompiler.count_sentences.php │ │ │ │ ├── modifiercompiler.strip_tags.php │ │ │ │ ├── modifiercompiler.upper.php │ │ │ │ ├── modifiercompiler.lower.php │ │ │ │ ├── modifiercompiler.strip.php │ │ │ │ ├── modifiercompiler.default.php │ │ │ │ ├── modifiercompiler.to_charset.php │ │ │ │ ├── modifiercompiler.from_charset.php │ │ │ │ ├── modifier.replace.php │ │ │ │ ├── modifiercompiler.count_characters.php │ │ │ │ ├── modifiercompiler.count_words.php │ │ │ │ ├── shared.literal_compiler_param.php │ │ │ │ ├── shared.make_timestamp.php │ │ │ │ └── modifiercompiler.unescape.php │ │ │ └── sysplugins │ │ │ │ ├── smarty_resource_recompiled.php │ │ │ │ ├── smarty_internal_get_include_path.php │ │ │ │ ├── smarty_internal_compile_ldelim.php │ │ │ │ ├── smarty_internal_compile_rdelim.php │ │ │ │ ├── smarty_internal_compile_debug.php │ │ │ │ └── smarty_resource_uncompiled.php │ │ ├── TemplateLite │ │ │ └── internal │ │ │ │ ├── template.build_dir.php │ │ │ │ ├── compile.compile_custom_function.php │ │ │ │ └── template.generate_debug_output.php │ │ ├── EaseTemplate │ │ │ └── template.ease.php │ │ └── Hprose │ │ │ └── HproseIO.php │ ├── Think │ │ ├── Verify │ │ │ ├── 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 │ │ ├── Behavior.class.php │ │ ├── Template │ │ │ └── Driver │ │ │ │ └── Mobile.class.php │ │ ├── Controller │ │ │ ├── JsonRpcController.class.php │ │ │ └── YarController.class.php │ │ ├── Storage.class.php │ │ └── Exception.class.php │ ├── Behavior │ │ ├── AgentCheckBehavior.class.php │ │ └── WriteHtmlCacheBehavior.class.php │ └── Org │ │ └── Util │ │ └── Stack.class.php ├── logo.png ├── Conf │ └── debug.php └── LICENSE.txt ├── favicon.ico ├── .gitignore ├── .htaccess ├── README.md └── index.php /Application/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Public/README.md: -------------------------------------------------------------------------------- 1 | 资源文件目录 -------------------------------------------------------------------------------- /Application/Home/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/README.md: -------------------------------------------------------------------------------- 1 | 项目目录 -------------------------------------------------------------------------------- /Application/Admin/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Common/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/Conf/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/View/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/Common/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/Conf/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/Model/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Common/Common/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Common/Conf/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Common/Model/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/Common/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/Model/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/Controller/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/Controller/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/README.txt: -------------------------------------------------------------------------------- 1 | 第三方类库包目录 -------------------------------------------------------------------------------- /Application/Admin/View/Category1/Category1.lock: -------------------------------------------------------------------------------- 1 | lock -------------------------------------------------------------------------------- /Application/Admin/View/Updatelog/Updatelog.lock: -------------------------------------------------------------------------------- 1 | lock -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/favicon.ico -------------------------------------------------------------------------------- /Application/Admin/Conf/config.php: -------------------------------------------------------------------------------- 1 | '配置值' 4 | ); -------------------------------------------------------------------------------- /Application/Home/Conf/config.php: -------------------------------------------------------------------------------- 1 | '配置值' 4 | ); -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/spyc/tests/failing1.yaml: -------------------------------------------------------------------------------- 1 | MyObject: 2 | Prop1: {key1:val1} -------------------------------------------------------------------------------- /ThinkPHP/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/logo.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /Application/Runtime/* 2 | /Application/Common* 3 | /Public/Uploads* 4 | /.idea* 5 | 6 | 7 | -------------------------------------------------------------------------------- /Public/static/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/images/close.png -------------------------------------------------------------------------------- /Public/static/images/code.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/images/code.jpg -------------------------------------------------------------------------------- /Public/static/images/face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/images/face.png -------------------------------------------------------------------------------- /Public/static/images/fly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/images/fly.png -------------------------------------------------------------------------------- /Public/static/images/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/images/git.png -------------------------------------------------------------------------------- /Public/static/images/jqm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/images/jqm.jpg -------------------------------------------------------------------------------- /Public/static/images/layui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/images/layui.png -------------------------------------------------------------------------------- /Public/static/images/mayun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/images/mayun.png -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/.coveralls.yml: -------------------------------------------------------------------------------- 1 | coverage_clover: coverage.xml 2 | json_path: coverage.json 3 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/index.php: -------------------------------------------------------------------------------- 1 | 'db,user,web'//加载自定义配置文件 4 | ); 5 | -------------------------------------------------------------------------------- /Public/static/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/font/iconfont.eot -------------------------------------------------------------------------------- /Public/static/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /Public/static/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/0.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/1.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/2.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/3.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/4.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/5.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/6.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/7.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/8.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/9.gif -------------------------------------------------------------------------------- /Public/static/static/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/images/close.png -------------------------------------------------------------------------------- /Public/static/static/images/code.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/images/code.jpg -------------------------------------------------------------------------------- /Public/static/static/images/face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/images/face.png -------------------------------------------------------------------------------- /Public/static/static/images/layui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/images/layui.png -------------------------------------------------------------------------------- /Public/static/static/images/mayun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/images/mayun.png -------------------------------------------------------------------------------- /Public/static/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/font/iconfont.woff -------------------------------------------------------------------------------- /Public/static/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/10.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/11.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/12.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/13.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/14.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/15.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/16.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/17.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/18.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/19.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/20.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/21.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/22.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/23.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/24.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/25.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/26.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/27.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/28.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/29.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/30.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/31.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/32.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/33.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/34.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/35.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/36.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/37.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/38.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/39.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/40.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/41.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/42.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/43.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/44.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/45.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/46.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/47.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/48.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/49.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/50.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/51.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/52.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/53.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/54.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/55.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/56.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/57.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/58.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/59.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/60.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/61.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/62.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/63.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/64.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/65.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/66.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/67.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/68.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/69.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/70.gif -------------------------------------------------------------------------------- /Public/static/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/images/face/71.gif -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/bgs/1.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/bgs/2.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/bgs/3.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/bgs/4.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/bgs/5.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/bgs/6.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/bgs/7.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/bgs/8.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/ttfs/1.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/ttfs/2.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/ttfs/3.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/ttfs/4.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/ttfs/5.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/6.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Think/Verify/ttfs/6.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/spyc/tests/comments.yaml: -------------------------------------------------------------------------------- 1 | foo: 'bar' #Comment 2 | arr: ['x', 'y', 'z'] # Comment here 3 | bar: kittens -------------------------------------------------------------------------------- /Public/static/static/images/userface1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/images/userface1.jpg -------------------------------------------------------------------------------- /Public/static/static/images/userface2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/images/userface2.jpg -------------------------------------------------------------------------------- /Public/static/static/images/userface3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/images/userface3.jpg -------------------------------------------------------------------------------- /Public/static/static/images/userface4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/images/userface4.jpg -------------------------------------------------------------------------------- /Public/static/static/images/userface5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/images/userface5.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/ThinkPHP/Library/Vendor/Alioss/example.jpg -------------------------------------------------------------------------------- /Public/Uploads/img/20180724/5b5730bf622f8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/Uploads/img/20180724/5b5730bf622f8.jpg -------------------------------------------------------------------------------- /Public/Uploads/img/20180724/5b5738d4a58fc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/Uploads/img/20180724/5b5738d4a58fc.jpg -------------------------------------------------------------------------------- /Public/Uploads/img/20180724/5b573b6f42ea9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/Uploads/img/20180724/5b573b6f42ea9.jpg -------------------------------------------------------------------------------- /Public/Uploads/img/20180724/5b573d714ea7f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/Uploads/img/20180724/5b573d714ea7f.jpg -------------------------------------------------------------------------------- /Public/Uploads/img/20180724/5b573d96c1726.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/Uploads/img/20180724/5b573d96c1726.jpg -------------------------------------------------------------------------------- /Public/static/static/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/font/iconfont.eot -------------------------------------------------------------------------------- /Public/static/static/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /Public/static/static/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/font/iconfont.woff -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/0.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/1.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/10.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/11.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/12.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/13.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/14.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/15.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/16.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/17.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/18.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/19.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/2.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/20.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/21.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/22.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/23.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/24.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/25.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/26.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/27.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/28.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/29.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/3.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/30.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/31.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/32.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/33.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/34.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/35.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/36.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/37.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/38.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/39.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/4.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/40.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/41.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/42.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/43.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/44.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/45.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/46.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/47.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/48.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/49.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/5.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/50.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/51.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/52.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/53.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/54.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/55.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/56.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/57.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/58.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/59.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/6.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/60.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/61.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/62.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/63.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/64.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/65.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/66.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/67.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/68.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/69.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/7.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/70.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/71.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/8.gif -------------------------------------------------------------------------------- /Public/static/static/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/images/face/9.gif -------------------------------------------------------------------------------- /Public/Uploads/file/20180724/5b573d7498833.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/Uploads/file/20180724/5b573d7498833.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/.gitignore: -------------------------------------------------------------------------------- 1 | vendor 2 | composer.lock 3 | doc 4 | output 5 | .idea 6 | .buildpath 7 | .project 8 | .settings 9 | -------------------------------------------------------------------------------- /Public/static/js/ztree/css/layuiStyle/img/layui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/ztree/css/layuiStyle/img/layui.png -------------------------------------------------------------------------------- /Public/static/js/ztree/css/layuiStyle/img/line_conn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/ztree/css/layuiStyle/img/line_conn.png -------------------------------------------------------------------------------- /Public/static/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /Public/static/js/ztree/css/bootstrapStyle/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/ztree/css/bootstrapStyle/img/loading.gif -------------------------------------------------------------------------------- /Public/static/js/ztree/css/bootstrapStyle/img/bootstrap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/ztree/css/bootstrapStyle/img/bootstrap.gif -------------------------------------------------------------------------------- /Public/static/js/ztree/css/bootstrapStyle/img/bootstrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/ztree/css/bootstrapStyle/img/bootstrap.png -------------------------------------------------------------------------------- /Public/static/js/ztree/css/bootstrapStyle/img/line_conn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/ztree/css/bootstrapStyle/img/line_conn.png -------------------------------------------------------------------------------- /Public/static/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /Public/static/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/css/modules/layer/default/loading-0.gif -------------------------------------------------------------------------------- /Public/static/layui/css/modules/layer/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/css/modules/layer/default/loading-1.gif -------------------------------------------------------------------------------- /Public/static/layui/css/modules/layer/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /Public/static/static/js/ztree/css/layuiStyle/img/layui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/js/ztree/css/layuiStyle/img/layui.png -------------------------------------------------------------------------------- /Public/static/js/jquery-ui/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/jquery-ui/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /Public/static/js/jquery-ui/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/jquery-ui/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /Public/static/js/jquery-ui/images/ui-icons_777620_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/jquery-ui/images/ui-icons_777620_256x240.png -------------------------------------------------------------------------------- /Public/static/js/jquery-ui/images/ui-icons_777777_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/jquery-ui/images/ui-icons_777777_256x240.png -------------------------------------------------------------------------------- /Public/static/js/jquery-ui/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/jquery-ui/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /Public/static/js/jquery-ui/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/js/jquery-ui/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /Public/static/static/js/ztree/css/layuiStyle/img/line_conn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/js/ztree/css/layuiStyle/img/line_conn.png -------------------------------------------------------------------------------- /Public/static/static/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /Public/static/static/js/ztree/css/bootstrapStyle/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/js/ztree/css/bootstrapStyle/img/loading.gif -------------------------------------------------------------------------------- /Public/static/static/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imxiny/x-man/HEAD/Public/static/static/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Http/RequestCore_Exception.php: -------------------------------------------------------------------------------- 1 | 3 | -

4 | html_content: 5 | -

hello world

6 | - hello
world 7 | text_content: 8 | - hello world -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/phpRPC/pecl/xxtea/config.w32: -------------------------------------------------------------------------------- 1 | ARG_ENABLE("xxtea", "xxtea module", "no"); 2 | 3 | if (PHP_XXTEA != "no") { 4 | EXTENSION("xxtea", "php_xxtea.c xxtea.c"); 5 | } 6 | 7 | -------------------------------------------------------------------------------- /Application/Common/View/radio.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | {%{attr}%} 5 |
6 |
-------------------------------------------------------------------------------- /Application/Common/View/where_text.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
-------------------------------------------------------------------------------- /Application/Common/View/checkbox.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | {%{attr}%} 5 |
6 |
-------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- 1 | 2 | Options +FollowSymlinks 3 | RewriteEngine On 4 | 5 | RewriteCond %{REQUEST_FILENAME} !-d 6 | RewriteCond %{REQUEST_FILENAME} !-f 7 | RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] 8 | 9 | -------------------------------------------------------------------------------- /Application/Common/View/where_select.html: -------------------------------------------------------------------------------- 1 |
2 | 6 |
7 | -------------------------------------------------------------------------------- /Application/Home/Controller/IndexController.class.php: -------------------------------------------------------------------------------- 1 | show('','utf-8'); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/phpRPC/pecl/xxtea/config.m4: -------------------------------------------------------------------------------- 1 | PHP_ARG_ENABLE(xxtea, xxtea module, 2 | [ --enable-xxtea Enable xxtea module.]) 3 | 4 | if test "$PHP_XXTEA" != "no"; then 5 | PHP_NEW_EXTENSION(xxtea, php_xxtea.c xxtea.c, $ext_shared) 6 | AC_DEFINE(HAVE_XXTEA, 1, [Have XXTEA library]) 7 | fi 8 | -------------------------------------------------------------------------------- /Application/Common/Controller/HomeBaseController.class.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 8 |
9 | -------------------------------------------------------------------------------- /Application/Common/View/text.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 |
6 |
-------------------------------------------------------------------------------- /Application/Common/View/color.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 |
6 |
-------------------------------------------------------------------------------- /Application/Common/View/number.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 |
6 |
-------------------------------------------------------------------------------- /Application/Common/View/textarea.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 |
6 |
-------------------------------------------------------------------------------- /Application/Common/View/id.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 8 |
9 |
-------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/tests/OSS/Tests/MimeTypesTest.php: -------------------------------------------------------------------------------- 1 | assertEquals('application/xml', MimeTypes::getMimetype('file.xml')); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Application/Common/View/datetime.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 |
6 |
7 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/autoload.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |
6 | -------------------------------------------------------------------------------- /Application/Common/View/switch.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | 6 |
7 |
-------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Boris/ExportInspector.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Public/static/layui/lay/modules/treetable-lay/treetable.css: -------------------------------------------------------------------------------- 1 | .treeTable-empty { 2 | width: 20px; 3 | display: inline-block; 4 | } 5 | 6 | .treeTable-icon { 7 | cursor: pointer; 8 | } 9 | 10 | .treeTable-icon .layui-icon-triangle-d:before { 11 | content: "\e623"; 12 | } 13 | 14 | .treeTable-icon.open .layui-icon-triangle-d:before { 15 | content: "\e625"; 16 | background-color: transparent; 17 | } 18 | 19 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/BodyResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body) ? "" : $this->rawResponse->body; 18 | } 19 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Boris/DumpInspector.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 12 | $channel = new LiveChannelInfo(); 13 | $channel->parseFromXml($content); 14 | return $channel; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/ListLiveChannelResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 12 | $channelList = new LiveChannelListInfo(); 13 | $channelList->parseFromXml($content); 14 | return $channelList; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetCnameResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 15 | $config = new CnameConfig(); 16 | $config->parseFromXml($content); 17 | return $config; 18 | } 19 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Boris/Inspector.php: -------------------------------------------------------------------------------- 1 | $this->rawResponse->body); 18 | return array_merge($this->rawResponse->header, $body); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Application/Common/Conf/web.php: -------------------------------------------------------------------------------- 1 | false, 11 | 'AUTH_CONFIG' => array( 12 | 'AUTH_ON'=> true,// 认证开关 13 | 'AUTH_TYPE'=> 1,// 认证方式,1为实时认证;2为登录认证。 14 | ), 15 | //错误模板和正确模板 16 | 'TMPL_ACTION_SUCCESS' => "Index:dispatch_jump", 17 | 'TMPL_ACTION_ERROR' => "Index:dispatch_jump" 18 | 19 | ); -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/samples/RunAll.php: -------------------------------------------------------------------------------- 1 | rawResponse->status; 15 | if ((int)(intval($status) / 100) == 2 && (int)(intval($status)) !== 203) { 16 | return true; 17 | } 18 | return false; 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetLiveChannelInfoResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 15 | $channelList = new GetLiveChannelInfo(); 16 | $channelList->parseFromXml($content); 17 | return $channelList; 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/spyc/examples/yaml-load.php: -------------------------------------------------------------------------------- 1 | spyc.yaml loaded into PHP:
'; 15 | print_r($array); 16 | echo ''; 17 | 18 | 19 | echo '
YAML Data dumped back:
'; 20 | echo Spyc::YAMLDump($array); 21 | echo '
'; 22 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetLiveChannelStatusResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 15 | $channelList = new GetLiveChannelStatus(); 16 | $channelList->parseFromXml($content); 17 | return $channelList; 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetLiveChannelHistoryResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 15 | $channelList = new GetLiveChannelHistory(); 16 | $channelList->parseFromXml($content); 17 | return $channelList; 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Application/Common/Conf/user.php: -------------------------------------------------------------------------------- 1 | 'local', //oss或local 配置oss 下面的ALIOSSCONF一定要配置正确 11 | //阿里云存储设置 12 | 'ALIOSSCONF' => array( 13 | 'KEY' => '', 14 | 'SECRET' => '', 15 | 'ENDPOINT' => '', 16 | 'BUCKET' => '', 17 | ), 18 | //后台操作日志是否记录程序运行时间及其所用内存 19 | 'SCS_TIME_MEM' => true, 20 | //后台管理模块名配置 必须配置,用于判断后台记录操作日志 21 | 'DEFAULT_ADMIN_MODULE' => 'Admin', 22 | ); 23 | -------------------------------------------------------------------------------- /Application/Common/View/image.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | 6 |
7 |
-------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/phpunit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | ./src 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | ./tests 16 | ./tests/OSS/Tests/BucketCnameTest.php 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Public/static/page/page/bg/15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jq22.com 6 | 9 | 10 | 11 | 12 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/tests/OSS/Tests/OssExceptionTest.php: -------------------------------------------------------------------------------- 1 | assertTrue(false); 14 | } catch (OssException $e) { 15 | $this->assertNotNull($e); 16 | $this->assertEquals($e->getMessage(), "ERR"); 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Public/static/page/bg/15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jq22.com 6 | 9 | 10 | 11 | 12 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/XmlConfig.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: noprint
14 | * Purpose: return an empty string 15 | * 16 | * @author Uwe Tews 17 | * @param array $params parameters 18 | * @return string with compiled code 19 | */ 20 | function smarty_modifiercompiler_noprint($params, $compiler) 21 | { 22 | return "''"; 23 | } 24 | 25 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/variablefilter.htmlspecialchars.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/HeaderResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->header) ? array() : $this->rawResponse->header; 21 | } 22 | 23 | } -------------------------------------------------------------------------------- /Application/Home/View/Index/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Hello 6 | 7 | 8 |
11 |

感谢你使用x-man后台管理框架

12 |

有问题+Q 1655241471

13 |

觉得还不错? 给个赞 点赞 或者 给个star star 谢谢

14 |

后台地址 点我 账号:amdin 密码:123456

15 |
16 | 17 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/SymlinkResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->header[OssClient::OSS_SYMLINK_TARGET] = rawurldecode($this->rawResponse->header[OssClient::OSS_SYMLINK_TARGET]); 21 | return $this->rawResponse->header; 22 | } 23 | } 24 | 25 | -------------------------------------------------------------------------------- /Application/Common/Conf/db.php: -------------------------------------------------------------------------------- 1 | 'mysqli', // 数据库类型 12 | 'DB_HOST' => 'localhost', // 服务器地址 13 | 'DB_NAME' => '', // 数据库名 14 | 'DB_USER' => '', // 用户名 15 | 'DB_PWD' => '', // 密码 16 | 'DB_PORT' => '3306', // 端口 17 | 'DB_PREFIX' => 'xman_', // 数据库表前缀 18 | 'DB_PARAMS' => array(), // 数据库连接参数 19 | 'DB_DEBUG' => TRUE, // 数据库调试模式 开启后可以记录SQL日志 20 | 'DB_FIELDS_CACHE' => true, // 启用字段缓存 21 | 'DB_CHARSET' => 'utf8mb4', // 数据库编码默认采用utf8 22 | 23 | ); 24 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## X-Man后台管理框架 2 | ### Author Xiny 3 | + Layui2.4.3+Thinkphp3.2.3后台管理框架,一键增删改查,支持多表外联,控件多样化,完善的权限管理模块 4 | + 演示地址:[https://xman.xbug.top](https://xman.xbug.top) 5 | + 如果觉得对你有所帮助 请为我点个星星 谢谢 6 | + 数据库文件 xinyadmin.sql 7 | + 如有疑问+Q 1655241471 8 | 9 | # 安装 10 | 11 | ```bash 12 | git clone git@github.com:imxiny/x-man.git 13 | ``` 14 | 15 | 导入 xman.sql 文件 16 | 17 | 设置数据库配置 Application\Common\Conf\db.conf 18 | 19 | 设置伪静态nginx 20 | 21 | 必须设置伪静态,且通过域名直接访问,不能通过路径访问 22 | 23 | ``` 24 | location / { 25 | if (!-e $request_filename){ 26 | rewrite ^(.*)$ /index.php?s=$1 last; break; 27 | } 28 | } 29 | ``` 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/UploadPartResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->header; 22 | if (isset($header["etag"])) { 23 | return $header["etag"]; 24 | } 25 | throw new OssException("cannot get ETag"); 26 | 27 | } 28 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/TemplateLite/internal/template.build_dir.php: -------------------------------------------------------------------------------- 1 | _get_dir($dir); 15 | } 16 | $_result = $object->_get_dir($dir); 17 | foreach($_args as $value) 18 | { 19 | $_result .= $value.DIRECTORY_SEPARATOR; 20 | if (!is_dir($_result)) 21 | { 22 | @mkdir($_result, 0777); 23 | } 24 | } 25 | return $_result; 26 | } 27 | 28 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/tests/OSS/Tests/BucketInfoTest.php: -------------------------------------------------------------------------------- 1 | assertNotNull($bucketInfo); 17 | $this->assertEquals('cn-beijing', $bucketInfo->getLocation()); 18 | $this->assertEquals('name', $bucketInfo->getName()); 19 | $this->assertEquals('today', $bucketInfo->getCreateDate()); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "aliyuncs/oss-sdk-php", 3 | "description": "Aliyun OSS SDK for PHP", 4 | "homepage": "http://www.aliyun.com/product/oss/", 5 | "type": "library", 6 | "license": "MIT", 7 | "authors": [ 8 | { 9 | "name": "Aliyuncs", 10 | "homepage": "http://www.aliyun.com" 11 | } 12 | ], 13 | "require": { 14 | "php":">=5.3" 15 | }, 16 | "require-dev" : { 17 | "phpunit/phpunit": "~4.0", 18 | "satooshi/php-coveralls": "~1.0" 19 | }, 20 | "minimum-stability": "stable", 21 | "autoload": { 22 | "psr-4": {"OSS\\": "src/OSS"} 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/DeleteObjectsResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 18 | $xml = simplexml_load_string($body); 19 | $objects = array(); 20 | 21 | if (isset($xml->Deleted)) { 22 | foreach($xml->Deleted as $deleteKey) 23 | $objects[] = $deleteKey->Key; 24 | } 25 | return $objects; 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/tests/OSS/Tests/HeaderResultTest.php: -------------------------------------------------------------------------------- 1 | 'value'), "", 200); 17 | $result = new HeaderResult($response); 18 | $this->assertTrue($result->isOK()); 19 | $this->assertTrue(is_array($result->getData())); 20 | $data = $result->getData(); 21 | $this->assertEquals($data['key'], 'value'); 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/AppendResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->header; 22 | if (isset($header["x-oss-next-append-position"])) { 23 | return intval($header["x-oss-next-append-position"]); 24 | } 25 | throw new OssException("cannot get next-append-position"); 26 | } 27 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/spyc/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mustangostang/spyc", 3 | "description": "A simple YAML loader/dumper class for PHP", 4 | "type": "library", 5 | "keywords": [ 6 | "spyc", 7 | "yaml", 8 | "yml" 9 | ], 10 | "homepage": "https://github.com/mustangostang/spyc/", 11 | "authors" : [{ 12 | "name": "mustangostang", 13 | "email": "vlad.andersen@gmail.com" 14 | }], 15 | "license": "MIT", 16 | "require": { 17 | "php": ">=5.3.1" 18 | }, 19 | "autoload": { 20 | "files": [ "Spyc.php" ] 21 | }, 22 | "extra": { 23 | "branch-alias": { 24 | "dev-master": "0.5.x-dev" 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/CopyObjectResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 18 | $xml = simplexml_load_string($body); 19 | $result = array(); 20 | 21 | if (isset($xml->LastModified)) { 22 | $result[] = $xml->LastModified; 23 | } 24 | if (isset($xml->ETag)) { 25 | $result[] = $xml->ETag; 26 | } 27 | 28 | return $result; 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.string_format.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: string_format
14 | * Purpose: format strings via sprintf 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.string.format.php string_format (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_string_format($params, $compiler) 22 | { 23 | return 'sprintf(' . $params[1] . ',' . $params[0] . ')'; 24 | } 25 | 26 | ?> -------------------------------------------------------------------------------- /Application/Admin/Controller/NoteController.class.php: -------------------------------------------------------------------------------- 1 | table = 'note'; 23 | $this->addTemplet = 'Note/add'; 24 | $this->editTemplet = 'Note/edit'; 25 | $this->indexTemplet = 'Note/index'; 26 | $this->whereList = []; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetLocationResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 24 | if (empty($content)) { 25 | throw new OssException("body is null"); 26 | } 27 | $xml = simplexml_load_string($content); 28 | return $xml; 29 | } 30 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/InitiateMultipartUploadResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 23 | $xml = simplexml_load_string($content); 24 | if (isset($xml->UploadId)) { 25 | return strval($xml->UploadId); 26 | } 27 | throw new OssException("cannot get UploadId"); 28 | } 29 | } -------------------------------------------------------------------------------- /Application/Admin/Controller/CategoryController.class.php: -------------------------------------------------------------------------------- 1 | table = 'category'; 23 | $this->addTemplet = 'Category/add'; 24 | $this->editTemplet = 'Category/edit'; 25 | $this->indexTemplet = 'Category/index'; 26 | $this->whereList = []; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Application/Admin/Controller/TestController.class.php: -------------------------------------------------------------------------------- 1 | table = 'test'; 23 | $this->addTemplet = 'Test/add'; 24 | $this->editTemplet = 'Test/edit'; 25 | $this->indexTemplet = 'Test/index'; 26 | $this->whereList = ['keywords' => 'like']; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Application/Admin/Controller/UpdatelogController.class.php: -------------------------------------------------------------------------------- 1 | table = 'update_log'; 23 | $this->addTemplet = 'Updatelog/add'; 24 | $this->editTemplet = 'Updatelog/edit'; 25 | $this->indexTemplet = 'Updatelog/index'; 26 | $this->whereList = []; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Application/Admin/Controller/UserController.class.php: -------------------------------------------------------------------------------- 1 | table = 'user'; 23 | $this->addTemplet = 'User/add'; 24 | $this->editTemplet = 'User/edit'; 25 | $this->indexTemplet = 'User/index'; 26 | $this->whereList = ['name' => 'eq','phone' => 'eq']; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Application/Admin/Controller/SystemskinController.class.php: -------------------------------------------------------------------------------- 1 | table = 'system_skin'; 23 | $this->addTemplet = 'Systemskin/add'; 24 | $this->editTemplet = 'Systemskin/edit'; 25 | $this->indexTemplet = 'Systemskin/index'; 26 | $this->whereList = []; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Application/Admin/Controller/CatetestController.class.php: -------------------------------------------------------------------------------- 1 | table = 'catetest'; 23 | $this->addTemplet = 'Catetest/add'; 24 | $this->editTemplet = 'Catetest/edit'; 25 | $this->indexTemplet = 'Catetest/index'; 26 | $this->whereList = ['name' => 'like']; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Application/Admin/Controller/TesttestController.class.php: -------------------------------------------------------------------------------- 1 | table = 'test_test'; 23 | $this->addTemplet = 'Testtest/add'; 24 | $this->editTemplet = 'Testtest/edit'; 25 | $this->indexTemplet = 'Testtest/index'; 26 | $this->whereList = ['tilte' => 'like']; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/BucketListInfo.php: -------------------------------------------------------------------------------- 1 | bucketList = $bucketList; 21 | } 22 | 23 | /** 24 | * 得到BucketInfo列表 25 | * 26 | * @return BucketInfo[] 27 | */ 28 | public function getBucketList() 29 | { 30 | return $this->bucketList; 31 | } 32 | 33 | /** 34 | * BucketInfo信息列表 35 | * 36 | * @var array 37 | */ 38 | private $bucketList = array(); 39 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.cat.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: cat
14 | * Date: Feb 24, 2003
15 | * Purpose: catenate a value to a variable
16 | * Input: string to catenate
17 | * Example: {$var|cat:"foo"} 18 | * 19 | * @link http://smarty.php.net/manual/en/language.modifier.cat.php cat 20 | * (Smarty online manual) 21 | * @author Uwe Tews 22 | * @param array $params parameters 23 | * @return string with compiled code 24 | */ 25 | function smarty_modifiercompiler_cat($params, $compiler) 26 | { 27 | return '('.implode(').(', $params).')'; 28 | } 29 | 30 | ?> -------------------------------------------------------------------------------- /Application/Admin/Controller/Category1Controller.class.php: -------------------------------------------------------------------------------- 1 | table = 'category'; 23 | $this->addTemplet = 'Category1/add'; 24 | $this->editTemplet = 'Category1/edit'; 25 | $this->indexTemplet = 'Category1/index'; 26 | $this->whereList = ['title' => 'eq','desc' => 'like']; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Application/Admin/Controller/SystemerrorlogController.class.php: -------------------------------------------------------------------------------- 1 | table = 'system_error_log'; 23 | $this->addTemplet = 'Systemerrorlog/add'; 24 | $this->editTemplet = 'Systemerrorlog/edit'; 25 | $this->indexTemplet = 'Systemerrorlog/index'; 26 | $this->whereList = []; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/tests/OSS/Tests/BodyResultTest.php: -------------------------------------------------------------------------------- 1 | assertTrue($result->isOK()); 16 | $this->assertEquals($result->getData(), "hi"); 17 | } 18 | 19 | public function testParseInvalid404() 20 | { 21 | $response = new ResponseCore(array(), null, 200); 22 | $result = new BodyResult($response); 23 | $this->assertTrue($result->isOK()); 24 | $this->assertEquals($result->getData(), ""); 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/spyc/php4/5to4.php: -------------------------------------------------------------------------------- 1 | ', $code); 13 | $f = fopen ($dest, 'w'); 14 | fwrite($f, $code); 15 | fclose ($f); 16 | print "Written to $dest.\n"; 17 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/PrefixInfo.php: -------------------------------------------------------------------------------- 1 | prefix = $prefix; 25 | } 26 | 27 | /** 28 | * @return string 29 | */ 30 | public function getPrefix() 31 | { 32 | return $this->prefix; 33 | } 34 | 35 | private $prefix; 36 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/phpRPC/pecl/xxtea/README: -------------------------------------------------------------------------------- 1 | XXTEA PHP extension 2 | 3 | What is it? 4 | ----------------------------------------------- 5 | This extension based on xxtea library, which provides a set of functions 6 | for encrypt or decrypt data with XXTEA algorithm. 7 | 8 | 9 | 10 | How to install it? 11 | ----------------------------------------------- 12 | See INSTALL for installation instructions. 13 | 14 | 15 | 16 | How to use it? 17 | ----------------------------------------------- 18 | string xxtea_encrypt(string data, string key) 19 | 20 | Encrypt data using XXTEA algorithm. The key is a 16 bytes(128 bits) string. 21 | 22 | string xxtea_decrypt(string data, string key) 23 | 24 | Decrypt data using XXTEA algorithm. The key is a 16 bytes(128 bits) string. 25 | 26 | string xxtea_info() 27 | 28 | Get the version information. -------------------------------------------------------------------------------- /Application/Admin/Controller/SystemoperationlogController.class.php: -------------------------------------------------------------------------------- 1 | table = 'system_operation_log'; 23 | $this->addTemplet = 'Systemoperationlog/add'; 24 | $this->editTemplet = 'Systemoperationlog/edit'; 25 | $this->indexTemplet = 'Systemoperationlog/index'; 26 | $this->whereList = []; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Application/Admin/Controller/SystemloginlogController.class.php: -------------------------------------------------------------------------------- 1 | table = 'system_login_log'; 23 | $this->addTemplet = 'Systemloginlog/add'; 24 | $this->editTemplet = 'Systemloginlog/edit'; 25 | $this->indexTemplet = 'Systemloginlog/index'; 26 | $this->whereList = []; 27 | } 28 | //可复写index、add、edit、delete 29 | } 30 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.count_paragraphs.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_paragraphs
14 | * Purpose: count the number of paragraphs in a text 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.count.paragraphs.php 17 | * count_paragraphs (Smarty online manual) 18 | * @author Uwe Tews 19 | * @param array $params parameters 20 | * @return string with compiled code 21 | */ 22 | function smarty_modifiercompiler_count_paragraphs($params, $compiler) 23 | { 24 | // count \r or \n characters 25 | return '(preg_match_all(\'#[\r\n]+#\', ' . $params[0] . ', $tmp)+1)'; 26 | } 27 | 28 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/AclResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 22 | if (empty($content)) { 23 | throw new OssException("body is null"); 24 | } 25 | $xml = simplexml_load_string($content); 26 | if (isset($xml->AccessControlList->Grant)) { 27 | return strval($xml->AccessControlList->Grant); 28 | } else { 29 | throw new OssException("xml format exception"); 30 | } 31 | } 32 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/ExistResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->status) === 200 ? true : false; 18 | } 19 | 20 | /** 21 | * 根据返回http状态码判断,[200-299]即认为是OK, 判断是否存在的接口,404也认为是一种 22 | * 有效响应 23 | * 24 | * @return bool 25 | */ 26 | protected function isResponseOk() 27 | { 28 | $status = $this->rawResponse->status; 29 | if ((int)(intval($status) / 100) == 2 || (int)(intval($status)) === 404) { 30 | return true; 31 | } 32 | return false; 33 | } 34 | 35 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifier.spacify.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: spacify
13 | * Purpose: add spaces between characters in a string 14 | * 15 | * @link http://smarty.php.net/manual/en/language.modifier.spacify.php spacify (Smarty online manual) 16 | * @author Monte Ohrt 17 | * @param string $string input string 18 | * @param string $spacify_char string to insert between characters. 19 | * @return string 20 | */ 21 | function smarty_modifier_spacify($string, $spacify_char = ' ') 22 | { 23 | // well… what about charsets besides latin and UTF-8? 24 | return implode($spacify_char, preg_split('//u', $string, -1, PREG_SPLIT_NO_EMPTY)); 25 | } 26 | 27 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetCorsResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 15 | $config = new CorsConfig(); 16 | $config->parseFromXml($content); 17 | return $config; 18 | } 19 | 20 | /** 21 | * 根据返回http状态码判断,[200-299]即认为是OK, 获取bucket相关配置的接口,404也认为是一种 22 | * 有效响应 23 | * 24 | * @return bool 25 | */ 26 | protected function isResponseOk() 27 | { 28 | $status = $this->rawResponse->status; 29 | if ((int)(intval($status) / 100) == 2 || (int)(intval($status)) === 404) { 30 | return true; 31 | } 32 | return false; 33 | } 34 | 35 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.indent.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: indent
13 | * Purpose: indent lines of text 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.indent.php indent (Smarty online manual) 16 | * @author Uwe Tews 17 | * @param array $params parameters 18 | * @return string with compiled code 19 | */ 20 | 21 | function smarty_modifiercompiler_indent($params, $compiler) 22 | { 23 | if (!isset($params[1])) { 24 | $params[1] = 4; 25 | } 26 | if (!isset($params[2])) { 27 | $params[2] = "' '"; 28 | } 29 | return 'preg_replace(\'!^!m\',str_repeat(' . $params[2] . ',' . $params[1] . '),' . $params[0] . ')'; 30 | } 31 | 32 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.count_sentences.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_sentences 14 | * Purpose: count the number of sentences in a text 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.count.paragraphs.php 17 | * count_sentences (Smarty online manual) 18 | * @author Uwe Tews 19 | * @param array $params parameters 20 | * @return string with compiled code 21 | */ 22 | function smarty_modifiercompiler_count_sentences($params, $compiler) 23 | { 24 | // find periods, question marks, exclamation marks with a word before but not after. 25 | return 'preg_match_all("#\w[\.\?\!](\W|$)#uS", ' . $params[0] . ', $tmp)'; 26 | } 27 | 28 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.strip_tags.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: strip_tags
14 | * Purpose: strip html tags from text 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.strip.tags.php strip_tags (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_strip_tags($params, $compiler) 22 | { 23 | if (!isset($params[1])) { 24 | $params[1] = true; 25 | } 26 | if ($params[1] === true) { 27 | return "preg_replace('!<[^>]*?>!', ' ', {$params[0]})"; 28 | } else { 29 | return 'strip_tags(' . $params[0] . ')'; 30 | } 31 | } 32 | 33 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.upper.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: lower
14 | * Purpose: convert string to uppercase 15 | * 16 | * @link http://smarty.php.net/manual/en/language.modifier.upper.php lower (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_upper($params, $compiler) 22 | { 23 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 24 | return 'mb_strtoupper(' . $params[0] . ',SMARTY_RESOURCE_CHAR_SET)' ; 25 | } 26 | // no MBString fallback 27 | return 'strtoupper(' . $params[0] . ')'; 28 | } 29 | 30 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetStorageCapacityResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 24 | if (empty($content)) { 25 | throw new OssException("body is null"); 26 | } 27 | $xml = simplexml_load_string($content); 28 | if (isset($xml->StorageCapacity)) { 29 | return intval($xml->StorageCapacity); 30 | } else { 31 | throw new OssException("xml format exception"); 32 | } 33 | } 34 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/GetLiveChannelHistory.php: -------------------------------------------------------------------------------- 1 | liveRecordList; 13 | } 14 | 15 | public function parseFromXml($strXml) 16 | { 17 | $xml = simplexml_load_string($strXml); 18 | 19 | if (isset($xml->LiveRecord)) { 20 | foreach ($xml->LiveRecord as $record) { 21 | $liveRecord = new LiveChannelHistory(); 22 | $liveRecord->parseFromXmlNode($record); 23 | $this->liveRecordList[] = $liveRecord; 24 | } 25 | } 26 | } 27 | 28 | public function serializeToXml() 29 | { 30 | throw new OssException("Not implemented."); 31 | } 32 | 33 | private $liveRecordList = array(); 34 | } 35 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/tests/OSS/Tests/ObjectAclTest.php: -------------------------------------------------------------------------------- 1 | deleteObject($bucket, $object); 16 | $client->putObject($bucket, $object, "hello world"); 17 | 18 | $acl = $client->getObjectAcl($bucket, $object); 19 | $this->assertEquals('default', $acl); 20 | 21 | $client->putObjectAcl($bucket, $object, 'public-read'); 22 | $acl = $client->getObjectAcl($bucket, $object); 23 | $this->assertEquals('public-read', $acl); 24 | 25 | $content = $client->getObject($bucket, $object); 26 | $this->assertEquals('hello world', $content); 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Behavior.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Think; 12 | /** 13 | * ThinkPHP Behavior基础类 14 | */ 15 | abstract class Behavior { 16 | /** 17 | * 执行行为 run方法是Behavior唯一的接口 18 | * @access public 19 | * @param mixed $params 行为参数 20 | * @return void 21 | */ 22 | abstract public function run(&$params); 23 | 24 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.lower.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: lower
13 | * Purpose: convert string to lowercase 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.lower.php lower (Smarty online manual) 16 | * @author Monte Ohrt 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | 22 | function smarty_modifiercompiler_lower($params, $compiler) 23 | { 24 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 25 | return 'mb_strtolower(' . $params[0] . ',SMARTY_RESOURCE_CHAR_SET)' ; 26 | } 27 | // no MBString fallback 28 | return 'strtolower(' . $params[0] . ')'; 29 | } 30 | 31 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.strip.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: strip
14 | * Purpose: Replace all repeated spaces, newlines, tabs 15 | * with a single space or supplied replacement string.
16 | * Example: {$var|strip} {$var|strip:" "}
17 | * Date: September 25th, 2002 18 | * 19 | * @link http://www.smarty.net/manual/en/language.modifier.strip.php strip (Smarty online manual) 20 | * @author Uwe Tews 21 | * @param array $params parameters 22 | * @return string with compiled code 23 | */ 24 | 25 | function smarty_modifiercompiler_strip($params, $compiler) 26 | { 27 | if (!isset($params[1])) { 28 | $params[1] = "' '"; 29 | } 30 | return "preg_replace('!\s+!u', {$params[1]},{$params[0]})"; 31 | } 32 | 33 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.default.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: default
14 | * Purpose: designate default value for empty variables 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.default.php default (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_default ($params, $compiler) 22 | { 23 | $output = $params[0]; 24 | if (!isset($params[1])) { 25 | $params[1] = "''"; 26 | } 27 | 28 | array_shift($params); 29 | foreach ($params as $param) { 30 | $output = '(($tmp = @' . $output . ')===null||$tmp===\'\' ? ' . $param . ' : $tmp)'; 31 | } 32 | return $output; 33 | } 34 | 35 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/ListBucketsResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 22 | $xml = new \SimpleXMLElement($content); 23 | if (isset($xml->Buckets) && isset($xml->Buckets->Bucket)) { 24 | foreach ($xml->Buckets->Bucket as $bucket) { 25 | $bucketInfo = new BucketInfo(strval($bucket->Location), 26 | strval($bucket->Name), 27 | strval($bucket->CreationDate)); 28 | $bucketList[] = $bucketInfo; 29 | } 30 | } 31 | return new BucketListInfo($bucketList); 32 | } 33 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.to_charset.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: to_charset
14 | * Purpose: convert character encoding from internal encoding to $charset 15 | * 16 | * @author Rodney Rehm 17 | * @param array $params parameters 18 | * @return string with compiled code 19 | */ 20 | function smarty_modifiercompiler_to_charset($params, $compiler) 21 | { 22 | if (!SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 23 | // FIXME: (rodneyrehm) shouldn't this throw an error? 24 | return $params[0]; 25 | } 26 | 27 | if (!isset($params[1])) { 28 | $params[1] = '"ISO-8859-1"'; 29 | } 30 | 31 | return 'mb_convert_encoding(' . $params[0] . ', ' . $params[1] . ', SMARTY_RESOURCE_CHAR_SET)'; 32 | } 33 | 34 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetWebsiteResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 21 | $config = new WebsiteConfig(); 22 | $config->parseFromXml($content); 23 | return $config; 24 | } 25 | 26 | /** 27 | * 根据返回http状态码判断,[200-299]即认为是OK, 获取bucket相关配置的接口,404也认为是一种 28 | * 有效响应 29 | * 30 | * @return bool 31 | */ 32 | protected function isResponseOk() 33 | { 34 | $status = $this->rawResponse->status; 35 | if ((int)(intval($status) / 100) == 2 || (int)(intval($status)) === 404) { 36 | return true; 37 | } 38 | return false; 39 | } 40 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.from_charset.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: from_charset
14 | * Purpose: convert character encoding from $charset to internal encoding 15 | * 16 | * @author Rodney Rehm 17 | * @param array $params parameters 18 | * @return string with compiled code 19 | */ 20 | function smarty_modifiercompiler_from_charset($params, $compiler) 21 | { 22 | if (!SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 23 | // FIXME: (rodneyrehm) shouldn't this throw an error? 24 | return $params[0]; 25 | } 26 | 27 | if (!isset($params[1])) { 28 | $params[1] = '"ISO-8859-1"'; 29 | } 30 | 31 | return 'mb_convert_encoding(' . $params[0] . ', SMARTY_RESOURCE_CHAR_SET, ' . $params[1] . ')'; 32 | } 33 | 34 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/spyc/README.md: -------------------------------------------------------------------------------- 1 | **Spyc** is a YAML loader/dumper written in pure PHP. Given a YAML document, Spyc will return an array that 2 | you can use however you see fit. Given an array, Spyc will return a string which contains a YAML document 3 | built from your data. 4 | 5 | **YAML** is an amazingly human friendly and strikingly versatile data serialization language which can be used 6 | for log files, config files, custom protocols, the works. For more information, see http://www.yaml.org. 7 | 8 | Spyc supports YAML 1.0 specification. 9 | 10 | ## Using Spyc 11 | 12 | Using Spyc is trivial: 13 | 14 | ``` 15 | rawResponse->body; 22 | $config = new LoggingConfig(); 23 | $config->parseFromXml($content); 24 | return $config; 25 | } 26 | 27 | /** 28 | * 根据返回http状态码判断,[200-299]即认为是OK, 获取bucket相关配置的接口,404也认为是一种 29 | * 有效响应 30 | * 31 | * @return bool 32 | */ 33 | protected function isResponseOk() 34 | { 35 | $status = $this->rawResponse->status; 36 | if ((int)(intval($status) / 100) == 2 || (int)(intval($status)) === 404) { 37 | return true; 38 | } 39 | return false; 40 | } 41 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetRefererResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 22 | $config = new RefererConfig(); 23 | $config->parseFromXml($content); 24 | return $config; 25 | } 26 | 27 | /** 28 | * 根据返回http状态码判断,[200-299]即认为是OK, 获取bucket相关配置的接口,404也认为是一种 29 | * 有效响应 30 | * 31 | * @return bool 32 | */ 33 | protected function isResponseOk() 34 | { 35 | $status = $this->rawResponse->status; 36 | if ((int)(intval($status) / 100) == 2 || (int)(intval($status)) === 404) { 37 | return true; 38 | } 39 | return false; 40 | } 41 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/sysplugins/smarty_resource_recompiled.php: -------------------------------------------------------------------------------- 1 | filepath = false; 30 | $compiled->timestamp = false; 31 | $compiled->exists = false; 32 | } 33 | 34 | } 35 | 36 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Result/GetLifecycleResult.php: -------------------------------------------------------------------------------- 1 | rawResponse->body; 22 | $config = new LifecycleConfig(); 23 | $config->parseFromXml($content); 24 | return $config; 25 | } 26 | 27 | /** 28 | * 根据返回http状态码判断,[200-299]即认为是OK, 获取bucket相关配置的接口,404也认为是一种 29 | * 有效响应 30 | * 31 | * @return bool 32 | */ 33 | protected function isResponseOk() 34 | { 35 | $status = $this->rawResponse->status; 36 | if ((int)(intval($status) / 100) == 2 || (int)(intval($status)) === 404) { 37 | return true; 38 | } 39 | return false; 40 | } 41 | } -------------------------------------------------------------------------------- /Public/static/layui/css/modules/code.css: -------------------------------------------------------------------------------- 1 | /** layui-v2.4.3 MIT License By https://www.layui.com */ 2 | html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #e2e2e2;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:32px;line-height:32px;border-bottom:1px solid #e2e2e2}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none} -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/EaseTemplate/template.ease.php: -------------------------------------------------------------------------------- 1 | '1', //缓存ID 27 | 'TplType' =>'htm', //模板格式 28 | 'CacheDir' =>'cache', //缓存目录 29 | 'TemplateDir'=>'template' , //模板存放目录 30 | 'AutoImage' =>'on' , //自动解析图片目录开关 on表示开放 off表示关闭 31 | 'LangDir' =>'language' , //语言文件存放的目录 32 | 'Language' =>'default' , //语言的默认文件 33 | 'Copyright' =>'off' , //版权保护 34 | 'MemCache' =>'' , //Memcache服务器地址例如:127.0.0.1:11211 35 | ) 36 | ){ 37 | 38 | parent::ETCoreStart($set); 39 | } 40 | 41 | } 42 | ?> -------------------------------------------------------------------------------- /Public/static/static/layui/css/modules/code.css: -------------------------------------------------------------------------------- 1 | /** layui-v2.4.1 MIT License By https://www.layui.com */ 2 | html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #e2e2e2;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:32px;line-height:32px;border-bottom:1px solid #e2e2e2}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none} -------------------------------------------------------------------------------- /Public/static/page/404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 404--layui后台管理模板 2.0 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 |
18 | 19 | 20 |
21 |
22 | 23 |

我勒个去,页面被外星人挟持了!

24 |
25 |
26 | 27 | 28 | -------------------------------------------------------------------------------- /Public/static/page/page/404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 404--layui后台管理模板 2.0 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 |
18 | 19 | 20 |
21 |
22 | 23 |

我勒个去,页面被外星人挟持了!

24 |
25 |
26 | 27 | 28 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifier.replace.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: replace
13 | * Purpose: simple search/replace 14 | * 15 | * @link http://smarty.php.net/manual/en/language.modifier.replace.php replace (Smarty online manual) 16 | * @author Monte Ohrt 17 | * @author Uwe Tews 18 | * @param string $string input string 19 | * @param string $search text to search for 20 | * @param string $replace replacement text 21 | * @return string 22 | */ 23 | function smarty_modifier_replace($string, $search, $replace) 24 | { 25 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 26 | require_once(SMARTY_PLUGINS_DIR . 'shared.mb_str_replace.php'); 27 | return smarty_mb_str_replace($search, $replace, $string); 28 | } 29 | 30 | return str_replace($search, $replace, $string); 31 | } 32 | 33 | ?> -------------------------------------------------------------------------------- /Public/static/static/page/404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 404--layui后台管理模板 2.0 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 |
18 | 19 | 20 |
21 |
22 | 23 |

我勒个去,页面被外星人挟持了!

24 |
25 |
26 | 27 | 28 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/spyc/examples/yaml-dump.php: -------------------------------------------------------------------------------- 1 | 'A sequence','second' => 'of mapped values'); 18 | $array['Mapped'] = array('A sequence','which is mapped'); 19 | $array['A Note'] = 'What if your text is too long?'; 20 | $array['Another Note'] = 'If that is the case, the dumper will probably fold your text by using a block. Kinda like this.'; 21 | $array['The trick?'] = 'The trick is that we overrode the default indent, 2, to 4 and the default wordwrap, 40, to 60.'; 22 | $array['Old Dog'] = "And if you want\n to preserve line breaks, \ngo ahead!"; 23 | $array['key:withcolon'] = "Should support this to"; 24 | 25 | $yaml = Spyc::YAMLDump($array,4,60); 26 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/tests/OSS/Tests/UploadPartResultTest.php: -------------------------------------------------------------------------------- 1 | '7265F4D211B56873A381D321F586E4A9'); 13 | private $invalidHeader = array(); 14 | 15 | public function testParseValidHeader() 16 | { 17 | $response = new ResponseCore($this->validHeader, "", 200); 18 | $result = new UploadPartResult($response); 19 | $eTag = $result->getData(); 20 | $this->assertEquals('7265F4D211B56873A381D321F586E4A9', $eTag); 21 | } 22 | 23 | public function testParseInvalidHeader() 24 | { 25 | $response = new ResponseCore($this->invalidHeader, "", 200); 26 | try { 27 | new UploadPartResult($response); 28 | $this->assertTrue(false); 29 | } catch (OssException $e) { 30 | $this->assertEquals('cannot get ETag', $e->getMessage()); 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/sysplugins/smarty_internal_get_include_path.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.count_characters.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_characteres
14 | * Purpose: count the number of characters in a text 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.count.characters.php count_characters (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_count_characters($params, $compiler) 22 | { 23 | if (!isset($params[1]) || $params[1] != 'true') { 24 | return 'preg_match_all(\'/[^\s]/u\',' . $params[0] . ', $tmp)'; 25 | } 26 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 27 | return 'mb_strlen(' . $params[0] . ', SMARTY_RESOURCE_CHAR_SET)'; 28 | } 29 | // no MBString fallback 30 | return 'strlen(' . $params[0] . ')'; 31 | } 32 | 33 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Behavior/AgentCheckBehavior.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Behavior; 12 | /** 13 | * 行为扩展:代理检测 14 | */ 15 | class AgentCheckBehavior { 16 | public function run(&$params) { 17 | // 代理访问检测 18 | $limitProxyVisit = C('LIMIT_PROXY_VISIT',null,true); 19 | if($limitProxyVisit && ($_SERVER['HTTP_X_FORWARDED_FOR'] || $_SERVER['HTTP_VIA'] || $_SERVER['HTTP_PROXY_CONNECTION'] || $_SERVER['HTTP_USER_AGENT_VIA'])) { 20 | // 禁止代理访问 21 | exit('Access Denied'); 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/tests/OSS/Tests/ExistResultTest.php: -------------------------------------------------------------------------------- 1 | assertTrue($result->isOK()); 17 | $this->assertEquals($result->getData(), true); 18 | } 19 | 20 | public function testParseInvalid404() 21 | { 22 | $response = new ResponseCore(array(), "", 404); 23 | $result = new ExistResult($response); 24 | $this->assertTrue($result->isOK()); 25 | $this->assertEquals($result->getData(), false); 26 | } 27 | 28 | public function testInvalidResponse() 29 | { 30 | $response = new ResponseCore(array(), "", 300); 31 | try { 32 | new ExistResult($response); 33 | $this->assertTrue(false); 34 | } catch (OssException $e) { 35 | 36 | } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/UploadInfo.php: -------------------------------------------------------------------------------- 1 | key = $key; 24 | $this->uploadId = $uploadId; 25 | $this->initiated = $initiated; 26 | } 27 | 28 | /** 29 | * @return string 30 | */ 31 | public function getKey() 32 | { 33 | return $this->key; 34 | } 35 | 36 | /** 37 | * @return string 38 | */ 39 | public function getUploadId() 40 | { 41 | return $this->uploadId; 42 | } 43 | 44 | /** 45 | * @return string 46 | */ 47 | public function getInitiated() 48 | { 49 | return $this->initiated; 50 | } 51 | 52 | private $key = ""; 53 | private $uploadId = ""; 54 | private $initiated = ""; 55 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/spyc/COPYING: -------------------------------------------------------------------------------- 1 | The MIT License 2 | 3 | Copyright (c) 2011 Vladimir Andersen 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. -------------------------------------------------------------------------------- /Public/static/layui/lay/modules/code.js: -------------------------------------------------------------------------------- 1 | /** layui-v2.4.3 MIT License By https://www.layui.com */ 2 | ;layui.define("jquery",function(e){"use strict";var a=layui.$,l="http://www.layui.com/doc/modules/code.html";e("code",function(e){var t=[];e=e||{},e.elem=a(e.elem||".layui-code"),e.about=!("about"in e)||e.about,e.elem.each(function(){t.push(this)}),layui.each(t.reverse(),function(t,i){var c=a(i),o=c.html();(c.attr("lay-encode")||e.encode)&&(o=o.replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")),c.html('
  1. '+o.replace(/[\r\t\n]+/g,"
  2. ")+"
"),c.find(">.layui-code-h3")[0]||c.prepend('

'+(c.attr("lay-title")||e.title||"code")+(e.about?'layui.code':"")+"

");var d=c.find(">.layui-code-ol");c.addClass("layui-box layui-code-view"),(c.attr("lay-skin")||e.skin)&&c.addClass("layui-code-"+(c.attr("lay-skin")||e.skin)),(d.find("li").length/100|0)>0&&d.css("margin-left",(d.find("li").length/100|0)+"px"),(c.attr("lay-height")||e.height)&&d.css("max-height",c.attr("lay-height")||e.height)})})}).addcss("modules/code.css","skincodecss"); -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.count_words.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_words
14 | * Purpose: count the number of words in a text 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.count.words.php count_words (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_count_words($params, $compiler) 22 | { 23 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 24 | // return 'preg_match_all(\'#[\w\pL]+#u\', ' . $params[0] . ', $tmp)'; 25 | // expression taken from http://de.php.net/manual/en/function.str-word-count.php#85592 26 | return 'preg_match_all(\'/\p{L}[\p{L}\p{Mn}\p{Pd}\\\'\x{2019}]*/u\', ' . $params[0] . ', $tmp)'; 27 | } 28 | // no MBString fallback 29 | return 'str_word_count(' . $params[0] . ')'; 30 | } 31 | 32 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/TemplateLite/internal/compile.compile_custom_function.php: -------------------------------------------------------------------------------- 1 | _plugin_exists($function, "function")) 12 | { 13 | $_args = $object->_parse_arguments($arguments); 14 | foreach($_args as $key => $value) 15 | { 16 | if (is_bool($value)) 17 | { 18 | $value = $value ? 'true' : 'false'; 19 | } 20 | if (is_null($value)) 21 | { 22 | $value = 'null'; 23 | } 24 | $_args[$key] = "'$key' => $value"; 25 | } 26 | $_result = '_parse_modifier($function . '(array(' . implode(',', (array)$_args) . '), $this)', $modifiers) . '; '; 30 | } 31 | else 32 | { 33 | $_result .= $function . '(array(' . implode(',', (array)$_args) . '), $this);'; 34 | } 35 | $_result .= '?>'; 36 | return true; 37 | } 38 | else 39 | { 40 | return false; 41 | } 42 | } 43 | 44 | ?> -------------------------------------------------------------------------------- /Public/static/static/layui/lay/modules/code.js: -------------------------------------------------------------------------------- 1 | /** layui-v2.4.1 MIT License By https://www.layui.com */ 2 | ;layui.define("jquery",function(e){"use strict";var a=layui.$,l="http://www.layui.com/doc/modules/code.html";e("code",function(e){var t=[];e=e||{},e.elem=a(e.elem||".layui-code"),e.about=!("about"in e)||e.about,e.elem.each(function(){t.push(this)}),layui.each(t.reverse(),function(t,i){var c=a(i),o=c.html();(c.attr("lay-encode")||e.encode)&&(o=o.replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")),c.html('
  1. '+o.replace(/[\r\t\n]+/g,"
  2. ")+"
"),c.find(">.layui-code-h3")[0]||c.prepend('

'+(c.attr("lay-title")||e.title||"code")+(e.about?'layui.code':"")+"

");var d=c.find(">.layui-code-ol");c.addClass("layui-box layui-code-view"),(c.attr("lay-skin")||e.skin)&&c.addClass("layui-code-"+(c.attr("lay-skin")||e.skin)),(d.find("li").length/100|0)>0&&d.css("margin-left",(d.find("li").length/100|0)+"px"),(c.attr("lay-height")||e.height)&&d.css("max-height",c.attr("lay-height")||e.height)})})}).addcss("modules/code.css","skincodecss"); -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Template/Driver/Mobile.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Think\Template\Driver; 12 | /** 13 | * MobileTemplate模板引擎驱动 14 | */ 15 | class Mobile { 16 | /** 17 | * 渲染模板输出 18 | * @access public 19 | * @param string $templateFile 模板文件名 20 | * @param array $var 模板变量 21 | * @return void 22 | */ 23 | public function fetch($templateFile,$var) { 24 | $templateFile=substr($templateFile,strlen(THEME_PATH)); 25 | $var['_think_template_path']=$templateFile; 26 | exit(json_encode($var)); 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/LICENSE.md: -------------------------------------------------------------------------------- 1 | #The MIT License (MIT) 2 | 3 | Copyright (c) ali-sdk and other contributors. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/shared.literal_compiler_param.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | header("Content-type:text/html;charset=utf-8"); 12 | // 应用入口文件 13 | //ajax 错误码标识 14 | /* 15 | * 549 未登录 16 | * 62 权限不足 17 | * 0 success 18 | */ 19 | // 检测PHP环境 20 | if(version_compare(PHP_VERSION,'5.3.0','<')) die('require PHP > 5.3.0 !'); 21 | 22 | // 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false 23 | define('APP_DEBUG',true); 24 | // 定义应用目录 25 | define('APP_PATH','./Application/'); 26 | 27 | defined('ROOT_PATH') || define('ROOT_PATH', str_replace('index.php', '', str_replace('\\', '/', __FILE__))); 28 | // 引入ThinkPHP入口文件 29 | require ROOT_PATH . 'ThinkPHP/ThinkPHP.php'; 30 | 31 | // 亲^_^ 后面不需要任何代码了 就是如此简单 32 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/sysplugins/smarty_internal_compile_ldelim.php: -------------------------------------------------------------------------------- 1 | getAttributes($compiler, $args); 31 | if ($_attr['nocache'] === true) { 32 | $compiler->trigger_template_error('nocache option not allowed', $compiler->lex->taglineno); 33 | } 34 | // this tag does not return compiled code 35 | $compiler->has_code = true; 36 | return $compiler->smarty->left_delimiter; 37 | } 38 | 39 | } 40 | 41 | ?> 42 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/sysplugins/smarty_internal_compile_rdelim.php: -------------------------------------------------------------------------------- 1 | getAttributes($compiler, $args); 31 | if ($_attr['nocache'] === true) { 32 | $compiler->trigger_template_error('nocache option not allowed', $compiler->lex->taglineno); 33 | } 34 | // this tag does not return compiled code 35 | $compiler->has_code = true; 36 | return $compiler->smarty->right_delimiter; 37 | } 38 | 39 | } 40 | 41 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/sysplugins/smarty_internal_compile_debug.php: -------------------------------------------------------------------------------- 1 | getAttributes($compiler, $args); 32 | 33 | // compile always as nocache 34 | $compiler->tag_nocache = true; 35 | 36 | // display debug template 37 | $_output = "smarty->loadPlugin('Smarty_Internal_Debug'); Smarty_Internal_Debug::display_debug(\$_smarty_tpl); ?>"; 38 | return $_output; 39 | } 40 | 41 | } 42 | 43 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/spyc/tests/indent_1.yaml: -------------------------------------------------------------------------------- 1 | root: 2 | child_1: 2 3 | 4 | child_2: 0 5 | child_3: 1 6 | 7 | root2: 8 | child_1: 1 9 | # A comment 10 | child_2: 2 11 | 12 | displays: 13 | - resolutions: 14 | 1024: 768 15 | - resolutions: 16 | 1920: 1200 17 | 18 | display: 19 | - resolutions: 20 | 1024: 768 21 | 1920: 1200 22 | producer: "Nec" 23 | 24 | nested_hashes_and_seqs: 25 | - { row: 0, col: 0, headsets_affected: [{ports: [0], side: left}], switch_function: {ics_ptt: true} } 26 | 27 | easier_nest: { h: [{a: b, a1: b1}, {c: d}] } 28 | 29 | one_space: | 30 | By four 31 | spaces 32 | 33 | steps: 34 | - step: &id001 35 | instrument: Lasik 2000 36 | pulseEnergy: 5.4 37 | pulseDuration: 12 38 | repetition: 1000 39 | spotSize: 1mm 40 | - step: 41 | <<: *id001 42 | spotSize: 2mm 43 | 44 | death masks are: 45 | sad: 2 46 | <<: {magnificent: 4} 47 | 48 | login: &login 49 | adapter: mysql 50 | host: localhost 51 | 52 | development: 53 | database: rails_dev 54 | <<: *login 55 | 56 | "key": "value:" 57 | colon_only: ":" 58 | 59 | list_and_comment: [one, two, three] # comment 60 | kai: 61 | -example: value 62 | kai_list_of_items: 63 | - -item 64 | - '-item' 65 | -item -------------------------------------------------------------------------------- /ThinkPHP/Conf/debug.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | 12 | /** 13 | * ThinkPHP 默认的调试模式配置文件 14 | */ 15 | defined('THINK_PATH') or exit(); 16 | // 调试模式下面默认设置 可以在应用配置目录下重新定义 debug.php 覆盖 17 | return array( 18 | 'LOG_RECORD' => true, // 进行日志记录 19 | 'LOG_EXCEPTION_RECORD' => true, // 是否记录异常信息日志 20 | 'LOG_LEVEL' => 'EMERG,ALERT,CRIT,ERR,WARN,NOTIC,INFO,DEBUG,SQL', // 允许记录的日志级别 21 | 'DB_FIELDS_CACHE' => false, // 字段缓存信息 22 | 'DB_DEBUG' => true, // 开启调试模式 记录SQL日志 23 | 'TMPL_CACHE_ON' => false, // 是否开启模板编译缓存,设为false则每次都会重新编译 24 | 'TMPL_STRIP_SPACE' => false, // 是否去除模板文件里面的html空格与换行 25 | 'SHOW_ERROR_MSG' => true, // 显示错误信息 26 | 'URL_CASE_INSENSITIVE' => false, // URL区分大小写 27 | ); -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/PartInfo.php: -------------------------------------------------------------------------------- 1 | partNumber = $partNumber; 22 | $this->lastModified = $lastModified; 23 | $this->eTag = $eTag; 24 | $this->size = $size; 25 | } 26 | 27 | /** 28 | * @return int 29 | */ 30 | public function getPartNumber() 31 | { 32 | return $this->partNumber; 33 | } 34 | 35 | /** 36 | * @return string 37 | */ 38 | public function getLastModified() 39 | { 40 | return $this->lastModified; 41 | } 42 | 43 | /** 44 | * @return string 45 | */ 46 | public function getETag() 47 | { 48 | return $this->eTag; 49 | } 50 | 51 | /** 52 | * @return int 53 | */ 54 | public function getSize() 55 | { 56 | return $this->size; 57 | } 58 | 59 | private $partNumber = 0; 60 | private $lastModified = ""; 61 | private $eTag = ""; 62 | private $size = 0; 63 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Controller/JsonRpcController.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Think\Controller; 12 | /** 13 | * ThinkPHP JsonRPC控制器类 14 | */ 15 | class JsonRpcController { 16 | 17 | /** 18 | * 架构函数 19 | * @access public 20 | */ 21 | public function __construct() { 22 | //控制器初始化 23 | if(method_exists($this,'_initialize')) 24 | $this->_initialize(); 25 | //导入类库 26 | Vendor('jsonRPC.jsonRPCServer'); 27 | // 启动server 28 | \jsonRPCServer::handle($this); 29 | } 30 | 31 | /** 32 | * 魔术方法 有不存在的操作的时候执行 33 | * @access public 34 | * @param string $method 方法名 35 | * @param array $args 参数 36 | * @return mixed 37 | */ 38 | public function __call($method,$args){} 39 | } 40 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/TemplateLite/internal/template.generate_debug_output.php: -------------------------------------------------------------------------------- 1 | _vars; 12 | ksort($assigned_vars); 13 | if (@is_array($object->_config[0])) 14 | { 15 | $config_vars = $object->_config[0]; 16 | ksort($config_vars); 17 | $object->assign("_debug_config_keys", array_keys($config_vars)); 18 | $object->assign("_debug_config_vals", array_values($config_vars)); 19 | } 20 | 21 | $included_templates = $object->_templatelite_debug_info; 22 | 23 | $object->assign("_debug_keys", array_keys($assigned_vars)); 24 | $object->assign("_debug_vals", array_values($assigned_vars)); 25 | $object->assign("_debug_tpls", $included_templates); 26 | $object->assign("_templatelite_debug_output", ""); 27 | 28 | $object->_templatelite_debug_loop = true; 29 | $object->_templatelite_debug_dir = $object->template_dir; 30 | $object->template_dir = TEMPLATE_LITE_DIR . "internal/"; 31 | $debug_output = $object->fetch("debug.tpl"); 32 | $object->template_dir = $object->_templatelite_debug_dir; 33 | $object->_templatelite_debug_loop = false; 34 | return $debug_output; 35 | } 36 | 37 | ?> -------------------------------------------------------------------------------- /ThinkPHP/LICENSE.txt: -------------------------------------------------------------------------------- 1 | 2 | ThinkPHP遵循Apache2开源协议发布,并提供免费使用。 3 | 版权所有Copyright © 2006-2014 by ThinkPHP (http://thinkphp.cn) 4 | All rights reserved。 5 | ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。 6 | 7 | Apache Licence是著名的非盈利开源组织Apache采用的协议。 8 | 该协议和BSD类似,鼓励代码共享和尊重原作者的著作权, 9 | 允许代码修改,再作为开源或商业软件发布。需要满足 10 | 的条件: 11 | 1. 需要给代码的用户一份Apache Licence ; 12 | 2. 如果你修改了代码,需要在被修改的文件中说明; 13 | 3. 在延伸的代码中(修改和有源代码衍生的代码中)需要 14 | 带有原来代码中的协议,商标,专利声明和其他原来作者规 15 | 定需要包含的说明; 16 | 4. 如果再发布的产品中包含一个Notice文件,则在Notice文 17 | 件中需要带有本协议内容。你可以在Notice中增加自己的 18 | 许可,但不可以表现为对Apache Licence构成更改。 19 | 具体的协议参考:http://www.apache.org/licenses/LICENSE-2.0 20 | 21 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 23 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 24 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 25 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 26 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 27 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 28 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 29 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 30 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 31 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 32 | POSSIBILITY OF SUCH DAMAGE. 33 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/LiveChannelHistory.php: -------------------------------------------------------------------------------- 1 | startTime; 18 | } 19 | 20 | public function getEndTime() 21 | { 22 | return $this->endTime; 23 | } 24 | 25 | public function getRemoteAddr() 26 | { 27 | return $this->remoteAddr; 28 | } 29 | 30 | public function parseFromXmlNode($xml) 31 | { 32 | if (isset($xml->StartTime)) { 33 | $this->startTime = strval($xml->StartTime); 34 | } 35 | 36 | if (isset($xml->EndTime)) { 37 | $this->endTime = strval($xml->EndTime); 38 | } 39 | 40 | if (isset($xml->RemoteAddr)) { 41 | $this->remoteAddr = strval($xml->RemoteAddr); 42 | } 43 | } 44 | 45 | public function parseFromXml($strXml) 46 | { 47 | $xml = simplexml_load_string($strXml); 48 | $this->parseFromXmlNode($xml); 49 | } 50 | 51 | public function serializeToXml() 52 | { 53 | throw new OssException("Not implemented."); 54 | } 55 | 56 | private $startTime; 57 | private $endTime; 58 | private $remoteAddr; 59 | } 60 | -------------------------------------------------------------------------------- /Public/static/page/img/images.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 图片总数--layui后台管理模板 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 28 |
    29 |
    30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /Public/static/page/page/img/images.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 图片总数--layui后台管理模板 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
    17 | 28 |
      29 |
      30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /Public/static/static/page/img/images.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 图片总数--layui后台管理模板 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
      17 | 28 |
        29 |
        30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/sysplugins/smarty_resource_uncompiled.php: -------------------------------------------------------------------------------- 1 | filepath = false; 38 | $compiled->timestamp = false; 39 | $compiled->exists = false; 40 | } 41 | 42 | } 43 | 44 | ?> -------------------------------------------------------------------------------- /Public/static/css/skin.css: -------------------------------------------------------------------------------- 1 | /*顶部背景色*/ 2 | .layui-layout-admin .layui-header{ 3 | background-color: #dd4444; 4 | } 5 | /*左侧背景色*/ 6 | .layui-bg-black{ 7 | background-color: #0b90dd!important; 8 | } 9 | /*选中以后的颜色+左上角隐藏按钮*/ 10 | .layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover, .hideMenu, .layui-nav-tree .layui-nav-bar, .layui-nav-itemed:before, .layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this { 11 | background-color: #41edbe; 12 | } 13 | /*右侧导航栏选中样式*/ 14 | .layui-tab-title .layui-this { 15 | color: #41edbe; 16 | border-bottom: 1px solid #41edbe; 17 | } 18 | /*左上边框颜色*/ 19 | .layui-body { 20 | border-top: 5px solid #41edbe; 21 | } 22 | 23 | /*除菜单外其他所有悬停*/ 24 | .layui-nav .layui-nav-child a:hover,.ui-context-menu-item a:hover{ 25 | background-color: #bb57ba; 26 | } 27 | 28 | 29 | 30 | /*上边框选中的颜色*/ 31 | .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { 32 | background-color: gold; 33 | } 34 | 35 | /*顶部菜单算选中背景色*/ 36 | .topLevelMenus .layui-nav-item.layui-this a { 37 | background-color: red; 38 | } 39 | /*三级菜单背景色*/ 40 | .layui-nav-item.layui-nav-itemed{ 41 | background-color: #1E9FFF!important; 42 | } 43 | /*所有左侧菜单悬停颜色*/ 44 | .layui-nav-tree .layui-nav-item a:hover{ 45 | background-color: #5f3f3f!important; 46 | } -------------------------------------------------------------------------------- /Public/static/static/css/skin.css: -------------------------------------------------------------------------------- 1 | /*顶部背景色*/ 2 | .layui-layout-admin .layui-header{ 3 | background-color: #dd4444; 4 | } 5 | /*左侧背景色*/ 6 | .layui-bg-black{ 7 | background-color: #0b90dd!important; 8 | } 9 | /*选中以后的颜色+左上角隐藏按钮*/ 10 | .layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover, .hideMenu, .layui-nav-tree .layui-nav-bar, .layui-nav-itemed:before, .layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this { 11 | background-color: #41edbe; 12 | } 13 | /*右侧导航栏选中样式*/ 14 | .layui-tab-title .layui-this { 15 | color: #41edbe; 16 | border-bottom: 1px solid #41edbe; 17 | } 18 | /*左上边框颜色*/ 19 | .layui-body { 20 | border-top: 5px solid #41edbe; 21 | } 22 | 23 | /*除菜单外其他所有悬停*/ 24 | .layui-nav .layui-nav-child a:hover,.ui-context-menu-item a:hover{ 25 | background-color: #bb57ba; 26 | } 27 | 28 | 29 | 30 | /*上边框选中的颜色*/ 31 | .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { 32 | background-color: gold; 33 | } 34 | 35 | /*顶部菜单算选中背景色*/ 36 | .topLevelMenus .layui-nav-item.layui-this a { 37 | background-color: red; 38 | } 39 | /*三级菜单背景色*/ 40 | .layui-nav-item.layui-nav-itemed{ 41 | background-color: #1E9FFF!important; 42 | } 43 | /*所有左侧菜单悬停颜色*/ 44 | .layui-nav-tree .layui-nav-item a:hover{ 45 | background-color: #5f3f3f!important; 46 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Behavior/WriteHtmlCacheBehavior.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Behavior; 12 | use Think\Storage; 13 | /** 14 | * 系统行为扩展:静态缓存写入 15 | */ 16 | class WriteHtmlCacheBehavior { 17 | 18 | // 行为扩展的执行入口必须是run 19 | public function run(&$content) { 20 | //2014-11-28 修改 如果有HTTP 4xx 3xx 5xx 头部,禁止存储 21 | //2014-12-1 修改 对注入的网址 防止生成,例如 /game/lst/SortType/hot/-e8-90-8c-e5-85-94-e7-88-b1-e6-b6-88-e9-99-a4/-e8-bf-9b-e5-87-bb-e7-9a-84-e9-83-a8-e8-90-bd/-e9-a3-8e-e4-ba-91-e5-a4-a9-e4-b8-8b/index.shtml 22 | if (C('HTML_CACHE_ON') && defined('HTML_FILE_NAME') 23 | && !preg_match('/Status.*[345]{1}\d{2}/i', implode(' ', headers_list())) 24 | && !preg_match('/(-[a-z0-9]{2}){3,}/i',HTML_FILE_NAME)) { 25 | //静态文件写入 26 | Storage::put(HTML_FILE_NAME, $content, 'html'); 27 | } 28 | } 29 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Hprose/HproseIO.php: -------------------------------------------------------------------------------- 1 | * 20 | * * 21 | \**********************************************************/ 22 | 23 | require_once('HproseTags.php'); 24 | require_once('HproseClassManager.php'); 25 | require_once('HproseReader.php'); 26 | require_once('HproseWriter.php'); 27 | require_once('HproseFormatter.php'); 28 | 29 | ?> 30 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/phpRPC/pecl/xxtea/php_xxtea.sln: -------------------------------------------------------------------------------- 1 | Microsoft Visual Studio Solution File, Format Version 9.00 2 | # Visual Studio 2005 3 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "php_xxtea", "php_xxtea.vcproj", "{71165FA5-1EBC-4021-AA17-0CCBC7CD5204}" 4 | EndProject 5 | Global 6 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 7 | Debug_php4|Win32 = Debug_php4|Win32 8 | Debug_php5|Win32 = Debug_php5|Win32 9 | Release_php4|Win32 = Release_php4|Win32 10 | Release_php5|Win32 = Release_php5|Win32 11 | EndGlobalSection 12 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 13 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Debug_php4|Win32.ActiveCfg = Debug_php4|Win32 14 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Debug_php4|Win32.Build.0 = Debug_php4|Win32 15 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Debug_php5|Win32.ActiveCfg = Debug_php5|Win32 16 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Debug_php5|Win32.Build.0 = Debug_php5|Win32 17 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Release_php4|Win32.ActiveCfg = Release_php4|Win32 18 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Release_php4|Win32.Build.0 = Release_php4|Win32 19 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Release_php5|Win32.ActiveCfg = Release_php5|Win32 20 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Release_php5|Win32.Build.0 = Release_php5|Win32 21 | EndGlobalSection 22 | GlobalSection(SolutionProperties) = preSolution 23 | HideSolutionNode = FALSE 24 | EndGlobalSection 25 | EndGlobal 26 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Storage.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Think; 12 | // 分布式文件存储类 13 | class Storage { 14 | 15 | /** 16 | * 操作句柄 17 | * @var string 18 | * @access protected 19 | */ 20 | static protected $handler ; 21 | 22 | /** 23 | * 连接分布式文件系统 24 | * @access public 25 | * @param string $type 文件类型 26 | * @param array $options 配置数组 27 | * @return void 28 | */ 29 | static public function connect($type='File',$options=array()) { 30 | $class = 'Think\\Storage\\Driver\\'.ucwords($type); 31 | self::$handler = new $class($options); 32 | } 33 | 34 | static public function __callstatic($method,$args){ 35 | //调用缓存驱动的方法 36 | if(method_exists(self::$handler, $method)){ 37 | return call_user_func_array(array(self::$handler,$method), $args); 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Controller/YarController.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Think\Controller; 12 | /** 13 | * ThinkPHP Yar控制器类 14 | */ 15 | class YarController { 16 | 17 | /** 18 | * 架构函数 19 | * @access public 20 | */ 21 | public function __construct() { 22 | //控制器初始化 23 | if(method_exists($this,'_initialize')) 24 | $this->_initialize(); 25 | //判断扩展是否存在 26 | if(!extension_loaded('yar')) 27 | E(L('_NOT_SUPPORT_').':yar'); 28 | //实例化Yar_Server 29 | $server = new \Yar_Server($this); 30 | // 启动server 31 | $server->handle(); 32 | } 33 | 34 | /** 35 | * 魔术方法 有不存在的操作的时候执行 36 | * @access public 37 | * @param string $method 方法名 38 | * @param array $args 参数 39 | * @return mixed 40 | */ 41 | public function __call($method,$args){} 42 | } 43 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Exception.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | /** 12 | * ThinkPHP系统异常基类 13 | */ 14 | namespace Think; 15 | 16 | class Exception extends \Exception 17 | { 18 | protected $error_id; 19 | 20 | public function getErrorID() 21 | { 22 | $errData = array( 23 | 'file' => $this->getFile(), 24 | 'line' => $this->getLine(), 25 | 'code' => $this->getCode(), 26 | 'message' => $this->getMessage(), 27 | 'trace' => $this->getTraceAsString(), 28 | 'createtime' => date('Y-m-d H:i:s'), 29 | 'admin_user_id' => unserialize(session('x-admin'))['id'] ?: '' 30 | ); 31 | try { 32 | $this->error_id = M('system_error_log')->add($errData); 33 | } catch (\Exception $e) { 34 | $this->error_id = '网络故障'; 35 | } 36 | return $this->error_id; 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/shared.make_timestamp.php: -------------------------------------------------------------------------------- 1 | 11 | * Purpose: used by other smarty functions to make a timestamp from a string. 12 | * 13 | * @author Monte Ohrt 14 | * @param DateTime|int|string $string date object, timestamp or string that can be converted using strtotime() 15 | * @return int 16 | */ 17 | function smarty_make_timestamp($string) 18 | { 19 | if (empty($string)) { 20 | // use "now": 21 | return time(); 22 | } elseif ($string instanceof DateTime) { 23 | return $string->getTimestamp(); 24 | } elseif (strlen($string) == 14 && ctype_digit($string)) { 25 | // it is mysql timestamp format of YYYYMMDDHHMMSS? 26 | return mktime(substr($string, 8, 2),substr($string, 10, 2),substr($string, 12, 2), 27 | substr($string, 4, 2),substr($string, 6, 2),substr($string, 0, 4)); 28 | } elseif (is_numeric($string)) { 29 | // it is a numeric string, we handle it as timestamp 30 | return (int) $string; 31 | } else { 32 | // strtotime should handle it 33 | $time = strtotime($string); 34 | if ($time == -1 || $time === false) { 35 | // strtotime() was not able to parse $string, use "now": 36 | return time(); 37 | } 38 | return $time; 39 | } 40 | } 41 | 42 | ?> 43 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.unescape.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: unescape
        14 | * Purpose: unescape html entities 15 | * 16 | * @author Rodney Rehm 17 | * @param array $params parameters 18 | * @return string with compiled code 19 | */ 20 | function smarty_modifiercompiler_unescape($params, $compiler) 21 | { 22 | if (!isset($params[1])) { 23 | $params[1] = 'html'; 24 | } 25 | if (!isset($params[2])) { 26 | $params[2] = "SMARTY_RESOURCE_CHAR_SET"; 27 | } else { 28 | $params[2] = "'" . $params[2] . "'"; 29 | } 30 | 31 | switch (trim($params[1], '"\'')) { 32 | case 'entity': 33 | return 'mb_convert_encoding(' . $params[0] . ', ' . $params[2] . ', \'HTML-ENTITIES\')'; 34 | case 'htmlall': 35 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 36 | return 'mb_convert_encoding(' . $params[0] . ', ' . $params[2] . ', \'HTML-ENTITIES\')'; 37 | } 38 | return 'html_entity_decode(' . $params[0] . ', ENT_QUOTES, ' . $params[2] . ')'; 39 | 40 | case 'html': 41 | return 'htmlspecialchars_decode(' . $params[0] . ', ENT_QUOTES)'; 42 | 43 | default: 44 | return $params[0]; 45 | } 46 | } 47 | 48 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Alioss/src/OSS/Model/BucketInfo.php: -------------------------------------------------------------------------------- 1 | location = $location; 24 | $this->name = $name; 25 | $this->createDate = $createDate; 26 | } 27 | 28 | /** 29 | * 得到bucket所在的region 30 | * 31 | * @return string 32 | */ 33 | public function getLocation() 34 | { 35 | return $this->location; 36 | } 37 | 38 | /** 39 | * 得到bucket的名称 40 | * 41 | * @return string 42 | */ 43 | public function getName() 44 | { 45 | return $this->name; 46 | } 47 | 48 | /** 49 | * 得到bucket的创建时间 50 | * 51 | * @return string 52 | */ 53 | public function getCreateDate() 54 | { 55 | return $this->createDate; 56 | } 57 | 58 | /** 59 | * bucket所在的region 60 | * 61 | * @var string 62 | */ 63 | private $location; 64 | /** 65 | * bucket的名称 66 | * 67 | * @var string 68 | */ 69 | private $name; 70 | 71 | /** 72 | * bucket的创建事件 73 | * 74 | * @var string 75 | */ 76 | private $createDate; 77 | 78 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Org/Util/Stack.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Org\Util; 12 | 13 | /** 14 | * Stack实现类 15 | * @category ORG 16 | * @package ORG 17 | * @subpackage Util 18 | * @author liu21st 19 | */ 20 | class Stack extends ArrayList { 21 | 22 | /** 23 | * 架构函数 24 | * @access public 25 | * @param array $values 初始化数组元素 26 | */ 27 | public function __construct($values = array()) { 28 | parent::__construct($values); 29 | } 30 | 31 | /** 32 | * 将堆栈的内部指针指向第一个单元 33 | * @access public 34 | * @return mixed 35 | */ 36 | public function peek() { 37 | return reset($this->toArray()); 38 | } 39 | 40 | /** 41 | * 元素进栈 42 | * @access public 43 | * @param mixed $value 44 | * @return mixed 45 | */ 46 | public function push($value) { 47 | $this->add($value); 48 | return $value; 49 | } 50 | 51 | } 52 | --------------------------------------------------------------------------------