MCPcopy Create free account

hub / github.com/artem-malko/react-ssr-template / functions

Functions352 in github.com/artem-malko/react-ssr-template

↓ 31 callersFunctioncreateStyles
( styles: StyleDescriptor, )
src/framework/infrastructure/css/hook.ts:18
↓ 22 callersMethodget
(name: string)
src/lib/cookies/types.ts:6
↓ 22 callersFunctionopenAnyPageAction
(payload: Page)
src/framework/infrastructure/router/redux/actions/appContext/openPageAction.ts:3
↓ 20 callersMethodstart
* Perform callback execution after timeout * Calback can be executed immediately, if immediate is passed and equal to true
src/lib/timer/index.ts:26
↓ 18 callersFunctioncolorize
(msg: string, color?: Color)
src/lib/console/colorize.ts:3
↓ 18 callersFunctiongenerateCss
( prefixedStyles: Styles<ClassNames>, dir: 'ltr' | 'rtl' = 'ltr', )
src/framework/infrastructure/css/generator/index.ts:4
↓ 16 callersFunctioncreateURLParser
({ handle404Error, routes, }: CreateURLParserParams<PageName>)
src/framework/infrastructure/router/parseURL.ts:25
↓ 16 callersFunctionuseStyles
( styles: StyleDescriptor, )
src/framework/infrastructure/css/hook.ts:10
↓ 15 callersFunctionrenderMetaTag
(key: string, value: string | number)
src/framework/applications/server/utils/generateShell.ts:86
↓ 13 callersFunctionparseEnvParams
( referenceConfig: T, envParams: NodeJS.ProcessEnv, prefix?: string, )
src/framework/config/utils/parseEnvParams.ts:25
↓ 12 callersFunctionkeysOf
(obj: T)
src/lib/lodash/index.ts:33
↓ 11 callersMethodaddToQueue
(jobPayload: P)
src/lib/queue/index.ts:21
↓ 11 callersFunctionprocessAnyAPIError
( error: RequestError | Error, middleware?: (originalError: RequestError | Error, parsedError: ParsedError
src/framework/infrastructure/request/utils/processAnyAPIError.ts:5
↓ 9 callersFunctioncreateResponse
(params: Params)
src/framework/infrastructure/request/utils/response.ts:7
↓ 9 callersFunctioncreateURLCompiler
(routes: Routes<AnyPage<PageName>>)
src/framework/infrastructure/router/compileURL.ts:26
↓ 9 callersMethodgetTimeLeft
* Return time left to the moment, than callback will be executed
src/lib/timer/index.ts:79
↓ 9 callersMethodset
(name: string, value: string, options?: CookieOptions | CookieAttributes)
src/lib/cookies/types.ts:5
↓ 8 callersFunctionaddAppVersion
()
src/framework/infrastructure/logger/utils.ts:5
↓ 8 callersFunctionsequence
(...actions: AnyAction[])
src/framework/infrastructure/signal/index.ts:39
↓ 8 callersFunctionuseApi
(api: Api<Params, Result>)
src/application/shared/lib/api/useApi.ts:27
↓ 7 callersFunctioncreateApi
(handler: Api<Params, Result>)
src/application/shared/lib/api/createApi.ts:6
↓ 7 callersFunctioncreateSignal
(name: string, getAction: (...args: T) => AnyAction)
src/framework/infrastructure/signal/index.ts:23
↓ 7 callersMethodpause
* Pause current timer
src/lib/timer/index.ts:49
↓ 7 callersFunctionuseNavigate
()
src/application/entities/ui/navigation/hooks/useNavigate.ts:8
↓ 6 callersFunctiondevConsoleLog
(...logParams: LogParams)
src/lib/console/devConsole.ts:2
↓ 6 callersFunctiongetMessageAndStackParamsFromError
( error: Error, options?: { defaultMessage?: string; stackSize?: number; }, )
src/framework/infrastructure/logger/utils.ts:11
↓ 6 callersFunctionisObject
(val: unknown)
src/lib/lodash/index.ts:8
↓ 5 callersFunctioncommonWithSelectors
( selectors: S, payload: (params: { [key in keyof S]: ReturnType<S[key]> }) => AnyAction, )
src/framework/infrastructure/signal/index.ts:76
↓ 5 callersFunctiondt
(label: string)
src/framework/infrastructure/tests/dom/dt/index.ts:10
↓ 5 callersFunctionisIE
(UA: string)
src/lib/browser/index.ts:9
↓ 5 callersFunctionisValidStyleObject
(styleDescriptor: unknown)
src/framework/infrastructure/css/generator/utils.ts:262
↓ 5 callersFunctionreadUsers
()
src/application/entry/server/routes/fakeCrud.ts:150
↓ 5 callersFunctionrenderError
(code: number, message?: string)
src/application/entry/server/routes/fakeCrud.ts:154
↓ 5 callersFunctionuseInvalidateAllUserQueries
()
src/application/entities/domain/user/model/invalidate/useInvalidateAllUserQueries.ts:5
↓ 5 callersFunctionuseToast
()
src/application/shared/kit/toast/infrastructure/hook.ts:5
↓ 4 callersMethodaddStyles
(selector: string, style: Style, usedModifiers?: string[])
src/framework/infrastructure/css/provider/serverStore.ts:23
↓ 4 callersFunctioncalcHorizontalPlacementStyles
( calcPositionParams: CalcPositionParams, placement: 'start' | 'end', )
src/application/shared/kit/popover/utils.ts:253
↓ 4 callersFunctioncalcVerticalPlacementStyles
(params: CalcPositionParams, placement: 'top' | 'bottom')
src/application/shared/kit/popover/utils.ts:194
↓ 4 callersFunctioncreateRequest
(params: { networkTimeout: number })
src/framework/infrastructure/request/index.ts:16
↓ 4 callersFunctioncssifyObject
* Convert object React.CSSProperties to css-string * { * marginStart: '10px', * transform: 'translateX(10)', * display: 'flex', * } * * m
src/framework/infrastructure/css/generator/utils.ts:78
↓ 4 callersFunctiongenerateRandomId
(prefix?: string)
src/framework/applications/server/utils/reactStreamRenderEnhancer.ts:202
↓ 4 callersFunctionget
(object: { [i: string]: any }, pathString: string, def?: any)
src/lib/lodash/index.ts:18
↓ 4 callersMethodgetStyles
()
src/framework/infrastructure/css/provider/serverStore.ts:40
↓ 4 callersFunctionhistoryReplace
()
src/framework/infrastructure/router/redux/actions/router.ts:8
↓ 4 callersFunctionlogApplicationBootstrapError
({ error, appLogger, sourceName }: Params)
src/framework/applications/server/logs/logApplicationBootstrapError.ts:11
↓ 4 callersFunctionmerge
(mutableTarget: any, ...sources: any)
webpack/utils/merge.ts:14
↓ 4 callersFunctiononErrorFallbackHTML
(error?: Error)
src/application/entry/server/utils/onErrorFallbackHTML.ts:1
↓ 4 callersFunctionparallel
(...actions: AnyAction[])
src/framework/infrastructure/signal/index.ts:50
↓ 4 callersFunctionpatchUrlProtocol
(url: string)
src/framework/infrastructure/request/utils/patchUrlProtocol.ts:6
↓ 4 callersFunctionuseAppSuspenseQuery
( queryOptions: UseAnyAppSuspenseQueryOptions<TResult, TError, QKey>, )
src/application/shared/hooks/useAppSuspenseQuery.ts:9
↓ 4 callersFunctionwaitForNextTickWithMockedTimers
(clock: SinonFakeTimers, ms: number)
src/lib/tests/wait.ts:3
↓ 3 callersFunctioncreateCookieAPI
(req: Request, res: Response)
src/lib/cookies/server.ts:5
↓ 3 callersFunctioncssifyDeclaration
* Convert * marginTop: '10px' to margin-top:10px * marginTop: 0 to margin-top:0 * marginTop: 10 to margin-top:10px * opacity: 1 to opacity:1
src/framework/infrastructure/css/generator/utils.ts:36
↓ 3 callersMethoddelete
(name: string, options?: CookieOptions | CookieAttributes)
src/lib/cookies/types.ts:7
↓ 3 callersMethoddoNextJob
()
src/lib/queue/index.ts:30
↓ 3 callersFunctiongenerateShell
({ metadata, dependencyScript }: Params)
src/framework/applications/server/utils/generateShell.ts:14
↓ 3 callersFunctiongetFullPathForStaticResource
(params: Params)
src/framework/infrastructure/webpack/getFullPathForStaticResource.ts:9
↓ 3 callersFunctiongetPossiblePlacements
(params: CalcPositionParams)
src/application/shared/kit/popover/utils.ts:90
↓ 3 callersFunctiongetTitle
({ URLQueryParams })
src/application/pages/root/metadata.ts:6
↓ 3 callersFunctionhistoryPush
()
src/framework/infrastructure/router/redux/actions/router.ts:3
↓ 3 callersFunctionkebabifyStyleName
(str: string)
src/framework/infrastructure/css/generator/utils.ts:9
↓ 3 callersFunctionmurmurhash2
(str: string)
src/framework/infrastructure/css/stringHash/index.ts:1
↓ 3 callersFunctionnoop
()
src/framework/infrastructure/signal/index.ts:93
↓ 3 callersFunctionreadFileContent
(filePath: string)
src/framework/applications/server/utils/assets.ts:51
↓ 3 callersMethodreset
* Stopped timer and reset all values to initial
src/lib/timer/index.ts:66
↓ 3 callersFunctionuseAppLogger
()
src/framework/infrastructure/logger/react/hook.ts:5
↓ 3 callersFunctionuseSession
()
src/framework/infrastructure/session/hook.ts:5
↓ 3 callersFunctionuseURLQuery
()
src/application/entities/ui/navigation/hooks/useURLQuery.ts:17
↓ 3 callersFunctionwriteUsers
(users: any[])
src/application/entry/server/routes/fakeCrud.ts:146
↓ 2 callersFunctionafterEach
* After every test we will do: * — cleanup after dom-test * — Reset Sinon env
src/framework/infrastructure/tests/hooks/beforeAndAfterEach.ts:35
↓ 2 callersFunctionbeforeEach
* Before every test we will do: * — Configure testIdAttribute for testing-library * — Enable DOM-env for dom-tests
src/framework/infrastructure/tests/hooks/beforeAndAfterEach.ts:20
↓ 2 callersFunctionconfigureStore
(params: { initialState: AnyAppState; middlewares: Middleware[]; enhancers: StoreEnhancer[]; compileAp
src/framework/infrastructure/router/redux/store/configureStore.ts:10
↓ 2 callersMethodcreateChunk
(params: { generatedCss: string; isRTL: boolean; compilation: Compilation })
src/framework/infrastructure/css/webpack/plugin/index.ts:82
↓ 2 callersFunctioncreateMethodStubber
(entityName: string)
src/framework/infrastructure/tests/stub/index.ts:29
↓ 2 callersFunctioncreatePlatformAPI
(params: { envSpecificAPIs: EnvSpecificAPIs })
src/framework/infrastructure/platform/index.ts:8
↓ 2 callersFunctioncreateSignalMiddleware
()
src/framework/infrastructure/signal/middleware.ts:16
↓ 2 callersFunctiondevConsoleError
(...logParams: ErrorParams)
src/lib/console/devConsole.ts:10
↓ 2 callersMethoddoWork
(jobPayload: P)
src/lib/queue/index.ts:54
↓ 2 callersMethodgenerateHash
(selector: string, style: Style)
src/framework/infrastructure/css/provider/serverStore.ts:13
↓ 2 callersFunctiongetClientApplicationConfig
()
src/framework/config/generator/client.ts:6
↓ 2 callersFunctiongetPossibleAlignment
(params: CalcPositionParams)
src/application/shared/kit/popover/utils.ts:124
↓ 2 callersFunctiongetSelectorsString
(obj: { [key: string]: (state: any) => any })
src/framework/infrastructure/signal/tests/index.spec.ts:124
↓ 2 callersFunctionhandle404Error
()
src/framework/infrastructure/router/__tests__/mock.spec.ts:3
↓ 2 callersFunctionisPlainObject
(obj: any)
src/framework/infrastructure/request/utils/is.ts:51
↓ 2 callersFunctionisProduction
()
webpack/utils/isProduction.ts:1
↓ 2 callersFunctionisSignalActionWithActionsInPayload
( action: UnknownAction, )
src/framework/infrastructure/signal/utils.ts:15
↓ 2 callersFunctionisURLSearchParameters
(object: any)
src/framework/infrastructure/request/utils/is.ts:20
↓ 2 callersFunctionlogClientUnhandledRejection
(error?: Error)
src/framework/infrastructure/logger/clientLog.ts:21
↓ 2 callersFunctionlogServerUnhandledRejection
(error?: Error)
src/framework/applications/server/logs/logServerUnhandledRejection.ts:6
↓ 2 callersFunctionnormalizePath
(routePath: string)
src/framework/infrastructure/router/utils.ts:39
↓ 2 callersFunctionparsePageQueryParam
(queryParams: URLQueryParams)
src/application/shared/lib/routing/parsePageQueryParam.ts:8
↓ 2 callersFunctionrenderLink
(type: string, value: string)
src/framework/applications/server/utils/generateShell.ts:153
↓ 2 callersFunctionrenderOGImageMeta
(OGImage: OGImage)
src/framework/applications/server/utils/generateShell.ts:90
↓ 2 callersMethodrestart
* Reset timer to initial values and start again
src/lib/timer/index.ts:17
↓ 2 callersFunctionsetQueryStringParamsAction
(payload: URLQueryParams)
src/framework/infrastructure/router/redux/actions/appContext/setQueryStringParams.ts:3
↓ 2 callersMethodsetTitle
(title: string)
src/framework/infrastructure/platform/window/types.ts:12
↓ 2 callersFunctionuseActivePage
()
src/application/entities/ui/navigation/hooks/useActivePage.ts:8
↓ 2 callersFunctionuseConfig
()
src/application/shared/config/hook.ts:5
↓ 2 callersFunctionuseHydrateQuery
(queryId: string)
src/framework/infrastructure/query/useHydrateQuery.ts:9
↓ 2 callersFunctionuseInvalidateQuery
()
src/lib/hooks/useInvalidateQuery.ts:9
next →1–100 of 352, ranked by callers