Searched refs:from2 (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/npm/node_modules/from2/ |
D | README.md | 1 …from2 [![Flattr this!](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/s… 3 `from2` is a high-level module for creating readable streams that properly handle backpressure. 13 [![from2](https://nodei.co/npm/from2.png?mini=true)](https://nodei.co/npm/from2) 15 ### `stream = from2([opts], read)` ### 27 var from = require('from2') 50 ### `stream = from2.obj([opts], read)` ### 52 Shorthand for `from2({ objectMode: true }, read)`. 54 ### `createStream = from2.ctor([opts], read)` ### 60 Takes the same options as `from2`, instead returning a constructor which you 65 - [from2-array](https://github.com/binocarlos/from2-array) - Create a from2 stream based on an arra… [all …]
|
D | index.js | 4 module.exports = from2 6 from2.ctor = ctor 7 from2.obj = obj 25 function from2(opts, read) { function 95 return from2(opts, read)
|
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/from2/ |
D | README.md | 1 …from2 [![Flattr this!](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/s… 3 `from2` is a high-level module for creating readable streams that properly handle backpressure. 13 [![from2](https://nodei.co/npm/from2.png?mini=true)](https://nodei.co/npm/from2) 15 ### `stream = from2([opts], read)` ### 27 var from = require('from2') 52 ### `stream = from2.obj([opts], read)` ### 54 Shorthand for `from2({ objectMode: true }, read)`. 56 ### `createStream = from2.ctor([opts], read)` ### 62 Takes the same options as `from2`, instead returning a constructor which you 67 MIT. See [LICENSE.md](http://github.com/hughsk/from2/blob/master/LICENSE.md) for details.
|
D | index.js | 4 module.exports = from2 6 from2.ctor = ctor 7 from2.obj = obj 18 function from2(opts, read) { function 87 return from2(opts, read)
|
/third_party/node/deps/npm/node_modules/stream-iterate/ |
D | README.md | 15 var from = require('from2')
|
/third_party/node/deps/npm/node_modules/sorted-union-stream/ |
D | README.md | 15 var from = require('from2-array')
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 1492 TSCCContext *from2, *from3, *to2, *to3; in TestConvertSafeCloneCallback() local 1493 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3; in TestConvertSafeCloneCallback() 1534 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback() 1537 if(from2 == NULL) { in TestConvertSafeCloneCallback() 1551 if(from2 == (&from1) ) { in TestConvertSafeCloneCallback() 1559 if(from2->wasClosed) { in TestConvertSafeCloneCallback() 1601 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback() 1609 if(from2->wasClosed) { in TestConvertSafeCloneCallback() 1625 TSCC_print_log(from2, "from2"); in TestConvertSafeCloneCallback() 1631 if(from2->wasClosed == FALSE) { in TestConvertSafeCloneCallback() [all …]
|
/third_party/abseil-cpp/absl/types/ |
D | span_test.cc | 473 const absl::Span<const int> from2 = vec2; in TEST() local 476 EXPECT_EQ(from1, from2); in TEST() 477 EXPECT_FALSE(from1 != from2); in TEST() 528 EXPECT_NE(from1, from2); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | span_test.cc | 473 const absl::Span<const int> from2 = vec2; in TEST() local 476 EXPECT_EQ(from1, from2); in TEST() 477 EXPECT_FALSE(from1 != from2); in TEST() 528 EXPECT_NE(from1, from2); in TEST()
|
/third_party/boost/libs/filesystem/test/ |
D | path_unit_test.cpp | 295 path from2("long enough to avoid small object optimization"); in test_move_construction_and_assignment() local 297 to2 = std::move(from2); in test_move_construction_and_assignment() 299 if (!from2.empty()) in test_move_construction_and_assignment()
|
/third_party/node/deps/npm/node_modules/mississippi/ |
D | readme.md | 212 `miss.from` is provided by [`require('from2')`](https://www.npmjs.com/package/from2)
|
/third_party/boost/tools/boostdep/src/ |
D | boostdep.cpp | 487 std::map< std::string, std::set< std::string > > from2; in output_header_inclusion_report() local 491 from2[ module_for_header( *i ) ].insert( *i ); in output_header_inclusion_report() 494 …for( std::map< std::string, std::set< std::string > >::iterator i = from2.begin(); i != from2.end(… in output_header_inclusion_report()
|
/third_party/typescript_eslint/ |
D | yarn.lock | 4183 from2@^2.1.0: 4185 …resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e… 6378 from2 "^2.1.0"
|