MCPcopy Create free account

hub / github.com/SagerNet/sing-box-dashboard / functions

Functions401 in github.com/SagerNet/sing-box-dashboard

↓ 2 callersFunctionloadThemePreference
()
src/app/context.tsx:90
↓ 2 callersFunctionlogFileName
()
src/views/LogsView.tsx:92
↓ 2 callersFunctionmakeCapabilities
(apiVersion: number | null)
src/app/capabilities.ts:14
↓ 2 callersFunctionnormalizeAccentColor
(value: string)
src/app/context.tsx:160
↓ 2 callersFunctionopenSSHSession
(peer: TailscalePeer, username: string, terminalType: string)
src/views/TailscaleView.tsx:69
↓ 2 callersFunctionorderedEnabledCards
(config: DashboardCardsConfig)
src/app/dashboardCards.ts:59
↓ 2 callersFunctionoutBuffer
(data: Uint8Array)
src/lib/webusb.ts:118
↓ 2 callersFunctionpeerSSHAddress
(peer: TailscalePeer)
src/lib/tailscaleSSH.ts:106
↓ 2 callersFunctionplainMatch
(row: ConnectionRow, query: string)
src/views/ConnectionsView.tsx:216
↓ 2 callersFunctionprobeReachable
(server: Server, signal: AbortSignal)
src/components/ReachabilityIndicator.tsx:21
↓ 2 callersMethodreleaseAllUsbDevices
()
src/lib/usbipProvider.ts:204
↓ 2 callersMethodremoveDevice
( deviceId: string, options: { rememberReconnect: boolean; notifyServer: boolean }, )
src/lib/usbipProvider.ts:211
↓ 2 callersMethodremoveUsbEventListeners
()
src/lib/usbipProvider.ts:297
↓ 2 callersFunctionresolveBackground
()
src/views/LogsView.tsx:37
↓ 2 callersFunctionseedTheme
(name: string)
src/lib/terminalTheme.ts:91
↓ 2 callersFunctionselect
(value: string)
src/views/ToolsView.tsx:144
↓ 2 callersFunctionselect
(stableID: string)
src/views/TailscaleView.tsx:555
↓ 2 callersFunctionsendRaw
(text: string)
src/views/TerminalView.tsx:436
↓ 2 callersMethodserverInfo
()
src/api/daemon.ts:342
↓ 2 callersFunctionsessionDisplayTitle
(session: ManagedSession)
src/views/TerminalView.tsx:119
↓ 2 callersMethodsupports
(capability: Capability)
src/app/capabilities.ts:11
↓ 2 callersFunctionterminalFontFamily
(config: TerminalConfig)
src/lib/terminalTheme.ts:144
↓ 2 callersFunctionterminalFontSize
(config: TerminalConfig)
src/lib/terminalTheme.ts:153
↓ 2 callersFunctionthemeName
(config: TerminalConfig, scheme: Scheme)
src/lib/terminalTheme.ts:110
↓ 2 callersFunctiontoBytes
(data: DataView | undefined)
src/lib/webusb.ts:111
↓ 2 callersFunctiontoneClass
(tone: T | undefined)
src/components/ui.tsx:65
↓ 2 callersFunctionupdateSession
(id: number, patch: Partial<ManagedSession>)
src/views/TerminalView.tsx:169
↓ 2 callersFunctionurlTestDelayTone
(delay: number)
src/api/format.ts:101
↓ 2 callersFunctionusbClassTriplet
(cls: number, sub: number, proto: number)
src/lib/usbInfo.ts:34
↓ 2 callersFunctionusbDevicesMatch
(a: UsbDeviceIdentity, b: UsbDeviceIdentity)
src/lib/usbipProvider.ts:57
↓ 2 callersFunctionuseServerReachability
(url: string, secret: string)
src/components/ReachabilityIndicator.tsx:43
↓ 2 callersFunctionuseShowModal
(focusSelf = false)
src/components/ui.tsx:710
↓ 1 callersFunctionaccentTextColor
(color: string)
src/app/context.tsx:205
↓ 1 callersMethodaddUsbEventListeners
()
src/lib/usbipProvider.ts:288
↓ 1 callersFunctionadjustForContrast
(color: Rgb, background: Rgb, minRatio = 4.5)
src/lib/ansi.ts:109
↓ 1 callersFunctionapplyAccent
(preference: AccentPreference)
src/app/context.tsx:192
↓ 1 callersFunctionapplyConfiguration
(device: USBDevice, configurationValue: number)
src/lib/webusb.ts:160
↓ 1 callersFunctionapplyLanguage
(language: Language)
src/app/i18n.tsx:50
↓ 1 callersFunctionarmModifier
(mods: Modifiers, which: ModKey, doubleTap: boolean)
src/lib/terminalKeys.ts:120
↓ 1 callersMethodattachedDevices
()
src/lib/usbipProvider.ts:125
↓ 1 callersFunctionauthInterceptor
(secret: string)
src/api/daemon.ts:92
↓ 1 callersFunctionbackendLabel
(backend: USBBackend)
src/views/UsbipView.tsx:150
↓ 1 callersFunctionbackendStateTone
(state: string)
src/views/TailscaleView.tsx:202
↓ 1 callersMethodbackoff
(durationMs: number, signal: AbortSignal)
src/api/stream.ts:150
↓ 1 callersFunctionbcdToVersion
(bcd: number)
src/lib/usbInfo.ts:55
↓ 1 callersFunctionbuildDescriptor
(device: USBDevice, deviceId: string)
src/lib/webusb.ts:40
↓ 1 callersFunctionchange
(next: string)
src/views/SettingsView.tsx:308
↓ 1 callersFunctioncheckServerReachable
( url: string, secret: string, signal: AbortSignal, )
src/components/ReachabilityIndicator.tsx:30
↓ 1 callersFunctionclaimInterfaces
(device: USBDevice, label: string, t: Translate)
src/lib/usbipProvider.ts:388
↓ 1 callersMethodclearLogs
()
src/api/daemon.ts:338
↓ 1 callersMethodcloseAllConnections
()
src/api/daemon.ts:334
↓ 1 callersMethodcloseConnection
(id: string)
src/api/daemon.ts:330
↓ 1 callersFunctioncloseSession
(id: number)
src/views/TerminalView.tsx:178
↓ 1 callersFunctionconnect
()
src/views/TailscaleView.tsx:612
↓ 1 callersFunctionconnectSSH
(peer: TailscalePeer)
src/views/TailscaleView.tsx:84
↓ 1 callersFunctioncontrolByte
(ch: string)
src/lib/terminalKeys.ts:51
↓ 1 callersFunctioncustomJson
(config: TerminalConfig, scheme: Scheme)
src/lib/terminalTheme.ts:114
↓ 1 callersMethoddeviceIdForDisconnectedUsbDevice
(device: USBDevice)
src/lib/usbipProvider.ts:246
↓ 1 callersFunctiondiagnoseConnection
( serverUrl: string, signal: AbortSignal, )
src/lib/connectivity.ts:44
↓ 1 callersFunctiondisplayDestination
(row: ConnectionRow)
src/views/ConnectionsView.tsx:226
↓ 1 callersFunctionencodeSpecial
(id: SpecialKeyId, mods: Modifiers)
src/lib/terminalKeys.ts:91
↓ 1 callersFunctionentry
()
src/app/hooks.ts:106
↓ 1 callersFunctionexecuteUrb
(device: USBDevice, req: USBURBRequest)
src/lib/webusb.ts:177
↓ 1 callersFunctionfileTimestamp
()
src/views/LogsView.tsx:42
↓ 1 callersFunctionfindTheme
(name: string)
src/lib/terminalThemes.ts:9
↓ 1 callersFunctionformatClockTime
(timestampMs: number)
src/api/format.ts:74
↓ 1 callersFunctionformatDurationMs
(durationMs: number)
src/api/format.ts:46
↓ 1 callersFunctionformatMemoryBytes
(value: number | bigint)
src/api/format.ts:28
↓ 1 callersFunctionformatUptime
(startedAtMs: number, nowMs: number)
src/api/format.ts:62
↓ 1 callersMethodgetDeprecatedWarnings
()
src/api/daemon.ts:362
↓ 1 callersMethodgetStartedAt
()
src/api/daemon.ts:357
↓ 1 callersFunctiongo
()
src/app/context.tsx:41
↓ 1 callersFunctionhandleExit
(id: number, clean: boolean)
src/views/TerminalView.tsx:187
↓ 1 callersFunctionhandleManagedControlOut
( device: USBDevice, params: USBControlTransferParameters, )
src/lib/webusb.ts:133
↓ 1 callersMethodhandleUrb
(req: USBURBRequest)
src/lib/usbipProvider.ts:337
↓ 1 callersFunctionhasActiveModifier
(mods: Modifiers)
src/lib/terminalKeys.ts:103
↓ 1 callersFunctioninferSpeed
(device: USBDevice)
src/lib/webusb.ts:34
↓ 1 callersFunctionisDark
(hex)
scripts/gen-terminal-themes.mjs:41
↓ 1 callersFunctionlinkifyBanner
(text: string)
src/views/TerminalView.tsx:288
↓ 1 callersFunctionloadAccentPreference
()
src/app/context.tsx:173
↓ 1 callersFunctionloadDashboardCardsConfig
()
src/app/dashboardCards.ts:39
↓ 1 callersFunctionloadLanguagePreference
()
src/app/i18n.tsx:12
↓ 1 callersMethodloop
(signal: AbortSignal)
src/api/stream.ts:113
↓ 1 callersFunctionmatchesSearch
(row: ConnectionRow, search: string)
src/views/ConnectionsView.tsx:171
↓ 1 callersFunctionmergeDeviceRows
(server: USBIPServerStatus, provider: UsbipProvider, t: Translate)
src/views/UsbipView.tsx:165
↓ 1 callersFunctionmigrateLegacy
()
src/api/config.ts:48
↓ 1 callersFunctionmoveCard
( config: DashboardCardsConfig, from: number, to: number, )
src/app/dashboardCards.ts:71
↓ 1 callersFunctionnatFilteringDescription
(value: number)
src/api/format.ts:156
↓ 1 callersFunctionnatFilteringTone
(value: number)
src/api/format.ts:182
↓ 1 callersFunctionnatMappingDescription
(value: number)
src/api/format.ts:143
↓ 1 callersFunctionnatMappingTone
(value: number)
src/api/format.ts:169
↓ 1 callersFunctionnextModState
(current: ModState, doubleTap: boolean)
src/lib/terminalKeys.ts:109
↓ 1 callersMethodonEnd
(status: GrpcStatus | null, error?: string)
src/lib/usbipProvider.ts:364
↓ 1 callersMethodonEnd
(status: GrpcStatus | null, error?: string)
src/api/websocket.ts:21
↓ 1 callersMethodonMessage
(message: USBServerMessage)
src/lib/usbipProvider.ts:306
↓ 1 callersMethodonMessage
(message: MessageShape<Res>)
src/api/websocket.ts:20
↓ 1 callersFunctionopenRememberedPeer
(stableID: string)
src/views/TerminalView.tsx:208
↓ 1 callersFunctionparseSequence
(sequence: string)
src/lib/ansi.ts:35
↓ 1 callersFunctionparseSetup
(setup: Uint8Array)
src/lib/webusb.ts:72
↓ 1 callersFunctionpeerMatches
(peer: TailscalePeer, query: string)
src/views/TailscaleView.tsx:287
← previousnext →101–200 of 401, ranked by callers