MCPcopy Create free account

hub / github.com/Automattic/mongoose / functions

Functions1,414 in github.com/Automattic/mongoose

↓ 1 callersFunctionutf16leWrite
(buf, string, offset, length)
bin/mongoose.debug.js:9881
↓ 1 callersFunctionutf16leWrite
(buf, string, offset, length)
bin/mongoose.js:19487
↓ 1 callersFunctionutf8Slice
(buf, start, end)
bin/mongoose.debug.js:9958
↓ 1 callersFunctionutf8Slice
(buf, start, end)
bin/mongoose.js:19564
↓ 1 callersFunctionutf8Write
(buf, string, offset, length)
bin/mongoose.debug.js:9862
↓ 1 callersFunctionutf8Write
(buf, string, offset, length)
bin/mongoose.js:19468
↓ 1 callersFunctionvalidate
(ok, validatorProperties)
lib/schematype.js:750
↓ 1 callersFunctionvalidate
(o)
lib/drivers/node-mongodb-native/connection.js:378
↓ 1 callersFunctionvalidate
(ok, validatorProperties)
bin/mongoose.debug.js:6875
↓ 1 callersFunctionvalidate
(ok, validatorProperties)
bin/mongoose.js:9171
↓ 1 callersFunctionvalidatePath
(path)
lib/document.js:1447
↓ 1 callersFunctionvalidator
(v, fn)
test/model.test.js:1359
↓ 1 callersFunctionvalueFilter
(val, assignmentOpts)
lib/model.js:3580
↓ 1 callersFunctionwalkUpdatePath
(schema, obj, op, strict, context, pref)
lib/services/query/castUpdate.js:104
↓ 1 callersFunctionwireup
()
lib/drivers/node-mongodb-native/connection.js:121
↓ 1 callersFunctionwithAppended
(target, appendee)
bin/mongoose.js:31033
↓ 1 callersFunctionwrapAsOperationalError
(obj)
bin/mongoose.js:29501
↓ 1 callersFunctionwrapper
(value, action)
bin/mongoose.js:27647
↓ 1 callersFunctionwriteDouble
(buf, value, offset, littleEndian, noAssert)
bin/mongoose.debug.js:10328
↓ 1 callersFunctionwriteDouble
(buf, value, offset, littleEndian, noAssert)
bin/mongoose.js:19934
↓ 1 callersFunctionwriteFloat
(buf, value, offset, littleEndian, noAssert)
bin/mongoose.debug.js:10313
↓ 1 callersFunctionwriteFloat
(buf, value, offset, littleEndian, noAssert)
bin/mongoose.js:19919
↓ 1 callersFunctionwriteIEEE754
(buffer, value, offset, endian, mLen, nBytes)
bin/mongoose.debug.js:14529
↓ 1 callersFunctionwriteStringToArray
(data)
bin/mongoose.debug.js:12075
↓ 1 callersFunctionwriteStringToArray
(data)
bin/mongoose.js:13661
↓ 1 callersFunctionwriteToTypedArray
(buffer, string, index)
bin/mongoose.debug.js:13221
FunctionAggregate
* Aggregate constructor used for building aggregation pipelines. * * ####Example: * * new Aggregate(); * new Aggregate({ $project: { a: 1
lib/aggregate.js:44
FunctionAggregationCursor
* An AggregationCursor is a concurrency primitive for processing aggregation * results one document at a time. It is analogous to QueryCursor. * *
lib/cursor/AggregationCursor.js:30
FunctionArrayIsArray
(obj)
bin/mongoose.js:27880
FunctionAsync
()
bin/mongoose.js:26457
FunctionAsyncInvoke
(fn, receiver, arg)
bin/mongoose.js:26512
FunctionAsyncInvokeLater
(fn, receiver, arg)
bin/mongoose.js:26507
FunctionAsyncSettlePromises
(promise)
bin/mongoose.js:26517
FunctionBSON
* Create a new BSON instance * * @class Represents the BSON Parser * @return {BSON} instance of BSON Parser.
bin/mongoose.debug.js:12821
FunctionBSON
()
bin/mongoose.js:13772
FunctionBSONRegExp
* A class representation of the BSON RegExp type. * * @class * @return {BSONRegExp} A MinKey instance
bin/mongoose.js:18207
FunctionBaseSchema
* Setup
test/model.discriminator.querying.test.js:17
FunctionBaseSchema
()
test/model.discriminator.test.js:223
FunctionBinary
* A class representation of the BSON Binary type. * * Sub types * - **BSON.BSON_BINARY_SUBTYPE_DEFAULT**, default BSON type. * - **BSON.BSON_BI
bin/mongoose.debug.js:12116
FunctionBinary
* A class representation of the BSON Binary type. * * Sub types * - **BSON.BSON_BINARY_SUBTYPE_DEFAULT**, default BSON type. * - **BSON.BSON_BIN
bin/mongoose.js:13415
FunctionBinaryParser
(bigEndian, allowExceptions)
bin/mongoose.debug.js:12419
FunctionBinaryParserBuffer
* BinaryParser buffer constructor.
bin/mongoose.debug.js:12733
FunctionBossBaseSchema
()
test/model.discriminator.test.js:92
FunctionBuffer
* Class: Buffer * ============= * * The Buffer constructor returns instances of `Uint8Array` that are augmented * with function properties for all
bin/mongoose.debug.js:9596
FunctionBuffer
* Class: Buffer * ============= * * The Buffer constructor returns instances of `Uint8Array` that are augmented * with function properties for all
bin/mongoose.js:19202
FunctionCapturedTrace
(parent)
bin/mongoose.js:26875
FunctionCastError
* Casting Error constructor. * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
lib/error/cast.js:17
FunctionCastError
* Casting Error constructor. * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
bin/mongoose.debug.js:2585
FunctionCastError
* Casting Error constructor. * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
bin/mongoose.js:3253
FunctionCatchFilter
(instances, callback, promise)
bin/mongoose.js:27368
FunctionCode
(code, scope)
bin/mongoose.debug.js:14380
FunctionCode
(code, scope)
bin/mongoose.js:14077
FunctionCollection
* Abstract Collection constructor * * This is the base class that drivers inherit from and implement. * * @param {String} name name of the collect
lib/collection.js:19
FunctionCollection
* Collection base class from which implementations inherit
bin/mongoose.js:23058
FunctionConnection
* Connection constructor * * For practical reasons, a Connection equals a Db. * * @param {Mongoose} base a mongoose instance * @inherits NodeJS E
lib/connection.js:55
FunctionContext
()
bin/mongoose.js:27430
FunctionCustomError
()
test/document.test.js:4204
FunctionCustomQuery
(criteria, options)
lib/query.js:170
FunctionCustomQuery
(criteria, options)
bin/mongoose.js:23348
FunctionDBRef
* A class representation of the BSON DBRef type. * * @class Represents the BSON DBRef type. * @param {String} namespace the collection name. * @pa
bin/mongoose.debug.js:14406
FunctionDBRef
* A class representation of the BSON DBRef type. * * @class * @param {string} namespace the collection name. * @param {ObjectID} oid the reference
bin/mongoose.js:14104
FunctionDecimal128
* Decimal128 SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api public
lib/schema/decimal128.js:22
FunctionDecimal128
(bytes)
bin/mongoose.js:14253
FunctionDisconnectedError
* Casting Error constructor. * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
lib/error/disconnected.js:16
FunctionDisposer
(data, promise, context)
bin/mongoose.js:30820
FunctionDivergentArrayError
(paths)
lib/error/divergentArray.js:14
FunctionDivergentArrayError
(paths)
bin/mongoose.debug.js:2622
FunctionDivergentArrayError
(paths)
bin/mongoose.js:3301
FunctionDocument
* Document constructor. * * @param {Object} obj the values to set * @param {Object} [fields] optional object containing the fields which were selec
lib/browserDocument.js:30
FunctionDocument
* Document constructor. * * @param {Object} obj the values to set * @param {Object} [fields] optional object containing the fields which were selec
lib/document.js:44
FunctionDocument
* Document constructor. * * @param {Object} obj the values to set * @param {Object} [fields] optional object containing the fields which were selec
bin/mongoose.debug.js:140
FunctionDocument
* Document constructor. * * @param {Object} obj the values to set * @param {Object} [fields] optional object containing the fields which were selec
bin/mongoose.js:185
FunctionDocumentArray
* SubdocsArray SchemaType constructor * * @param {String} key * @param {Schema} schema * @param {Object} options * @inherits SchemaArray * @api
lib/schema/documentarray.js:28
FunctionDocumentArray
* SubdocsArray SchemaType constructor * * @param {String} key * @param {Schema} schema * @param {Object} options * @inherits SchemaArray * @api
bin/mongoose.debug.js:5038
FunctionDocumentArray
* SubdocsArray SchemaType constructor * * @param {String} key * @param {Schema} schema * @param {Object} options * @inherits SchemaArray * @api
bin/mongoose.js:6700
FunctionDocumentNotFoundError
(query)
lib/error/notFound.js:16
FunctionDouble
* A class representation of the BSON Double type. * * @class Represents the BSON Double type. * @param {Number} value the number we want to represe
bin/mongoose.debug.js:14436
FunctionDouble
* A class representation of the BSON Double type. * * @class * @param {number} value the number we want to represent as a double. * @return {Doubl
bin/mongoose.js:14867
FunctionES6Promise
* ES6 Promise wrapper constructor. * * Promises are returned from executed queries. Example: * * var query = Candy.find({ bar: true }); *
lib/ES6Promise.js:18
FunctionES6Promise
* ES6 Promise wrapper constructor. * * Promises are returned from executed queries. Example: * * var query = Candy.find({ bar: true }); *
bin/mongoose.js:19
FunctionEmbedded
* Sub-schema schematype constructor * * @param {Schema} schema * @param {String} key * @param {Object} options * @inherits SchemaType * @api pub
lib/schema/embedded.js:26
FunctionEmbedded
* Sub-schema schematype constructor * * @param {Schema} schema * @param {String} key * @param {Object} options * @inherits SchemaType * @api pub
bin/mongoose.js:7010
FunctionEmbeddedDocument
* EmbeddedDocument constructor. * * @param {Object} obj js object returned from the db * @param {MongooseDocumentArray} parentArr the parent array
lib/types/embedded.js:21
FunctionEmbeddedDocument
()
lib/schema/documentarray.js:69
FunctionEmbeddedDocument
()
bin/mongoose.debug.js:5041
FunctionEmbeddedDocument
()
bin/mongoose.js:6702
FunctionEventEmitter
()
bin/mongoose.debug.js:10848
FunctionEventEmitter
()
bin/mongoose.js:20581
FunctionF
()
bin/mongoose.js:26348
FunctionFrom
()
test/utils.test.js:286
FunctionFunctionDisposer
(fn, promise, context)
bin/mongoose.js:30859
FunctionHolder
(total, fn)
bin/mongoose.js:28192
FunctionINTERNAL
()
bin/mongoose.js:28624
FunctionInt32
(value)
bin/mongoose.js:15017
FunctionInt8
(key, options)
test/docs/schematypes.test.js:30
FunctionInternalCache
()
lib/internal.js:10
FunctionInternalCache
()
bin/mongoose.debug.js:2928
FunctionInternalCache
()
bin/mongoose.js:3710
FunctionK
(k)
lib/querystream.js:10
FunctionK
(v)
bin/mongoose.debug.js:16824
← previousnext →901–1,000 of 1,414, ranked by callers