MCPcopy Create free account

hub / github.com/cztomsik/ava / functions

Functions166 in github.com/cztomsik/ava

↓ 17 callersFunctionuseQuery
(query: Query<T> | null | undefined)
src/app/_hooks/useQuery.ts:9
↓ 6 callersFunctionuseLocalStorage
(key: string | null, initialValue: V)
src/app/_hooks/useLocalStorage.ts:7
↓ 5 callersFunctionbasename
src/app/_util/path.ts:4
↓ 5 callersFunctiondedent
(strings: TemplateStringsArray, ...values: any[])
src/app/_util/fmt.ts:5
↓ 5 callersMethodfocus
()
src/app/custom.d.ts:5
↓ 4 callersFunctiongenerate
(options: GenerateOptions, result, status, signal?: AbortSignal)
src/app/_hooks/useGenerate.ts:42
↓ 3 callersFunctionfmtSize
src/app/_util/fmt.ts:37
↓ 3 callersFunctiontemplate
(tpl: string, data: Record<string, any>)
src/app/_util/template.ts:6
↓ 3 callersFunctionuseGenerate
(deps = [] as any[])
src/app/_hooks/useGenerate.ts:78
↓ 2 callersFunctioncancel
(job: DownloadJob)
src/app/models/download.ts:19
↓ 2 callersFunctioncreateContext
(query: Query<T>)
src/app/_hooks/useQuery.ts:15
↓ 2 callersFunctionfallbackAvatar
(text, bg, fg)
src/app/chat/RoleAvatar.tsx:7
↓ 2 callersFunctionfmtCount
(count: number)
src/app/_util/fmt.ts:23
↓ 2 callersFunctiongetIn
(obj, path)
src/app/_components/Form.tsx:114
↓ 2 callersFunctionhandleError
src/app/_components/ErrorBoundary.tsx:4
↓ 2 callersFunctionhandleGenerate
(history, msg, start_with = "")
src/app/chat/ChatSession.tsx:38
↓ 2 callersFunctionjsonLines
(reader: ReadableStreamDefaultReader<Uint8Array>, sse = false)
src/app/_util/jsonLines.ts:1
↓ 2 callersFunctionparseVars
(tpl: string)
src/app/_util/template.ts:38
↓ 2 callersFunctionpluralize
(count, noun, suffix = "s")
src/app/_util/fmt.ts:79
↓ 2 callersFunctionsetIn
(obj, path, value)
src/app/_components/Form.tsx:116
↓ 1 callersFunctionabort
()
src/app/_hooks/useGenerate.ts:101
↓ 1 callersFunctionchunks
(reader: ReadableStreamDefaultReader<Uint8Array>, decoder = new TextDecoder())
src/app/_util/jsonLines.ts:15
↓ 1 callersFunctiondownloadModel
({ path, url })
src/app/models/download.ts:16
↓ 1 callersFunctionextractLinks
src/app/models/SearchModels.tsx:142
↓ 1 callersFunctionfmtDate
(date: number | string | Date)
src/app/_util/fmt.ts:74
↓ 1 callersFunctionhandleDelete
src/app/models/Models.tsx:14
↓ 1 callersFunctionhandleInfo
src/app/models/Models.tsx:12
↓ 1 callersFunctionhumanize
(str: string)
src/app/_util/fmt.ts:14
↓ 1 callersFunctionindexOf
(arr, ...args)
src/app/_util/array.ts:1
↓ 1 callersFunctioninvalidate
(path: string)
src/app/_hooks/useQuery.ts:54
↓ 1 callersMethodmatches
(selector: string)
src/app/custom.d.ts:12
↓ 1 callersFunctionnoModelSelected
()
src/app/_hooks/useGenerate.ts:108
↓ 1 callersMethodscrollIntoView
()
src/app/custom.d.ts:6
↓ 1 callersFunctionscrollToBottom
()
src/app/_components/AutoScroll.tsx:31
↓ 1 callersFunctionsearchModels
(search: string)
src/app/models/SearchModels.tsx:121
↓ 1 callersFunctiontoVdom
([Tag, attrs, children = null as any])
src/app/_components/Icon.tsx:9
↓ 1 callersFunctionuseAriaList
(selector = "[role=listitem]")
src/app/_hooks/useAriaList.ts:4
↓ 1 callersFunctionuseForm
({ data = EMPTY, onSubmit, onChange })
src/app/_components/Form.tsx:91
↓ 1 callersFunctionuseResize
({ sizes: [min, base, max], storageKey = null, rtl = false })
src/app/_hooks/useResize.tsx:5
FunctionAlert
({ class: className = "", children })
src/app/_components/Alert.tsx:1
FunctionAlertExample
()
src/app/_components/Alert.tsx:9
FunctionApi
()
src/app/settings/Api.tsx:4
FunctionApp
()
src/app/App.tsx:5
FunctionAutoGrowTextarea
({ class: className = "", value, onChange, ...props })
src/app/_components/AutoGrowTextarea.tsx:3
FunctionAutoGrowTextareaExample
()
src/app/_components/AutoGrowTextarea.tsx:14
FunctionAutoScroll
()
src/app/_components/AutoScroll.tsx:9
FunctionBadge
({ class: className = "", value })
src/app/_components/Badge.tsx:1
FunctionBadgeExample
()
src/app/_components/Badge.tsx:6
FunctionButton
({ class: className = "", submit = false, primary = submit, text = false, loading = false, abort =
src/app/_components/Button.tsx:5
FunctionButtonGroup
({ class: className = "", ...props })
src/app/_components/Button.tsx:39
FunctionChat
({ params: { id } })
src/app/chat/Chat.tsx:6
FunctionChatInput
({ value, onChange, onSend, abort })
src/app/chat/ChatInput.tsx:5
FunctionChatList
({ value, onSelect, ...props })
src/app/chat/ChatList.tsx:5
FunctionChatMessage
({ message, isEditing, onEdit, onGenerate, onSave, onCancel, onDelete })
src/app/chat/ChatMessage.tsx:5
FunctionChatOptions
({ value, onChange })
src/app/chat/ChatOptions.tsx:3
FunctionChatPrompt
({ chat, onSave })
src/app/chat/ChatPrompt.tsx:6
FunctionChatSession
({ id })
src/app/chat/ChatSession.tsx:13
FunctionCheckbox
({ label, value, onChange })
src/app/_components/Checkbox.tsx:3
FunctionCheckboxExample
()
src/app/_components/Checkbox.tsx:12
FunctionConfirmModal
({ message, resolve, reject })
src/app/_components/Modal.tsx:87
FunctionCreateTool
()
src/app/quick-tools/CreateTool.tsx:6
FunctionDownloadManager
()
src/app/models/DownloadManager.tsx:6
FunctionDownloadProgress
({ url, size, progress })
src/app/models/DownloadManager.tsx:36
FunctionEditTool
({ params: { id } })
src/app/quick-tools/EditTool.tsx:8
FunctionErrorBoundary
({ children, ...props })
src/app/_components/ErrorBoundary.tsx:6
FunctionErrorModal
({ error, resolve })
src/app/_components/ErrorBoundary.tsx:22
FunctionField
({ name, as: Comp = "input" as any, defaultValue = undefined as any, ...props })
src/app/_components/Form.tsx:64
FunctionForm
({ onSubmit, onChange, data, ...props }: FormProps<T>)
src/app/_components/Form.tsx:13
FunctionFormGrid
({ class: className = "", ...props })
src/app/_components/Form.tsx:59
FunctionFormGroup
({ value, onChange, ...props })
src/app/_components/Form.tsx:40
FunctionIcon
({ icon })
src/app/_components/Icon.tsx:3
FunctionIconButton
({ class: className = "", icon, disabled = false, ...props })
src/app/_components/Button.tsx:43
FunctionLibraryPage
()
src/app/_library.tsx:21
FunctionLicense
()
src/app/settings/License.tsx:6
FunctionLink
src/app/_components/Link.tsx:16
FunctionList
({ class: className = "", children, ...props })
src/app/_components/List.tsx:4
FunctionListExample
()
src/app/_components/List.tsx:43
FunctionListItem
({ class: className = "", children, selected = false, ...props })
src/app/_components/List.tsx:14
FunctionListItemSubtitle
({ children })
src/app/_components/List.tsx:34
FunctionListItemTitle
({ children })
src/app/_components/List.tsx:32
FunctionMarkdown
({ input, class: className = "", ...props })
src/app/_components/Markdown.tsx:11
FunctionMarkdownExample
()
src/app/_components/Markdown.tsx:43
FunctionModal
({ title, class: className = "", loading = false, children, onClose })
src/app/_components/Modal.tsx:14
FunctionModalBackdrop
({ show })
src/app/_components/Modal.tsx:79
FunctionModelDetails
({ model })
src/app/models/SearchModels.tsx:80
FunctionModelImporter
()
src/app/models/ModelImporter.tsx:7
FunctionModelInfo
({ id, resolve })
src/app/models/Models.tsx:61
FunctionModelSelect
({ class: className = "" })
src/app/_components/ModelSelect.tsx:7
FunctionModels
()
src/app/models/Models.tsx:9
FunctionModelsPage
({ children })
src/app/models/ModelsPage.tsx:7
FunctionNavLink
({ href, class: className = "", activeClass = "active", exact = false, ...props })
src/app/_components/Link.tsx:29
FunctionNoMessages
()
src/app/chat/ChatSession.tsx:134
FunctionPage
({ children, class: className = "" })
src/app/_components/Page.tsx:10
FunctionPlayground
()
src/app/playground/Playground.tsx:21
FunctionPromptModal
({ message, defaultValue = "", resolve, reject })
src/app/_components/Modal.tsx:103
FunctionPromptSelect
({ value, onChange })
src/app/playground/PromptSelect.tsx:6
FunctionQuickInfo
({ url, size, progress })
src/app/models/ModelsPage.tsx:30
FunctionQuickTool
({ params: { id } })
src/app/quick-tools/QuickTool.tsx:7
FunctionQuickTools
()
src/app/quick-tools/QuickTools.tsx:6
FunctionResizable
({ as: Comp = "div" as any, sizes, storageKey = null as any, rtl = false, class: clz = "", childre
src/app/_components/Resizable.tsx:3
next →1–100 of 166, ranked by callers