MCPcopy Create free account

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

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

↓ 1 callersFunctionpeerSSHAvailable
(peer: TailscalePeer)
src/lib/tailscaleSSH.ts:114
↓ 1 callersFunctionpick
(entry: PermittedDevice)
src/views/UsbipView.tsx:278
↓ 1 callersFunctionpluralRules
(language: Language)
src/app/i18n.tsx:60
↓ 1 callersFunctionpruneClosedRows
(rows: Map<string, ConnectionRow>)
src/api/daemon.ts:384
↓ 1 callersMethodreceive
(chunk: Uint8Array)
src/api/websocket.ts:109
↓ 1 callersMethodreceiveMetadata
(body: Uint8Array)
src/api/websocket.ts:140
↓ 1 callersMethodrecentlyDetachedBusIds
()
src/lib/usbipProvider.ts:133
↓ 1 callersFunctionreconnectIntent
(device: USBDevice)
src/lib/usbipProvider.ts:47
↓ 1 callersMethodreconnectPending
()
src/lib/usbipProvider.ts:129
↓ 1 callersFunctionregisterNavigationGuard
(guard: NavigationGuard)
src/app/context.tsx:31
↓ 1 callersFunctionrejectCurrent
()
src/api/stream.test.ts:170
↓ 1 callersFunctionrequestUsbDevice
()
src/lib/webusb.ts:22
↓ 1 callersMethodrequireApiVersion
(min: number)
src/api/daemon.ts:350
↓ 1 callersFunctionresetDashboardCardsConfig
()
src/app/dashboardCards.ts:54
↓ 1 callersFunctionresolveTheme
(config: TerminalConfig, scheme: Scheme)
src/lib/terminalTheme.ts:131
↓ 1 callersFunctionsaveAccentPreference
(preference: AccentPreference)
src/app/context.tsx:184
↓ 1 callersFunctionsaveDashboardCardsConfig
(config: DashboardCardsConfig)
src/app/dashboardCards.ts:50
↓ 1 callersFunctionsaveLanguagePreference
(preference: LanguagePreference)
src/app/i18n.tsx:20
↓ 1 callersFunctionsaveSSHPrefs
(stableID: string, prefs: TailscaleSSHPrefs)
src/lib/tailscaleSSH.ts:32
↓ 1 callersFunctionsaveThemePreference
(preference: ThemePreference)
src/app/context.tsx:98
↓ 1 callersFunctionselect
(value: T)
src/components/ui.tsx:363
↓ 1 callersFunctionselect
(name: string)
src/views/SettingsView.tsx:402
↓ 1 callersFunctionselectItem
(item: GroupItem)
src/views/GroupsView.tsx:62
↓ 1 callersMethodselectOutbound
(groupTag: string, outboundTag: string)
src/api/daemon.ts:318
↓ 1 callersFunctionserverState
(state: USBDeviceState, t: Translate)
src/views/UsbipView.tsx:139
↓ 1 callersMethodsetClashMode
(mode: string)
src/api/daemon.ts:326
↓ 1 callersMethodsetGroupExpand
(groupTag: string, isExpand: boolean)
src/api/daemon.ts:322
↓ 1 callersMethodsetTailscaleExitNode
(endpointTag: string, stableID: string)
src/api/daemon.ts:367
↓ 1 callersFunctionstart
()
src/views/TailscaleView.tsx:480
↓ 1 callersMethodstart
()
src/api/stream.ts:97
↓ 1 callersFunctionstop
()
src/app/hooks.ts:207
↓ 1 callersMethodstop
()
src/api/stream.ts:104
↓ 1 callersFunctionsubmit
()
src/views/SetupView.tsx:76
↓ 1 callersMethodsuppressDetachedBusId
(busId: string)
src/lib/usbipProvider.ts:264
↓ 1 callersMethodtailscaleLogout
(endpointTag: string)
src/api/daemon.ts:371
↓ 1 callersFunctiontestConnection
(server: Server, signal: AbortSignal, t: Translate)
src/views/SetupView.tsx:21
↓ 1 callersFunctionthemesForScheme
(isDark: boolean)
src/lib/terminalThemes.ts:13
↓ 1 callersFunctiontoggleCard
(config: DashboardCardsConfig, card: DashboardCardId)
src/app/dashboardCards.ts:63
↓ 1 callersFunctiontranslate
(language: Language, key: MessageKey, params?: TranslateParams)
src/app/i18n.tsx:69
↓ 1 callersFunctionupdate
()
src/components/ui.tsx:454
↓ 1 callersFunctionupdateServers
(next: ServersState)
src/App.tsx:181
↓ 1 callersMethodurlTest
(groupTag: string)
src/api/daemon.ts:314
↓ 1 callersFunctionusbClassName
(code: number)
src/lib/usbInfo.ts:29
↓ 1 callersFunctionusbSpeedLabel
(code: number)
src/lib/usbInfo.ts:50
↓ 1 callersFunctionuseCurrentError
()
src/app/errorStore.ts:31
↓ 1 callersFunctionuseEscapeEntry
(active: boolean, onDismiss: () => void)
src/app/hooks.ts:99
↓ 1 callersFunctionuseKeyboardInset
()
src/app/hooks.ts:62
↓ 1 callersFunctionuseLogBackground
()
src/views/LogsView.tsx:27
↓ 1 callersFunctionuseNavigationGuard
(active: boolean, onBlock: NavigationGuard)
src/app/context.tsx:53
↓ 1 callersFunctionuseSupportsCapability
(capability: Capability)
src/app/capabilities.ts:23
↓ 1 callersFunctionuseTerminalConfig
()
src/app/hooks.ts:83
↓ 1 callersFunctionuseUsbipProvider
(config: Server, serverTag: string)
src/lib/usbipProvider.ts:457
↓ 1 callersFunctionwatchSystemTheme
(getPreference: () => ThemePreference)
src/app/context.tsx:214
↓ 1 callersFunctionwebusbStatus
()
src/lib/webusb.ts:12
FunctionAccentSelect
(props: { accent: AccentPreference; onChange: (accent: AccentPreference) => void; })
src/components/ui.tsx:258
FunctionAccuracyBadge
(props: { accuracy: number })
src/views/ToolsView.tsx:205
FunctionAdaptiveSegmented
(props: { options: { value: string; label: string }[]; value: string; onChange: (value: string) => void;
src/components/ui.tsx:444
FunctionAddDeviceMenu
({ provider }: { provider: UsbipProvider })
src/views/UsbipView.tsx:261
FunctionApp
()
src/App.tsx:149
FunctionBadge
(props: { tone?: BadgeTone; children: ReactNode })
src/components/ui.tsx:69
FunctionBrand
(props: { className?: string })
src/components/ui.tsx:81
FunctionButton
(props: { children?: ReactNode; variant?: "primary" | "danger"; size?: "small"; className?: string;
src/components/ui.tsx:90
FunctionCard
(props: { icon?: IconName; title?: ReactNode; actions?: ReactNode; wide?: boolean; className?: string; childre
src/components/ui.tsx:20
FunctionCardManagementDialog
(props: { config: DashboardCardsConfig; onChange: (config: DashboardCardsConfig) => void; onClose: () =>
src/views/OverviewView.tsx:166
FunctionConnectionDetailBody
(props: { row: ConnectionRow; onClose: () => void })
src/views/ConnectionsView.tsx:285
FunctionConnectionErrorView
(props: { server: Server; error: string; reconnecting: boolean; onRetry: () => void; serversState: S
src/views/ConnectionErrorView.tsx:11
FunctionConnectionsView
()
src/views/ConnectionsView.tsx:30
FunctionCopyValue
(props: { value: string; className?: string })
src/components/ui.tsx:817
FunctionDataLine
(props: { label: ReactNode; value: ReactNode; mono?: boolean })
src/components/ui.tsx:35
FunctionDeprecatedWarningDialog
(props: { warning: DeprecatedWarning; onDismiss: () => void })
src/App.tsx:568
FunctionDeprecatedWarningsGate
()
src/App.tsx:546
FunctionDetailSection
(props: { title?: ReactNode; accessory?: ReactNode; children: ReactNode })
src/components/ui.tsx:44
FunctionDetailShell
(props: { backLabel: string; title: ReactNode; accessory?: ReactNode; subtitle?: ReactNode; onClose:
src/components/ui.tsx:781
FunctionDeviceItem
({ row, onOpen }: { row: DeviceRow; onOpen: (key: string) => void })
src/views/UsbipView.tsx:338
FunctionDevicesSection
({ provider, rows, onOpen, }: { provider: UsbipProvider; rows: DeviceRow[]; onOpen: (key: string)
src/views/UsbipView.tsx:217
FunctionDialog
(props: { onClose: () => void; className?: string; children: ReactNode })
src/components/ui.tsx:764
FunctionDrawer
(props: { onClose: () => void; children: ReactNode })
src/components/ui.tsx:746
FunctionEmptyState
(props: { icon?: IconName; className?: string; children: ReactNode })
src/components/ui.tsx:154
FunctionExitNodePicker
(props: { endpoint: TailscaleEndpointStatus; candidates: TailscalePeer[]; onClose: () => void; })
src/views/TailscaleView.tsx:545
FunctionField
(props: { label: ReactNode; children: ReactNode })
src/components/ui.tsx:623
FunctionGlobalErrorDialog
()
src/App.tsx:227
FunctionGroupCard
(props: { group: Group })
src/views/GroupsView.tsx:40
FunctionGroupsView
()
src/views/GroupsView.tsx:16
FunctionI18nProvider
(props: { children: ReactNode })
src/app/i18n.tsx:103
FunctionIcon
({ name, size = 16 }: IconProps)
src/components/Icon.tsx:10
FunctionIconButton
({ active, danger, className, ...rest }: { active?: boolean; danger?: boolean } & ButtonHTMLAttributes
src/components/ui.tsx:139
FunctionLanguageSelect
()
src/app/i18n.tsx:137
FunctionLine
(props: { label: string; value: string })
src/views/ConnectionsView.tsx:351
FunctionLogsView
()
src/views/LogsView.tsx:47
FunctionMenuItem
(props: { checked?: boolean; icon?: IconName; danger?: boolean; onSelect: () => void; children: Reac
src/components/ui.tsx:587
FunctionMenuLabel
(props: { children: ReactNode })
src/components/ui.tsx:537
FunctionNavLine
(props: { icon: IconName; label: string; value: string; onClick: () => void })
src/views/TailscaleView.tsx:276
FunctionNavRow
(props: { icon: IconName; title: string; detail?: ReactNode; onClick?: () => void; href?: string; })
src/components/ui.tsx:163
FunctionNetworkQualityView
()
src/views/ToolsView.tsx:217
FunctionOthersMenu
(props: { children: ReactNode; icon?: IconName; className?: string })
src/components/ui.tsx:503
FunctionOutboundPicker
(props: { value: string; onChange: (value: string) => void; disabled?: boolean })
src/views/ToolsView.tsx:129
FunctionOverviewCards
(props: { config: DashboardCardsConfig })
src/views/OverviewView.tsx:90
FunctionOverviewView
()
src/views/OverviewView.tsx:27
FunctionPeerDetailBody
(props: { endpoint: TailscaleEndpointStatus; peer: TailscalePeer; isSelf: boolean; onClose: () => void
src/views/TailscaleView.tsx:372
FunctionPeerRow
(props: { peer: TailscalePeer; onOpen: () => void; onConnectSSH?: () => void })
src/views/TailscaleView.tsx:333
← previousnext →201–300 of 401, ranked by callers