/plugin/asciidocjs/node_modules/jake/lib/ |
D | api.js | 56 createdTask = jake.createTask.apply(global, args); 57 jake.currentTaskDescription = null; 155 jake.currentNamespace.rules[key] = new jake.Rule({ 161 desc: jake.currentTaskDescription, 162 ns: jake.currentNamespace 164 jake.currentTaskDescription = null; 186 createdTask = jake.createTask.apply(global, args); 187 jake.currentTaskDescription = null; 212 createdTask = jake.createTask.apply(global, args); 213 jake.currentTaskDescription = null; [all …]
|
D | jake.js | 19 if (!global.jake) { 23 global.jake = new EventEmitter(); variable in global 46 jake.logger = utils.logger; 47 jake.exec = utils.exec; 50 Object.assign(jake, utils.file); 54 Object.assign(jake, api); 56 Object.assign(jake, new (function () { 94 jake.Task[nsTask.fullName] = nsTask; 101 _parseNs(jake.defaultNamespace); 119 for (p in jake.Task) { [all …]
|
D | program.js | 37 die(jake.version); 110 if (jake.listeners('error').length !== 0) { 111 jake.emit('error', err); 115 if (jake.listeners('error').length) { 116 jake.emit('error', err); 130 jake.errorCode = jake.errorCode || 1; 131 process.exit(jake.errorCode); 157 for (p in jake.Task) { 158 task = jake.Task[p]; 250 return jake.showAllTaskDescriptions(opts.tasks); [all …]
|
D | test_task.js | 67 this.testFiles = new jake.FileList(); 102 let t = jake.Task[this.fullName + ':run']; 118 jake.currentNamespace = jake.defaultNamespace; 170 jake.logger.log(n); 242 if (!jake.errorCode && (self.totalTests > self.executedTests)) { 253 jake.logger.log('All tests ran successfully'); 268 jake.TestTask = TestTask;
|
D | publish_task.js | 173 new jake.PackageTask(self.name, 'v' + version, self.prereqs, function () { 191 let definePack = jake.Task['publish:definePackage']; 192 let pack = jake.Task['package']; 196 if (definePack.taskStatus == jake.Task.runStatuses.DONE) { 250 let clobber = jake.Task.clobber; 283 jake.Task['publish:definePackage'].invoke(); 288 jake.PublishTask = PublishTask;
|
D | package_task.js | 250 jake.rmRf(self.packageDir, {silent: true}); 350 jake.mkdirP(packageDirPath); 355 jake.mkdirP(fDir, {silent: true}); 370 jake.mkdirP(file.to, {silent: true}); 375 jake.cpR(file.from, file.to, {silent: true}); 404 jake.PackageTask = PackageTask;
|
D | rule.js | 27 let ns = jake.defaultNamespace; 133 jake.attemptRule(p, ns, level + 1); 155 tNs = jake.currentNamespace; 156 jake.currentNamespace = ns; 157 createdTask = jake.createTask('file', name, prereqs, action, opts); 159 jake.currentNamespace = tNs;
|
D | loader.js | 71 t = jake.task(key, value);
|
/plugin/asciidocjs/node_modules/jake/ |
D | Makefile | 30 mkdir -p $(DESTDIR)$(PREFIX)/lib/node_modules/jake && \ 33 cp -R ./* $(DESTDIR)$(PREFIX)/lib/node_modules/jake/ && \ 34 ln -snf ../lib/node_modules/jake/bin/cli.js $(DESTDIR)$(PREFIX)/bin/jake && \ 35 chmod 755 $(DESTDIR)$(PREFIX)/lib/node_modules/jake/bin/cli.js && \ 42 @rm -f $(DESTDIR)$(PREFIX)/bin/jake && \ 43 rm -fr $(DESTDIR)$(PREFIX)/lib/node_modules/jake/ && \
|
D | jakefile.js | 10 jake.logger.log('Generating docs ...'); 11 jake.exec([cmd], function () { 12 jake.logger.log('Done.'); 19 jake.exec([cmd], function () { 20 jake.logger.log('Clobbered old docs.'); 46 jake.Task['publish:package'].directory = PROJECT_DIR;
|
D | README.md | 3 [](https://travis-ci.org/jakejs… 9 2. Clone this repository `$ git clone git@github.com:jakejs/jake.git`.
|
D | usage.txt | 5 {Usage}: jake [options ...] [env variables ...] target 13 …-J, --jakelibdir JAKELIBDIR Auto-import any .jake files in JAKELIBDIR. (default is \'jakelib…
|
/plugin/asciidocjs/node_modules/jake/lib/task/ |
D | task.js | 102 jake._invocationChain.push(this); 108 if (jake.currentRunningTask) { 109 jake.currentRunningTask._waitForChains = jake.currentRunningTask._waitForChains || []; 110 jake.currentRunningTask._waitForChains.push(this._invocationChain); 154 jake.attemptRule(name, this.namespace, 0) || 155 jake.createPlaceholderFileTask(name, this.namespace); 218 jake.attemptRule(name, this.namespace, 0) || 219 jake.createPlaceholderFileTask(name, this.namespace); 257 prereq = jake.Task[prereqs[i]]; 298 if (now - this.startTime > jake._taskTimeout) { [all …]
|
D | file_task.js | 54 else if (jake.program.opts['always-make']) { 82 jake.createPlaceholderFileTask(prereqName, this.namespace);
|
/plugin/asciidocjs/node_modules/jake/test/integration/ |
D | jakefile.js | 26 jake.removeListener('error', errorListener); 29 jake.on('error', errorListener); 36 const originalOption = jake.program.opts['allow-rejection']; 40 jake.removeListener('error', errorListener); 41 …jake.program.opts['allow-rejection'] = originalOption; // Restore original 'allow-rejection' option 43 jake.on('error', errorListener); 45 …jake.program.opts['allow-rejection'] = false; // Do not allow rejection so the rejection is passed… 87 let t = jake.Task['foo:bar']; 97 let t = jake.Task['foo:bar']; 112 let t = jake.Task['foo:bar']; [all …]
|
/plugin/asciidocjs/node_modules/ejs/ |
D | jakefile.js | 16 jake.rmRf('./ejs.js'); 17 jake.rmRf('./ejs.min.js'); 42 jake.rmRf('out'); 50 jake.rmRf('out'); 84 jake.Task.publish.on('complete', function () { 87 jake.Task.docPublish.invoke();
|
D | README.md | 103 documentation, clone the repository and run `jake doc`. This will run JSDoc 105 the both the public & private API docs, run `jake devdoc` instead. 223 the repository and running `jake build` (or `$(npm bin)/jake build` if jake is
|
D | ejs.min.js | 1 …b.com/mde/ejs/issues",homepage:"https://github.com/mde/ejs",dependencies:{jake:"^10.8.5"},devDepen…
|
/plugin/asciidocjs/node_modules/jake/lib/utils/ |
D | logger.js | 5 let quiet = typeof jake != 'undefined' && jake.program && 6 jake.program.opts && jake.program.opts.quiet;
|
/plugin/asciidocjs/node_modules/jake/bin/ |
D | cli.js | 31 jake.run.apply(jake, args);
|
D | bash_completion.sh | 41 complete -o default -F _auto_jake jake
|
/plugin/asciidocjs/node_modules/jake/test/integration/jakelib/ |
D | publish.jake.js | 43 jake.setTaskTimeout(5000); 45 jake.Task['publish'].on('complete', function () {
|
/plugin/asciidocjs/node_modules/.bin/ |
D | jake | 1 ../jake/bin/cli.js
|
/plugin/asciidocjs/node_modules/ejs/bin/ |
D | cli.js | 23 delete global.jake; // NO NOT WANT
|
/plugin/json/script/ |
D | ejs.min.js | 1 …b.com/mde/ejs/issues",homepage:"https://github.com/mde/ejs",dependencies:{jake:"^10.6.1"},devDepen…
|