MCPcopy Create free account

hub / github.com/Lifeforge-app/lifeforge / functions

Functions1,110 in github.com/Lifeforge-app/lifeforge

FunctionTooltip
({ id, icon, iconProps, children, ...tooltipProps }: { /** The unique identifier for the tooltip e
packages/ui/src/components/utilities/Tooltip/index.tsx:12
FunctionTransition
({ ref, duration = '100ms', easing = 'ease-in-out', delay, property = 'all', children, className
packages/ui/src/components/primitives/Transition/index.tsx:114
FunctionTwoFAColumn
()
apps/web/src/core/accountSettings/components/TwoFAColumn.tsx:10
FunctionTwoFAEnableProcedure
({ onSuccess }: { onSuccess: () => void })
apps/web/src/core/accountSettings/modals/EnableTwoFAModal/components/TwoFAEnableProcedure.tsx:9
FunctionTwoFAModal
({ onClose }: { onClose: () => void })
apps/web/src/core/auth/modals/TwoFAModal/index.tsx:11
FunctionUserCreationPage
()
apps/web/src/core/auth/pages/UserCreationPage.tsx:17
FunctionUserPersonalizationProvider
({ children }: { children: React.ReactNode })
apps/web/src/providers/features/UserPersonalizationProvider.tsx:47
FunctionUsingAuthApp
({ callback }: { callback: (otp: string) => Promise<void> })
apps/web/src/core/auth/modals/TwoFAModal/components/UsingAuthApp.tsx:7
FunctionUsingEmail
({ callback }: { callback: (otp: string) => Promise<void> })
apps/web/src/core/auth/modals/TwoFAModal/components/UsingEmail.tsx:18
FunctionVariantContainer
({ title, children }: { title: string children: React.ReactNode })
packages/ui/src/storybook/VariantContainer.tsx:3
FunctionVersion
({ prefix = 'dev', year = dayjs().year(), week, liCount, isLatest, children }: { prefix?: string
docs/src/contents/04.progress/components/Version.tsx:10
FunctionViewImageModal
({ data: { src }, onClose }: { data: { src: string } onClose: () => void })
packages/ui/src/components/overlays/modals/ViewImageModal/index.tsx:5
FunctionViewModeSelector
({ currentMode, size = 'default', onModeChange, options, ...rest }: ViewModeSelectorProps<T, TKey>)
packages/ui/src/components/data-display/ViewModeSelector/index.tsx:25
FunctionVirtualGrid
({ items, renderItem, getItemKey, itemMinWidth = 240, defaultRowHeight = 320 }: VirtualGridProps<T>)
packages/ui/src/components/data-display/VirtualGrid/index.tsx:29
FunctionWeeklyForm
({ data, setData }: { data: FreqSpecificParams['weekly'] setData: (data: FreqSpecificParams['weekly'])
packages/ui/src/components/inputs/RRuleInput/components/WeeklyForm.tsx:10
FunctionWidget
({ icon, iconColor, title, description, children, actionComponent: componentBesideTitle, namespa
packages/ui/src/components/data-display/Widget/index.tsx:46
FunctionWidgetGroupItem
({ moduleName, items }: { moduleName: string items: Array<[string, WidgetEntry]> })
apps/web/src/core/dashboard/components/modals/ManageWidgetsModal/components/WidgetGroupItem.tsx:9
FunctionWidgetIcon
({ icon, iconColor, description, variant = 'default' }: WidgetIconProps)
packages/ui/src/components/data-display/Widget/components/WidgetIcon.tsx:44
FunctionWidgetProvider
({ children }: { children: React.ReactNode })
apps/web/src/core/dashboard/providers/WidgetProvider.tsx:39
FunctionWithDivide
({ ref, axis = 'y', color = { base: 'bg-200', dark: colorWithOpacity('bg-700', '50%') }, children, .
packages/ui/src/components/primitives/WithDivide/index.tsx:21
FunctionWithMasterPassword
({ controllers, hasMasterPassword, onCreate, onRecoveryRequested, children }: { controllers: {
packages/ui/src/components/auth/WithMasterPassword/index.tsx:8
FunctionWithQuery
({ query, children, showLoading = true, showRetryButton = true, loaderSize }: { query: UseQueryRes
packages/ui/src/components/utilities/WithQuery/index.tsx:5
FunctionWithQueryData
({ controller, queryOptions, children, showLoading = true, showRetryButton = true, loaderSize }: {
packages/ui/src/components/utilities/WithQueryData/index.tsx:7
FunctionYearlyExactDateForm
({ data, setData }: { data: FreqSpecificParams['yearly'] setData: (data: FreqSpecificParams['yearly'])
packages/ui/src/components/inputs/RRuleInput/components/YearlyForm/components/YearlyExactDateForm.tsx:7
FunctionYearlyForm
({ data, setData }: { data: FreqSpecificParams['yearly'] setData: (data: FreqSpecificParams['yearly'])
packages/ui/src/components/inputs/RRuleInput/components/YearlyForm/index.tsx:6
FunctionYearlyRelativeDayForm
({ data, setData }: { data: FreqSpecificParams['yearly'] setData: (data: FreqSpecificParams['yearly'])
packages/ui/src/components/inputs/RRuleInput/components/YearlyForm/components/YearlyRelativeDayForm.tsx:9
Function_ButtonIcon
({ icon, disabled, loading, iconStyle, hasChildren }: { icon: string disabled?: boolean loadin
packages/ui/src/components/inputs/Button/components/ButtonIcon.tsx:5
Function_CategoryEntry
({ category, iconSets, setCurrentIconSet }: { category: string iconSets: IIconSet[] setCurrentIcon
packages/ui/src/components/inputs/IconInput/IconPickerModal/pages/IconSetList/components/CategoryEntry.tsx:8
Function_ColorItem
({ name, value, selected, onSelect }: { name: string value: string selected: string onSelect:
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/components/modals/TailwindCSSColorsModal/components/ColorItem.tsx:7
Function_Header
({ searchQuery, setSearchQuery, setCurrentIconSet, selectedCategory, setSelectedCategory, iconFilt
packages/ui/src/components/inputs/IconInput/IconPickerModal/pages/IconSetList/components/Header.tsx:16
Function_IconEntry
({ icon, iconSet, onIconSelected }: { icon: string iconSet: string onIconSelected: (icon: string)
packages/ui/src/components/inputs/IconInput/IconPickerModal/components/IconEntry.tsx:5
Function_IconSetEntry
({ iconSet, setCurrentIconSet }: { iconSet: IIconSet setCurrentIconSet: ({ iconSet }: { iconSet: strin
packages/ui/src/components/inputs/IconInput/IconPickerModal/pages/IconSetList/components/IconSetEntry.tsx:8
Function_InputIcon
({ icon, active, hasError = false }: { icon: string active: boolean hasError?: boolean })
packages/ui/src/components/inputs/shared/components/InputIcon.tsx:7
Function_InputLabel
({ label, active, required = false, hasError = false, className, style }: InputLabelProps)
packages/ui/src/components/inputs/shared/components/InputLabel/index.tsx:21
Function_ModalHeader
({ title, icon, onClose, className = '', hasAI = false, appendTitle, namespace = 'common.modals'
packages/ui/src/components/overlays/modals/ModalHeader/index.tsx:23
Function_OTPInputBox
({ otp, setOtp, verifyOTP, verifyOtpLoading, lighter }: { otp: string setOtp: (otp: string) => v
packages/ui/src/components/auth/OTPInputBox/index.tsx:7
Function_TextInput
({ variant = 'classic', size = 'default', label, icon, placeholder, value, onChange, onRawChan
packages/ui/src/components/inputs/TextInput/index.tsx:43
Method_resolvedConfig
()
packages/api/src/core/forgeEndpoint.ts:56
Functiona
(properties)
docs/src/components/MdxComponents.tsx:48
FunctionaddCategory
()
apps/web/src/core/moduleManager/pages/Categories/components/ModifyCategoryModal.tsx:69
FunctionaddToTaskPool
(io, taskData)
apps/api/src/core/functions/socketio/taskPool.ts:11
FunctionaliasResolver
( id: string, importer: string | undefined )
packages/configs/src/resolvers/alias-resolver.ts:9
Functionblockquote
(properties)
docs/src/components/MdxComponents.tsx:119
FunctioncallbackWrapper
( ctx: ForgeExpressContext )
packages/server-utils/src/routes/forgeContract.ts:127
FunctionchangeBordered
(bordered: boolean)
apps/web/src/providers/features/UserPersonalizationProvider.tsx:104
FunctioncheckModuleTypeAvailability
( moduleType: keyof typeof AVAILABLE_TEMPLATE_MODULE_TYPES )
tools/src/commands/modules/functions/prompts/module-type.ts:36
Functionchild
(bindings: object)
packages/log/src/loggers/logger.ts:185
Functionchild
(bindings: object)
packages/log/src/loggers/cliLogger.ts:36
FunctionclearServerPublicKey
()
packages/api/src/utils/encryption.ts:110
Functionclose
()
packages/ui/src/providers/ModalProvider.tsx:37
FunctioncloseFileStream
()
packages/log/src/utils/fileTransport.ts:48
Functioncode
(properties)
docs/src/components/MdxComponents.tsx:75
Methodcollection
( collectionKey: TCollectionKey )
packages/server-utils/src/typescript/pb/PBService.interface.ts:54
Methodcollection
( collectionKey: TCollectionKey )
packages/server-utils/src/typescript/pb/PBService.interface.ts:118
Methodcollection
( collectionKey: TCollectionKey )
packages/server-utils/src/typescript/pb/PBService.interface.ts:162
Methodcollection
( collectionKey: TCollectionKey )
packages/server-utils/src/typescript/pb/PBService.interface.ts:239
Methodcollection
( collectionKey: TCollectionKey )
packages/server-utils/src/typescript/pb/PBService.interface.ts:291
Methodcollection
( collectionKey: TCollectionKey )
packages/server-utils/src/typescript/pb/PBService.interface.ts:308
FunctioncompareModuleHandler
(moduleName?: string)
tools/src/commands/modules/handlers/compareModuleHandler.ts:245
MethodcomponentDidMount
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:155
MethodcomponentDidUpdate
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:168
MethodcomponentWillUnmount
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:172
FunctionconfirmColor
()
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/index.tsx:37
Methodconstructor
(message: string, code: number = 400)
packages/server-utils/src/routes/ClientError.ts:4
Methodconstructor
* Creates a new ForgeEndpoint for a specific route. * @param _apiHost - The base URL of the API server (e.g., 'https://api.example.com') * @para
packages/api/src/core/forgeEndpoint.ts:49
Methodconstructor
(props: ScrollbarsProps, ...rest: any[])
packages/ui/src/components/utilities/Scrollbars/index.tsx:112
Methodconstructor
(token: TokenizedColor, opacity: OpacityValue)
packages/ui/src/system/colors/color-with-opacity.ts:23
Methodconstructor
( fileName: `${string}.json`, private readonly jsonType: 'object' | 'array' = 'array' )
apps/api/src/core/functions/utils/tempFileManager.ts:16
Methodconstructor
( message: string, public readonly cause?: Error )
apps/api/src/core/functions/database/dbUtils.ts:40
Methodconstructor
(message: string)
apps/api/src/core/functions/database/dbUtils.ts:50
Methodconstructor
* Creates an instance of PocketBaseCRUDActions * @param instance - The PocketBase instance to use for all operations
apps/api/src/core/functions/database/PBService/index.ts:83
Methodconstructor
* Creates an instance of the GetOne class * @param _pb - The PocketBase instance * @param collectionKey - The collection key to retrieve the rec
apps/api/src/core/functions/database/PBService/services/getOne.ts:43
Methodconstructor
* Creates an instance of the Update class * @param _pb - The PocketBase instance * @param collectionKey - The collection key to update records i
apps/api/src/core/functions/database/PBService/services/update.ts:45
Methodconstructor
( private _pb: PocketBase, private collectionKey: TCollectionKey )
apps/api/src/core/functions/database/PBService/services/getList.ts:39
Methodconstructor
* Creates an instance of the Create class * @param _pb - The PocketBase instance * @param collectionKey - The collection key to create records i
apps/api/src/core/functions/database/PBService/services/create.ts:43
Methodconstructor
* Creates an instance of the Delete class * @param _pb - The PocketBase instance * @param collectionKey - The collection key to delete records f
apps/api/src/core/functions/database/PBService/services/delete.ts:32
Methodconstructor
( private _pb: PocketBase, private collectionKey: TCollectionKey )
apps/api/src/core/functions/database/PBService/services/getFirstListItem.ts:41
Methodconstructor
* Creates an instance of the GetFullList class * @param _pb - The PocketBase instance * @param collectionKey - The collection key to retrieve re
apps/api/src/core/functions/database/PBService/services/getFullList.ts:48
FunctionconvertPDFToImage
apps/api/src/core/functions/media/convertPDFToImage.ts:5
FunctioncopyTemplateFiles
(moduleMetadata: ModuleMetadata)
tools/src/commands/modules/functions/templates/copy-template.ts:76
FunctioncreateChangelogHandler
(year?: string, week?: string)
tools/src/commands/changelog/handlers/createChangelogHandler.ts:27
FunctioncreateForgeModuleClient
( config: T )
packages/federation/src/api/createForgeModuleClient.ts:9
FunctioncreateLogFilename
(time: Date | number, index?: number)
packages/log/src/utils/fileTransport.ts:17
FunctioncreateModuleHandler
(moduleName?: string)
tools/src/commands/modules/handlers/createModuleHandler.ts:14
Methoddata
( data: IUpdateData<TSchemas, TCollectionKey> )
packages/server-utils/src/typescript/pb/PBService.interface.ts:271
Methoddata
* Sets the data to be updated * @param data - The data object containing the fields to update * @returns The current Update instance for method
apps/api/src/core/functions/database/PBService/services/update.ts:66
Methoddata
* Sets the data to be created * @param data - The data object containing the fields to create * @returns The current Create instance for method
apps/api/src/core/functions/database/PBService/services/create.ts:53
Functiondebug
(message?: string, meta?: object)
packages/log/src/loggers/logger.ts:150
Functiondecrypt
(text: string, key: string)
packages/api/src/utils/encryption.ts:19
FunctiondecryptResponse
( encryptedResponse: EncryptedResponse, session: EncryptionSession )
packages/api/src/utils/encryption.ts:385
FunctiondefineModuleConfig
( { dirname, pkg: customPkg }: ModuleConfigOptions, overrides: UserConfig | ((env: any) => UserConfig) = {
packages/configs/src/vite/module-vite.config.ts:22
FunctiondevHandler
( this: Command, service: string, extraArgs: string[] = [] )
tools/src/commands/dev/handlers/devHandler.ts:12
Functionem
(properties)
docs/src/components/MdxComponents.tsx:8
Functionendpoint
()
packages/ui/src/storybook/mockController.ts:25
Methodendpoint
* Returns the full endpoint URL (absolute), including query string if present.
packages/api/src/core/forgeEndpoint.ts:109
Functionerror
(message?: string, meta?: object)
packages/log/src/loggers/logger.ts:171
Methodexecute
()
packages/server-utils/src/typescript/pb/PBService.interface.ts:48
Methodexecute
()
packages/server-utils/src/typescript/pb/PBService.interface.ts:112
Methodexecute
()
packages/server-utils/src/typescript/pb/PBService.interface.ts:156
Methodexecute
()
packages/server-utils/src/typescript/pb/PBService.interface.ts:233
← previousnext →801–900 of 1,110, ranked by callers