Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/ functions
Functions
1,720 in github.com/parse-community/parse-server
⨍
Functions
1,720
◇
Types & classes
293
Function
benchmarkUserSignup
* Benchmark: User Signup
benchmark/performance.js:442
Function
bodiesPerLocales
(body, locales = [])
src/Push/utils.js:72
Function
booleanOrFunctionParser
(opt)
src/Options/parsers.js:71
Method
challenge
* Triggered in pre authentication process if needed (like webauthn, SMS OTP) * @param {Object} challengeData Data provided by the client * @para
src/Adapters/Auth/AuthAdapter.js:103
Method
checkDepth
(where: any, depth: number)
src/LiveQuery/ParseLiveQueryServer.ts:1038
Function
checkIfUserHasProvidedConfiguredProvidersForLogin
( req = {}, authData = {}, userAuthData = {}, config )
src/Auth.js:526
Method
checkRegex
(where: any)
src/LiveQuery/ParseLiveQueryServer.ts:1067
Method
checkWhere
(where: any)
src/LiveQuery/ParseLiveQueryServer.ts:1127
Method
choosePasswordURL
()
src/Config.js:956
Method
classExists
(name: string)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:326
Method
classExists
(name: string)
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:981
Method
className
()
src/Routers/AudiencesRouter.js:6
Method
className
()
src/Routers/InstallationsRouter.js:8
Method
className
()
src/Routers/RolesRouter.js:4
Method
className
()
src/Routers/SessionsRouter.js:8
Function
clear
()
src/Adapters/Cache/SchemaCache.js:20
Method
clear
* Empty a cache
src/Adapters/Cache/CacheAdapter.js:31
Method
clear
()
src/Adapters/Cache/NullCacheAdapter.js:18
Method
clear
()
src/Adapters/Cache/InMemoryCacheAdapter.js:26
Method
clear
()
src/Adapters/Cache/RedisCacheAdapter.js:83
Method
clear
()
src/Adapters/Cache/InMemoryCache.js:56
Method
clear
()
src/Controllers/CacheController.js:66
Method
close
* Closes server.
src/Adapters/WebSocketServer/WSSAdapter.js:56
Function
cloud
()
spec/CloudCode.spec.js:67
Method
commit
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:1282
Method
commitTransactionalSession
(transactionalSection: any)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:1281
Method
commitTransactionalSession
(transactionalSession: any)
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:2587
Method
commitTransactionalSession
()
src/Controllers/DatabaseController.js:1792
Function
compare
(password, hashedPassword)
src/password.js:22
Function
complete
()
src/StatusHandler.js:308
Method
connect
()
src/Controllers/LiveQueryController.js:24
Method
connect
()
src/LiveQuery/ParseCloudCodePublisher.js:14
Method
constructor
* @constructor * @param {ParseServerOptions} options the parse server initialization options
src/ParseServer.ts:68
Method
constructor
()
src/KeyPromiseQueue.js:6
Method
constructor
(response, body)
src/request.js:7
Method
constructor
()
src/TestUtils.js:60
Method
constructor
(routes = [], appId)
src/PromiseRouter.js:38
Method
constructor
* @description Creates a page. * @param {Object} params The page parameters. * @param {String} params.id The page identifier. * @param {Strin
src/Page.js:15
Method
constructor
(user, config)
src/AccountLockout.js:5
Method
constructor
* Constructs a new security check. * @param {Object} params The parameters. * @param {String} params.title The title. * @param {String} param
src/Security/Check.js:21
Method
constructor
* The security check runner. * @param {Object} [config] The configuration options. * @param {Boolean} [config.enableCheck=false] Is true if Pars
src/Security/CheckRunner.js:19
Method
constructor
()
src/Security/CheckGroup.js:7
Method
constructor
(schemaOptions: Migrations.SchemaOptions, config: ParseServerOptions)
src/SchemaMigrations/DefinedSchemas.js:21
Method
constructor
( params: { databaseController: DatabaseController, parseGraphQLController: ParseGraphQLContro
src/GraphQL/ParseGraphQLSchema.js:74
Method
constructor
(parseServer, config)
src/GraphQL/ParseGraphQLServer.js:96
Method
constructor
(value, type)
src/GraphQL/loaders/defaultGraphQLTypes.js:22
Method
constructor
()
src/Adapters/Auth/line.js:70
Method
constructor
()
src/Adapters/Auth/spotify.js:67
Method
constructor
()
src/Adapters/Auth/wechat.js:77
Method
constructor
()
src/Adapters/Auth/microsoft.js:68
Method
constructor
()
src/Adapters/Auth/instagram.js:69
Method
constructor
()
src/Adapters/Auth/qq.js:68
Method
constructor
(adapterName)
src/Adapters/Auth/BaseCodeAuthAdapter.js:4
Method
constructor
()
src/Adapters/Auth/linkedin.js:72
Method
constructor
()
src/Adapters/Auth/gcenter.js:83
Method
constructor
()
src/Adapters/Auth/AuthAdapter.js:19
Method
constructor
()
src/Adapters/Auth/gpgames.js:68
Method
constructor
()
src/Adapters/Auth/weibo.js:87
Method
constructor
()
src/Adapters/Auth/github.js:72
Method
constructor
(emitter: any)
src/Adapters/PubSub/EventEmitterPubSub.js:8
Method
constructor
(emitter: any)
src/Adapters/PubSub/EventEmitterPubSub.js:21
Method
constructor
()
src/Adapters/Cache/NullCacheAdapter.js:2
Method
constructor
({ ttl = defaults.cacheTTL, maxSize = defaults.cacheMaxSize })
src/Adapters/Cache/LRUCache.js:5
Method
constructor
(ctx)
src/Adapters/Cache/InMemoryCacheAdapter.js:4
Method
constructor
(redisCtx, ttl = DEFAULT_REDIS_TTL)
src/Adapters/Cache/RedisCacheAdapter.js:16
Method
constructor
({ ttl = DEFAULT_CACHE_TTL })
src/Adapters/Cache/InMemoryCache.js:4
Method
constructor
(emitter: any)
src/Adapters/MessageQueue/EventEmitterMQ.js:19
Method
constructor
(emitter: any)
src/Adapters/MessageQueue/EventEmitterMQ.js:31
Method
constructor
(options)
src/Adapters/Logger/WinstonLoggerAdapter.js:7
Method
constructor
(options)
src/Adapters/Logger/LoggerAdapter.js:10
Method
constructor
* @param {Object} options - {http.Server|https.Server} server
src/Adapters/WebSocketServer/WSSAdapter.js:21
Method
constructor
(options: any)
src/Adapters/WebSocketServer/WSAdapter.js:9
Method
constructor
( mongoDatabaseURI = defaults.DefaultMongoURI, mongoOptions = {}, encryptionKey = undefined )
src/Adapters/Files/GridFSBucketAdapter.js:22
Method
constructor
(collection: MongoCollection)
src/Adapters/Storage/Mongo/MongoSchemaCollection.js:158
Method
constructor
({ uri = defaults.DefaultMongoURI, collectionPrefix = '', mongoOptions = {} }: any)
src/Adapters/Storage/Mongo/MongoStorageAdapter.js:180
Method
constructor
(mongoCollection: Collection)
src/Adapters/Storage/Mongo/MongoCollection.js:7
Method
constructor
({ uri, collectionPrefix = '', databaseOptions = {} }: any)
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js:903
Method
constructor
(applicationId: string, databaseController, webhookKey)
src/Controllers/HooksController.js:23
Method
constructor
( params: { databaseController: DatabaseController, cacheController: CacheController, } =
src/Controllers/ParseGraphQLController.js:16
Method
constructor
(adapter, appId, options)
src/Controllers/AdaptableController.js:15
Method
constructor
(config: ?LiveQueryOptions)
src/Controllers/LiveQueryController.js:8
Method
constructor
(allSchemas = [], protectedFields = {})
src/Controllers/SchemaController.js:562
Method
constructor
(databaseAdapter: StorageAdapter)
src/Controllers/SchemaController.js:720
Method
constructor
(prefix, cacheController, ttl)
src/Controllers/CacheController.js:16
Method
constructor
(adapter, appId, options = {})
src/Controllers/CacheController.js:43
Method
constructor
(adapter, appId, options = { logLevel: 'info' })
src/Controllers/LoggerController.js:22
Method
constructor
(adapter, appId, options = {})
src/Controllers/UserController.js:14
Method
constructor
(adapter: StorageAdapter, options: ParseServerOptions)
src/Controllers/DatabaseController.js:446
Method
constructor
( id: number, parseWebSocket: any, hasMasterKey: boolean = false, sessionToken: string, in
src/LiveQuery/Client.js:26
Method
constructor
(config: any = {})
src/LiveQuery/ParseCloudCodePublisher.js:10
Method
constructor
(className: string, objectId: string)
src/LiveQuery/Id.js:5
Method
constructor
(server: any, onConnect: Function, config)
src/LiveQuery/ParseWebSocketServer.js:10
Method
constructor
(ws: any)
src/LiveQuery/ParseWebSocketServer.js:54
Method
constructor
(className: string, query: QueryData, queryHash: string)
src/LiveQuery/Subscription.js:13
Method
constructor
(timeout: number = 30 * 24 * 60 * 60 * 1000, maxSize: number = 10000)
src/LiveQuery/SessionTokenCache.js:19
Method
constructor
(server: any, config: any = {}, parseServerConfig: any = {})
src/LiveQuery/ParseLiveQueryServer.ts:43
Method
constructor
(pushAdapter: PushAdapter, subscriberConfig: any = {})
src/Push/PushWorker.js:27
Method
constructor
(config: any = {})
src/Push/PushQueue.js:16
Method
constructor
* Constructs a PagesRouter. * @param {Object} pages The pages options from the Parse Server configuration.
src/Routers/PagesRouter.js:69
Method
constructor
* The constructor. * @param {Object} config The config. * @param {String} config.packageName The package name to check. * @param {String} con
ci/CiVersionCheck.js:46
← previous
next →
1,201–1,300 of 1,720, ranked by callers