MCPcopy Create free account

hub / github.com/Automattic/mongoose / functions

Functions1,414 in github.com/Automattic/mongoose

FunctionK
(v)
bin/mongoose.js:22582
FunctionKareem
()
bin/mongoose.js:21177
FunctionLong
* Defines a Long class for representing a 64-bit two's-complement * integer value, which faithfully simulates the behavior of a Java "Long". This *
bin/mongoose.debug.js:14626
FunctionLong
* Defines a Long class for representing a 64-bit two's-complement * integer value, which faithfully simulates the behavior of a Java "Long". This *
bin/mongoose.js:15087
FunctionMap
(array)
bin/mongoose.js:15911
FunctionMappingPromiseArray
(promises, fn, limit, _filter)
bin/mongoose.js:28280
FunctionMaxKey
* A class representation of the BSON MaxKey type. * * @class Represents the BSON MaxKey type. * @return {MaxKey}
bin/mongoose.debug.js:15446
FunctionMaxKey
* A class representation of the BSON MaxKey type. * * @class * @return {MaxKey} A MaxKey instance
bin/mongoose.js:16037
FunctionMinKey
* A class representation of the BSON MinKey type. * * @class Represents the BSON MinKey type. * @return {MinKey}
bin/mongoose.debug.js:15460
FunctionMinKey
* A class representation of the BSON MinKey type. * * @class * @return {MinKey} A MinKey instance
bin/mongoose.js:16052
FunctionMinionSchema
()
test/model.discriminator.test.js:214
FunctionMissingSchemaError
()
lib/error/browserMissingSchema.js:13
FunctionMissingSchemaError
(name)
lib/error/missingSchema.js:14
FunctionMissingSchemaError
(name)
bin/mongoose.debug.js:2705
FunctionMissingSchemaError
(name)
bin/mongoose.js:3389
FunctionMixed
* Mixed SchemaType constructor. * * @param {String} path * @param {Object} options * @inherits SchemaType * @api public
lib/schema/mixed.js:17
FunctionMixed
* Mixed SchemaType constructor. * * @param {String} path * @param {Object} options * @inherits SchemaType * @api private
bin/mongoose.debug.js:5308
FunctionMixed
* Mixed SchemaType constructor. * * @param {String} path * @param {Object} options * @inherits SchemaType * @api public
bin/mongoose.js:7211
FunctionModel
* Model constructor * * Provides the interface to MongoDB collections as well as creates document instances. * * @param {Object} doc values with w
lib/model.js:47
FunctionMongoose
* Mongoose constructor. * * The exports object of the `mongoose` module is an instance of this class. * Most apps will only use this one instance.
lib/index.js:36
FunctionMongooseArray
* Mongoose Array constructor. * * ####NOTE: * * _Values always have to be passed to the constructor to initialize, otherwise `MongooseArray#push`
lib/types/array.js:28
FunctionMongooseArray
* Mongoose Array constructor. * * ####NOTE: * * _Values always have to be passed to the constructor to initialize, otherwise `MongooseArray#push`
bin/mongoose.debug.js:7223
FunctionMongooseArray
* Mongoose Array constructor. * * ####NOTE: * * _Values always have to be passed to the constructor to initialize, otherwise `MongooseArray#push`
bin/mongoose.js:9695
FunctionMongooseBuffer
* Mongoose Buffer constructor. * * Values always have to be passed to the constructor to initialize. * * @param {Buffer} value * @param {String}
lib/types/buffer.js:21
FunctionMongooseBuffer
* Mongoose Buffer constructor. * * Values always have to be passed to the constructor to initialize. * * @param {Buffer} value * @param {String}
bin/mongoose.debug.js:7922
FunctionMongooseBuffer
* Mongoose Buffer constructor. * * Values always have to be passed to the constructor to initialize. * * @param {Buffer} value * @param {String}
bin/mongoose.js:10471
FunctionMongooseDocumentArray
* DocumentArray constructor * * @param {Array} values * @param {String} path the path to this array * @param {Document} doc parent document * @ap
lib/types/documentarray.js:23
FunctionMongooseDocumentArray
* DocumentArray constructor * * @param {Array} values * @param {String} path the path to this array * @param {Document} doc parent document * @ap
bin/mongoose.debug.js:8190
FunctionMongooseDocumentArray
* DocumentArray constructor * * @param {Array} values * @param {String} path the path to this array * @param {Document} doc parent document * @ap
bin/mongoose.js:10750
FunctionMongooseError
* MongooseError constructor * * @param {String} msg Error message * @inherits Error https://developer.mozilla.org/en/JavaScript/Reference/Global_Ob
lib/error.js:9
FunctionMongooseError
* MongooseError constructor * * @param {String} msg Error message * @inherits Error https://developer.mozilla.org/en/JavaScript/Reference/Global_Ob
bin/mongoose.debug.js:2524
FunctionMongooseError
* MongooseError constructor * * @param {String} msg Error message * @inherits Error https://developer.mozilla.org/en/JavaScript/Reference/Global_Ob
bin/mongoose.js:3188
FunctionMongooseThenable
* Wraps the given Mongoose instance into a thenable (pseudo-promise). This * is so `connect()` and `disconnect()` can return a thenable while maintai
lib/index.js:800
FunctionNativeCollection
* A [node-mongodb-native](https://github.com/mongodb/node-mongodb-native) collection implementation. * * All methods methods from the [node-mongodb-
lib/drivers/node-mongodb-native/collection.js:18
FunctionNativeConnection
* A [node-mongodb-native](https://github.com/mongodb/node-mongodb-native) connection implementation. * * @inherits Connection * @api private
lib/drivers/node-mongodb-native/connection.js:21
FunctionNodeCollection
(col)
bin/mongoose.js:23104
FunctionObjectDefineProperty
(o, key, desc)
bin/mongoose.js:27862
FunctionObjectExpectedError
* Strict mode error constructor * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
lib/error/objectExpected.js:16
FunctionObjectExpectedError
* Strict mode error constructor * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
bin/mongoose.js:3426
FunctionObjectFreeze
(obj)
bin/mongoose.js:27867
FunctionObjectGetDescriptor
(o, key)
bin/mongoose.js:27858
FunctionObjectGetPrototypeOf
(obj)
bin/mongoose.js:27871
FunctionObjectID
(id)
bin/mongoose.debug.js:15493
FunctionObjectID
(id)
bin/mongoose.js:16083
FunctionObjectId
* ObjectId SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api public
lib/schema/objectid.js:22
FunctionObjectId
* ObjectId SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api private
bin/mongoose.debug.js:5680
FunctionObjectKeys
(o)
bin/mongoose.js:27848
FunctionOperationalError
(message)
bin/mongoose.js:27781
FunctionOverwriteModelError
(name)
lib/error/overwriteModel.js:14
FunctionOverwriteModelError
(name)
bin/mongoose.debug.js:2740
FunctionOverwriteModelError
(name)
bin/mongoose.js:3461
FunctionPoint
(key, options)
test/model.query.casting.test.js:987
FunctionPopulateOptions
(path, select, match, options, model, subPopulate)
lib/utils.js:586
FunctionPopulateOptions
(path, select, match, options, model)
bin/mongoose.debug.js:9194
FunctionPopulateOptions
(path, select, match, options, model, subPopulate)
bin/mongoose.js:12069
FunctionPromise
* Promise constructor. * * Promises are returned from executed queries. Example: * * var query = Candy.find({ bar: true }); * var promise
lib/promise.js:30
FunctionPromise
* Promise constructor. * * Promises are returned from executed queries. Example: * * var query = Candy.find({ bar: true }); * var promise
bin/mongoose.debug.js:2975
FunctionPromise
* Promise constructor. * * Promises are returned from executed queries. Example: * * var query = Candy.find({ bar: true }); * var promise
bin/mongoose.js:3763
FunctionPromiseArray
(values)
bin/mongoose.js:29355
FunctionPromiseInspection
(promise)
bin/mongoose.js:30500
FunctionPromiseSpawn
(generatorFunction, receiver, yieldHandler, stack)
bin/mongoose.js:28048
FunctionPropertiesPromiseArray
(obj)
bin/mongoose.js:29927
FunctionQuery
* Query constructor used for building queries. * * ####Example: * * var query = new Query(); * query.setOptions({ lean : true }); *
lib/query.js:36
FunctionQuery
* Query constructor used for building queries. * * ####Example: * * var query = new Query({ name: 'mquery' }); * query.setOptions({ colle
bin/mongoose.js:23257
FunctionQueryCursor
* A QueryCursor is a concurrency primitive for processing query results * one document at a time. A QueryCursor fulfills the [Node.js streams3 API](h
lib/cursor/QueryCursor.js:33
FunctionQueryStream
* Provides a Node.js 0.8 style [ReadStream](http://nodejs.org/docs/v0.8.21/api/stream.html#stream_readable_stream) interface for Queries. * * va
lib/querystream.js:55
FunctionQueue
(capacity)
bin/mongoose.js:30009
FunctionReadPreference
(mode, tags)
bin/mongoose.debug.js:12008
FunctionReductionPromiseArray
(promises, fn, accum, _each)
bin/mongoose.js:30153
FunctionSchema
* Schema constructor. * * ####Example: * * var child = new Schema({ name: String }); * var schema = new Schema({ name: String, age: Numbe
bin/mongoose.debug.js:3261
FunctionSchemaArray
* Array SchemaType constructor * * @param {String} key * @param {SchemaType} cast * @param {Object} options * @inherits SchemaType * @api public
lib/schema/array.js:37
FunctionSchemaArray
* Array SchemaType constructor * * @param {String} key * @param {SchemaType} cast * @param {Object} options * @inherits SchemaType * @api privat
bin/mongoose.debug.js:4203
FunctionSchemaArray
* Array SchemaType constructor * * @param {String} key * @param {SchemaType} cast * @param {Object} options * @inherits SchemaType * @api public
bin/mongoose.js:5804
FunctionSchemaBoolean
* Boolean SchemaType constructor. * * @param {String} path * @param {Object} options * @inherits SchemaType * @api public
lib/schema/boolean.js:18
FunctionSchemaBoolean
* Boolean SchemaType constructor. * * @param {String} path * @param {Object} options * @inherits SchemaType * @api private
bin/mongoose.debug.js:4568
FunctionSchemaBoolean
* Boolean SchemaType constructor. * * @param {String} path * @param {Object} options * @inherits SchemaType * @api public
bin/mongoose.js:6099
FunctionSchemaBuffer
* Buffer SchemaType constructor * * @param {String} key * @param {Object} options * @inherits SchemaType * @api public
lib/schema/buffer.js:24
FunctionSchemaBuffer
* Buffer SchemaType constructor * * @param {String} key * @param {SchemaType} cast * @inherits SchemaType * @api private
bin/mongoose.debug.js:4677
FunctionSchemaBuffer
* Buffer SchemaType constructor * * @param {String} key * @param {Object} options * @inherits SchemaType * @api public
bin/mongoose.js:6211
FunctionSchemaDate
* Date SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api public
lib/schema/date.js:21
FunctionSchemaDate
* Date SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api private
bin/mongoose.debug.js:4856
FunctionSchemaDate
* Date SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api public
bin/mongoose.js:6399
FunctionSchemaNumber
* Number SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api public
lib/schema/number.js:21
FunctionSchemaNumber
* Number SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api private
bin/mongoose.debug.js:5404
FunctionSchemaNumber
* Number SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api public
bin/mongoose.js:7298
FunctionSchemaString
* String SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api public
lib/schema/string.js:20
FunctionSchemaString
* String SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api private
bin/mongoose.debug.js:5878
FunctionSchemaString
* String SchemaType constructor. * * @param {String} key * @param {Object} options * @inherits SchemaType * @api public
bin/mongoose.js:7980
FunctionSchemaType
* SchemaType constructor * * @param {String} path * @param {Object} [options] * @param {String} [instance] * @api public
lib/schematype.js:21
FunctionSchemaType
* SchemaType constructor * * @param {String} path * @param {Object} [options] * @param {String} [instance] * @api public
bin/mongoose.debug.js:6246
FunctionSchemaType
* SchemaType constructor * * @param {String} path * @param {Object} [options] * @param {String} [instance] * @api public
bin/mongoose.js:8493
FunctionSettledPromiseArray
(values)
bin/mongoose.js:30335
FunctionSomePromiseArray
(values)
bin/mongoose.js:30380
FunctionStrictModeError
* Strict mode error constructor * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
lib/error/strict.js:16
FunctionStrictModeError
* Strict mode error constructor * * @param {String} type * @param {String} value * @inherits MongooseError * @api private
bin/mongoose.js:3496
FunctionStub
()
test/document.unit.test.js:18
FunctionSubError
(message)
bin/mongoose.js:27718
FunctionSubdocument
* Subdocument constructor. * * @inherits Document * @api private
lib/types/subdocument.js:13
FunctionSubdocument
()
test/types.documentarray.test.js:21
FunctionSubdocument
()
test/colors.js:27
← previousnext →1,001–1,100 of 1,414, ranked by callers