Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lifeforge-app/lifeforge
/ functions
Functions
1,110 in github.com/Lifeforge-app/lifeforge
⨍
Functions
1,110
◇
Types & classes
197
Method
execute
()
packages/server-utils/src/typescript/pb/PBService.interface.ts:285
Method
execute
()
packages/server-utils/src/typescript/pb/PBService.interface.ts:304
Method
execute
* 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
Method
execute
* 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
Method
execute
()
apps/api/src/core/functions/database/PBService/services/getList.ts:116
Method
execute
* 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
Method
execute
* 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
Method
execute
()
apps/api/src/core/functions/database/PBService/services/getFirstListItem.ts:103
Method
execute
* 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
Method
expand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:44
Method
expand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:108
Method
expand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:152
Method
expand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:187
Method
expand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:229
Method
expand
( expandConfig: NewExpandConfig )
packages/server-utils/src/typescript/pb/PBService.interface.ts:281
Method
expand
* 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
Method
expand
* 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
Method
expand
( expandConfig: NewExpandConfig )
apps/api/src/core/functions/database/PBService/services/getList.ts:97
Method
expand
* 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
Method
expand
( expandConfig: NewExpandConfig )
apps/api/src/core/functions/database/PBService/services/getFirstListItem.ts:85
Method
expand
* 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
Function
fatal
(message?: string, meta?: object)
packages/log/src/loggers/logger.ts:178
Function
fetchDeepSeek
(params: { model: string messages: OpenAI.ChatCompletionMessageParam[] apiKey?: string structure?: T }
apps/api/src/core/functions/external/ai/providers/deepseek.provider.ts:10
Function
fetchGroq
(params: { model: string messages: OpenAI.ChatCompletionMessageParam[] apiKey?: string structure?: T }
apps/api/src/core/functions/external/ai/providers/groq.provider.ts:11
Function
fetchOllama
(params: { model: string messages: OpenAI.ChatCompletionMessageParam[] apiKey?: string structure?: T }
apps/api/src/core/functions/external/ai/providers/ollama.provider.ts:11
Function
fetchOpenAI
(params: { model: string messages: OpenAI.ChatCompletionMessageParam[] apiKey?: string structure?: T }
apps/api/src/core/functions/external/ai/providers/openai.provider.ts:11
Method
fields
( fields: NewFields )
packages/server-utils/src/typescript/pb/PBService.interface.ts:38
Method
fields
( fields: NewFields )
packages/server-utils/src/typescript/pb/PBService.interface.ts:102
Method
fields
( fields: NewFields )
packages/server-utils/src/typescript/pb/PBService.interface.ts:146
Method
fields
( fields: NewFields )
packages/server-utils/src/typescript/pb/PBService.interface.ts:223
Method
fields
( fields: NewFields )
packages/server-utils/src/typescript/pb/PBService.interface.ts:275
Method
fields
* 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
Method
fields
* 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
Method
fields
(fields: NewFields)
apps/api/src/core/functions/database/PBService/services/getList.ts:76
Method
fields
* 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
Method
fields
(fields: NewFields)
apps/api/src/core/functions/database/PBService/services/getFirstListItem.ts:66
Method
fields
* 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
Method
filter
( filter: FilterType<TSchemas, TCollectionKey, TExpandConfig> )
packages/server-utils/src/typescript/pb/PBService.interface.ts:27
Method
filter
( filter: FilterType<TSchemas, TCollectionKey, TExpandConfig> )
packages/server-utils/src/typescript/pb/PBService.interface.ts:135
Method
filter
(filter: FilterType<TSchemas, TCollectionKey, TExpandConfig>)
apps/api/src/core/functions/database/PBService/services/getList.ts:56
Method
filter
(filter: FilterType<TSchemas, TCollectionKey, TExpandConfig>)
apps/api/src/core/functions/database/PBService/services/getFirstListItem.ts:46
Method
filter
* 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
Function
fix
(fixer)
eslint/padding-react-hooks.ts:108
Function
generateContent
( pb: PocketBase, schema: Record<string, { raw: CollectionModel }> )
tools/src/commands/db/functions/migration-generation/generateContent/views.ts:26
Function
generateContent
( pb: Pocketbase, schema: Record<string, { raw: CollectionModel }> )
tools/src/commands/db/functions/migration-generation/generateContent/skeleton.ts:25
Function
generateContent
( pb: PocketBase, schema: Record<string, { raw: CollectionModel }> )
tools/src/commands/db/functions/migration-generation/generateContent/structure.ts:84
Function
generateRandomPassword
()
packages/ui/src/components/auth/WithMasterPassword/components/CreatePasswordScreen.tsx:65
Function
generateSchemaHandler
( targetModule?: string )
tools/src/commands/db/handlers/generateSchemasHandler.ts:14
Function
getAPIKeyFactory
( pb: IPBService<any>, callerModule?: { source: 'app' | 'core'; id: string } )
apps/api/src/core/functions/database/getAPIKey.ts:100
Method
getClientHeight
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:209
Method
getClientWidth
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:203
Function
getColorPalette
( color: string, type: 'bg' | 'theme', theme: 'dark' | 'light' )
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/components/modals/TailwindCSSColorsModal/utils/colors.ts:6
Function
getDependencies
( target: PackageJsonTarget = 'modules' )
tools/src/utils/packageJson.ts:184
Function
getGithubUser
()
tools/src/utils/github-cli.ts:37
Method
getLanguagePacks
()
apps/api/src/core/functions/initialization/localeService.ts:53
Method
getScrollHeight
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:197
Method
getScrollLeft
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:179
Method
getScrollTop
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:185
Method
getScrollWidth
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:191
Function
getValue
()
packages/server-utils/src/routes/forgeContract.ts:126
Function
h1
(properties)
docs/src/components/MdxComponents.tsx:16
Function
h2
(properties)
docs/src/components/MdxComponents.tsx:19
Function
h3
(properties)
docs/src/components/MdxComponents.tsx:27
Function
h4
(properties)
docs/src/components/MdxComponents.tsx:32
Function
h6
(properties)
docs/src/components/MdxComponents.tsx:11
Function
handleApprove
()
apps/web/src/core/accountSettings/modals/QRLoginScannerModal/hooks/useQRLoginApproval.ts:50
Function
handleAxiosResponse
( response: AxiosResponse, isExternal: boolean )
packages/api/src/utils/fetchAPI.ts:32
Function
handleBlur
(e: React.FocusEvent)
packages/ui/src/components/inputs/SearchInput/index.tsx:163
Function
handleButtonClick
()
packages/ui/src/components/form/components/FormModal/FormModal.stories.tsx:164
Function
handleClear
()
packages/ui/src/components/inputs/SearchInput/index.tsx:112
Function
handleColorChange
(color: ColorResult)
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/index.tsx:42
Function
handleConfirm
()
apps/web/src/core/accountSettings/modals/DisableTwoFAModal.tsx:12
Function
handleCreateAPIKey
()
apps/web/src/core/apiKeys/index.tsx:29
Function
handleDelete
()
apps/web/src/core/moduleManager/pages/Categories/components/CategoryItem.tsx:53
Function
handleDeleteEntry
()
apps/web/src/core/apiKeys/components/EntryItem.tsx:99
Function
handleDevModeToggle
()
apps/web/src/core/moduleManager/pages/Modules/components/ModuleItem.tsx:88
Method
handleDrag
(event: MouseEvent)
packages/ui/src/components/utilities/Scrollbars/index.tsx:522
Method
handleDragEnd
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:554
Method
handleHorizontalThumbMouseDown
(event: MouseEvent)
packages/ui/src/components/utilities/Scrollbars/index.tsx:475
Method
handleHorizontalTrackMouseDown
(event: MouseEvent)
packages/ui/src/components/utilities/Scrollbars/index.tsx:447
Function
handleHotUpdate
({ file, server })
docs/plugins/mdxListCountsPlugin.ts:60
Function
handleInputChange
(e: React.ChangeEvent<HTMLInputElement>)
packages/ui/src/components/inputs/ColorInput/ColorPickerModal/index.tsx:46
Function
handleKeyDown
(e: React.KeyboardEvent<HTMLInputElement>)
packages/ui/src/components/inputs/TagsInput/index.tsx:98
Function
handleListboxChange
(val: unknown)
packages/ui/src/components/form/components/fields/ListboxField.tsx:145
Function
handleModify
( categories: Array<{ key: string; value: Record<string, string> }>, oldKey?: string )
apps/web/src/core/moduleManager/pages/Categories/index.tsx:76
Function
handleOpenScanner
()
packages/ui/src/components/inputs/QRCodeScanner/QRCodeScanner.stories.tsx:31
Function
handlePageChange
(newPage: SetStateAction<number>)
packages/ui/src/components/inputs/FileInput/FilePickerModal/components/Pixabay/components/SearchResults.tsx:27
Function
handlePasswordChange
()
apps/web/src/core/accountSettings/components/PasswordColumn.tsx:11
Function
handleQRScanned
(data: string)
packages/ui/src/components/form/components/fields/TextField.tsx:42
Function
handleRemoveClick
()
apps/web/src/core/dashboard/components/NotFoundWidget.tsx:38
Function
handleRenderContent
()
packages/ui/src/components/form/components/fields/ListboxField.tsx:161
Method
handleScroll
(event: Event)
packages/ui/src/components/utilities/Scrollbars/index.tsx:401
Function
handleSubmit
()
packages/ui/src/components/auth/WithMasterPassword/components/LockedScreen.tsx:27
Function
handleSubmit
(e: React.FormEvent)
apps/web/src/core/auth/pages/UserCreationPage.tsx:85
Function
handleSubmit
()
apps/web/src/core/moduleManager/pages/Categories/components/ModifyCategoryModal.tsx:83
Function
handleSwitchChange
()
packages/ui/src/components/form/components/fields/CheckboxField.tsx:53
Method
handleTrackMouseEnter
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:568
Method
handleTrackMouseLeave
()
packages/ui/src/components/utilities/Scrollbars/index.tsx:580
Function
handleUninstall
()
apps/web/src/core/moduleManager/pages/Modules/components/ModuleItem.tsx:74
Function
handleUploadClick
()
apps/web/src/core/personalization/components/FontFamilySelector/components/FontFamilySelectorModal/tabs/custom/index.tsx:43
← previous
next →
901–1,000 of 1,110, ranked by callers