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: "2015 01 30"
443 results
1,788 files checked
798.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 / Depd
MyWebsite/Node_Modules/depd/Readme.md
...or somewhere that does not support colors, they see (similar layout to the `debug` module): ``` Sun, 15 Jun 2014 05:21:37 GMT my-cool-module deprecated oldfunction at [eval]-wrapper:6:22 ▲ ▲ ▲ ▲ ▲ | | | | | timestamp of message namespace | | location of mycoolmod.oldfunction() call | deprecation message the word "depr...
Related Match
MyWebsite / Node Modules / On Headers
MyWebsite/Node_Modules/on-headers/README.md
...```js var http = require('http') var onHeaders = require('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, addPowere...
Related Match
MyWebsite / Node Modules / @types / Cookie
MyWebsite/Node_Modules/@types/cookie/README.md
...Typed/DefinitelyTyped/tree/master/types/cookie. ### Additional Details * Last updated: Tue, 06 Jul 2021 20:32:30 GMT * Dependencies: none * Global values: none # Credits These definitions were written by [Pine Mizune](https://github.com/pine), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).
Related Match
MyWebsite / Node Modules / Parseurl
MyWebsite/Node_Modules/parseurl/README.md
...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 - legacy x 507,180 ops/sec ±0.8...
Related Match
MyWebsite / Node Modules / Iconv Lite
MyWebsite/Node_Modules/iconv-lite/README.md
...us-ascii' also supported. * All widespread multibyte encodings: CP932, CP936, CP949, CP950, GB2312, GBK, GB18030, Big5, Shift_JIS, EUC-JP. See [all supported encodings on wiki](https://github.com/ashtuchkin/iconv-lite/wiki/Supported-Encodings). Most singlebyte encodings are generated automatically from [node-iconv](htt...
Related Match
MyWebsite / Node Modules / Isarray
MyWebsite/Node_Modules/isarray/README.md
...(http://component.io) do ```bash $ component install juliangruber/isarray ``` ## License (MIT) Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Soft...
Related Match
MyWebsite / Node Modules / Inherits
MyWebsite/Node_Modules/inherits/README.md
...des alternative browser-friendly implementation through [browser field](https://gist.github.com/shtylman/4339901). Alternative implementation is a literal copy of standard one located in standalone module to avoid requiring of `util`. It also has a shim for old browsers with no `Object.create` support. While keeping yo...
Related Match
MyWebsite / Node Modules / Cookie Signature
MyWebsite/Node_Modules/cookie-signature/Readme.md
...d.equal('hello'); cookie.unsign(val, 'luna').should.be.false; ``` ## License (The MIT License) Copyright (c) 2012 LearnBoost <tj@learnboost.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software with...
Related Match
MyWebsite / Node Modules / Express Session / Node Modules / Cookie Signature
MyWebsite/Node_Modules/express-session/node_modules/cookie-signature/Readme.md
...d.equal('hello'); cookie.unsign(val, 'luna').should.be.false; ``` ## License (The MIT License) Copyright (c) 2012 LearnBoost <tj@learnboost.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software with...
Related Match
MyWebsite / Node Modules / Form Data
MyWebsite/Node_Modules/form-data/Readme.md
...y consists of 26 `-` followed by 24 numbers for example: ```javascript --------------------------515890814546601021194782 ``` #### _Void_ setBoundary(String _boundary_) Set the boundary string, overriding the default behavior described above. _Note: The boundary must be unique and may not appear in the data._ #### _Buf...
Related Match
MyWebsite / Node Modules / Busboy
MyWebsite/Node_Modules/busboy/README.md
...ield [${name}]: value: %j`, val); }); bb.on('close', () => { console.log('Done parsing form!'); res.writeHead(303, { Connection: 'close', Location: '/' }); res.end(); }); req.pipe(bb); } else if (req.method === 'GET') { res.writeHead(200, { Connection: 'close' }); res.end(` `); } }).listen(8000, () => { console.log('Li...
Related Match
MyWebsite / Node Modules / Bcryptjs
MyWebsite/Node_Modules/bcryptjs/README.md
...e bcrypt.js is compatible to the C++ bcrypt binding, it is written in pure JavaScript and thus slower ([about 30%](https://github.com/dcodeIO/bcrypt.js/wiki/Benchmark)), effectively reducing the number of iterations that can be processed in an equal time span. The maximum input length is 72 bytes (note that UTF8 encode...