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,223.5 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 / Parseurl
MyWebsite/Node_Modules/parseurl/README.md
....288.46-node.13 uv@1.21.0 zlib@1.2.11 ares@1.14.0 modules@64 nghttp2@1.32.0 napi@3 openssl@1.1.0h icu@61.1 unicode@10.0 cldr@33.0 tz@2018c > node benchmark/fullurl.js Parsing URL "http://localhost:8888/foo/bar?user=tj&pet=fluffy" 4 tests completed. fasturl x 2,207,842 ops/sec ±3.76% (184 runs sampled) nativeurl - legac...
Related Match
MyWebsite / Node Modules / Uuid
MyWebsite/Node_Modules/uuid/README.md
...**CLI** - Includes the [`uuid` command line](#command-line) utility > [!NOTE] > Upgrading from `uuid@3`? Your code is probably okay, but check out [Upgrading From `uuid@3`](#upgrading-from-uuid3) for details. > [!NOTE] > Only interested in creating a version 4 UUID? You might be able to use [`crypto.randomUUID()`](http...
Related Match
MyWebsite / Node Modules / @mongodb Js / Saslprep
MyWebsite/Node_Modules/@mongodb-js/saslprep/readme.md
...ing` Normalize user name or password. ##### `Options.allowUnassigned: bool` A special behavior for unassigned code points, see https://tools.ietf.org/html/rfc4013#section-2.5. Disabled by default. ## License MIT, 2017-2019 (c) Dmitriy Tsvettsikh
Related Match
MyWebsite / Node Modules / Ws
MyWebsite/Node_Modules/ws/README.md
...the native [`WebSocket`](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) object. To make the same code work seamlessly on Node.js and the browser, you can use one of the many wrappers available on npm, like [isomorphic-ws](https://github.com/heineiuo/isomorphic-ws). ## Table of Contents - [Protocol support]...
Related Match
MyWebsite / Node Modules / Socket.io Adapter / Node Modules / Debug
MyWebsite/Node_Modules/socket.io-adapter/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 / Setprototypeof
MyWebsite/Node_Modules/setprototypeof/README.md
...rototypeof.svg)](https://npmjs.org/package/setprototypeof) [](https://github.com/standard/standard) A simple cross platform implementation to set the prototype of an instianted object. Supports all modern browsers and at least back...
Related Match
MyWebsite / Node Modules / Asynckit
MyWebsite/Node_Modules/asynckit/README.md
...lexindigo/asynckit) [](https://coveralls.io/github/alexindigo/asynckit?branch=master) [](https://david-dm.org/alex...
Related Match
MyWebsite / Node Modules / Engine.io / Node Modules / Debug
MyWebsite/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
MyWebsite / Node Modules / Mquery / Node Modules / Debug
MyWebsite/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
MyWebsite / Node Modules / Bcryptjs / Src / Bcrypt / Prng
MyWebsite/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
Node Modules.4184 / On Finished
Node_Modules.4184/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
Node Modules.4184 / Socket.io Parser / Node Modules / Debug
Node_Modules.4184/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....