Searched refs:outFileName (Results 1 – 3 of 3) sorted by relevance
| /plugin/diagramsnet/lib/ |
| D | electron.js | 476 var outFileName = null; 482 outFileName = path.join(options.output, path.basename(curFile)) + '.' + format; 486 outFileName = options.output; 491 outFileName = path.join(path.dirname(paths[0]), path.basename(paths[0], 497 outFileName = path.join(path.dirname(curFile), path.basename(curFile, 504 var realFileName = outFileName; 511 realFileName = path.join(path.dirname(outFileName), path.basename(outFileName, 512 path.extname(outFileName))) + '-' + counter + path.extname(outFileName); 517 console.log(curFile + ' -> ' + outFileName); 521 console.error('Error writing to file: ' + outFileName);
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/ |
| D | node.js | 55 outFileName : null, property 144 …file: options.outFileName || (typeof options.outSourceMap === 'string' ? options.outSourceMap.repl…
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/ |
| D | README.md | 703 outFileName: "out.js", 711 `outFileName` is only used to set `file` attribute in source map file. 714 use `outFileName` firstly, if it's falsy, then will be deduced from
|