Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bugbakery/audapolis
/ functions
Functions
241 in github.com/bugbakery/audapolis
⨍
Functions
241
◇
Types & classes
62
↳
Endpoints
9
Method
delete
(self, lang: str, name: str)
server/app/models.py:124
Function
delete_model
(lang: str, model: str, auth: str = Depends(token_auth))
server/app/main.py:108
Method
download
(self, lang: str, name: str, task_uuid: str)
server/app/models.py:92
Function
download_model
( background_tasks: BackgroundTasks, lang: str, model: str, auth: str = Depends(token_auth), )
server/app/main.py:75
Method
downloaded
(self)
server/app/models.py:63
Function
filterFn
(item: DocumentGeneratorItem)
app/src/state/editor.ts:311
Method
generatorItemToParagraphItem
(item: DocumentGeneratorItem)
app/src/core/document.ts:201
Function
get_all_models
(auth: str = Depends(token_auth))
server/app/main.py:103
Function
get_downloaded_models
(auth: str = Depends(token_auth))
server/app/main.py:114
Function
get_task
(task_uuid: str, auth: str = Depends(token_auth))
server/app/main.py:93
Function
handleContextMenu
(event: React.MouseEvent)
app/src/pages/Editor/Paragraph.tsx:131
Function
handleKeyPress
(e)
app/src/pages/Editor/index.tsx:23
Function
isNotSelected
(item: TimedParagraphItem)
app/src/state/editor.ts:593
Function
itemToString
(item: TimedParagraphItem & { type: 'word' })
app/src/core/webvtt.ts:22
Function
keyDownHandler
(e)
app/src/pages/Editor/Document.tsx:149
Function
language_does_not_exist_handler
(request, exc)
server/app/main.py:135
Function
list_tasks
(auth: str = Depends(token_auth))
server/app/main.py:88
Function
mergeParagraphs
(item: DocumentGeneratorItem)
app/src/state/editor.ts:574
Function
model_does_not_exist_handler
(request, exc)
server/app/main.py:140
Function
model_not_downloaded_handler
(request, exc)
server/app/main.py:145
Function
mouseDownHandler
()
app/src/pages/Editor/Document.tsx:66
Function
mouseMoveHandler
(e)
app/src/pages/Editor/Document.tsx:83
Function
onClick
()
app/src/components/FilePicker.tsx:17
Function
openLicenses
()
app/src/pages/About.tsx:11
Function
process_audio
( lang: str, model: str, file: UploadFile, fileName: str, task_uuid: str, diarize: boo
server/app/transcribe.py:68
Method
progress
()
app/src/core/player.ts:35
Method
progressInner
()
app/src/core/player.ts:37
Function
remove_task
(task_uuid: str, auth: str = Depends(token_auth))
server/app/main.py:98
Method
return
(value: T)
app/src/util/itertools.ts:66
Function
setExportState
(state, args: PayloadAction<ExportState>)
app/src/state/editor.ts:413
Function
setMenu
(contents: MenuItemConstructorOptionsIpc[])
app/main_process/ipc/ipc_client.ts:34
Method
set_progress
(self, processed, state)
server/app/transcribe.py:39
Function
showMenu
()
app/main_process/ipc/ipc_client.ts:38
Function
splitParagraphs
(item: DocumentGeneratorItem)
app/src/state/editor.ts:556
Function
start_transcription
( background_tasks: BackgroundTasks, lang: str, model: str, diarize: bool = False, file: U
server/app/main.py:58
Function
startup_event
()
server/app/main.py:53
Function
task_not_found_error_handler
(request, exc)
server/app/main.py:130
Method
throw
(e: any)
app/src/util/itertools.ts:70
Function
token_auth
(request: Request)
server/app/main.py:45
Function
useWindowEvent
( type: K, listener: (this: Window, ev: WindowEventMap[K]) => any, deps: DependencyList = [] )
app/src/components/useListener.ts:3
Function
writeBundle
({ dir })
app/scripts/dev.js:42
← previous
201–241 of 241, ranked by callers