资源简介


资源截图

代码片段和文件信息


header(“Content-Type: text/plain“);
set_time_limit(0);

$compiler = “java -jar yui.jar“;

$copyright = @file_get_contents(“conf/copyright“).“\n\n“;

$skins = array(“skyblue“ “web“ “terrace“);
if (!file_exists(“../../skins“)) mkdir(“../../skins“);
if (!file_exists(“../../codebase“)) mkdir(“../../codebase“);

$fname = trim(file_get_contents(“conf/compressed_filename“));

$debug = (preg_match(“/--debug=true/“ @$argv[1]) > 0);


// js
print_r(“\ncompress js\n“.str_repeat(“-“80).“\n“);

$stat = array(
“stat_js“ => $fname.“.js“
“stat_depr“ => $fname.“_deprecated.js“
);

foreach ($stat as $st=>$output) {

$content = ““;
// list of files
$files = array_values(array_map(“trim“ array_diff(explode(“\n“ file_get_contents(“conf/“.$st)) array(““))));
for ($q=0; $q

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-10-08 09:04  dhtmlx_web-master\
     文件          35  2015-10-08 09:04  dhtmlx_web-master\.bowerrc
     文件          86  2015-10-08 09:04  dhtmlx_web-master\.gitignore
     文件         219  2015-10-08 09:04  dhtmlx_web-master\.jshintrc
     文件        9312  2015-10-08 09:04  dhtmlx_web-master\Gruntfile.js
     文件        1079  2015-10-08 09:04  dhtmlx_web-master\LICENSE
     文件         297  2015-10-08 09:04  dhtmlx_web-master\README.md
     目录           0  2015-10-08 09:04  dhtmlx_web-master\app\
     目录           0  2015-10-08 09:04  dhtmlx_web-master\app\css\
     文件       19009  2015-10-08 09:04  dhtmlx_web-master\app\css\app.css
     文件        2189  2015-10-08 09:04  dhtmlx_web-master\app\css\fix.css
     目录           0  2015-10-08 09:04  dhtmlx_web-master\app\img\
     文件         685  2015-10-08 09:04  dhtmlx_web-master\app\img\arrow_refresh.png
     目录           0  2015-10-08 09:04  dhtmlx_web-master\app\img\avatar\
     文件        2043  2015-10-08 09:04  dhtmlx_web-master\app\img\avatar\adellecharles-48.jpg
     文件         851  2015-10-08 09:04  dhtmlx_web-master\app\img\avatar\claudioguglieri-48.jpg
     文件        1044  2015-10-08 09:04  dhtmlx_web-master\app\img\avatar\jackmcdade-48.jpg
     文件       48226  2015-10-08 09:04  dhtmlx_web-master\app\img\avatar\men-27.jpg
     文件        1689  2015-10-08 09:04  dhtmlx_web-master\app\img\avatar\oliveirasimoes-48.jpg
     文件        1248  2015-10-08 09:04  dhtmlx_web-master\app\img\avatar\rssems-48.jpg
     文件        1912  2015-10-08 09:04  dhtmlx_web-master\app\img\avatar\uxceo-48.jpg
     文件       11252  2015-10-08 09:04  dhtmlx_web-master\app\img\headbg_default.png
     目录           0  2015-10-08 09:04  dhtmlx_web-master\app\img\logo\
     文件        4481  2015-10-08 09:04  dhtmlx_web-master\app\img\logo\chitu-uacs.png
     文件        8002  2015-10-08 09:04  dhtmlx_web-master\app\img\logo48.png
     文件         852  2015-10-08 09:04  dhtmlx_web-master\app\img\panel_tools.png
     文件         606  2015-10-08 09:04  dhtmlx_web-master\app\img\screen_full.gif
     目录           0  2015-10-08 09:04  dhtmlx_web-master\app\js\
     文件        1594  2015-10-08 09:04  dhtmlx_web-master\app\js\app.js
     目录           0  2015-10-08 09:04  dhtmlx_web-master\app\js\config\
     文件         419  2015-10-08 09:04  dhtmlx_web-master\app\js\config\global.js
............此处省略4565个文件信息

评论

共有 条评论