Searched refs:srcPath (Results 1 – 4 of 4) sorted by relevance
| /plugin/sequencediagram/bower_components/lodash/lib/common/ |
| D | file.js | 21 function copy(srcPath, destPath) { argument 22 return _.partial(fs.copy, srcPath, destPath); 47 function min(srcPath, destPath) { argument 48 return _.partial(minify, srcPath, destPath);
|
| D | minify.js | 24 function minify(srcPath, destPath, callback, options) { argument 33 destPath = srcPath.replace(/(?=\.js$)/, '.min'); 35 const output = uglify.minify(srcPath, _.defaults(options || {}, uglifyOptions));
|
| /plugin/calendar/ |
| H A D | admin.php | 5801 $srcPath = $src . '/' . $file; 5804 if (is_dir($srcPath)) { 5806 $this->recursiveCopy($srcPath, $dstPath); 5809 if (copy($srcPath, $dstPath)) { 5811 $perms = @fileperms($srcPath);
|
| /plugin/ditaa/ditaa/ |
| HD | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |