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
993.2 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.
Related Match
MyWebsite / Node Modules / Has Symbols
MyWebsite/Node_Modules/has-symbols/CHANGELOG.md
...0.0.html). ## [v1.0.3](https://github.com/inspect-js/has-symbols/compare/v1.0.2...v1.0.3) - 2022-03-01 ### Commits - [actions] use `node/install` instead of `node/run`; use `codecov` action [`518b28f`](https://github.com/inspect-js/has-symbols/commit/518b28f6c5a516cbccae30794e40aa9f738b1693) - [meta] add `bugs` and `ho...
Related Match
Node Modules.4184 / Has Symbols
Node_Modules.4184/has-symbols/CHANGELOG.md
...0.0.html). ## [v1.0.3](https://github.com/inspect-js/has-symbols/compare/v1.0.2...v1.0.3) - 2022-03-01 ### Commits - [actions] use `node/install` instead of `node/run`; use `codecov` action [`518b28f`](https://github.com/inspect-js/has-symbols/commit/518b28f6c5a516cbccae30794e40aa9f738b1693) - [meta] add `bugs` and `ho...
Complete Match
Node Modules / Mongoose
Node_Modules/mongoose/LICENSE.md
# MIT License Copyright (c) 2010-2013 LearnBoost Copyright (c) 2013-2021 Automattic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to u...
Complete Match
MyWebsite / Node Modules / Mongoose
MyWebsite/Node_Modules/mongoose/LICENSE.md
# MIT License Copyright (c) 2010-2013 LearnBoost Copyright (c) 2013-2021 Automattic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to u...
Complete Match
Node Modules.4184 / Mongoose
Node_Modules.4184/mongoose/LICENSE.md
# MIT License Copyright (c) 2010-2013 LearnBoost Copyright (c) 2013-2021 Automattic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to u...
Complete Match
Node Modules / Delayed Stream
Node_Modules/delayed-stream/Readme.md
...`delayedStream.resume()`: ``` javascript var delayed = DelayedStream.create(req); setTimeout(function() { // Emit all buffered events and resume underlaying source delayed.resume(); }, 1000); ``` ## Implementation In order to use this meta stream properly, here are a few things you should know about the implementation....
Complete Match
MyWebsite / Node Modules / Delayed Stream
MyWebsite/Node_Modules/delayed-stream/Readme.md
...`delayedStream.resume()`: ``` javascript var delayed = DelayedStream.create(req); setTimeout(function() { // Emit all buffered events and resume underlaying source delayed.resume(); }, 1000); ``` ## Implementation In order to use this meta stream properly, here are a few things you should know about the implementation....
Complete Match
Node Modules.4184 / Delayed Stream
Node_Modules.4184/delayed-stream/Readme.md
...`delayedStream.resume()`: ``` javascript var delayed = DelayedStream.create(req); setTimeout(function() { // Emit all buffered events and resume underlaying source delayed.resume(); }, 1000); ``` ## Implementation In order to use this meta stream properly, here are a few things you should know about the implementation....
Complete Match
Node Modules / Cors
Node_Modules/cors/README.md
...as the second. * `methods`: Configures the **Access-Control-Allow-Methods** CORS header. Expects a comma-delimited string (ex: 'GET,PUT,POST') or an array (ex: `['GET', 'PUT', 'POST']`). * `allowedHeaders`: Configures the **Access-Control-Allow-Headers** CORS header. Expects a comma-delimited string (ex: 'Content-Type...
Complete Match
MyWebsite / Node Modules / Cors
MyWebsite/Node_Modules/cors/README.md
...as the second. * `methods`: Configures the **Access-Control-Allow-Methods** CORS header. Expects a comma-delimited string (ex: 'GET,PUT,POST') or an array (ex: `['GET', 'PUT', 'POST']`). * `allowedHeaders`: Configures the **Access-Control-Allow-Headers** CORS header. Expects a comma-delimited string (ex: 'Content-Type...
Complete Match
Node Modules.4184 / Cors
Node_Modules.4184/cors/README.md
...as the second. * `methods`: Configures the **Access-Control-Allow-Methods** CORS header. Expects a comma-delimited string (ex: 'GET,PUT,POST') or an array (ex: `['GET', 'PUT', 'POST']`). * `allowedHeaders`: Configures the **Access-Control-Allow-Headers** CORS header. Expects a comma-delimited string (ex: 'Content-Type...
Complete Match
Node Modules / Engine.io
Node_Modules/engine.io/README.md
...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...