MCPcopy Index your code

hub / github.com/dresende/node-orm2 / functions

Functions249 in github.com/dresende/node-orm2

↓ 313 callersMethodfind
(conditions: { [property: string]: any }, callback: (err: Error, results: Instance[]) => void)
lib/TypeScript/orm.d.ts:24
↓ 179 callersFunctioncb
()
lib/ORM.js:305
↓ 177 callersMethodcreate
(data: { [property: string]: any; }, callback: (err: Error, instance: Instance) => void)
lib/TypeScript/orm.d.ts:57
↓ 142 callersMethodget
(...args: any[])
lib/TypeScript/orm.d.ts:23
↓ 83 callersMethodsave
()
lib/TypeScript/orm.d.ts:70
↓ 66 callersMethodset
(values: { [key: string]: any }[])
lib/TypeScript/sql-query.d.ts:61
↓ 53 callersMethodcount
(callback: (err: Error, count: number) => void)
lib/TypeScript/orm.d.ts:47
↓ 51 callersMethodone
(conditions: { [property: string]: any }, callback: (err: Error, result: Instance) => void)
lib/TypeScript/orm.d.ts:40
↓ 47 callersFunctionnext
(saved)
lib/Instance.js:226
↓ 39 callersMethodorder
(...order: string[])
lib/TypeScript/orm.d.ts:121
↓ 38 callersMethodwhere
(...args: any[])
lib/TypeScript/sql-query.d.ts:50
↓ 30 callersMethodaggregate
(conditions: { [property: string]: any })
lib/TypeScript/orm.d.ts:50
↓ 28 callersMethodall
(conditions: { [property: string]: any }, callback: (err: Error, results: Instance[]) => void)
lib/TypeScript/orm.d.ts:33
↓ 27 callersMethodclear
()
lib/TypeScript/orm.d.ts:60
↓ 25 callersMethodremove
(callback: (err: Error) => void)
lib/TypeScript/orm.d.ts:74
↓ 25 callersMethodselect
(columns: string[])
lib/TypeScript/orm.d.ts:122
↓ 24 callersMethodon
(event: string, callback)
lib/TypeScript/orm.d.ts:69
↓ 24 callersFunctionsetup
(hooks)
test/integration/hook.js:29
↓ 22 callersFunctionvalueToProperty
(value)
test/integration/drivers/sqlite_spec.js:226
↓ 21 callersMethodfrom
(table: string, from_id: string, to_id: string)
lib/TypeScript/sql-query.d.ts:48
↓ 20 callersMethodbuild
()
lib/TypeScript/sql-query.d.ts:56
↓ 19 callersMethodrun
(callback: (err: Error, results: Instance[]) => void)
lib/TypeScript/orm.d.ts:134
↓ 19 callersFunctionsetup
()
test/integration/model-aggregate.js:9
↓ 19 callersFunctionvalueToProperty
(value)
test/integration/drivers/postgres_spec.js:199
↓ 18 callersMethodcall
(fun: string, args: any[])
lib/TypeScript/orm.d.ts:125
↓ 15 callersMethodlimit
(limit: number)
lib/TypeScript/orm.d.ts:132
↓ 15 callersFunctionsetup
(extraOpts)
test/integration/model-find-chain.js:12
↓ 14 callersFunctionsimpleObj
(obj)
test/integration/drivers/mysql_spec.js:13
↓ 13 callersFunctionevaluate
(input)
test/integration/drivers/postgres_spec.js:289
↓ 12 callersFunctionsetup
()
test/integration/model-findAsync.js:9
↓ 12 callersFunctionsetup
(nameDefinition, opts)
test/integration/model-save.js:9
↓ 11 callersFunctionsetup
(nameDefinition, opts)
test/integration/model-saveAsync.js:9
↓ 10 callersMethodgroupBy
(...columns: string[])
lib/TypeScript/orm.d.ts:118
↓ 10 callersFunctionsetup
()
test/integration/model-find.js:9
↓ 9 callersFunctionsetup
()
test/integration/association-extend.js:10
↓ 9 callersFunctionsetup
(opts)
test/integration/association-hasmany.js:22
↓ 9 callersFunctionsetup
(identityCache)
test/integration/model-get.js:13
↓ 8 callersFunctioncheckHook
(hook)
test/integration/hook.js:21
↓ 8 callersMethodeach
(callback: (result: Instance) => void)
lib/TypeScript/orm.d.ts:138
↓ 8 callersFunctionemitEvent
()
lib/Instance.js:25
↓ 8 callersMethodexists
(id: any, callback: (err: Error, exists: boolean) => void)
lib/TypeScript/orm.d.ts:54
↓ 8 callersFunctionnext
()
lib/ChainInstance.js:27
↓ 7 callersFunctioncheckHook
(hook)
test/integration/hook-promise.js:14
↓ 7 callersMethodinto
(table: string)
lib/TypeScript/sql-query.d.ts:60
↓ 7 callersMethodoffset
(offset: number)
lib/TypeScript/orm.d.ts:133
↓ 7 callersMethodonly
(...args: string[])
lib/TypeScript/orm.d.ts:131
↓ 7 callersFunctionpromise
(hwd, next)
lib/ChainInstance.js:16
↓ 7 callersFunctionsetup
(opts)
test/integration/association-hasmany-mapsto.js:21
↓ 7 callersFunctionsetup
(hooks)
test/integration/hook-promise.js:22
↓ 7 callersFunctionsetup
(opts)
test/integration/association-hasmany-mapsto-async.js:19
↓ 7 callersFunctionshowAlert
(type, content)
examples/anontxt/public/app.js:22
↓ 6 callersMethodas
(alias: string)
lib/TypeScript/orm.d.ts:124
↓ 6 callersFunctionconvertToDB
(obj, timeZone)
lib/Drivers/DML/mongodb.js:368
↓ 6 callersFunctioncreateInstance
(data, inst_opts, cb)
lib/Model.js:53
↓ 6 callersFunctionsaveError
(cb, err)
lib/Instance.js:92
↓ 6 callersFunctionsetup
(opts)
test/integration/association-hasmany-async.js:20
↓ 6 callersFunctionsetup
(returnAll, required)
test/integration/validation.js:14
↓ 6 callersFunctionsetup
(opts)
test/integration/association-hasone.js:19
↓ 6 callersFunctionsetup
(extraOpts)
test/integration/model-find-chain-async.js:12
↓ 6 callersFunctionsetupUnique
(ignoreCase, scope, msg)
test/integration/validation.js:116
↓ 6 callersMethodsync
(callback?: (err: Error) => void)
lib/TypeScript/orm.d.ts:22
↓ 6 callersMethodwhereExists
(table: string, table_link: string, link: string, conditions: { [column: string]: any })
lib/TypeScript/sql-query.d.ts:51
↓ 5 callersFunctionORM_Error
(err, cb)
lib/ORM.js:432
↓ 5 callersFunctionclone
(obj)
test/integration/instance.js:158
↓ 5 callersMethoddrop
(callback?: (err: Error) => void)
lib/TypeScript/orm.d.ts:21
↓ 5 callersFunctionfinish
(err)
lib/Instance.js:193
↓ 5 callersFunctionfuzzyEql
(num1, num2)
test/integration/property-number-size.js:14
↓ 5 callersFunctionprintColor
(color, bold)
test/logging.js:24
↓ 5 callersFunctionsetup
()
test/integration/association-hasone-reverse.js:13
↓ 5 callersFunctionsetup
(props, opts)
test/integration/association-hasmany-hooks.js:9
↓ 5 callersFunctionsetup
()
test/integration/model-one.js:8
↓ 4 callersFunctionaggregateAlias
(fun, fields)
lib/AggregateFunctions.js:186
↓ 4 callersFunctionrun
()
lib/Associations/Many.js:334
↓ 4 callersFunctionsetup
()
test/integration/model-exists.js:10
↓ 4 callersFunctionsetup
()
test/integration/model-oneAsync.js:8
↓ 4 callersFunctionsetup
()
test/integration/association-extend-async.js:10
↓ 4 callersFunctionsetup
()
test/integration/model-create.js:10
↓ 4 callersFunctionsetup
(identityCache)
test/integration/model-getAsync.js:12
↓ 4 callersFunctionsetup
()
test/integration/model-createAsync.js:10
↓ 4 callersMethodsort
(callback: (a: Instance, b: Instance) => boolean)
lib/TypeScript/orm.d.ts:141
↓ 4 callersMethodvalidate
(callback: (errors: Error[]) => void)
lib/TypeScript/orm.d.ts:78
↓ 3 callersFunctionaddInstanceProperty
(key)
lib/Instance.js:488
↓ 3 callersFunctioncheckRequestQueue
()
lib/Express.js:64
↓ 3 callersFunctioncheckValidation
(done, expected)
test/integration/predefined-validators.js:8
↓ 3 callersFunctionconditionAssign
(instance, model)
lib/LazyLoad.js:13
↓ 3 callersFunctionescapeHtml
(string)
examples/anontxt/public/app.js:11
↓ 3 callersMethodfilter
(callback: (result: Instance) => boolean)
lib/TypeScript/orm.d.ts:140
↓ 3 callersFunctionisMongo
()
test/integration/model-find-chain.js:760
↓ 3 callersFunctionrememberKeys
()
lib/Instance.js:35
↓ 3 callersFunctionrunAfterSaveActions
(cb, create, err)
lib/Instance.js:137
↓ 3 callersFunctionrunNext
()
test/common.js:150
↓ 3 callersFunctionsaveAssociation
(accessor, instances)
lib/Instance.js:278
↓ 3 callersFunctionsetInstanceProperty
(key, value)
lib/Instance.js:440
↓ 3 callersFunctionsetup
(opts)
test/integration/property-timezones.js:18
↓ 3 callersFunctionsetup
()
test/integration/model-existsAsync.js:9
↓ 3 callersFunctionsetup
(opts)
test/integration/association-hasone-async.js:19
↓ 3 callersFunctionsetup
()
test/integration/model-count.js:9
↓ 3 callersFunctionshouldSaveAssocs
(saveOptions)
lib/Instance.js:43
↓ 2 callersFunctionadjustForMapsTo
(options)
lib/Associations/Many.js:142
↓ 2 callersFunctionbuildMethod
(stream, prefix, color)
test/logging.js:6
next →1–100 of 249, ranked by callers