Site Search

Search LifeStyle Racing

Search public page files, titles, headings, and visible text with stronger weighting for exact matches, filenames, headings, sections, and motorsport-related synonyms.

Query: "MIT LICENSE" 804 results 1,788 files checked 923.3 ms
Best for static page content. Product database search, account-only data, and forum content would need an additional database or API-backed layer later if you want those included too.
Complete Match Node Modules / Combined Stream Node_Modules/combined-stream/Readme.md

Readme

# combined-stream A stream that emits multiple other streams one after another. **NB** Currently `combined-stream` works with streams version 1 only. There is ongoing effort to switch this library to streams version 2. Any help is welcome. :) Meanwhile you can explore other libraries that provide streams2 support with...

Complete Match MyWebsite / Node Modules / Engine.io MyWebsite/Node_Modules/engine.io/README.md

README

...endency }); server.on('connection', /* ... */); ``` #### Server The main server/manager. _Inherits from EventEmitter_. ##### Events - `connection` - Fired when a new connection is established. - **Arguments** - `Socket`: a Socket object - `initial_headers` - Fired on the first request of the connection, before writing...

Complete Match MyWebsite / Node Modules / Combined Stream MyWebsite/Node_Modules/combined-stream/Readme.md

Readme

# combined-stream A stream that emits multiple other streams one after another. **NB** Currently `combined-stream` works with streams version 1 only. There is ongoing effort to switch this library to streams version 2. Any help is welcome. :) Meanwhile you can explore other libraries that provide streams2 support with...

Complete Match Node Modules.4184 / Engine.io Node_Modules.4184/engine.io/README.md

README

...endency }); server.on('connection', /* ... */); ``` #### Server The main server/manager. _Inherits from EventEmitter_. ##### Events - `connection` - Fired when a new connection is established. - **Arguments** - `Socket`: a Socket object - `initial_headers` - Fired on the first request of the connection, before writing...

Complete Match Node Modules.4184 / Combined Stream Node_Modules.4184/combined-stream/Readme.md

Readme

# combined-stream A stream that emits multiple other streams one after another. **NB** Currently `combined-stream` works with streams version 1 only. There is ongoing effort to switch this library to streams version 2. Any help is welcome. :) Meanwhile you can explore other libraries that provide streams2 support with...

Complete Match Node Modules / Form Data Node_Modules/form-data/Readme.md

Readme

...r.im/form-data/form-data) A library to create readable ```"multipart/form-data"``` streams. Can be used to submit forms and file uploads to other web applications. The API of this library is inspired by the [XMLHttpRequest-2 FormData Interface][xhr2-fd]. [xhr2-fd]: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overvie...

Complete Match MyWebsite / Node Modules / Form Data MyWebsite/Node_Modules/form-data/Readme.md

Readme

...r.im/form-data/form-data) A library to create readable ```"multipart/form-data"``` streams. Can be used to submit forms and file uploads to other web applications. The API of this library is inspired by the [XMLHttpRequest-2 FormData Interface][xhr2-fd]. [xhr2-fd]: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overvie...

Complete Match Node Modules.4184 / Form Data Node_Modules.4184/form-data/Readme.md

Readme

...r.im/form-data/form-data) A library to create readable ```"multipart/form-data"``` streams. Can be used to submit forms and file uploads to other web applications. The API of this library is inspired by the [XMLHttpRequest-2 FormData Interface][xhr2-fd]. [xhr2-fd]: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overvie...

Complete Match Node Modules / Debug Node_Modules/debug/README.md

README

...'); }, 1000); ``` The __DEBUG__ environment variable is then used to enable these based on space or comma-delimited names. Here are some examples: ![debug http and worker](http://f.cl.ly/items/18471z1H402O24072r1J/Screenshot.png) ![debug worker](http://f.cl.ly/items/1X413v1a3M0d3C2c1E0i/Screenshot.png) #### Windows not...

Complete Match Node Modules / Socket.io Parser / Node Modules / Debug Node_Modules/socket.io-parser/node_modules/debug/README.md

README

...00); } workb(); ``` The `DEBUG` environment variable is then used to enable these based on space or comma-delimited names. Here are some examples: #### Windows command prompt notes ##### CMD On Windows the environment variable is set using the `set` command. ```cmd set DEBUG=*,-not_this ``` Example: ```cmd set DEBUG=*...

Complete Match Node Modules / Socket.io / Node Modules / Debug Node_Modules/socket.io/node_modules/debug/README.md

README

...00); } workb(); ``` The `DEBUG` environment variable is then used to enable these based on space or comma-delimited names. Here are some examples: #### Windows command prompt notes ##### CMD On Windows the environment variable is set using the `set` command. ```cmd set DEBUG=*,-not_this ``` Example: ```cmd set DEBUG=*...

Complete Match Node Modules / Follow Redirects Node_Modules/follow-redirects/README.md

README

...`maxRedirects` (default: `21`) – sets the maximum number of allowed redirects; if exceeded, an error will be emitted. - `maxBodyLength` (default: 10MB) – sets the maximum size of the request body; if exceeded, an error will be emitted. ### Per-request options Per-request options are set by passing an `options` object:...