/third_party/protobuf/js/ |
D | gulpfile.js | 1 var gulp = require('gulp'); variable 56 gulp.task('genproto_well_known_types_closure', function (cb) { 65 gulp.task('genproto_group1_closure', function (cb) { 74 gulp.task('genproto_group2_closure', function (cb) { 83 gulp.task('genproto_well_known_types_commonjs', function (cb) { 92 gulp.task('genproto_group1_commonjs', function (cb) { 101 gulp.task('genproto_group2_commonjs', function (cb) { 110 gulp.task('genproto_commonjs_wellknowntypes', function (cb) { 119 gulp.task('genproto_wellknowntypes', function (cb) { 127 gulp.task('genproto_group3_commonjs_strict', function (cb) { [all …]
|
D | README.md | 119 $ gulp dist
|
/third_party/weex-loader/deps/weex-scripter/ |
D | gulpfile.js | 1 var gulp = require('gulp') variable 5 gulp.task('default', ['test'], function() { 9 gulp.task('watch', function () { 10 return gulp.watch('**/*.js', ['test']) 13 gulp.task('test', ['jscs', 'mocha'], function () { 17 gulp.task('mocha', function () { 18 return gulp.src([ 23 gulp.task('jscs', function () { 24 return gulp.src('**/*.js').pipe(jscs())
|
/third_party/weex-loader/deps/weex-styler/ |
D | gulpfile.js | 1 var gulp = require('gulp') variable 5 gulp.task('default', ['test'], function() { 9 gulp.task('watch', function () { 10 return gulp.watch('**/*.js', ['test']) 13 gulp.task('test', ['jscs', 'mocha'], function () { 17 gulp.task('mocha', function () { 18 return gulp.src([ 23 gulp.task('jscs', function () { 24 return gulp.src('**/*.js').pipe(jscs())
|
/third_party/typescript/ |
D | Dockerfile | 6 RUN npm i -g gulp-cli 7 RUN gulp configure-insiders && gulp LKG && gulp clean && npm pack .
|
D | README.md | 68 npm install -g gulp 75 gulp local # Build the compiler into built/local. 76 gulp clean # Delete the built compiler. 77 gulp LKG # Replace the last known good with the built one. 79 gulp tests # Build the test infrastructure using the built compiler. 80 gulp runtests # Run tests using the built compiler and test infrastructure. 87 gulp runtests-parallel # Like runtests, but split across multiple threads. Uses a number of threads… 89 gulp baseline-accept # This replaces the baseline test results with the results obtained from gul… 90 gulp lint # Runs eslint on the TypeScript source. 91 gulp help # List the above commands.
|
D | CONTRIBUTING.md | 57 5. The gulp command line tool, for building and testing changes. See the next steps for how to inst… 64 4. Install the gulp command line tool: `npm install -g gulp-cli` 67 7. Make sure everything builds and tests pass: `gulp runtests-parallel` 79 Run `gulp` to build a version of the compiler/language service that reflects changes you've made. Y… 119 gulp 130 To run all tests, invoke the `runtests-parallel` target using gulp: 133 gulp runtests-parallel 139 gulp runtests --tests=<regex> 145 gulp runtests --tests=compiler 151 gulp runtests --tests=2dArrays [all …]
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | vscode.log | 4 $ node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile 13 [XX:XX:XX] Error: monaco.d.ts is no longer up to date. Please run gulp watch and commit the new fil… 14 at formatError (/vscode/node_modules/gulp-cli/lib/versioned/^4.0.0/format-error.js:21:10) 15 at Gulp.<anonymous> (/vscode/node_modules/gulp-cli/lib/versioned/^4.0.0/log/events.js:33:15)
|
D | office-ui-fabric.log | 601 @fluentui/scripts: [XX:XX:XX XM] x gulp/plugins/gulp-component-menu-behaviors.ts:1:38 - error TS230… 604 @fluentui/scripts: gulp/plugins/gulp-doctoc.ts:13:56 - error TS2554: Expected 1-2 arguments, but go… 607 @fluentui/scripts: gulp/plugins/util/tsLanguageService.ts:25:18 - error TS2569: Type 'IterableItera… 610 @fluentui/scripts: gulp/tasks/browserAdapters.ts:58:7 - error TS2794: Expected 1 arguments, but got…
|
/third_party/jerryscript/targets/mbedos5/ |
D | README.md | 51 ### gulp subsection 53 gulp is used to automate tasks, like cloning repositories or generate source files. 54 …you create an own project, for more info see [mbed-js-gulp](https://github.com/ARMmbed/mbed-js-gul… 70 gulp --target=YOUR_TARGET_NAME
|
/third_party/node/deps/npm/node_modules/strip-json-comments/ |
D | readme.md | 16 Also available as a [gulp](https://github.com/sindresorhus/gulp-strip-json-comments)/[grunt](https:…
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 365 gulp = Gulp() 366 print >> gulp, 1, 2, 3 367 print >> gulp, 1, 2, 3, 368 print >> gulp 369 print >> gulp, 0 or 1, 0 or 1, 370 print >> gulp, 0 or 1
|
/third_party/typescript/scripts/hooks/ |
D | post-checkout | 2 npm run gulp -- generate-diagnostics
|
/third_party/typescript/lib/ |
D | README.md | 5 Running `gulp LKG` will then appropriately update the files in this directory.
|
/third_party/typescript/scripts/build/ |
D | tests.js | 2 const gulp = require("gulp"); constant
|
/third_party/python/Lib/test/ |
D | test_itertools.py | 805 def gulp(iterable, keyp=None, func=list): function 809 self.assertRaises(ExpectedError, gulp, delayed_raise(0)) 811 self.assertRaises(ExpectedError, gulp, delayed_raise(1)) 820 self.assertRaises(ExpectedError, gulp, s, func=id) 822 self.assertRaises(ExpectedError, gulp, s) 834 self.assertRaises(ExpectedError, gulp, [None], keyfunc) 836 self.assertRaises(ExpectedError, gulp, [None, None], keyfunc)
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 773 const gulp = { constant 790 typingFiles = [grunt, gulp]; 834 checkProjectActualFiles(p2, [file3.path, grunt.path, gulp.path]);
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-srt-rrn-remux | 1519 [gulp]
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-3.md | 4128 same binary (eg `gulp` & `gulp-cli`), that removing one wouldn't 4980 `grunt`, `gulp`, and `broccoli` plugin maintainers take note! You will be
|
/third_party/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 2039 䓹 < to\-stuff\-full\-and\-to\-gulp\-down; 21013 牛飲 < gulp; 35633 牛飲 > gulp; 37318 䓹 > to\-stuff\-full\-and\-to\-gulp\-down;
|
/third_party/rust/crates/regex/bench/src/data/ |
D | sherlock.txt | 7114 could reach. The bird gave a gulp, and I felt the stone pass
|
/third_party/rust/crates/memchr/bench/data/sherlock/ |
D | huge.txt | 7114 could reach. The bird gave a gulp, and I felt the stone pass
|
/third_party/rust/crates/aho-corasick/bench/data/ |
D | sherlock.txt | 7114 could reach. The bird gave a gulp, and I felt the stone pass
|
/third_party/rust/crates/regex/regex-capi/examples/ |
D | sherlock.txt | 7114 could reach. The bird gave a gulp, and I felt the stone pass
|