SYMBOL INDEX (125 symbols across 34 files) FILE: benchmark/index.js function createMultipartBuffer (line 35) | function createMultipartBuffer(boundary, size) { FILE: examples/forceBuffer.js method write (line 17) | write (chunk, enc, next) { method destroy (line 21) | destroy() { method final (line 24) | final(cb) { FILE: examples/json.js constant PORT (line 6) | const PORT = 3000; FILE: examples/with-http.js method filename (line 21) | filename(name, ext, part, form) { FILE: src/Formidable.js constant CUID2_FINGERPRINT (line 19) | const CUID2_FINGERPRINT = `${process.env.NODE_ENV}-${os.platform()}-${os... constant DEFAULT_OPTIONS (line 22) | const DEFAULT_OPTIONS = { method filter (line 38) | filter(_part) { function hasOwnProp (line 44) | function hasOwnProp(obj, key) { class IncomingForm (line 84) | class IncomingForm extends EventEmitter { method constructor (line 85) | constructor(options = {}) { method use (line 142) | use(plugin) { method pause (line 153) | pause () { method resume (line 167) | resume () { method parse (line 183) | async parse(req, cb) { method writeHeaders (line 293) | async writeHeaders(headers) { method write (line 314) | write(buffer) { method onPart (line 333) | onPart(part) { method _handlePart (line 338) | async _handlePart(part) { method _parseContentType (line 473) | async _parseContentType() { method _error (line 517) | _error(err, eventName = 'error') { method _parseContentLength (line 531) | _parseContentLength() { method _newParser (line 544) | _newParser() { method _newFile (line 548) | async _newFile({ filepath, originalFilename, mimetype, newFilename }) { method _getFileName (line 579) | _getFileName(headerValue) { method _getExtension (line 599) | _getExtension(str) { method _joinDirectoryName (line 626) | _joinDirectoryName(name) { method _setUpRename (line 640) | _setUpRename() { method _setUpMaxFields (line 670) | _setUpMaxFields() { method _setUpMaxFiles (line 688) | _setUpMaxFiles() { method _maybeEnd (line 706) | _maybeEnd() { FILE: src/FormidableError.js method constructor (line 22) | constructor(message, internalCode, httpCode = 500) { FILE: src/PersistentFile.js class PersistentFile (line 7) | class PersistentFile extends EventEmitter { method constructor (line 8) | constructor({ filepath, newFilename, originalFilename, mimetype, hashA... method open (line 24) | open() { method toJSON (line 31) | toJSON() { method toString (line 47) | toString() { method write (line 51) | write(buffer, cb) { method end (line 69) | end(cb) { method destroy (line 79) | destroy() { FILE: src/VolatileFile.js class VolatileFile (line 6) | class VolatileFile extends EventEmitter { method constructor (line 7) | constructor({ filepath, newFilename, originalFilename, mimetype, hashA... method open (line 23) | open() { method destroy (line 30) | destroy() { method toJSON (line 34) | toJSON() { method toString (line 48) | toString() { method write (line 52) | write(buffer, cb) { method end (line 69) | end(cb) { FILE: src/parsers/Dummy.js class DummyParser (line 5) | class DummyParser extends Transform { method constructor (line 6) | constructor(incomingForm, options = {}) { method _flush (line 12) | _flush(callback) { FILE: src/parsers/JSON.js class JSONParser (line 5) | class JSONParser extends Transform { method constructor (line 6) | constructor(options = {}) { method _transform (line 12) | _transform(chunk, encoding, callback) { method _flush (line 17) | _flush(callback) { FILE: src/parsers/Multipart.js constant STATE (line 11) | const STATE = { constant FBOUNDARY (line 28) | const FBOUNDARY = { PART_BOUNDARY: f, LAST_BOUNDARY: (f *= 2) }; constant SPACE (line 32) | const SPACE = 32; constant HYPHEN (line 33) | const HYPHEN = 45; constant COLON (line 34) | const COLON = 58; function lower (line 38) | function lower(c) { constant STATES (line 42) | const STATES = {}; class MultipartParser (line 48) | class MultipartParser extends Transform { method constructor (line 49) | constructor(options = {}) { method _endUnexpected (line 62) | _endUnexpected() { method _flush (line 70) | _flush(done) { method initWithBoundary (line 85) | initWithBoundary(str) { method _handleCallback (line 97) | _handleCallback(name, buf, start, end) { method _transform (line 105) | _transform(buffer, _, done) { method explain (line 342) | explain() { FILE: src/parsers/OctetStream.js class OctetStreamParser (line 3) | class OctetStreamParser extends PassThrough { method constructor (line 4) | constructor(options = {}) { FILE: src/parsers/Querystring.js class QuerystringParser (line 6) | class QuerystringParser extends Transform { method constructor (line 7) | constructor(options = {}) { method _transform (line 14) | _transform(buffer, encoding, callback) { method _flush (line 20) | _flush(callback) { FILE: src/parsers/StreamingQuerystring.js constant AMPERSAND (line 7) | const AMPERSAND = 38; constant EQUALS (line 8) | const EQUALS = 61; class QuerystringParser (line 10) | class QuerystringParser extends Transform { method constructor (line 11) | constructor(options = {}) { method _transform (line 23) | _transform(buffer, encoding, callback) { method _flush (line 77) | _flush(callback) { method getSection (line 95) | getSection(buffer, i) { method emitField (line 101) | emitField(key, val) { FILE: src/plugins/json.js function plugin (line 7) | function plugin(formidable, options) { function init (line 24) | function init(_self, _opts) { FILE: src/plugins/multipart.js function plugin (line 10) | function plugin(formidable, options) { function createInitMultipart (line 42) | function createInitMultipart(boundary) { FILE: src/plugins/octetstream.js function plugin (line 7) | async function plugin(formidable, options) { function init (line 23) | async function init(_self, _opts) { FILE: src/plugins/querystring.js function plugin (line 8) | function plugin(formidable, options) { function init (line 24) | function init(_self, _opts) { FILE: test-legacy/integration/test-multipart-parser.js constant CHUNK_LENGTH (line 3) | const CHUNK_LENGTH = 10; FILE: test-legacy/simple/test-file.js function test (line 11) | function test(test) { FILE: test-legacy/simple/test-incoming-form.js function test (line 25) | function test(test) { FILE: test-legacy/system/test-multi-video-upload.js constant BOUNDARY (line 3) | const BOUNDARY = '---------------------------101027544145785087814587779... constant FIXTURE (line 4) | const FIXTURE = `${TEST_FIXTURES}/multi_video.upload`; FILE: test-node/standalone/createDirsFromUploads.test.js constant PORT (line 7) | const PORT = 13539; FILE: test-node/standalone/end-event-emitted-twice.test.js constant PORT (line 6) | const PORT = 13540; FILE: test/fixture/js/special-chars-in-filename.js function expect (line 3) | function expect(originalFilename, fixtureName) { FILE: test/integration/file-write-stream-handler-option.test.js constant PORT (line 13) | const PORT = 13533; constant DEFAULT_UPLOAD_DIR (line 14) | const DEFAULT_UPLOAD_DIR = join( constant CUSTOM_UPLOAD_DIR (line 18) | const CUSTOM_UPLOAD_DIR = join( constant CUSTOM_UPLOAD_FILE_PATH (line 22) | const CUSTOM_UPLOAD_FILE_PATH = join(CUSTOM_UPLOAD_DIR, 'test-file'); FILE: test/integration/fixtures.test.js constant PORT (line 12) | const PORT = 13534; constant CWD (line 13) | const CWD = process.cwd(); constant FIXTURES_HTTP (line 14) | const FIXTURES_HTTP = join(CWD, 'test', 'fixture', 'http'); constant UPLOAD_DIR (line 15) | const UPLOAD_DIR = join(CWD, 'test', 'tmp'); function findFixtures (line 36) | function findFixtures() { function testNext (line 50) | function testNext(results) { function uploadFixture (line 96) | function uploadFixture(fixtureName, cb) { FILE: test/integration/json.test.js constant PORT (line 10) | const PORT = 13535; FILE: test/integration/octet-stream.test.js constant PORT (line 12) | const PORT = 13536; FILE: test/integration/store-files-option.test.js constant PORT (line 13) | const PORT = 13537; constant DEFAULT_UPLOAD_DIR (line 14) | const DEFAULT_UPLOAD_DIR = join( constant CUSTOM_UPLOAD_FILE_PATH (line 18) | const CUSTOM_UPLOAD_FILE_PATH = join(DEFAULT_UPLOAD_DIR, 'test-file'); FILE: test/standalone/content-transfer-encoding.test.js constant UPLOAD_DIR (line 7) | const UPLOAD_DIR = join(process.cwd(), 'test', 'tmp'); constant PORT (line 10) | const PORT = 13530; FILE: test/standalone/issue-46.test.js constant PORT (line 7) | const PORT = 13531; FILE: test/unit/custom-plugins.test.js function createServer (line 10) | function createServer(options, handler) { function fromFixtures (line 22) | function fromFixtures(...args) { FILE: test/unit/formidable.test.js function requestStub (line 13) | function requestStub() { function getForm (line 20) | function getForm(name, opts) { function makeHeader (line 23) | function makeHeader(originalFilename) {