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: "Coupon Code Manager"
468 results
1,788 files checked
1,051.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.
Related Match
Node Modules / Asynckit
Node_Modules/asynckit/README.md
...lexindigo/asynckit) [](https://coveralls.io/github/alexindigo/asynckit?branch=master) [](https://david-dm.org/alex...
Related Match
Node Modules / Engine.io / Node Modules / Debug
Node_Modules/engine.io/node_modules/debug/README.md
...command. ```cmd set DEBUG=*,-not_this ``` Example: ```cmd set DEBUG=* & node app.js ``` ##### PowerShell (VS Code default) PowerShell uses different syntax to set environment variables. ```cmd $env:DEBUG = "*,-not_this" ``` Example: ```cmd $env:DEBUG='app';node app.js ``` Then, run the program to be debugged as usual....
Related Match
Node Modules / Mquery / Node Modules / Debug
Node_Modules/mquery/node_modules/debug/README.md
...command. ```cmd set DEBUG=*,-not_this ``` Example: ```cmd set DEBUG=* & node app.js ``` ##### PowerShell (VS Code default) PowerShell uses different syntax to set environment variables. ```cmd $env:DEBUG = "*,-not_this" ``` Example: ```cmd $env:DEBUG='app';node app.js ``` Then, run the program to be debugged as usual....
Related Match
Node Modules / Bcryptjs / Src / Bcrypt / Prng
Node_Modules/bcryptjs/src/bcrypt/prng/README.md
Because of [reasonable security doubts](https://github.com/dcodeIO/bcrypt.js/issues/16), these files, which used to be a part of bcrypt-isaac.js, are no longer used but are kept here for reference only. What is required instead is a proper way to collect entropy sources (using an intermediate stream cipher) which is th...
Related Match
MyWebsite
MyWebsite/README.md
...shared schema modules: ```powershell C:\xampp\php\php.exe Tools\migrate.php --module=checkout_orders,checkout_coupons,livehelp,brand_portal ``` ## Required Environment Variables Database: - `LSR_DB_HOST` or `DB_HOST` - `LSR_DB_USER` or `DB_USER` - `LSR_DB_PASS` or `DB_PASS` - `LSR_DB_NAME` or `DB_NAME` - `LSR_DB_PORT`...
Related Match
MyWebsite / Node Modules / On Finished
MyWebsite/Node_Modules/on-finished/README.md
...a response object to a `Upgrade` request in Node.js, so there is no support for one. ## Example The following code ensures that file descriptors are always closed once the response finishes. ```js var destroy = require('destroy') var fs = require('fs') var http = require('http') var onFinished = require('on-finished')...
Related Match
MyWebsite / Node Modules / Socket.io Parser / Node Modules / Debug
MyWebsite/Node_Modules/socket.io-parser/node_modules/debug/README.md
...command. ```cmd set DEBUG=*,-not_this ``` Example: ```cmd set DEBUG=* & node app.js ``` ##### PowerShell (VS Code default) PowerShell uses different syntax to set environment variables. ```cmd $env:DEBUG = "*,-not_this" ``` Example: ```cmd $env:DEBUG='app';node app.js ``` Then, run the program to be debugged as usual....
Related Match
MyWebsite / Node Modules / Buffer From
MyWebsite/Node_Modules/buffer-from/readme.md
...ffer` data onto a new `Buffer` instance. ### bufferFrom(string[, encoding]) - `string` <String> A string to encode. - `encoding` <String> The encoding of `string`. **Default:** `'utf8'` Creates a new `Buffer` containing the given JavaScript string `string`. If provided, the `encoding` parameter identifies the character...
Related Match
MyWebsite / Node Modules / Append Field
MyWebsite/Node_Modules/append-field/README.md
...liant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers. It works best on objects created with `Object.create(null)`. Otherwise it might conflict with variables from the prototype (e.g. `hasOwnProperty`). ## Installation ```s...
Related Match
MyWebsite / Node Modules / @types / Cors
MyWebsite/Node_Modules/@types/cors/README.md
..., ) => void; } declare function e( options?: e.CorsOptions | e.CorsOptionsDelegate, ): ( req: T, res: { statusCode?: number | undefined; setHeader(key: string, value: string): any; end(): any; }, next: (err?: any) => any, ) => void; export = e; ```` ### Additional Details * Last updated: Mon, 20 Nov 2023 23:36:24 GMT *...
Related Match
MyWebsite / Node Modules / Socket.io / Node Modules / Debug
MyWebsite/Node_Modules/socket.io/node_modules/debug/README.md
...command. ```cmd set DEBUG=*,-not_this ``` Example: ```cmd set DEBUG=* & node app.js ``` ##### PowerShell (VS Code default) PowerShell uses different syntax to set environment variables. ```cmd $env:DEBUG = "*,-not_this" ``` Example: ```cmd $env:DEBUG='app';node app.js ``` Then, run the program to be debugged as usual....
Related Match
MyWebsite / Node Modules / Safer Buffer
MyWebsite/Node_Modules/safer-buffer/Readme.md
...r-buffer.svg [npm-url]: https://npmjs.org/package/safer-buffer [standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg [standard-url]: https://standardjs.com [secuirty-image]: https://img.shields.io/badge/Security-Responsible%20Disclosure-green.svg [secuirty-url]: https://github.com/nodejs/se...