MCPcopy Create free account

hub / github.com/derekbar90/catalyst / functions

Functions112 in github.com/derekbar90/catalyst

↓ 6 callersFunctiongetPathFromRoot
admin/routes.js:12
↓ 6 callersFunctionput
( flow: string, action: string, challenge: string, body: string | object )
api/hydra.ts:30
↓ 4 callersFunctiontuple
(...t: T)
user/models/user.ts:5
↓ 3 callersFunctionget
(flow: string, challenge: string)
api/hydra.ts:8
↓ 3 callersFunctionlogError
(message)
_templates/service/new/prompt.js:167
↓ 2 callersFunctioncreateClient
(headers, token, initialState)
admin/libraries/apolloClient.js:14
↓ 2 callersFunctioninstallDepsCallback
* Callback function after installing dependencies
admin/helper_scripts/CL_commands/setup.js:73
↓ 2 callersFunctionvalidate
(value)
admin/helper_scripts/CL_commands/create_page.js:46
↓ 2 callersMethodwillGetAccessToken
()
admin/libraries/persist.js:9
↓ 2 callersFunctionwrite_stdout
(s)
configurator/scripts/supervisor-stdout.py:3
↓ 1 callersFunctionPermissionsMiddleware
( options: PermissionsMiddlewareOptions )
user/perm-middleware.ts:33
↓ 1 callersFunctionafterContainerCreation
(filename)
admin/helper_scripts/CL_commands/create_container.js:9
↓ 1 callersFunctionafterPageCreation
(filename, prettyurl = null)
admin/helper_scripts/CL_commands/create_page.js:9
↓ 1 callersFunctionafterPageCreation
(filename)
admin/helper_scripts/CL_commands/create_component.js:9
↓ 1 callersFunctionafterPageCreation
(filename, prettyurl = null)
admin/helper_scripts/CL_commands/create_route.js:9
↓ 1 callersFunctioncleanRepo
* Deletes the .git folder in dir
admin/helper_scripts/CL_commands/setup.js:116
↓ 1 callersFunctioncleanSetup
(callback)
admin/helper_scripts/CL_commands/setup.js:19
↓ 1 callersFunctioncreateMiddleware
(clientMiddleware)
admin/libraries/middleware.js:3
↓ 1 callersFunctiondeleteFileInCurrentDir
* Deletes a file in the current directory
admin/helper_scripts/CL_commands/setup.js:66
↓ 1 callersFunctiongetCacheKey
(req)
admin/server.js:76
↓ 1 callersMethodgetServerErrors
(err: { graphQLErrors?: Array<{ message: string }> })
admin/components/SignInForm/index.js:48
↓ 1 callersMethodgetServerErrors
(err: { graphQLErrors?: Array<{ message: string }> })
admin/components/SignUpForm/index.js:50
↓ 1 callersFunctiongqlTypeMap
(type)
_templates/service/new/prompt.js:134
↓ 1 callersMethodhelmetHeadComponents
()
admin/pages/_document.js:25
↓ 1 callersMethodhelmetHtmlAttrComponents
()
admin/pages/_document.js:20
↓ 1 callersFunctioninstallDeps
* Installs dependencies
admin/helper_scripts/CL_commands/setup.js:99
↓ 1 callersFunctionintrospect
(access_token: string)
api/hydra.ts:63
↓ 1 callersFunctionisEmail
(email: string)
admin/libraries/validations.js:10
↓ 1 callersFunctionisStringEmpty
(text?: string)
admin/libraries/validations.js:6
↓ 1 callersFunctionmain
()
configurator/scripts/supervisor-stdout.py:11
↓ 1 callersFunctionmain
(args)
configurator/scripts/supervisor-watchdog.py:9
↓ 1 callersFunctionmakeBearerRequest
(url, authorization)
admin/server.js:44
↓ 1 callersFunctionmergeObjects
(...args)
admin/libraries/helpers.js:16
↓ 1 callersFunctionmodelTypeMap
(type)
_templates/service/new/prompt.js:29
↓ 1 callersFunctionparamValidationTypeMap
(type)
_templates/service/new/prompt.js:68
↓ 1 callersFunctionrenderAndCache
( req, res, pagePath, queryParams )
admin/server.js:80
↓ 1 callersFunctionrenderPage
(name: string, params: object, options: object)
api/services/api.service.ts:772
↓ 1 callersFunctiontypescriptTypeMap
(type)
_templates/service/new/prompt.js:101
↓ 1 callersFunctionupdateReadme
(callback)
admin/helper_scripts/CL_commands/setup.js:49
↓ 1 callersFunctionvalidateFieldNameType
(type)
_templates/service/new/prompt.js:25
↓ 1 callersMethodwillRemoveAccessToken
()
admin/libraries/persist.js:17
↓ 1 callersMethodwillSetAccessToken
(value: string)
admin/libraries/persist.js:13
Function"GET /"
(req: any, res: any, next: any)
api/services/api.service.ts:86
Function"user.registered"
(user: { firstName: string, email: string, })
email/services/email.service.ts:50
MethodACCESS_TOKEN_KEY
()
admin/libraries/persist.js:5
FunctionApp
({ children, theme }: Props)
admin/components/App.js:26
MethodAppIcons
()
admin/pages/_document.js:46
FunctionAuthFields
(props: Props)
admin/components/AuthFields/index.js:16
FunctionDefault
(props: Props)
admin/containers/Default.js:18
FunctionHeader
({ pathname, isLoggedIn, actions: { logout } }: Props)
admin/components/Header/index.js:16
FunctionPostUpvoter
({ upvote, votes, id }: Props)
admin/components/PostUpvoter/index.js:13
FunctionProjectInfo
()
admin/components/ProjectInfo/index.js:5
Function__parseLiteral
(ast: { value: any; kind: any })
api/services/api.service.ts:54
Function__parseValue
(value: any)
api/services/api.service.ts:48
Function__serialize
(value: string)
api/services/api.service.ts:51
FunctionareMorePosts
( <ShowMore onClick={() => loadMorePosts()}> {data.loading ? 'Loading...' : 'Show More'}
admin/components/PostList/index.js:51
FunctionaskQuestions
()
admin/helper_scripts/CL_commands/create_container.js:17
FunctionaskQuestions
()
admin/helper_scripts/CL_commands/create_page.js:40
FunctionaskQuestions
()
admin/helper_scripts/CL_commands/create_component.js:17
FunctionaskQuestions
()
admin/helper_scripts/CL_commands/create_route.js:35
Functionauthorize
(ctx: Context<{}, { user: { id?: string, name?: string, isLoggedIn: boolean }, roles: Array<string> }>, route:
api/services/api.service.ts:787
FunctionbuildPageResponse
(res: any, page: string, payload: {})
api/services/api.service.ts:779
FunctioncomponentDidMount
()
admin/components/NetworkStatus/index.js:15
Methodconstructor
(props: Props)
admin/libraries/withData.js:45
Functioncreated
* Service created lifecycle event handler
verification_code/services/verification_code.service.ts:169
Functioncreated
(broker)
email/moleculer.config.ts:172
Functioncreated
* Service created lifecycle event handler
email/services/email.service.ts:73
Functioncreated
(broker)
user/moleculer.config.ts:193
Functioncreated
* Service created lifecycle event handler
user/services/user.service.ts:474
Functioncreated
(broker)
api/moleculer.config.ts:188
Functiondump
(obj)
admin/libraries/helpers.js:5
Functionevent_handler
(event, response)
configurator/scripts/supervisor-stdout.py:19
FunctiongetCodeHashForUser
* Get code by type and user * * @param {Context} ctx * @param {String} userId * @param {String} type
verification_code/services/verification_code.service.ts:148
MethodgetInitialProps
(ctx: Context)
admin/libraries/withData.js:51
MethodgetInitialProps
({ renderPage })
admin/pages/_document.js:7
FunctiongetReducer
()
admin/libraries/reducer.js:4
FunctiongetRoles
* Get user * * @param {Context} ctx * @param {String} username
user/services/user.service.ts:410
FunctiongetUserByEmail
* Get user by email * * @param {Context} ctx * @param {String} email
user/services/user.service.ts:396
FunctiongetUserByUsername
* Get user by username * * @param {Context} ctx * @param {String} username
user/services/user.service.ts:462
MethodhandleSubmit
(e: SyntheticEvent<HTMLButtonElement>, valuesPack)
admin/components/SignInForm/index.js:70
MethodhandleSubmit
(e: SyntheticEvent<HTMLButtonElement>, valuesPack)
admin/components/SignUpForm/index.js:72
Functionhandler
( ctx: Context<{ userId: string; type: string; }> )
verification_code/services/verification_code.service.ts:57
Functionhandler
(ctx: Context<{ username: string }>)
user/services/user.service.ts:111
FunctionhasUsers
* Get user by email * * @param {Context} ctx * @param {String} email
user/services/user.service.ts:372
FunctionisEntityOwner
(ctx: Context)
user/perm-middleware.ts:39
FunctionlocalAction
(next: ActionHandler, action: ActionParams & { name: string })
user/perm-middleware.ts:37
FunctionmapDispatchToProps
admin/components/SignInForm/store.js:17
FunctionmapDispatchToProps
admin/components/SignUpForm/store.js:17
FunctionmapDispatchToProps
admin/components/Header/store.js:6
FunctionmapStateToProps
()
admin/components/Header/store.js:4
FunctiononUpdateReady
()
admin/components/App.js:34
FunctiononUpdated
()
admin/components/App.js:37
FunctionparseRole
* Parse Role from Keto * * @param {Context} ctx * @param {String} email
user/services/user.service.ts:385
Functionreducer
(state = initialState, action)
admin/components/AuthFields/store.js:16
Methodrender
()
admin/libraries/withData.js:105
Methodrender
()
admin/components/SignInForm/index.js:100
Methodrender
()
admin/components/SignUpForm/index.js:113
Methodrender
()
admin/pages/_document.js:38
FunctionsetRole
* Set role * * @param {number} roleId * @param {String} userId
user/services/user.service.ts:436
FunctionsignIn
(token)
admin/components/SignInForm/store.js:19
next →1–100 of 112, ranked by callers