MCPcopy Create free account

hub / github.com/Nanjiren01/AIChatWeb / functions

Functions347 in github.com/Nanjiren01/AIChatWeb

FunctionSubTitle
(used: any, total: any)
app/locales/it.ts:274
FunctionSubTitle
(used: any, total: any)
app/locales/vi.ts:272
FunctionSubTitle
(used: any, total: any)
app/locales/jp.ts:275
FunctionSubTitle
(used: any, total: any)
app/locales/ru.ts:133
FunctionSubTitle
(used: any, total: any)
app/locales/no.ts:111
FunctionSubTitle
(used: any, total: any)
app/locales/tw.ts:270
FunctionSubTitle
(used: any, total: any)
app/locales/en.ts:421
FunctionSubTitle
(used: any, total: any)
app/locales/tr.ts:273
FunctionSubTitle
(used: any, total: any)
app/locales/de.ts:275
FunctionSwitchChatAction
(props: { text: string; icon?: JSX.Element; value?: boolean; onClick: () => void; })
app/components/chat.tsx:348
FunctionSyncItems
()
app/components/settings.tsx:241
FunctionToast
(props: ToastProps)
app/components/ui-lib.tsx:195
FunctionUserPromptModal
(props: { onClose?: () => void })
app/components/settings.tsx:101
Function_MarkDownContent
(props: { content: string })
app/components/markdown.tsx:105
Functionadd
(m: BuiltinMask)
app/masks/index.ts:17
Functionadd
(prompt: Prompt)
app/store/prompt.ts:53
FunctionaddController
( sessionIndex: number, messageId: number, controller: AbortController, )
app/client/controller.ts:5
FunctionchangeVisibility
()
app/components/ui-lib.tsx:269
Functioncheck
()
app/store/sync.ts:44
FunctioncheckUsage
(force = false)
app/components/settings.tsx:342
FunctionclearAllData
()
app/store/chat.ts:667
FunctionclearSessions
()
app/store/chat.ts:161
FunctioncloseMaskModal
()
app/components/mask.tsx:301
MethodcomponentDidCatch
(error: Error, info: React.ErrorInfo)
app/components/error.tsx:22
Methodconfig
()
app/client/api.ts:87
Methodconstructor
()
app/client/api.ts:83
Methodconstructor
(props: any)
app/components/error.tsx:17
Functioncopy
()
app/components/exporter.tsx:378
FunctioncurrentSession
()
app/store/chat.ts:275
Functiondelete
(id)
app/store/mask.ts:79
FunctiondeleteSession
(index)
app/store/chat.ts:232
Functiondownload
()
app/components/exporter.tsx:405
FunctiondownloadAll
()
app/components/mask.tsx:303
FunctionenabledAccessControl
()
app/store/access.ts:42
FunctionfetchNoticeConfig
(token: string)
app/store/notice.ts:34
Methodfinish
()
app/client/platforms/openai.ts:108
MethodformatDate
(d: Date)
app/client/platforms/openai.ts:204
FunctionformatVersion
(version: string)
app/store/update.ts:68
Functionfrequency_penalty
(x: number)
app/store/config.ts:160
Functionget
(id?: number)
app/masks/index.ts:13
FunctiongetAll
()
app/store/mask.ts:88
FunctiongetEmojiUrl
(unified: string, style: EmojiStyle)
app/components/emoji.tsx:13
FunctiongetIntersectionArea
(aRect: DOMRect, bRect: DOMRect)
app/components/new-chat.tsx:19
FunctiongetLatestVersion
(force = false)
app/store/update.ts:75
FunctiongetMemoryPrompt
()
app/store/chat.ts:435
FunctiongetMessagesWithMemory
(websiteConfigStore: WebsiteConfigStore)
app/store/chat.ts:448
FunctiongetUserPrompts
()
app/store/prompt.ts:106
FunctiongoHome
()
app/components/auth.tsx:15
Functionhandle
(req: NextRequest)
app/api/users/[...path]/route.ts:6
Functionhandle
(req: NextRequest)
app/api/package/[...path]/route.ts:6
Functionhandle
(req: NextRequest)
app/api/register/route.ts:6
Functionhandle
(req: NextRequest)
app/api/[...path]/route.ts:6
Functionhandle
( req: NextRequest, { params }: { params: { path: string[] } }, )
app/api/openai/[...path]/route.ts:9
Functionhandle
(req: NextRequest)
app/api/login/route.ts:8
Functionhandle
()
app/api/config/route.ts:20
FunctionhasPending
()
app/client/controller.ts:25
Functionheaders
()
app/store/sync.ts:72
FunctionisAuthorized
()
app/store/access.ts:56
FunctionisFirefox
()
app/utils.ts:106
FunctionisIOS
()
app/utils.ts:70
FunctionisMobile
()
app/utils.ts:112
Functionkey
(sessionIndex: number, messageIndex: number)
app/client/controller.ts:34
FunctionkeydownEvent
(e: KeyboardEvent)
app/components/forget-password.tsx:33
FunctionkeydownEvent
(e: KeyboardEvent)
app/components/balance.tsx:47
FunctionkeydownEvent
(e: KeyboardEvent)
app/components/register.tsx:33
FunctionkeydownEvent
(e: KeyboardEvent)
app/components/profile.tsx:43
FunctionkeydownEvent
(e: KeyboardEvent)
app/components/login.tsx:26
FunctionkeydownEvent
(e: KeyboardEvent)
app/components/settings.tsx:370
FunctionlimitModel
(name: string)
app/store/config.ts:141
Functionlogin
(username, password)
app/store/auth.ts:44
Functionlogout
()
app/store/auth.ts:65
Functionmain
()
src-tauri/build.rs:1
Functionmain
()
src-tauri/src/main.rs:4
Methodmasks
()
app/client/api.ts:91
Functionmatch
(userInput: string)
app/command.ts:60
Functionmax_tokens
(x: number)
app/store/config.ts:154
Functionmigrate
(persistedState, version)
app/store/config.ts:186
Functionmigrate
(persistedState, version)
app/store/chat.ts:675
Functionmodel
(x: string)
app/store/config.ts:148
FunctionmodelContentType
(x: string)
app/store/config.ts:151
FunctionnewSession
(mask)
app/store/chat.ts:199
FunctionnextModel
()
app/components/chat.tsx:453
FunctionnextSession
(delta)
app/store/chat.ts:225
FunctionnextStep
()
app/components/exporter.tsx:57
FunctionnextTheme
()
app/components/chat.tsx:437
FunctiononClick
()
app/store/chat.ts:267
FunctiononController
(controller)
app/store/chat.ts:424
FunctiononDragEnd
(result)
app/components/chat-list.tsx:105
FunctiononError
(error)
app/store/chat.ts:403
FunctiononFinish
(message)
app/store/chat.ts:359
FunctiononInputKeyDown
(e: React.KeyboardEvent<HTMLTextAreaElement>)
app/components/chat.tsx:746
FunctiononKeyDown
(e: KeyboardEvent)
app/components/ui-lib.tsx:126
FunctiononKeyDown
(e: KeyboardEvent)
app/components/message-selector.tsx:26
FunctiononKeyDown
(e: KeyboardEvent)
app/components/chat.tsx:219
FunctiononKeyDown
(e: KeyboardEvent)
app/components/sidebar.tsx:47
FunctiononKeyUp
(e: KeyboardEvent)
app/components/message-selector.tsx:30
FunctiononNewMessage
(message)
app/store/chat.ts:289
FunctiononPromptSelect
(prompt: Prompt)
app/components/chat.tsx:693
FunctiononRehydrateStorage
(state)
app/store/prompt.ts:138
FunctiononRenderMsgs
(msgs: ChatMessage[])
app/components/exporter.tsx:279
← previousnext →201–300 of 347, ranked by callers