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: "Jump To All Main Sections"
1,464 results
1,788 files checked
1,208.0 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 / Cookie Signature
Node_Modules/cookie-signature/Readme.md
...nd unsign cookies. ## Example ```js var cookie = require('cookie-signature'); var val = cookie.sign('hello', 'tobiiscool'); val.should.equal('hello.DGDUkGlIkCzPz+C0B064FNgHdEjox7ch8tOBGslZ5QI'); var val = cookie.sign('hello', 'tobiiscool'); cookie.unsign(val, 'tobiiscool').should.equal('hello'); cookie.unsign(val, 'lun...
Related Match
Node Modules / Express Session / Node Modules / Cookie Signature
Node_Modules/express-session/node_modules/cookie-signature/Readme.md
...nd unsign cookies. ## Example ```js var cookie = require('cookie-signature'); var val = cookie.sign('hello', 'tobiiscool'); val.should.equal('hello.DGDUkGlIkCzPz+C0B064FNgHdEjox7ch8tOBGslZ5QI'); var val = cookie.sign('hello', 'tobiiscool'); cookie.unsign(val, 'tobiiscool').should.equal('hello'); cookie.unsign(val, 'lun...
Related Match
MyWebsite / Node Modules / Buffer From
MyWebsite/Node_Modules/buffer-from/readme.md
...rayBuffer` <ArrayBuffer> The `.buffer` property of a TypedArray or ArrayBuffer - `byteOffset` <Integer> Where to start copying from `arrayBuffer`. **Default:** `0` - `length` <Integer> How many bytes to copy from `arrayBuffer`. **Default:** `arrayBuffer.length - byteOffset` When passed a reference to the `.buffer` prop...
Related Match
MyWebsite / Node Modules / Cookie Signature
MyWebsite/Node_Modules/cookie-signature/Readme.md
...nd unsign cookies. ## Example ```js var cookie = require('cookie-signature'); var val = cookie.sign('hello', 'tobiiscool'); val.should.equal('hello.DGDUkGlIkCzPz+C0B064FNgHdEjox7ch8tOBGslZ5QI'); var val = cookie.sign('hello', 'tobiiscool'); cookie.unsign(val, 'tobiiscool').should.equal('hello'); cookie.unsign(val, 'lun...
Related Match
MyWebsite / Node Modules / Express Session / Node Modules / Cookie Signature
MyWebsite/Node_Modules/express-session/node_modules/cookie-signature/Readme.md
...nd unsign cookies. ## Example ```js var cookie = require('cookie-signature'); var val = cookie.sign('hello', 'tobiiscool'); val.should.equal('hello.DGDUkGlIkCzPz+C0B064FNgHdEjox7ch8tOBGslZ5QI'); var val = cookie.sign('hello', 'tobiiscool'); cookie.unsign(val, 'tobiiscool').should.equal('hello'); cookie.unsign(val, 'lun...
Related Match
Node Modules.4184 / Buffer From
Node_Modules.4184/buffer-from/readme.md
...rayBuffer` <ArrayBuffer> The `.buffer` property of a TypedArray or ArrayBuffer - `byteOffset` <Integer> Where to start copying from `arrayBuffer`. **Default:** `0` - `length` <Integer> How many bytes to copy from `arrayBuffer`. **Default:** `arrayBuffer.length - byteOffset` When passed a reference to the `.buffer` prop...
Related Match
Node Modules.4184 / Cookie Signature
Node_Modules.4184/cookie-signature/Readme.md
...nd unsign cookies. ## Example ```js var cookie = require('cookie-signature'); var val = cookie.sign('hello', 'tobiiscool'); val.should.equal('hello.DGDUkGlIkCzPz+C0B064FNgHdEjox7ch8tOBGslZ5QI'); var val = cookie.sign('hello', 'tobiiscool'); cookie.unsign(val, 'tobiiscool').should.equal('hello'); cookie.unsign(val, 'lun...
Related Match
Node Modules.4184 / Express Session / Node Modules / Cookie Signature
Node_Modules.4184/express-session/node_modules/cookie-signature/Readme.md
...nd unsign cookies. ## Example ```js var cookie = require('cookie-signature'); var val = cookie.sign('hello', 'tobiiscool'); val.should.equal('hello.DGDUkGlIkCzPz+C0B064FNgHdEjox7ch8tOBGslZ5QI'); var val = cookie.sign('hello', 'tobiiscool'); cookie.unsign(val, 'tobiiscool').should.equal('hello'); cookie.unsign(val, 'lun...
Related Match
Node Modules / Cookie Signature
Node_Modules/cookie-signature/History.md
1.0.6 / 2015-02-03 ================== * use `npm test` instead of `make test` to run tests * clearer assertion messages when checking input 1.0.5 / 2014-09-05 ================== * add license to package.json 1.0.4 / 2014-06-25 ================== * corrected avoidance of timing attacks (thanks @tenbits!) 1.0.3 / 2014-01...
Related Match
Node Modules / Express Session / Node Modules / Cookie Signature
Node_Modules/express-session/node_modules/cookie-signature/History.md
...branch (thanks @FadhiliNjagi!) 1.0.6 / 2015-02-03 ================== * use `npm test` instead of `make test` to run tests * clearer assertion messages when checking input 1.0.5 / 2014-09-05 ================== * add license to package.json 1.0.4 / 2014-06-25 ================== * corrected avoidance of timing attacks (t...
Related Match
Node Modules / Fresh
Node_Modules/fresh/HISTORY.md
...================= * Fix regression matching multiple ETags in `If-None-Match` * perf: improve `If-None-Match` token parsing 0.5.1 / 2017-09-11 ================== * Fix handling of modified headers with invalid dates * perf: improve ETag match loop 0.5.0 / 2017-02-21 ================== * Fix incorrect result when `If-No...
Related Match
Node Modules / Toidentifier
Node_Modules/toidentifier/HISTORY.md
1.0.1 / 2021-11-14 ================== * pref: enable strict mode 1.0.0 / 2018-07-09 ================== * Initial release