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: "CODE OF CONDUCT" 1,201 results 1,788 files checked 1,197.4 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 / Process Nextick Args Node_Modules/process-nextick-args/readme.md

Readme

...a = require('process-nextick-args'); pna.nextTick(function (a, b, c) { console.log(a, b, c); }, 'step', 3, 'profit'); ```

Related Match Node Modules / Safer Buffer Node_Modules/safer-buffer/Readme.md

Readme

...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...

Related Match Node Modules / Xtend Node_Modules/xtend/README.md

README

...es) Extend like a boss xtend is a basic utility library which allows you to extend an object by appending all of the properties from each object in a list. When there are identical properties, the right-most property takes precedence. ## Examples ```js var extend = require("xtend") // extend returns a new object. Does...

Related Match Node Modules / Etag Node_Modules/etag/README.md

README

...``` ### etag(entity, [options]) Generate a strong ETag for the given entity. This should be the complete body of the entity. Strings, `Buffer`s, and `fs.Stats` are accepted. By default, a strong ETag is generated except for `fs.Stats`, which will generate a weak ETag (this can be overwritten by `options.weak`). ```js r...

Related Match Node Modules / Sift Node_Modules/sift/README.md

README

...ocation: "Brazil" }].filter( sift({ location: { $in: ["Costa Rica", "Brazil"] } }), ); ``` ### \$nin Opposite of \$in: ```javascript // filtered: ['Haiti','Peru','Chile'] ["Brazil", "Haiti", "Peru", "Chile"].filter( sift({ $nin: ["Costa Rica", "Brazil"] }), ); ``` ### \$exists Checks if whether a value exists: ```javas...

Related Match MyWebsite / Node Modules / Mongodb Connection String Url MyWebsite/Node_Modules/mongodb-connection-string-url/README.md

README

...not return meaningful results (and are typed as `never`in TypeScript) - The `.hosts` property contains a list of all hosts in the connection string - The `.href` property cannot be set, only read - There is an additional `.isSRV` property, set to `true` for `mongodb+srv://` - There is an additional `.clone()` utility m...

Related Match MyWebsite / Node Modules / On Headers MyWebsite/Node_Modules/on-headers/README.md

README

...'on-headers') http .createServer(onRequest) .listen(3000) function addPoweredBy () { // set if not set by end of request if (!this.getHeader('X-Powered-By')) { this.setHeader('X-Powered-By', 'Node.js') } } function onRequest (req, res) { onHeaders(res, addPoweredBy) res.setHeader('Content-Type', 'text/plain') res.end('...

Related Match MyWebsite / Node Modules / Array Flatten MyWebsite/Node_Modules/array-flatten/README.md

README

...uild status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] > Flatten an array of nested arrays into a single flat array. Accepts an optional depth. ## Installation ``` npm install array-flatten --save ``` ## Usage ```javascript var flatten = require('array-flatten') flatten([1, [2, [3, [...

Related Match MyWebsite / Node Modules / @types / Cors MyWebsite/Node_Modules/@types/cors/README.md

README

..., ) => 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 / Forwarded MyWebsite/Node_Modules/forwarded/README.md

README

...``js var addresses = forwarded(req) ``` Parse the `X-Forwarded-For` header from the request. Returns an array of the addresses, including the socket address for the `req`, in reverse order (i.e. index `0` is the socket address and the last index is the furthest address, typically the end-user). ## Testing ```sh $ npm t...

Related Match MyWebsite / Node Modules / Process Nextick Args MyWebsite/Node_Modules/process-nextick-args/readme.md

Readme

...a = require('process-nextick-args'); pna.nextTick(function (a, b, c) { console.log(a, b, c); }, 'step', 3, 'profit'); ```

Related Match MyWebsite / Node Modules / Safer Buffer MyWebsite/Node_Modules/safer-buffer/Readme.md

Readme

...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...