MCPcopy Index your code

hub / github.com/bugbakery/audapolis / functions

Functions241 in github.com/bugbakery/audapolis

↓ 50 callersFunctionassertSome
(x: T | null | undefined | void)
app/src/util/index.ts:7
↓ 34 callersMethodmap
(mapper: (x: T) => O)
app/src/util/itertools.ts:12
↓ 32 callersMethodfromParagraphs
(content: Paragraph[])
app/src/core/document.ts:179
↓ 27 callersMethodlog
(text?: string)
app/src/util/itertools.ts:53
↓ 13 callersMethodfilter
(predicate: (x: T) => boolean)
app/src/util/itertools.ts:16
↓ 12 callersMethodget
(self, uuid: str)
server/app/tasks.py:19
↓ 12 callersMethodnext
()
app/src/util/itertools.ts:63
↓ 10 callersMethodtoParagraphs
()
app/src/core/document.ts:197
↓ 8 callersFunctionfetchFromServer
( server: ServerConfig, method: 'POST' | 'GET' | 'DELETE', route: string, getParameters?: Record<strin
app/src/server_api/index.ts:3
↓ 7 callersMethodtoRenderItems
()
app/src/core/document.ts:218
↓ 6 callersMethodcollect
()
app/src/util/itertools.ts:57
↓ 6 callersFunctionotio_seconds
(s: float)
server/app/otio.py:18
↓ 5 callersMethodexactFrom
(time: number)
app/src/core/document.ts:183
↓ 5 callersFunctiongenerator
()
app/src/util/itertools.spec.ts:3
↓ 5 callersFunctiongetItemsAtTime
( generator: GeneratorBox<T>, time: number )
app/src/core/document.ts:385
↓ 5 callersMethodgetItemsAtTime
(time: number)
app/src/core/document.ts:248
↓ 5 callersFunctionpredicate
(candidate: Model)
app/src/pages/ModelManager.tsx:27
↓ 5 callersFunctionpublishServerInfo
(update?: Partial<ServerInfo>)
app/main_process/ipc/ipc.ts:50
↓ 5 callersFunctionroughEq
(a?: number, b?: number)
app/src/util/index.ts:15
↓ 5 callersFunctionsetState
(state, arg: PayloadAction<Editor>)
app/src/state/editor.ts:393
↓ 4 callersFunctiongetChild
(element: Node, n = 0)
app/src/pages/Editor/Document.tsx:257
↓ 4 callersFunctiongetServer
(state: RootState)
app/src/state/server.ts:63
↓ 4 callersMethoditemMap
(mapper: (x: DocumentGeneratorItem) => DocumentGeneratorItem)
app/src/core/document.ts:192
↓ 4 callersMethodpath
(self)
server/app/models.py:39
↓ 4 callersMethodsetTime
(paragraphs: Paragraph[], time: number)
app/src/core/player.ts:60
↓ 3 callersMethodadd
(self, task: Task)
server/app/tasks.py:15
↓ 3 callersMethodexactUntil
(time: number)
app/src/core/document.ts:187
↓ 3 callersFunctionfilterSource
(filter: string, options: Record<string, string | number>)
app/src/core/ffmpeg.ts:104
↓ 3 callersFunctionformatInt
(x: number)
app/src/pages/Editor/TitleBar.tsx:131
↓ 3 callersMethodget
(self, lang: str, name: str)
server/app/models.py:81
↓ 3 callersFunctiongetItemLeft
(time: number)
app/src/state/editor.ts:457
↓ 3 callersFunctiongetItemRight
(time: number)
app/src/state/editor.ts:483
↓ 3 callersMethodgetResolution
(uuid: string)
app/src/core/player.ts:71
↓ 3 callersFunctiongetTempDir
()
app/src/core/ffmpeg.ts:246
↓ 3 callersMethodis_downloaded
(self)
server/app/models.py:43
↓ 3 callersFunctionitemFromNode
(node: Node, n = 0)
app/src/pages/Editor/Document.tsx:77
↓ 3 callersFunctionmap
(mapper: (x: T) => O, input: Generator<T>)
app/src/util/itertools.ts:79
↓ 3 callersMethodmodel_description_from_lang_and_name
( self, lang: str, name: str )
server/app/models.py:71
↓ 3 callersFunctionsleep
(time: number)
app/src/util/index.ts:3
↓ 3 callersFunctionstopEditing
()
app/src/pages/Editor/Paragraph.tsx:123
↓ 3 callersFunctionswitchExtension
(pathName: string, extension: string)
app/src/util/index.ts:22
↓ 3 callersFunctionuseDocumentEvent
( type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, deps: DependencyList = [] )
app/src/components/useListener.ts:14
↓ 3 callersFunctionuseElementSize
( element: HTMLElement | undefined | null, callback?: (size: { width: number; height: number }) => void )
app/src/components/useElementSize.ts:3
↓ 2 callersFunctionapplyMenu
(window: BrowserWindow)
app/main_process/menu.ts:105
↓ 2 callersMethodchain
(iter: GeneratorBox<T>)
app/src/util/itertools.ts:8
↓ 2 callersFunctioncontentToVtt
( content: Paragraph[], wordTimings: boolean, includeSpeakerNames: boolean, limitLineLength: number |
app/src/core/webvtt.ts:43
↓ 2 callersFunctioncreateWindow
()
app/main_process/index.ts:7
↓ 2 callersMethoddelete
(self, uuid: str)
server/app/tasks.py:28
↓ 2 callersFunctiondeserializeDocument
( zipBinary: Buffer, onNoSourceLoad?: (noSourceDocument: Document) => void )
app/src/core/document.ts:65
↓ 2 callersMethoddropwhile
(predicate: (x: T) => boolean)
app/src/util/itertools.ts:20
↓ 2 callersMethodenumerate
()
app/src/util/itertools.ts:36
↓ 2 callersFunctionflatten
(x: Record<string, Model>)
app/src/state/models.ts:44
↓ 2 callersFunctiongenerate_table
Make a new table.
server/scripts/list_tasks.py:13
↓ 2 callersFunctiongetClip
()
server/app/otio.py:53
↓ 2 callersFunctiongetFfmpegComandLine
(cmd: Fessonia.FFmpegCommand)
app/src/core/ffmpeg.ts:235
↓ 2 callersFunctiongetGap
()
server/app/otio.py:63
↓ 2 callersFunctiongetItem
(element: HTMLElement | null)
app/src/pages/Editor/Document.tsx:73
↓ 2 callersFunctiongetParagraphItemIdx
(element: HTMLElement | null)
app/src/pages/Editor/Document.tsx:71
↓ 2 callersFunctiongetSelectionInfo
( selection: Selection | null )
app/src/state/editor.ts:370
↓ 2 callersFunctiongetSubtitleCodec
(outputPath: string)
app/src/core/ffmpeg.ts:14
↓ 2 callersFunctiongetTask
(server: ServerConfig, task: T)
app/src/server_api/api.ts:67
↓ 2 callersFunctiongetWindowControlsRect
()
app/src/components/TitleBar.tsx:7
↓ 2 callersFunctionnodeFromTime
(time: number, last: boolean)
app/src/pages/Editor/Document.tsx:223
↓ 2 callersFunctiononMac
( mac: MenuItemConstructorOptions[], otherPlatforms: MenuItemConstructorOptions[] = [] )
app/main_process/menu.ts:9
↓ 2 callersFunctionopenAbout
(window: BrowserWindow)
app/main_process/ipc/ipc.ts:67
↓ 2 callersFunctionopenFile
(options: OpenDialogOptions)
app/main_process/ipc/ipc_client.ts:18
↓ 2 callersMethodpause
()
app/src/core/player.ts:13
↓ 2 callersMethodreduce
(reducer: (previousValue: V, x: T) => V, initialValue: V)
app/src/util/itertools.ts:45
↓ 2 callersFunctionsendAll
(channel: string, payload: unknown)
app/main_process/ipc/windowList.ts:5
↓ 2 callersFunctionserializeDocument
(document: Document)
app/src/core/document.ts:116
↓ 2 callersFunctionserializeDocumentToFile
(document: Document, path: string)
app/src/core/document.ts:138
↓ 2 callersFunctionsetBrowserRangeToStateRange
(selectionRange: globalThis.Range)
app/src/pages/Editor/Document.tsx:103
↓ 2 callersFunctionsetMenu
(window: BrowserWindow, args: MenuItemConstructorOptionsIpc[])
app/main_process/menu.ts:16
↓ 2 callersMethodtakewhile
(predicate: (x: T) => boolean)
app/src/util/itertools.ts:24
↓ 2 callersFunctiontranscribe_raw_data
(model: Model, name, audio, offset, duration, process_callback)
server/app/transcribe.py:44
↓ 2 callersFunctionunregisterAccelerators
()
app/main_process/menu.ts:119
↓ 1 callersFunctionaction
()
app/src/pages/Editor/ExportDocumentDialog.tsx:52
↓ 1 callersFunctionaddSubtitles
( cmd: Fessonia.FFmpegCommand, concatVideo: Fessonia.FilterChain, outputObj: Fessonia.FFmpegOutput, ou
app/src/core/ffmpeg.ts:23
↓ 1 callersFunctionbuildByConfig
(configFile)
app/scripts/build.js:7
↓ 1 callersFunctionchain
(a: Generator<T>, b: Generator<T>)
app/src/util/itertools.ts:75
↓ 1 callersFunctioncombineAudioParts
(parts: Fessonia.FFmpegInput[], output: string)
app/src/core/ffmpeg.ts:167
↓ 1 callersFunctioncombineVideoParts
( parts: { v: Fessonia.FFmpegInput; a: Fessonia.FFmpegInput }[], subtitles: { path: string; type: 'burn_in
app/src/core/ffmpeg.ts:40
↓ 1 callersFunctioncomputeTimed
(content: Paragraph[], offset = 0)
app/src/core/document.ts:152
↓ 1 callersFunctioncondition
(x: T)
app/src/core/document.ts:389
↓ 1 callersFunctionconvertOtio
( server: ServerConfig, name: string, adapter: string, timeline: OtioSegment[] )
app/src/server_api/api.ts:96
↓ 1 callersFunctionconvertToWav
(input_path: string)
app/src/core/ffmpeg.ts:219
↓ 1 callersFunctionconvert_otio
(timeline: List[Segment], timeline_name: str, adapter_name: str)
server/app/otio.py:22
↓ 1 callersFunctiondeleteModel
(server: ServerConfig, lang: string, model: string)
app/src/server_api/api.ts:75
↓ 1 callersFunctiondeleteTask
(server: ServerConfig, task: Task)
app/src/server_api/api.ts:71
↓ 1 callersFunctiondeserializeDocumentFromFile
( path: string, onNoSourceLoad?: (noSourceDocument: Document) => void )
app/src/core/document.ts:58
↓ 1 callersFunctiondownloadModel
( server: ServerConfig, lang: string, model: string )
app/src/server_api/api.ts:57
↓ 1 callersFunctiondropuntil
(predicate: (x: T) => boolean, input: Generator<T>)
app/src/util/itertools.ts:113
↓ 1 callersMethoddropuntil
(predicate: (x: T) => boolean)
app/src/util/itertools.ts:28
↓ 1 callersFunctiondropwhile
(predicate: (x: T) => boolean, input: Generator<T>)
app/src/util/itertools.ts:103
↓ 1 callersFunctionencodeGetParams
(params: Record<string, string | boolean | number>)
app/src/server_api/index.ts:34
↓ 1 callersFunctionenumerate
(iterator: Generator<T>)
app/src/util/itertools.ts:143
↓ 1 callersFunctionexportAudio
( content: RenderItem[], sources: Record<string, Source>, outputPath: string )
app/src/core/ffmpeg.ts:192
↓ 1 callersFunctionexportFn
(close: () => void)
app/src/pages/Editor/ExportDocumentDialog.tsx:51
↓ 1 callersFunctionexportOtio
( name: string, extention: string, adapter: string, content: RenderItem[], sources: Record<string, S
app/src/core/otio.ts:13
↓ 1 callersFunctionexportVideo
( content: RenderItem[], sources: Record<string, Source>, outputPath: string, targetResolution: { x: n
app/src/core/ffmpeg.ts:120
next →1–100 of 241, ranked by callers