MCPcopy Create free account

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

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

Methodexecute
()
packages/server-utils/src/typescript/pb/PBService.interface.ts:285
Methodexecute
()
packages/server-utils/src/typescript/pb/PBService.interface.ts:304
Methodexecute
* Executes the query and retrieves the specified record * @returns Promise that resolves to the record with applied field selection and expansions
apps/api/src/core/functions/database/PBService/services/getOne.ts:109
Methodexecute
* Executes the update operation * @returns Promise that resolves to the updated record with applied field selection and expansions * @throws Err
apps/api/src/core/functions/database/PBService/services/update.ts:125
Methodexecute
()
apps/api/src/core/functions/database/PBService/services/getList.ts:116
Methodexecute
* Executes the create operation * @returns Promise that resolves to the created record with applied field selection and expansions * @throws Err
apps/api/src/core/functions/database/PBService/services/create.ts:109
Methodexecute
* Executes the delete operation * @returns Promise that resolves to true if the deletion was successful * @throws Error if collection key is not
apps/api/src/core/functions/database/PBService/services/delete.ts:54
Methodexecute
()
apps/api/src/core/functions/database/PBService/services/getFirstListItem.ts:103
Methodexecute
* Executes the query and retrieves all matching records * @returns Promise that resolves to an array of records with applied filters, sorting, fiel
apps/api/src/core/functions/database/PBService/services/getFullList.ts:137
Methodexpand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:44
Methodexpand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:108
Methodexpand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:152
Methodexpand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:187
Methodexpand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:229
Methodexpand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:281
Methodexpand
* Configures which related records to expand in the response * @template NewExpandConfig - The new expand configuration type * @param expandConf
apps/api/src/core/functions/database/PBService/services/getOne.ts:88
Methodexpand
* Configures which related records to expand in the response * @template NewExpandConfig - The new expand configuration type * @param expandConf
apps/api/src/core/functions/database/PBService/services/update.ts:102
Methodexpand
( expandConfig: NewExpandConfig )
apps/api/src/core/functions/database/PBService/services/getList.ts:97
Methodexpand
* Configures which related records to expand in the response * @template NewExpandConfig - The new expand configuration type * @param expandConf
apps/api/src/core/functions/database/PBService/services/create.ts:88
Methodexpand
( expandConfig: NewExpandConfig )
apps/api/src/core/functions/database/PBService/services/getFirstListItem.ts:85
Methodexpand
* Configures which related records to expand in the response * @template NewExpandConfig - The new expand configuration type * @param expandConf
apps/api/src/core/functions/database/PBService/services/getFullList.ts:114
Functionfatal
(message?: string, meta?: object)
packages/log/src/loggers/logger.ts:178
FunctionfetchDeepSeek
(params: { model: string messages: OpenAI.ChatCompletionMessageParam[] apiKey?: string structure?: T }
apps/api/src/core/functions/external/ai/providers/deepseek.provider.ts:10
FunctionfetchGroq
(params: { model: string messages: OpenAI.ChatCompletionMessageParam[] apiKey?: string structure?: T }
apps/api/src/core/functions/external/ai/providers/groq.provider.ts:11
FunctionfetchOllama
(params: { model: string messages: OpenAI.ChatCompletionMessageParam[] apiKey?: string structure?: T }
apps/api/src/core/functions/external/ai/providers/ollama.provider.ts:11
FunctionfetchOpenAI
(params: { model: string messages: OpenAI.ChatCompletionMessageParam[] apiKey?: string structure?: T }
apps/api/src/core/functions/external/ai/providers/openai.provider.ts:11
Methodfields
( fields: NewFields )
packages/server-utils/src/typescript/pb/PBService.interface.ts:38
Methodfields
( fields: NewFields )
packages/server-utils/src/typescript/pb/PBService.interface.ts:102
Methodfields
( fields: NewFields )
packages/server-utils/src/typescript/pb/PBService.interface.ts:146
Methodfields
( fields: NewFields )
packages/server-utils/src/typescript/pb/PBService.interface.ts:223
Methodfields
( fields: NewFields )
packages/server-utils/src/typescript/pb/PBService.interface.ts:275
Methodfields
* Specifies which fields to return in the response * @template NewFields - The new field selection type * @param fields - Object specifying whic
apps/api/src/core/functions/database/PBService/services/getOne.ts:65
Methodfields
* Specifies which fields to return in the response * @template NewFields - The new field selection type * @param fields - Object specifying whic
apps/api/src/core/functions/database/PBService/services/update.ts:78
Methodfields
(fields: NewFields)
apps/api/src/core/functions/database/PBService/services/getList.ts:76
Methodfields
* Specifies which fields to return in the response * @template NewFields - The new field selection type * @param fields - Object specifying whic
apps/api/src/core/functions/database/PBService/services/create.ts:65
Methodfields
(fields: NewFields)
apps/api/src/core/functions/database/PBService/services/getFirstListItem.ts:66
Methodfields
* Specifies which fields to return in the response * @template NewFields - The new field selection type * @param fields - Object specifying whic
apps/api/src/core/functions/database/PBService/services/getFullList.ts:89
Methodfilter
( filter: FilterType<TSchemas, TCollectionKey, TExpandConfig> )
packages/server-utils/src/typescript/pb/PBService.interface.ts:27
Methodfilter
( filter: FilterType<TSchemas, TCollectionKey, TExpandConfig> )
packages/server-utils/src/typescript/pb/PBService.interface.ts:135
Methodfilter
(filter: FilterType<TSchemas, TCollectionKey, TExpandConfig>)
apps/api/src/core/functions/database/PBService/services/getList.ts:56
Methodfilter
(filter: FilterType<TSchemas, TCollectionKey, TExpandConfig>)
apps/api/src/core/functions/database/PBService/services/getFirstListItem.ts:46
Methodfilter
* Sets the filter criteria for the query * @param filter - The filter configuration object specifying conditions * @returns The current GetFullL
apps/api/src/core/functions/database/PBService/services/getFullList.ts:58
Functionfix
(fixer)
eslint/padding-react-hooks.ts:108
FunctiongenerateContent
( pb: PocketBase, schema: Record<string, { raw: CollectionModel }> )
tools/src/commands/db/functions/migration-generation/generateContent/views.ts:26
FunctiongenerateContent
( pb: Pocketbase, schema: Record<string, { raw: CollectionModel }> )
tools/src/commands/db/functions/migration-generation/generateContent/skeleton.ts:25
FunctiongenerateContent
( pb: PocketBase, schema: Record<string, { raw: CollectionModel }> )
tools/src/commands/db/functions/migration-generation/generateContent/structure.ts:84
FunctiongenerateRandomPassword
()
packages/ui/src/components/auth/WithMasterPassword/components/CreatePasswordScreen.tsx:65
FunctiongenerateSchemaHandler
( targetModule?: string )
tools/src/commands/db/handlers/generateSchemasHandler.ts:14
FunctiongetAPIKeyFactory
( pb: IPBService<any>, callerModule?: { source: 'app' | 'core'; id: string } )
apps/api/src/core/functions/database/getAPIKey.ts:100
MethodgetClientHeight
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:209
MethodgetClientWidth
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:203
FunctiongetColorPalette
( color: string, type: 'bg' | 'theme', theme: 'dark' | 'light' )
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/components/modals/TailwindCSSColorsModal/utils/colors.ts:6
FunctiongetDependencies
( target: PackageJsonTarget = 'modules' )
tools/src/utils/packageJson.ts:184
FunctiongetGithubUser
()
tools/src/utils/github-cli.ts:37
MethodgetLanguagePacks
()
apps/api/src/core/functions/initialization/localeService.ts:53
MethodgetScrollHeight
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:197
MethodgetScrollLeft
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:179
MethodgetScrollTop
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:185
MethodgetScrollWidth
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:191
FunctiongetValue
()
packages/server-utils/src/routes/forgeContract.ts:126
Functionh1
(properties)
docs/src/components/MdxComponents.tsx:16
Functionh2
(properties)
docs/src/components/MdxComponents.tsx:19
Functionh3
(properties)
docs/src/components/MdxComponents.tsx:27
Functionh4
(properties)
docs/src/components/MdxComponents.tsx:32
Functionh6
(properties)
docs/src/components/MdxComponents.tsx:11
FunctionhandleApprove
()
apps/web/src/core/accountSettings/modals/QRLoginScannerModal/hooks/useQRLoginApproval.ts:50
FunctionhandleAxiosResponse
( response: AxiosResponse, isExternal: boolean )
packages/api/src/utils/fetchAPI.ts:32
FunctionhandleBlur
(e: React.FocusEvent)
packages/ui/src/components/inputs/SearchInput/index.tsx:163
FunctionhandleButtonClick
()
packages/ui/src/components/form/components/FormModal/FormModal.stories.tsx:164
FunctionhandleClear
()
packages/ui/src/components/inputs/SearchInput/index.tsx:112
FunctionhandleColorChange
(color: ColorResult)
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/index.tsx:42
FunctionhandleConfirm
()
apps/web/src/core/accountSettings/modals/DisableTwoFAModal.tsx:12
FunctionhandleCreateAPIKey
()
apps/web/src/core/apiKeys/index.tsx:29
FunctionhandleDelete
()
apps/web/src/core/moduleManager/pages/Categories/components/CategoryItem.tsx:53
FunctionhandleDeleteEntry
()
apps/web/src/core/apiKeys/components/EntryItem.tsx:99
FunctionhandleDevModeToggle
()
apps/web/src/core/moduleManager/pages/Modules/components/ModuleItem.tsx:88
MethodhandleDrag
(event: MouseEvent)
packages/ui/src/components/utilities/Scrollbars/index.tsx:522
MethodhandleDragEnd
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:554
MethodhandleHorizontalThumbMouseDown
(event: MouseEvent)
packages/ui/src/components/utilities/Scrollbars/index.tsx:475
MethodhandleHorizontalTrackMouseDown
(event: MouseEvent)
packages/ui/src/components/utilities/Scrollbars/index.tsx:447
FunctionhandleHotUpdate
({ file, server })
docs/plugins/mdxListCountsPlugin.ts:60
FunctionhandleInputChange
(e: React.ChangeEvent<HTMLInputElement>)
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/index.tsx:46
FunctionhandleKeyDown
(e: React.KeyboardEvent<HTMLInputElement>)
packages/ui/src/components/inputs/TagsInput/index.tsx:98
FunctionhandleListboxChange
(val: unknown)
packages/ui/src/components/form/components/fields/ListboxField.tsx:145
FunctionhandleModify
( categories: Array<{ key: string; value: Record<string, string> }>, oldKey?: string )
apps/web/src/core/moduleManager/pages/Categories/index.tsx:76
FunctionhandleOpenScanner
()
packages/ui/src/components/inputs/QRCodeScanner/QRCodeScanner.stories.tsx:31
FunctionhandlePageChange
(newPage: SetStateAction<number>)
packages/ui/src/components/inputs/FileInput/FilePickerModal/components/Pixabay/components/SearchResults.tsx:27
FunctionhandlePasswordChange
()
apps/web/src/core/accountSettings/components/PasswordColumn.tsx:11
FunctionhandleQRScanned
(data: string)
packages/ui/src/components/form/components/fields/TextField.tsx:42
FunctionhandleRemoveClick
()
apps/web/src/core/dashboard/components/NotFoundWidget.tsx:38
FunctionhandleRenderContent
()
packages/ui/src/components/form/components/fields/ListboxField.tsx:161
MethodhandleScroll
(event: Event)
packages/ui/src/components/utilities/Scrollbars/index.tsx:401
FunctionhandleSubmit
()
packages/ui/src/components/auth/WithMasterPassword/components/LockedScreen.tsx:27
FunctionhandleSubmit
(e: React.FormEvent)
apps/web/src/core/auth/pages/UserCreationPage.tsx:85
FunctionhandleSubmit
()
apps/web/src/core/moduleManager/pages/Categories/components/ModifyCategoryModal.tsx:83
FunctionhandleSwitchChange
()
packages/ui/src/components/form/components/fields/CheckboxField.tsx:53
MethodhandleTrackMouseEnter
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:568
MethodhandleTrackMouseLeave
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:580
FunctionhandleUninstall
()
apps/web/src/core/moduleManager/pages/Modules/components/ModuleItem.tsx:74
FunctionhandleUploadClick
()
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/custom/index.tsx:43
← previousnext →901–1,000 of 1,110, ranked by callers