MCPcopy Index your code

hub / github.com/bugbakery/audapolis / functions

Functions241 in github.com/bugbakery/audapolis

Methoddelete
(self, lang: str, name: str)
server/app/models.py:124
Functiondelete_model
(lang: str, model: str, auth: str = Depends(token_auth))
server/app/main.py:108
Methoddownload
(self, lang: str, name: str, task_uuid: str)
server/app/models.py:92
Functiondownload_model
( background_tasks: BackgroundTasks, lang: str, model: str, auth: str = Depends(token_auth), )
server/app/main.py:75
Methoddownloaded
(self)
server/app/models.py:63
FunctionfilterFn
(item: DocumentGeneratorItem)
app/src/state/editor.ts:311
MethodgeneratorItemToParagraphItem
(item: DocumentGeneratorItem)
app/src/core/document.ts:201
Functionget_all_models
(auth: str = Depends(token_auth))
server/app/main.py:103
Functionget_downloaded_models
(auth: str = Depends(token_auth))
server/app/main.py:114
Functionget_task
(task_uuid: str, auth: str = Depends(token_auth))
server/app/main.py:93
FunctionhandleContextMenu
(event: React.MouseEvent)
app/src/pages/Editor/Paragraph.tsx:131
FunctionhandleKeyPress
(e)
app/src/pages/Editor/index.tsx:23
FunctionisNotSelected
(item: TimedParagraphItem)
app/src/state/editor.ts:593
FunctionitemToString
(item: TimedParagraphItem & { type: 'word' })
app/src/core/webvtt.ts:22
FunctionkeyDownHandler
(e)
app/src/pages/Editor/Document.tsx:149
Functionlanguage_does_not_exist_handler
(request, exc)
server/app/main.py:135
Functionlist_tasks
(auth: str = Depends(token_auth))
server/app/main.py:88
FunctionmergeParagraphs
(item: DocumentGeneratorItem)
app/src/state/editor.ts:574
Functionmodel_does_not_exist_handler
(request, exc)
server/app/main.py:140
Functionmodel_not_downloaded_handler
(request, exc)
server/app/main.py:145
FunctionmouseDownHandler
()
app/src/pages/Editor/Document.tsx:66
FunctionmouseMoveHandler
(e)
app/src/pages/Editor/Document.tsx:83
FunctiononClick
()
app/src/components/FilePicker.tsx:17
FunctionopenLicenses
()
app/src/pages/About.tsx:11
Functionprocess_audio
( lang: str, model: str, file: UploadFile, fileName: str, task_uuid: str, diarize: boo
server/app/transcribe.py:68
Methodprogress
()
app/src/core/player.ts:35
MethodprogressInner
()
app/src/core/player.ts:37
Functionremove_task
(task_uuid: str, auth: str = Depends(token_auth))
server/app/main.py:98
Methodreturn
(value: T)
app/src/util/itertools.ts:66
FunctionsetExportState
(state, args: PayloadAction<ExportState>)
app/src/state/editor.ts:413
FunctionsetMenu
(contents: MenuItemConstructorOptionsIpc[])
app/main_process/ipc/ipc_client.ts:34
Methodset_progress
(self, processed, state)
server/app/transcribe.py:39
FunctionshowMenu
()
app/main_process/ipc/ipc_client.ts:38
FunctionsplitParagraphs
(item: DocumentGeneratorItem)
app/src/state/editor.ts:556
Functionstart_transcription
( background_tasks: BackgroundTasks, lang: str, model: str, diarize: bool = False, file: U
server/app/main.py:58
Functionstartup_event
()
server/app/main.py:53
Functiontask_not_found_error_handler
(request, exc)
server/app/main.py:130
Methodthrow
(e: any)
app/src/util/itertools.ts:70
Functiontoken_auth
(request: Request)
server/app/main.py:45
FunctionuseWindowEvent
( type: K, listener: (this: Window, ev: WindowEventMap[K]) => any, deps: DependencyList = [] )
app/src/components/useListener.ts:3
FunctionwriteBundle
({ dir })
app/scripts/dev.js:42
← previous201–241 of 241, ranked by callers