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: "Full newsletter page for your site." 1,356 results 1,788 files checked 1,109.8 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 / Mpath MyWebsite/Node_Modules/mpath/README.md

README

...###Field selection rules: The following rules are iteratively applied to each `segment` in the passed `path`. For example: ```js var path = 'one.two.14'; // path 'one' // segment 0 'two' // segment 1 14 // segment 2 ``` - 1) when value of the segment parent is not an array, return the value of `parent.segment` - 2) whe...

Related Match MyWebsite / Node Modules / Finalhandler MyWebsite/Node_Modules/finalhandler/README.md

README

...re('finalhandler') ``` ### finalhandler(req, res, [options]) Returns function to be invoked as the final step for the given `req` and `res`. This function is to be invoked as `fn(err)`. If `err` is falsy, the handler will write out a 404 response to the `res`. If it is truthy, an error response will be written out to t...

Related Match MyWebsite / Node Modules / Isarray MyWebsite/Node_Modules/isarray/README.md

README

# isarray `Array#isArray` for older browsers. [![build status](https://secure.travis-ci.org/juliangruber/isarray.svg)](http://travis-ci.org/juliangruber/isarray) [![downloads](https://img.shields.io/npm/dm/isarray.svg)](https://www.npmjs.org/package/isarray) [![browser support](https://ci.testling.com/juliangruber/isar...

Related Match MyWebsite / Node Modules / String Decoder MyWebsite/Node_Modules/string_decoder/README.md

README

...re string_decoder for userland*** This package is a mirror of the string_decoder implementation in Node-core. Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). As of version 1.0.0 **string_decoder** uses semantic versioning. ## Previous versions Previous version numbers...

Related Match MyWebsite / Node Modules / Accepts MyWebsite/Node_Modules/accepts/README.md

README

...he `types` array). If nothing in `types` is accepted, then `false` is returned. The `types` array can contain full MIME types or file extensions. Any value that is not a full MIME types is passed to `require('mime-types').lookup`. #### .types() Return the types that the request accepts, in the order of the client's pre...

Related Match MyWebsite / Node Modules / Tr46 MyWebsite/Node_Modules/tr46/README.md

README

...`boolean` Default value: `false` When set to `true`, any bi-directional text within the input will be checked for validation. ### `checkHyphens` Type: `boolean` Default value: `false` When set to `true`, the positions of any hyphen characters within the input will be checked for validation. ### `checkJoiners` Type: `bo...

Related Match MyWebsite / Node Modules / Destroy MyWebsite/Node_Modules/destroy/README.md

README

...error` events. In most cases, this is identical to a simple `stream.destroy()` call. The rules are as follows for a given stream: 1. If the `stream` is an instance of `ReadStream`, then call `stream.destroy()` and add a listener to the `open` event to call `stream.close()` if it is fired. This is for a Node.js bug that...

Related Match Node Modules.4184 / Type Is Node_Modules.4184/type-is/README.md

README

...e such as `application/json`. - A mime type with a wildcard such as `*/*` or `*/json` or `application/*`. The full mime type will be returned if matched. - A suffix such as `+json`. This can be combined with a wildcard such as `*/vnd+json` or `application/*+json`. The full mime type will be returned if matched. Some ex...

Related Match Node Modules.4184 / Socket.io Parser Node_Modules.4184/socket.io-parser/Readme.md

Readme

....x | 3.x | 5 | ## Parser API socket.io-parser is the reference implementation of socket.io-protocol. Read the full API here: [socket.io-protocol](https://github.com/learnboost/socket.io-protocol). ## Example Usage ### Encoding and decoding a packet ```js var parser = require('socket.io-parser'); var encoder = new parse...

Related Match Node Modules.4184 / Delayed Stream Node_Modules.4184/delayed-stream/Readme.md

Readme

...ed on the `delayedStream`, and the event buffer is cleared. After that, delayed-stream merely acts as a proxy for the underlaying source. ### Error handling Error events on `source` are buffered / proxied just like any other events. However, `delayedStream.create` attaches a no-op `'error'` listener to the `source`. Th...

Related Match Node Modules.4184 / Mime Types Node_Modules.4184/mime-types/README.md

README

...mime.lookup('folder/.htaccess') // false mime.lookup('cats') // false ``` ### mime.contentType(type) Create a full content-type header given a content-type or extension. When given an extension, `mime.lookup` is used to get the matching content-type, otherwise the given content-type is used. Then if the content-type do...

Related Match Node Modules.4184 / Mpath Node_Modules.4184/mpath/README.md

README

...###Field selection rules: The following rules are iteratively applied to each `segment` in the passed `path`. For example: ```js var path = 'one.two.14'; // path 'one' // segment 0 'two' // segment 1 14 // segment 2 ``` - 1) when value of the segment parent is not an array, return the value of `parent.segment` - 2) whe...