SYMBOL INDEX (2402 symbols across 252 files) FILE: lib/app.dart class MyApp (line 15) | class MyApp extends StatefulWidget { method createState (line 19) | State createState() class _MyAppState (line 22) | class _MyAppState extends State { method build (line 26) | Widget build(BuildContext context) method _build (line 41) | Widget _build(BuildContext context) method _buildDynamicColor (line 63) | Widget _buildDynamicColor(BuildContext context) method _buildApp (line 98) | Widget _buildApp(BuildContext ctx, {required ThemeData light, required... function _setup (line 147) | void _setup(BuildContext context) FILE: lib/core/app_navigator.dart class AppNavigator (line 4) | abstract final class AppNavigator { FILE: lib/core/chan.dart class MethodChans (line 6) | abstract final class MethodChans { method moveToBg (line 9) | void moveToBg() method startService (line 14) | void startService() method stopService (line 20) | void stopService() method updateHomeWidget (line 25) | void updateHomeWidget() method updateSessions (line 33) | Future updateSessions(String payload) method isServiceRunning (line 44) | Future isServiceRunning() method startLiveActivity (line 56) | Future startLiveActivity(String payload) method updateLiveActivity (line 66) | Future updateLiveActivity(String payload) method stopLiveActivity (line 76) | Future stopLiveActivity() method registerHandler (line 90) | void registerHandler(Future Function(String id) onDisconnect, [V... FILE: lib/core/extension/server.dart function getLogoUrl (line 9) | String? getLogoUrl(BuildContext context) FILE: lib/core/extension/sftpfile.dart function toUnixPerm (line 13) | UnixPerm toUnixPerm() function _getRoleMode (line 22) | String _getRoleMode(bool r, bool w, bool x) FILE: lib/core/extension/ssh_client.dart type OnStdout (line 10) | typedef OnStdout = void Function(String data, SSHSession session); type OnStdin (line 11) | typedef OnStdin = void Function(SSHSession session); function execPowerShell (line 15) | Future<(SSHSession, String)> execPowerShell( function exec (line 60) | Future<(SSHSession, String)> exec( function execWithPwd (line 124) | Future<(int?, String)> execWithPwd( function execForOutput (line 158) | Future execForOutput( function runSafe (line 184) | Future runSafe( function execSafe (line 207) | Future<(String stdout, String stderr)> execSafe( FILE: lib/core/route.dart class SpiRequiredArgs (line 4) | final class SpiRequiredArgs { FILE: lib/core/service/ssh_discovery.dart class SshDiscoveryService (line 9) | class SshDiscoveryService { method discover (line 12) | Future discover([SshDiscoveryConfig config = const... method _run (line 59) | Future _run(String exe, List args, {Duration? timeout}) method _neighborsIPv4 (line 86) | Future> _neighborsIPv4() method _neighborsIPv6 (line 122) | Future> _neighborsIPv6() method _localIPv4Cidrs (line 148) | Future> _localIPv4Cidrs() method _isBroadcastOrMulticast (line 203) | bool _isBroadcastOrMulticast(InternetAddress a) method _mdnsSshCandidates (line 218) | Future> _mdnsSshCandidates() class _Cidr (line 270) | class _Cidr { method enumerateHosts (line 279) | Iterable enumerateHosts({int? limit}) method toString (line 291) | String toString() class _ScanResult (line 294) | class _ScanResult { class _Scanner (line 300) | class _Scanner { method scan (line 305) | Future> scan(List addrs) method _probeSsh (line 315) | Future<_ScanResult?> _probeSsh(InternetAddress ip) class _Semaphore (line 350) | class _Semaphore { method withPermit (line 355) | Future withPermit(Future Function() fn) function _guarded (line 373) | Future _guarded(_Semaphore sem, Future Function() fn) function _ipv4ToInt (line 377) | int _ipv4ToInt(String ip) function _intToIPv4 (line 382) | String _intToIPv4(int v) function _prefixToMask (line 384) | InternetAddress _prefixToMask(int prefix) function _maskToPrefix (line 389) | int _maskToPrefix(String mask) function _networkAddress (line 402) | InternetAddress _networkAddress(InternetAddress ip, InternetAddress mask) function _broadcastAddress (line 407) | InternetAddress _broadcastAddress(InternetAddress ip, InternetAddress mask) FILE: lib/core/sync.dart class BakSyncer (line 11) | final class BakSyncer extends SyncIface { method saveToFile (line 15) | Future saveToFile() method fromFile (line 21) | Future fromFile(String path) FILE: lib/core/utils/comparator.dart class ChainComparator (line 1) | class ChainComparator { method comparing (line 9) | ChainComparator comparing>(F Function(T)... method compare (line 13) | int compare(T a, T b) method call (line 22) | int call(T a, T b) method thenCompareBy (line 26) | ChainComparator thenCompareBy>( method thenWithComparator (line 38) | ChainComparator thenWithComparator(Comparator comparator, {bool ... method thenCompareByReversed (line 42) | ChainComparator thenCompareByReversed>(F Fu... method thenTrueFirst (line 46) | ChainComparator thenTrueFirst(bool Function(T) f) method reversed (line 53) | ChainComparator reversed() class Comparators (line 58) | class Comparators { method compareStringCaseInsensitive (line 59) | Comparator compareStringCaseInsensitive({bool uppercaseFirst =... FILE: lib/core/utils/host_key_helper.dart function ensureHostKeyAcceptedForSftp (line 8) | Future ensureHostKeyAcceptedForSftp(BuildContext context, Spi spi) FILE: lib/core/utils/jump_chain.dart function wouldCreateJumpCycle (line 5) | bool wouldCreateJumpCycle({ function collectJumpServers (line 35) | Map collectJumpServers({ FILE: lib/core/utils/misc.dart function getToken (line 4) | Future getToken() FILE: lib/core/utils/server.dart function loadIndentity (line 19) | List loadIndentity(String key) function decyptPem (line 24) | String decyptPem(List args) type GenSSHClientStatus (line 31) | enum GenSSHClientStatus { socket, key, pwd } function getPrivateKey (line 33) | String getPrivateKey(String id) function genClient (line 44) | Future genClient( type _HostKeyPersistCallback (line 183) | typedef _HostKeyPersistCallback = class HostKeyPromptInfo (line 186) | class HostKeyPromptInfo { class _HostKeyVerifier (line 204) | class _HostKeyVerifier { method call (line 217) | Future call(String keyType, Uint8List fingerprintBytes) function _loadKnownHostFingerprints (line 276) | Map _loadKnownHostFingerprints() function _persistHostKeyFingerprint (line 286) | void _persistHostKeyFingerprint(String storageKey, String fingerprintHex) function _defaultHostKeyPrompt (line 301) | Future _defaultHostKeyPrompt(HostKeyPromptInfo info) function ensureKnownHostKey (line 348) | Future ensureKnownHostKey( function _hasKnownHostFingerprintForSpi (line 400) | bool _hasKnownHostFingerprintForSpi(Spi spi, Map cache) function _hostKeyStorageKey (line 405) | String _hostKeyStorageKey(Spi spi, String keyType) function _hostIdentifier (line 410) | String _hostIdentifier(Spi spi) function _fingerprintToHex (line 412) | String _fingerprintToHex(Uint8List fingerprint) function _fingerprintToBase64 (line 421) | String _fingerprintToBase64(Uint8List fingerprint) FILE: lib/core/utils/server_dedup.dart class ServerDeduplication (line 8) | class ServerDeduplication { method deduplicateServers (line 11) | List deduplicateServers(List importedServers) method _isDuplicate (line 25) | bool _isDuplicate(Spi imported, List existing) method resolveNameConflicts (line 36) | List resolveNameConflicts(List importedServers) method getImportSummary (line 65) | ImportSummary getImportSummary(List originalList, List dedup... method importServersWithNotification (line 80) | Future importServersWithNotification({ method _resolveServers (line 107) | List _resolveServers(List servers) class ImportSummary (line 114) | class ImportSummary { FILE: lib/core/utils/ssh_auth.dart class KeybordInteractive (line 7) | abstract final class KeybordInteractive { method defaultHandle (line 8) | FutureOr?> defaultHandle(Spi spi, {BuildContext? ctx}) FILE: lib/core/utils/ssh_config.dart class SSHConfig (line 6) | abstract final class SSHConfig { method parseConfig (line 40) | Future> parseConfig([String? configPath]) method _parseSSHConfig (line 52) | List _parseSSHConfig(String content) method addServer (line 63) | void addServer() method _extractJumpHost (line 151) | String? _extractJumpHost(String value) method configExists (line 163) | (File?, bool) configExists([String? configPath]) FILE: lib/data/helper/ssh_decoder.dart class SSHDecoder (line 7) | class SSHDecoder { method decode (line 16) | String decode( method encode (line 55) | List encode(String text, {bool isWindows = false}) FILE: lib/data/helper/system_detector.dart class SystemDetector (line 8) | class SystemDetector { method detect (line 17) | Future detect(SSHClient client, Spi spi) FILE: lib/data/model/ai/ask_ai_models.dart type AskAiMessageRole (line 4) | enum AskAiMessageRole { user, assistant } class AskAiMessage (line 6) | @immutable class AskAiCommand (line 27) | @immutable class AskAiEvent (line 40) | @immutable class AskAiContentDelta (line 46) | class AskAiContentDelta extends AskAiEvent { class AskAiToolSuggestion (line 52) | class AskAiToolSuggestion extends AskAiEvent { class AskAiCompleted (line 58) | class AskAiCompleted extends AskAiEvent { class AskAiStreamError (line 69) | class AskAiStreamError extends AskAiEvent { FILE: lib/data/model/app/bak/backup.dart class Backup (line 19) | @JsonSerializable() method toJson (line 46) | Map toJson() method loadFromStore (line 48) | Future loadFromStore() method backup (line 63) | Future backup([String? name]) method merge (line 72) | Future merge({bool force = false}) function _diyEncrypt (line 219) | String _diyEncrypt(String raw) function _diyDecrypt (line 221) | String _diyDecrypt(String raw) FILE: lib/data/model/app/bak/backup.g.dart function _$BackupFromJson (line 9) | Backup _$BackupFromJson(Map json) function _$BackupToJson (line 27) | Map _$BackupToJson(Backup instance) FILE: lib/data/model/app/bak/backup2.dart class BackupV2 (line 18) | @freezed method merge (line 47) | Future merge({bool force = false}) method loadFromStore (line 67) | Future loadFromStore() method backup (line 80) | Future backup([String? name, String? password]) FILE: lib/data/model/app/bak/backup2.freezed.dart function _$identity (line 13) | T _$identity(T value) function toJson (line 26) | Map toJson() function toString (line 39) | String toString() class $BackupV2CopyWith (line 47) | abstract mixin class $BackupV2CopyWith<$Res> { method call (line 50) | $Res call({ class _$BackupV2CopyWithImpl (line 59) | class _$BackupV2CopyWithImpl<$Res> method call (line 68) | $Res call({Object? version = null,Object? date = null,Object? spis = n... function maybeMap (line 99) | TResult maybeMap(TResult Function( _BackupV2 va... function map (line 121) | TResult map(TResult Function( _BackupV2 value) ... function mapOrNull (line 142) | TResult? mapOrNull(TResult? Function( _BackupV2... function maybeWhen (line 163) | TResult maybeWhen(TResult Function( int version... function when (line 184) | TResult when(TResult Function( int version, in... function whenOrNull (line 204) | TResult? whenOrNull(TResult? Function( int vers... class _BackupV2 (line 216) | @JsonSerializable() method toJson (line 274) | Map toJson() method toString (line 288) | String toString() class _$BackupV2CopyWith (line 296) | abstract mixin class _$BackupV2CopyWith<$Res> implements $BackupV2CopyWi... method call (line 299) | $Res call({ class __$BackupV2CopyWithImpl (line 308) | class __$BackupV2CopyWithImpl<$Res> method call (line 317) | $Res call({Object? version = null,Object? date = null,Object? spis = n... FILE: lib/data/model/app/bak/backup2.g.dart function _$BackupV2FromJson (line 9) | _BackupV2 _$BackupV2FromJson(Map json) function _$BackupV2ToJson (line 20) | Map _$BackupV2ToJson(_BackupV2 instance) FILE: lib/data/model/app/bak/backup_service.dart class BackupService (line 10) | class BackupService { method backup (line 12) | Future backup(BuildContext context, BackupSource source) method restore (line 29) | Future restore(BuildContext context, BackupSource source) method restoreFromText (line 43) | Future restoreFromText(BuildContext context, String text) method _confirmAndRestore (line 120) | Future _confirmAndRestore(BuildContext context, (dynamic, String... method _showPasswordDialog (line 142) | Future _showPasswordDialog( FILE: lib/data/model/app/bak/backup_source.dart class BackupSource (line 7) | abstract class BackupSource { method getContent (line 9) | Future getContent() method saveContent (line 12) | Future saveContent(String filePath) class FileBackupSource (line 22) | class FileBackupSource implements BackupSource { method getContent (line 24) | Future getContent() method saveContent (line 29) | Future saveContent(String filePath) class ClipboardBackupSource (line 41) | class ClipboardBackupSource implements BackupSource { method getContent (line 43) | Future getContent() method saveContent (line 52) | Future saveContent(String filePath) FILE: lib/data/model/app/bak/utils.dart class MergeableUtils (line 5) | abstract final class MergeableUtils { method fromJsonString (line 6) | (Mergeable, String) fromJsonString(String json, [String? password]) FILE: lib/data/model/app/error.dart type SSHErrType (line 4) | enum SSHErrType { unknown, connect, auth, noPrivateKey, chdir, segements... class SSHErr (line 6) | class SSHErr extends Err { type ContainerErrType (line 19) | enum ContainerErrType { class ContainerErr (line 34) | class ContainerErr extends Err { type ICloudErrType (line 41) | enum ICloudErrType { generic, notFound, multipleFiles } class ICloudErr (line 43) | class ICloudErr extends Err { type WebdavErrType (line 50) | enum WebdavErrType { generic, notFound } class WebdavErr (line 52) | class WebdavErr extends Err { type PveErrType (line 59) | enum PveErrType { unknown, net, loginFailed } class PveErr (line 61) | class PveErr extends Err { FILE: lib/data/model/app/menu/base.dart class PopMenu (line 3) | abstract class PopMenu { method build (line 4) | PopupMenuItem build( FILE: lib/data/model/app/menu/container.dart type ContainerMenu (line 4) | enum ContainerMenu { FILE: lib/data/model/app/menu/platform.dart class MacOSMenuBarManager (line 13) | class MacOSMenuBarManager { method buildMenuBar (line 14) | List buildMenuBar(BuildContext context, Function(int) on... method _buildNavigateMenuItems (line 61) | List _buildNavigateMenuItems( method _getShortcutKeyForIndex (line 89) | LogicalKeyboardKey? _getShortcutKeyForIndex(int index) method _showAboutDialog (line 104) | Future _showAboutDialog(BuildContext context) method _openSettings (line 109) | void _openSettings(BuildContext context) method _openURL (line 113) | Future _openURL(String url) FILE: lib/data/model/app/menu/server_func.dart type ServerFuncBtn (line 6) | enum ServerFuncBtn { FILE: lib/data/model/app/net_view.dart type NetViewType (line 5) | enum NetViewType { FILE: lib/data/model/app/path_with_prefix.dart class LocalPath (line 7) | class LocalPath { method update (line 15) | void update(String newPath) method undo (line 33) | bool undo() function _trimSuffix (line 42) | String _trimSuffix(String prefixPath) FILE: lib/data/model/app/range.dart class Range (line 1) | final class Range { method contains (line 7) | bool contains(int value) method toString (line 10) | String toString() FILE: lib/data/model/app/scripts/cmd_types.dart type CmdTypeSys (line 9) | enum CmdTypeSys { class ShellCmdType (line 27) | sealed class ShellCmdType implements Enum { type StatusCmdType (line 50) | enum StatusCmdType implements ShellCmdType { type BSDStatusCmdType (line 138) | enum BSDStatusCmdType implements ShellCmdType { type WindowsStatusCmdType (line 166) | enum WindowsStatusCmdType implements ShellCmdType { function findInMap (line 322) | String findInMap(Map parsedOutput) FILE: lib/data/model/app/scripts/script_builders.dart class ScriptBuilder (line 6) | sealed class ScriptBuilder { method buildScript (line 10) | String buildScript(Map? customCmds, [List? dis... method getInstallCommand (line 16) | String getInstallCommand(String scriptDir, String scriptPath) method getExecCommand (line 19) | String getExecCommand(String scriptPath, ShellFunc func) method getCustomCmdsString (line 22) | String getCustomCmdsString(ShellFunc func, Map? custom... class WindowsScriptBuilder (line 29) | class WindowsScriptBuilder extends ScriptBuilder { method getInstallCommand (line 39) | String getInstallCommand(String scriptDir, String scriptPath) method getExecCommand (line 46) | String getExecCommand(String scriptPath, ShellFunc func) method getCustomCmdsString (line 51) | String getCustomCmdsString(ShellFunc func, Map? custom... method buildScript (line 65) | String buildScript(Map? customCmds, [List? dis... method _getWindowsCommand (line 98) | String _getWindowsCommand(ShellFunc func, [List? disabledCmdTy... method _getWindowsStatusCommand (line 108) | String _getWindowsStatusCommand({required List disabledCmdTypes}) class UnixScriptBuilder (line 115) | class UnixScriptBuilder extends ScriptBuilder { method getInstallCommand (line 125) | String getInstallCommand(String scriptDir, String scriptPath) method getExecCommand (line 134) | String getExecCommand(String scriptPath, ShellFunc func) method getCustomCmdsString (line 139) | String getCustomCmdsString(ShellFunc func, Map? custom... method buildScript (line 153) | String buildScript(Map? customCmds, [List? dis... method _getUnixCommand (line 186) | String _getUnixCommand(ShellFunc func, [List? disabledCmdTypes]) method _getUnixStatusCommand (line 197) | String _getUnixStatusCommand({required List disabledCmdTypes}) method _getUnixProcessCommand (line 218) | String _getUnixProcessCommand() method _getUnixShutdownCommand (line 232) | String _getUnixShutdownCommand() method _getUnixRebootCommand (line 242) | String _getUnixRebootCommand() method _getUnixSuspendCommand (line 252) | String _getUnixSuspendCommand() class ScriptBuilderFactory (line 263) | class ScriptBuilderFactory { method getBuilder (line 267) | ScriptBuilder getBuilder(bool isWindows) method getAllBuilders (line 272) | List getAllBuilders() FILE: lib/data/model/app/scripts/script_consts.dart class ScriptConstants (line 4) | class ScriptConstants { method getCmdSeparator (line 24) | String getCmdSeparator(String cmdName) method getCustomCmdSeparator (line 27) | String getCustomCmdSeparator(String cmdName) method getCmdDivider (line 30) | String getCmdDivider(String cmdName) method getWindowsCmdDivider (line 33) | String getWindowsCmdDivider(String cmdName) method parseScriptOutput (line 36) | Map parseScriptOutput(String raw) class ScriptPaths (line 114) | class ScriptPaths { method getScriptDir (line 124) | String getScriptDir(String id, {bool isWindows = false}) method switchScriptDir (line 131) | String switchScriptDir(String id, {bool isWindows = false}) method getScriptPath (line 143) | String getScriptPath(String id, {bool isWindows = false}) method clearCache (line 151) | void clearCache() FILE: lib/data/model/app/scripts/shell_func.dart type ShellFunc (line 6) | enum ShellFunc { class ShellFuncManager (line 38) | class ShellFuncManager { method _normalizeDir (line 42) | String _normalizeDir(String dir, bool isWindows) method getScriptDir (line 53) | String getScriptDir(String id, {SystemType? systemType, required Strin... method switchScriptDir (line 61) | void switchScriptDir(String id, {SystemType? systemType}) method getScriptPath (line 67) | String getScriptPath(String id, {SystemType? systemType, required Stri... method getInstallShellCmd (line 81) | String getInstallShellCmd(String id, {SystemType? systemType, required... method allScript (line 93) | String allScript( FILE: lib/data/model/app/server_detail_card.dart type ServerDetailCards (line 7) | enum ServerDetailCards { FILE: lib/data/model/app/tab.dart type AppTab (line 13) | @HiveType(typeId: 103) FILE: lib/data/model/app/tab.g.dart class AppTabAdapter (line 9) | class AppTabAdapter extends TypeAdapter { method read (line 14) | AppTab read(BinaryReader reader) method write (line 30) | void write(BinaryWriter writer, AppTab obj) FILE: lib/data/model/container/image.dart class ContainerImg (line 6) | abstract final class ContainerImg { class PodmanImg (line 16) | final class PodmanImg implements ContainerImg { method toRawJson (line 37) | String toRawJson() method toJson (line 48) | Map toJson() class DockerImg (line 58) | final class DockerImg implements ContainerImg { method toRawJson (line 86) | String toRawJson() method toJson (line 113) | Map toJson() function _asString (line 123) | String? _asString(dynamic val) function _asInt (line 129) | int? _asInt(dynamic val) FILE: lib/data/model/container/ps.dart class ContainerPs (line 9) | sealed class ContainerPs { method parseStats (line 23) | void parseStats(String s, [String? version]) class PodmanPs (line 26) | final class PodmanPs implements ContainerPs { method parseStats (line 58) | void parseStats(String s, [String? version]) method toRawJson (line 96) | String toRawJson() method toJson (line 108) | Map toJson() class DockerPs (line 119) | final class DockerPs implements ContainerPs { method parseStats (line 148) | void parseStats(String s, [String? version]) FILE: lib/data/model/container/status.dart type ContainerStatus (line 5) | enum ContainerStatus { FILE: lib/data/model/container/type.dart type ContainerType (line 4) | enum ContainerType { FILE: lib/data/model/pkg/manager.dart type PkgManager (line 3) | enum PkgManager { FILE: lib/data/model/pkg/upgrade_info.dart class UpgradePkgInfo (line 3) | class UpgradePkgInfo { method _parseApt (line 36) | void _parseApt(String raw) method _parseYum (line 45) | void _parseYum(String raw) method _parseZypper (line 55) | void _parseZypper(String raw) method _parsePacman (line 63) | void _parsePacman(String raw) method _parseOpkg (line 72) | void _parseOpkg(String raw) method _parseApk (line 82) | void _parseApk(String raw) FILE: lib/data/model/server/amd.dart class AmdSmi (line 30) | class AmdSmi { method fromJson (line 31) | List fromJson(String raw) method _parseGpuItem (line 46) | AmdSmiItem? _parseGpuItem(Map gpu) method _parseIntValue (line 87) | int _parseIntValue(dynamic value) method _formatPower (line 98) | String _formatPower(dynamic draw, dynamic cap) method _parseMemory (line 107) | AmdSmiMem _parseMemory(Map memData) method _parseProcess (line 126) | AmdSmiMemProcess? _parseProcess(Map procData) class AmdSmiItem (line 136) | class AmdSmiItem { method toString (line 158) | String toString() class AmdSmiMem (line 163) | class AmdSmiMem { method toString (line 172) | String toString() class AmdSmiMemProcess (line 177) | class AmdSmiMemProcess { method toString (line 185) | String toString() FILE: lib/data/model/server/battery.dart class Battery (line 15) | class Battery { method toString (line 49) | String toString() type BatteryStatus (line 56) | enum BatteryStatus { class Batteries (line 76) | abstract final class Batteries { method parse (line 77) | List parse(String raw, [bool onlyLiPoly = false]) FILE: lib/data/model/server/conn.dart class Conn (line 3) | class Conn { method parse (line 11) | Conn? parse(String raw) FILE: lib/data/model/server/connection_stat.dart class ConnectionStat (line 8) | @freezed class ServerConnectionStats (line 24) | @freezed type ConnectionResult (line 43) | @HiveType(typeId: 102) FILE: lib/data/model/server/connection_stat.freezed.dart function _$identity (line 13) | T _$identity(T value) function toJson (line 26) | Map toJson() function toString (line 39) | String toString() class $ConnectionStatCopyWith (line 47) | abstract mixin class $ConnectionStatCopyWith<$Res> { method call (line 50) | $Res call({ class _$ConnectionStatCopyWithImpl (line 59) | class _$ConnectionStatCopyWithImpl<$Res> method call (line 68) | $Res call({Object? serverId = null,Object? serverName = null,Object? t... function maybeMap (line 97) | TResult maybeMap(TResult Function( _ConnectionS... function map (line 119) | TResult map(TResult Function( _ConnectionStat v... function mapOrNull (line 140) | TResult? mapOrNull(TResult? Function( _Connecti... function maybeWhen (line 161) | TResult maybeWhen(TResult Function(@HiveField(0... function when (line 182) | TResult when(TResult Function(@HiveField(0) St... function whenOrNull (line 202) | TResult? whenOrNull(TResult? Function(@HiveFiel... class _ConnectionStat (line 214) | @JsonSerializable() method toJson (line 234) | Map toJson() method toString (line 248) | String toString() class _$ConnectionStatCopyWith (line 256) | abstract mixin class _$ConnectionStatCopyWith<$Res> implements $Connecti... method call (line 259) | $Res call({ class __$ConnectionStatCopyWithImpl (line 268) | class __$ConnectionStatCopyWithImpl<$Res> method call (line 277) | $Res call({Object? serverId = null,Object? serverName = null,Object? t... function toJson (line 304) | Map toJson() function toString (line 317) | String toString() class $ServerConnectionStatsCopyWith (line 325) | abstract mixin class $ServerConnectionStatsCopyWith<$Res> { method call (line 328) | $Res call({ class _$ServerConnectionStatsCopyWithImpl (line 337) | class _$ServerConnectionStatsCopyWithImpl<$Res> method call (line 346) | $Res call({Object? serverId = null,Object? serverName = null,Object? t... function maybeMap (line 378) | TResult maybeMap(TResult Function( _ServerConne... function map (line 400) | TResult map(TResult Function( _ServerConnection... function mapOrNull (line 421) | TResult? mapOrNull(TResult? Function( _ServerCo... function maybeWhen (line 442) | TResult maybeWhen(TResult Function(@HiveField(0... function when (line 463) | TResult when(TResult Function(@HiveField(0) St... function whenOrNull (line 483) | TResult? whenOrNull(TResult? Function(@HiveFiel... class _ServerConnectionStats (line 495) | @JsonSerializable() method toJson (line 524) | Map toJson() method toString (line 538) | String toString() class _$ServerConnectionStatsCopyWith (line 546) | abstract mixin class _$ServerConnectionStatsCopyWith<$Res> implements $S... method call (line 549) | $Res call({ class __$ServerConnectionStatsCopyWithImpl (line 558) | class __$ServerConnectionStatsCopyWithImpl<$Res> method call (line 567) | $Res call({Object? serverId = null,Object? serverName = null,Object? t... FILE: lib/data/model/server/connection_stat.g.dart class ConnectionStatAdapter (line 9) | class ConnectionStatAdapter extends TypeAdapter { method read (line 14) | ConnectionStat read(BinaryReader reader) method write (line 30) | void write(BinaryWriter writer, ConnectionStat obj) class ServerConnectionStatsAdapter (line 58) | class ServerConnectionStatsAdapter extends TypeAdapter { method read (line 123) | ConnectionResult read(BinaryReader reader) method write (line 141) | void write(BinaryWriter writer, ConnectionResult obj) function _$ConnectionStatFromJson (line 171) | _ConnectionStat _$ConnectionStatFromJson(Map json) function _$ConnectionStatToJson (line 181) | Map _$ConnectionStatToJson(_ConnectionStat instance) function _$ServerConnectionStatsFromJson (line 199) | _ServerConnectionStats _$ServerConnectionStatsFromJson( function _$ServerConnectionStatsToJson (line 221) | Map _$ServerConnectionStatsToJson( FILE: lib/data/model/server/cpu.dart class Cpus (line 9) | class Cpus extends TimeSeq { method onUpdate (line 15) | void onUpdate() method usedPercent (line 33) | double usedPercent({int coreIdx = 0}) method _getUser (line 57) | double _getUser() method _getSys (line 66) | double _getSys() method _getIowait (line 75) | double _getIowait() method _getIdle (line 84) | double _getIdle() method _coresLoop (line 86) | void _coresLoop(void Function(int i) callback) method _updateSpots (line 102) | void _updateSpots() class SingleCpuCore (line 144) | class SingleCpuCore extends TimeSeqIface { method same (line 159) | bool same(SingleCpuCore other) method parse (line 161) | List parse(String raw) class CpuBrand (line 187) | final class CpuBrand { method parse (line 188) | Map parse(String raw) function parseBsdCpu (line 216) | Cpus parseBsdCpu(String raw) FILE: lib/data/model/server/custom.dart class ServerCustom (line 5) | @JsonSerializable(includeIfNull: false) method toJson (line 40) | Map toJson() FILE: lib/data/model/server/custom.g.dart function _$ServerCustomFromJson (line 9) | ServerCustom _$ServerCustomFromJson(Map json) function _$ServerCustomToJson (line 21) | Map _$ServerCustomToJson(ServerCustom instance) FILE: lib/data/model/server/discovery_result.dart class SshDiscoveryResult (line 6) | @freezed class SshDiscoveryReport (line 18) | @freezed class SshDiscoveryConfig (line 30) | @freezed function toArgs (line 41) | List toArgs() FILE: lib/data/model/server/discovery_result.freezed.dart function _$identity (line 13) | T _$identity(T value) function toJson (line 26) | Map toJson() function toString (line 39) | String toString() class $SshDiscoveryResultCopyWith (line 47) | abstract mixin class $SshDiscoveryResultCopyWith<$Res> { method call (line 50) | $Res call({ class _$SshDiscoveryResultCopyWithImpl (line 59) | class _$SshDiscoveryResultCopyWithImpl<$Res> method call (line 68) | $Res call({Object? ip = null,Object? port = null,Object? banner = free... function maybeMap (line 95) | TResult maybeMap(TResult Function( _SshDiscover... function map (line 117) | TResult map(TResult Function( _SshDiscoveryResu... function mapOrNull (line 138) | TResult? mapOrNull(TResult? Function( _SshDisco... function maybeWhen (line 159) | TResult maybeWhen(TResult Function( String ip, ... function when (line 180) | TResult when(TResult Function( String ip, int ... function whenOrNull (line 200) | TResult? whenOrNull(TResult? Function( String i... class _SshDiscoveryResult (line 212) | @JsonSerializable() method toJson (line 230) | Map toJson() method toString (line 244) | String toString() class _$SshDiscoveryResultCopyWith (line 252) | abstract mixin class _$SshDiscoveryResultCopyWith<$Res> implements $SshD... method call (line 255) | $Res call({ class __$SshDiscoveryResultCopyWithImpl (line 264) | class __$SshDiscoveryResultCopyWithImpl<$Res> method call (line 273) | $Res call({Object? ip = null,Object? port = null,Object? banner = free... function toJson (line 298) | Map toJson() function toString (line 311) | String toString() class $SshDiscoveryReportCopyWith (line 319) | abstract mixin class $SshDiscoveryReportCopyWith<$Res> { method call (line 322) | $Res call({ class _$SshDiscoveryReportCopyWithImpl (line 331) | class _$SshDiscoveryReportCopyWithImpl<$Res> method call (line 340) | $Res call({Object? generatedAt = null,Object? durationMs = null,Object... function maybeMap (line 367) | TResult maybeMap(TResult Function( _SshDiscover... function map (line 389) | TResult map(TResult Function( _SshDiscoveryRepo... function mapOrNull (line 410) | TResult? mapOrNull(TResult? Function( _SshDisco... function maybeWhen (line 431) | TResult maybeWhen(TResult Function( String gene... function when (line 452) | TResult when(TResult Function( String generated... function whenOrNull (line 472) | TResult? whenOrNull(TResult? Function( String g... class _SshDiscoveryReport (line 484) | @JsonSerializable() method toJson (line 508) | Map toJson() method toString (line 522) | String toString() class _$SshDiscoveryReportCopyWith (line 530) | abstract mixin class _$SshDiscoveryReportCopyWith<$Res> implements $SshD... method call (line 533) | $Res call({ class __$SshDiscoveryReportCopyWithImpl (line 542) | class __$SshDiscoveryReportCopyWithImpl<$Res> method call (line 551) | $Res call({Object? generatedAt = null,Object? durationMs = null,Object... function toString (line 586) | String toString() class $SshDiscoveryConfigCopyWith (line 594) | abstract mixin class $SshDiscoveryConfigCopyWith<$Res> { method call (line 597) | $Res call({ class _$SshDiscoveryConfigCopyWithImpl (line 606) | class _$SshDiscoveryConfigCopyWithImpl<$Res> method call (line 615) | $Res call({Object? timeoutMs = null,Object? maxConcurrency = null,Obje... function maybeMap (line 642) | TResult maybeMap(TResult Function( _SshDiscover... function map (line 664) | TResult map(TResult Function( _SshDiscoveryConf... function mapOrNull (line 685) | TResult? mapOrNull(TResult? Function( _SshDisco... function maybeWhen (line 706) | TResult maybeWhen(TResult Function( int timeout... function when (line 727) | TResult when(TResult Function( int timeoutMs, ... function whenOrNull (line 747) | TResult? whenOrNull(TResult? Function( int time... class _SshDiscoveryConfig (line 761) | class _SshDiscoveryConfig implements SshDiscoveryConfig { method toString (line 788) | String toString() class _$SshDiscoveryConfigCopyWith (line 796) | abstract mixin class _$SshDiscoveryConfigCopyWith<$Res> implements $SshD... method call (line 799) | $Res call({ class __$SshDiscoveryConfigCopyWithImpl (line 808) | class __$SshDiscoveryConfigCopyWithImpl<$Res> method call (line 817) | $Res call({Object? timeoutMs = null,Object? maxConcurrency = null,Obje... FILE: lib/data/model/server/discovery_result.g.dart function _$SshDiscoveryResultFromJson (line 9) | _SshDiscoveryResult _$SshDiscoveryResultFromJson(Map json) function _$SshDiscoveryResultToJson (line 17) | Map _$SshDiscoveryResultToJson(_SshDiscoveryResult inst... function _$SshDiscoveryReportFromJson (line 25) | _SshDiscoveryReport _$SshDiscoveryReportFromJson(Map json) function _$SshDiscoveryReportToJson (line 35) | Map _$SshDiscoveryReportToJson(_SshDiscoveryReport inst... FILE: lib/data/model/server/disk.dart class Disk (line 9) | class Disk with EquatableMixin { method parse (line 44) | List parse(String raw) method _processTopLevelDevice (line 95) | void _processTopLevelDevice(Map device, List list) method _parseFilesystemFields (line 119) | ({BigInt size, BigInt used, BigInt avail, int usedPercent}) _parseFile... method parseSize (line 121) | BigInt parseSize(String? sizeStr) method parsePercent (line 129) | int parsePercent(String? percentStr) method _processSingleDevice (line 145) | Disk? _processSingleDevice(Map device) method _processDiskDevice (line 178) | Disk? _processDiskDevice(Map device) method _parseWithOldMethod (line 228) | List _parseWithOldMethod(String raw) class DiskIO (line 283) | class DiskIO extends TimeSeq { method onUpdate (line 287) | void onUpdate() method _getSpeed (line 291) | (double?, double?) _getSpeed(String dev) method getSpeed (line 311) | (String?, String?) getSpeed(String dev) method _getAllSpeed (line 320) | (String?, String?) _getAllSpeed() method parse (line 344) | List parse(String raw, int time) class DiskIOPiece (line 372) | class DiskIOPiece extends TimeSeqIface { method same (line 381) | bool same(DiskIOPiece other) class DiskUsage (line 384) | class DiskUsage { method parse (line 397) | DiskUsage parse(List disks) function _shouldCalc (line 415) | bool _shouldCalc(String fs, String mount) FILE: lib/data/model/server/disk_smart.dart class DiskSmart (line 9) | @freezed method parse (line 27) | List parse(String raw) method _isPhysicalDisk (line 78) | bool _isPhysicalDisk(String device) method _parseHealthStatus (line 94) | bool? _parseHealthStatus(Map data) method _parseSmartAttributes (line 164) | Map _parseSmartAttributes(Map... method _extractTemperature (line 195) | double? _extractTemperature(Map data, Map(T value) function toJson (line 26) | Map toJson() class $DiskSmartCopyWith (line 43) | abstract mixin class $DiskSmartCopyWith<$Res> { method call (line 46) | $Res call({ class _$DiskSmartCopyWithImpl (line 55) | class _$DiskSmartCopyWithImpl<$Res> method call (line 64) | $Res call({Object? device = null,Object? healthy = freezed,Object? tem... function maybeMap (line 96) | TResult maybeMap(TResult Function( _DiskSmart v... function map (line 118) | TResult map(TResult Function( _DiskSmart value)... function mapOrNull (line 139) | TResult? mapOrNull(TResult? Function( _DiskSmar... function maybeWhen (line 160) | TResult maybeWhen(TResult Function( String devi... function when (line 181) | TResult when(TResult Function( String device, ... function whenOrNull (line 201) | TResult? whenOrNull(TResult? Function( String d... class _DiskSmart (line 213) | @JsonSerializable() method toJson (line 248) | Map toJson() class _$DiskSmartCopyWith (line 266) | abstract mixin class _$DiskSmartCopyWith<$Res> implements $DiskSmartCopy... method call (line 269) | $Res call({ class __$DiskSmartCopyWithImpl (line 278) | class __$DiskSmartCopyWithImpl<$Res> method call (line 287) | $Res call({Object? device = null,Object? healthy = freezed,Object? tem... function toJson (line 317) | Map toJson() class $SmartAttributeCopyWith (line 334) | abstract mixin class $SmartAttributeCopyWith<$Res> { method call (line 337) | $Res call({ class _$SmartAttributeCopyWithImpl (line 346) | class _$SmartAttributeCopyWithImpl<$Res> method call (line 355) | $Res call({Object? id = freezed,Object? name = null,Object? value = fr... function maybeMap (line 396) | TResult maybeMap(TResult Function( _SmartAttrib... function map (line 418) | TResult map(TResult Function( _SmartAttribute v... function mapOrNull (line 439) | TResult? mapOrNull(TResult? Function( _SmartAtt... function maybeWhen (line 460) | TResult maybeWhen(TResult Function( int? id, S... function when (line 481) | TResult when(TResult Function( int? id, String... function whenOrNull (line 501) | TResult? whenOrNull(TResult? Function( int? id,... class _SmartAttribute (line 513) | @JsonSerializable() method toJson (line 536) | Map toJson() class _$SmartAttributeCopyWith (line 554) | abstract mixin class _$SmartAttributeCopyWith<$Res> implements $SmartAtt... method call (line 557) | $Res call({ class __$SmartAttributeCopyWithImpl (line 566) | class __$SmartAttributeCopyWithImpl<$Res> method call (line 575) | $Res call({Object? id = freezed,Object? name = null,Object? value = fr... function toJson (line 614) | Map toJson() class $SmartAttributeFlagsCopyWith (line 631) | abstract mixin class $SmartAttributeFlagsCopyWith<$Res> { method call (line 634) | $Res call({ class _$SmartAttributeFlagsCopyWithImpl (line 643) | class _$SmartAttributeFlagsCopyWithImpl<$Res> method call (line 652) | $Res call({Object? value = freezed,Object? string = freezed,Object? pr... function maybeMap (line 683) | TResult maybeMap(TResult Function( _SmartAttrib... function map (line 705) | TResult map(TResult Function( _SmartAttributeFl... function mapOrNull (line 726) | TResult? mapOrNull(TResult? Function( _SmartAtt... function maybeWhen (line 747) | TResult maybeWhen(TResult Function( int? value,... function when (line 768) | TResult when(TResult Function( int? value, Str... function whenOrNull (line 788) | TResult? whenOrNull(TResult? Function( int? val... class _SmartAttributeFlags (line 800) | @JsonSerializable() method toJson (line 822) | Map toJson() class _$SmartAttributeFlagsCopyWith (line 840) | abstract mixin class _$SmartAttributeFlagsCopyWith<$Res> implements $Sma... method call (line 843) | $Res call({ class __$SmartAttributeFlagsCopyWithImpl (line 852) | class __$SmartAttributeFlagsCopyWithImpl<$Res> method call (line 861) | $Res call({Object? value = freezed,Object? string = freezed,Object? pr... FILE: lib/data/model/server/disk_smart.g.dart function _$DiskSmartFromJson (line 9) | _DiskSmart _$DiskSmartFromJson(Map json) function _$DiskSmartToJson (line 23) | Map _$DiskSmartToJson(_DiskSmart instance) function _$SmartAttributeFromJson (line 36) | _SmartAttribute _$SmartAttributeFromJson(Map json) function _$SmartAttributeToJson (line 51) | Map _$SmartAttributeToJson(_SmartAttribute instance) function _$SmartAttributeFlagsFromJson (line 64) | _SmartAttributeFlags _$SmartAttributeFlagsFromJson(Map ... function _$SmartAttributeFlagsToJson (line 76) | Map _$SmartAttributeFlagsToJson( FILE: lib/data/model/server/dist.dart type Dist (line 1) | enum Dist { FILE: lib/data/model/server/memory.dart class Memory (line 3) | class Memory { method parse (line 19) | Memory parse(String raw) function parseBsdMemory (line 39) | Memory parseBsdMemory(String raw) function _convertToKB (line 87) | int _convertToKB(double amount, String unit) class Swap (line 103) | class Swap { method toString (line 115) | String toString() method parse (line 119) | Swap parse(String raw) FILE: lib/data/model/server/net_speed.dart class NetSpeedPart (line 7) | class NetSpeedPart extends TimeSeqIface { method same (line 16) | bool same(NetSpeedPart other) type CachedNetVals (line 19) | typedef CachedNetVals = ({String sizeIn, String sizeOut, String speedIn,... class NetSpeed (line 21) | class NetSpeed extends TimeSeq { method onUpdate (line 25) | void onUpdate() method speedInBytes (line 55) | double speedInBytes(int i) method speedOutBytes (line 56) | double speedOutBytes(int i) method sizeInBytes (line 57) | BigInt sizeInBytes(int i) method sizeOutBytes (line 58) | BigInt sizeOutBytes(int i) method speedIn (line 60) | String speedIn({String? device}) method sizeIn (line 78) | String sizeIn({String? device}) method speedOut (line 96) | String speedOut({String? device}) method sizeOut (line 114) | String sizeOut({String? device}) method deviceIdx (line 132) | int deviceIdx(String? device) method buildStandardOutput (line 143) | String buildStandardOutput(double speed) method parse (line 150) | List parse(String raw, int time) method parseBsd (line 197) | List parseBsd(String raw, int time) FILE: lib/data/model/server/nvdia.dart class NvidiaSmi (line 24) | class NvidiaSmi { method fromXml (line 25) | List fromXml(String raw) class NvidiaSmiItem (line 89) | class NvidiaSmiItem { method toString (line 109) | String toString() class NvidiaSmiMem (line 114) | class NvidiaSmiMem { method toString (line 123) | String toString() class NvidiaSmiMemProcess (line 128) | class NvidiaSmiMemProcess { method toString (line 136) | String toString() FILE: lib/data/model/server/ping_result.dart class PingResult (line 8) | class PingResult { class PingSeqResult (line 28) | class PingSeqResult { method toString (line 44) | String toString() class PingStatistics (line 49) | class PingStatistics { FILE: lib/data/model/server/private_key_info.dart class PrivateKeyInfo (line 5) | @JsonSerializable() method toJson (line 15) | Map toJson() FILE: lib/data/model/server/private_key_info.g.dart function _$PrivateKeyInfoFromJson (line 9) | PrivateKeyInfo _$PrivateKeyInfoFromJson(Map json) function _$PrivateKeyInfoToJson (line 15) | Map _$PrivateKeyInfoToJson(PrivateKeyInfo instance) FILE: lib/data/model/server/proc.dart class _ProcValIdxMap (line 5) | class _ProcValIdxMap { class Proc (line 34) | class Proc { method toJson (line 78) | Map toJson() method toString (line 95) | String toString() class PsResult (line 106) | class PsResult { type ProcSortMode (line 167) | enum ProcSortMode { cpu, mem, pid, user, name } function indexOfOrNull (line 170) | int? indexOfOrNull(String val) FILE: lib/data/model/server/pve.dart type PveResType (line 4) | enum PveResType { class PveResIface (line 29) | sealed class PveResIface { method fromJson (line 34) | PveResIface? fromJson(Map json) class PveCtrlIface (line 52) | abstract interface class PveCtrlIface { class PveLxc (line 60) | final class PveLxc extends PveResIface implements PveCtrlIface { method fromJson (line 104) | PveLxc fromJson(Map json) class PveQemu (line 138) | final class PveQemu extends PveResIface implements PveCtrlIface { method fromJson (line 182) | PveQemu fromJson(Map json) class PveNode (line 216) | final class PveNode extends PveResIface { method fromJson (line 242) | PveNode fromJson(Map json) class PveStorage (line 266) | final class PveStorage extends PveResIface implements PveCtrlIface { method fromJson (line 295) | PveStorage fromJson(Map json) class PveSdn (line 325) | final class PveSdn extends PveResIface implements PveCtrlIface { method fromJson (line 338) | PveSdn fromJson(Map json) class PveRes (line 358) | final class PveRes { method parse (line 397) | Future parse((List list, PveRes? old) val) FILE: lib/data/model/server/sensors.dart class SensorAdaptor (line 3) | final class SensorAdaptor { method parse (line 17) | SensorAdaptor parse(String raw) class SensorItem (line 26) | final class SensorItem { method parse (line 47) | List parse(String raw) FILE: lib/data/model/server/server.dart class ServerStatus (line 16) | class ServerStatus { type ServerConn (line 53) | enum ServerConn { FILE: lib/data/model/server/server_private_info.dart class Spi (line 20) | @freezed method toString (line 57) | String toString() method parseId (line 60) | String parseId(Object? id) function save (line 72) | void save() function migrateId (line 79) | String? migrateId() function toJsonString (line 88) | String toJsonString() function isSameAs (line 91) | bool isSameAs(Spi other) function shouldReconnect (line 101) | bool shouldReconnect(Spi old) function parseAlterUrl (line 106) | (String ip, String usr, int port) parseAlterUrl() FILE: lib/data/model/server/server_private_info.freezed.dart function _$identity (line 13) | T _$identity(T value) function toJson (line 31) | Map toJson() class $SpiCopyWith (line 48) | abstract mixin class $SpiCopyWith<$Res> { method call (line 51) | $Res call({ class _$SpiCopyWithImpl (line 60) | class _$SpiCopyWithImpl<$Res> method call (line 69) | $Res call({Object? name = null,Object? ip = null,Object? port = null,O... function maybeMap (line 108) | TResult maybeMap(TResult Function( _Spi value)?... function map (line 130) | TResult map(TResult Function( _Spi value) $def... function mapOrNull (line 151) | TResult? mapOrNull(TResult? Function( _Spi valu... function maybeWhen (line 172) | TResult maybeWhen(TResult Function( String name... function when (line 193) | TResult when(TResult Function( String name, St... function whenOrNull (line 213) | TResult? whenOrNull(TResult? Function( String n... class _Spi (line 226) | @JsonSerializable(includeIfNull: false) method toJson (line 286) | Map toJson() class _$SpiCopyWith (line 304) | abstract mixin class _$SpiCopyWith<$Res> implements $SpiCopyWith<$Res> { method call (line 307) | $Res call({ class __$SpiCopyWithImpl (line 316) | class __$SpiCopyWithImpl<$Res> method call (line 325) | $Res call({Object? name = null,Object? ip = null,Object? port = null,O... FILE: lib/data/model/server/server_private_info.g.dart function _$SpiFromJson (line 9) | _Spi _$SpiFromJson(Map json) function _$SpiToJson (line 39) | Map _$SpiToJson(_Spi instance) FILE: lib/data/model/server/server_status_update_req.dart class ServerStatusUpdateReq (line 21) | class ServerStatusUpdateReq { function getStatus (line 35) | Future getStatus(ServerStatusUpdateReq req) function _getLinuxStatus (line 45) | Future _getLinuxStatus(ServerStatusUpdateReq req) function _getBsdStatus (line 201) | Future _getBsdStatus(ServerStatusUpdateReq req) function _parseUpTime (line 252) | String? _parseUpTime(String raw) function _parseSysVer (line 291) | String? _parseSysVer(String raw) function _parseHostName (line 299) | String? _parseHostName(String raw) function _getWindowsStatus (line 308) | Future _getWindowsStatus(ServerStatusUpdateReq req) function _parseWindowsNetworkData (line 333) | void _parseWindowsNetworkData(ServerStatusUpdateReq req, Map... function _parseWindowsMemoryData (line 408) | void _parseWindowsMemoryData(ServerStatusUpdateReq req, Map... function _parseWindowsBatteries (line 520) | List _parseWindowsBatteries(String raw) function _parseWindowsNetwork (line 551) | List _parseWindowsNetwork(String raw, int currentTime) function _parseWindowsDiskIO (line 597) | List _parseWindowsDiskIO(String raw, int currentTime) function _parseWindowsTemperatures (line 651) | void _parseWindowsTemperatures(Temperatures temps, String raw) FILE: lib/data/model/server/snippet.dart class Snippet (line 11) | @freezed function fmtWithSpi (line 37) | String fmtWithSpi(Spi spi) function runInTerm (line 47) | Future runInTerm(Terminal terminal, Spi spi, {bool autoEnter = fal... function _doTermKeys (line 115) | Future _doTermKeys(Terminal terminal, MapEntry? _find(Map map, String key) class SnippetResult (line 157) | class SnippetResult { type SnippetFuncCtx (line 165) | typedef SnippetFuncCtx = ({Terminal term, String raw}); class SnippetFuncs (line 167) | abstract final class SnippetFuncs { method sleep (line 176) | FutureOr sleep(SnippetFuncCtx ctx) method enter (line 183) | FutureOr enter(SnippetFuncCtx ctx) FILE: lib/data/model/server/snippet.freezed.dart function _$identity (line 13) | T _$identity(T value) function toJson (line 27) | Map toJson() function toString (line 40) | String toString() class $SnippetCopyWith (line 48) | abstract mixin class $SnippetCopyWith<$Res> { method call (line 51) | $Res call({ class _$SnippetCopyWithImpl (line 60) | class _$SnippetCopyWithImpl<$Res> method call (line 69) | $Res call({Object? name = null,Object? script = null,Object? tags = fr... function maybeMap (line 97) | TResult maybeMap(TResult Function( _Snippet val... function map (line 119) | TResult map(TResult Function( _Snippet value) ... function mapOrNull (line 140) | TResult? mapOrNull(TResult? Function( _Snippet ... function maybeWhen (line 161) | TResult maybeWhen(TResult Function( String name... function when (line 182) | TResult when(TResult Function( String name, St... function whenOrNull (line 202) | TResult? whenOrNull(TResult? Function( String n... class _Snippet (line 214) | @JsonSerializable() method toJson (line 251) | Map toJson() method toString (line 265) | String toString() class _$SnippetCopyWith (line 273) | abstract mixin class _$SnippetCopyWith<$Res> implements $SnippetCopyWith... method call (line 276) | $Res call({ class __$SnippetCopyWithImpl (line 285) | class __$SnippetCopyWithImpl<$Res> method call (line 294) | $Res call({Object? name = null,Object? script = null,Object? tags = fr... FILE: lib/data/model/server/snippet.g.dart function _$SnippetFromJson (line 9) | _Snippet _$SnippetFromJson(Map json) function _$SnippetToJson (line 19) | Map _$SnippetToJson(_Snippet instance) FILE: lib/data/model/server/system.dart type SystemType (line 3) | enum SystemType { FILE: lib/data/model/server/systemd.dart type SystemdUnitFunc (line 5) | enum SystemdUnitFunc { type SystemdUnitType (line 25) | enum SystemdUnitType { type SystemdUnitScope (line 36) | enum SystemdUnitScope { type SystemdScopeFilter (line 53) | enum SystemdScopeFilter { type SystemdUnitState (line 65) | enum SystemdUnitState { class SystemdUnit (line 82) | final class SystemdUnit { method getCmd (line 97) | String getCmd({required SystemdUnitFunc func, required bool isRoot}) FILE: lib/data/model/server/temp.dart class Temperatures (line 1) | class Temperatures { method parse (line 4) | void parse(String type, String value) method get (line 22) | double? get(String name) FILE: lib/data/model/server/time_seq.dart class Fifo (line 3) | class Fifo extends ListBase { method add (line 11) | void add(element) class TimeSeq (line 40) | abstract class TimeSeq> extends Fifo> { method onUpdate (line 53) | void onUpdate() method update (line 55) | void update(List new_) class TimeSeqIface (line 79) | abstract class TimeSeqIface { method same (line 80) | bool same(T other) FILE: lib/data/model/server/try_limiter.dart class TryLimiter (line 3) | class TryLimiter { method canTry (line 8) | bool canTry(String id) method inc (line 20) | void inc(String sid) method reset (line 24) | void reset(String id) method clear (line 28) | void clear() FILE: lib/data/model/server/windows_parser.dart class WindowsCpuResult (line 11) | class WindowsCpuResult { class WindowsParser (line 22) | class WindowsParser { method parseCustomCommands (line 26) | void parseCustomCommands( method parseUpTime (line 43) | String? parseUpTime(String raw) method parseCpu (line 105) | WindowsCpuResult parseCpu(String raw, ServerStatus serverStatus) method parseMemory (line 224) | Memory? parseMemory(String raw) method parseDisks (line 244) | List parseDisks(String raw) FILE: lib/data/model/server/wol_cfg.dart class WakeOnLanCfg (line 8) | @JsonSerializable(includeIfNull: false) method validate (line 16) | (Object?, bool) validate() method wake (line 29) | Future wake() method toJson (line 43) | Map toJson() FILE: lib/data/model/server/wol_cfg.g.dart function _$WakeOnLanCfgFromJson (line 9) | WakeOnLanCfg _$WakeOnLanCfgFromJson(Map json) function _$WakeOnLanCfgToJson (line 15) | Map _$WakeOnLanCfgToJson(WakeOnLanCfg instance) FILE: lib/data/model/sftp/browser_status.dart class SftpBrowserStatus (line 7) | class SftpBrowserStatus { class _AbsolutePath (line 17) | class _AbsolutePath { method undo (line 42) | bool undo() FILE: lib/data/model/sftp/req.dart class SftpReq (line 3) | class SftpReq { type SftpReqType (line 69) | enum SftpReqType { download, upload } class SftpReqStatus (line 71) | class SftpReqStatus { method dispose (line 101) | void dispose() method onNotify (line 106) | void onNotify(dynamic event) type SftpWorkerStatus (line 134) | enum SftpWorkerStatus { preparing, sshConnectted, loading, finished } FILE: lib/data/model/sftp/worker.dart class SftpWorker (line 16) | class SftpWorker { method _dispose (line 24) | void _dispose() method init (line 30) | Future init() method mainMessageHandler (line 41) | void mainMessageHandler(dynamic data, SendPort isolateSendPort) function isolateMessageHandler (line 47) | Future isolateMessageHandler( function _download (line 68) | Future _download( function _upload (line 136) | Future _upload( FILE: lib/data/model/ssh/virtual_key.dart type VirtualKeyFunc (line 7) | enum VirtualKeyFunc { toggleIME, backspace, clipboard, snippet, file } type VirtKey (line 9) | enum VirtKey { function loadFromStore (line 184) | List loadFromStore({bool saveDefaultIfErr = true}) FILE: lib/data/provider/ai/ask_ai.dart class AskAiRepository (line 15) | class AskAiRepository { method ask (line 23) | Stream ask({ method _buildRequestBody (line 203) | Map _buildRequestBody({ method _composeUri (line 265) | Uri _composeUri(String base, String path) class _ToolCallBuilder (line 272) | class _ToolCallBuilder { method tryBuild (line 279) | AskAiCommand? tryBuild({bool force = false}) type AskAiConfigField (line 307) | @immutable class AskAiConfigException (line 310) | class AskAiConfigException implements Exception { method toString (line 319) | String toString() class AskAiNetworkException (line 334) | @immutable method toString (line 342) | String toString() FILE: lib/data/provider/container.dart class ContainerState (line 24) | @freezed class ContainerNotifier (line 37) | @riverpod method build (line 43) | ContainerState build(SSHClient? client, String userName, String hostId... method _getSudoPassword (line 53) | Future _getSudoPassword() method setType (line 65) | Future setType(ContainerType type) method _requiresSudo (line 72) | void _requiresSudo() method refresh (line 86) | Future refresh({bool isAuto = false}) method stop (line 280) | Future stop(String id) method start (line 282) | Future start(String id) method delete (line 284) | Future delete(String id, bool force) method restart (line 291) | Future restart(String id) method pruneImages (line 293) | Future pruneImages({bool all = true}) method pruneContainers (line 298) | Future pruneContainers() method pruneVolumes (line 302) | Future pruneVolumes() method pruneSystem (line 306) | Future pruneSystem() method run (line 310) | Future run(String cmd, {bool autoRefresh = true}) method _wrap (line 363) | String _wrap(String cmd) function _buildSudoCmd (line 376) | String _buildSudoCmd(String baseCmd, String password) type ContainerCmdType (line 381) | enum ContainerCmdType { FILE: lib/data/provider/container.freezed.dart function _$identity (line 13) | T _$identity(T value) function toString (line 36) | String toString() class $ContainerStateCopyWith (line 44) | abstract mixin class $ContainerStateCopyWith<$Res> { method call (line 47) | $Res call({ class _$ContainerStateCopyWithImpl (line 56) | class _$ContainerStateCopyWithImpl<$Res> method call (line 65) | $Res call({Object? items = freezed,Object? images = freezed,Object? ve... function maybeMap (line 95) | TResult maybeMap(TResult Function( _ContainerSt... function map (line 117) | TResult map(TResult Function( _ContainerState v... function mapOrNull (line 138) | TResult? mapOrNull(TResult? Function( _Containe... function maybeWhen (line 159) | TResult maybeWhen(TResult Function( List(TResult Function( List(TResult? Function( List implements $Containe... method call (line 271) | $Res call({ class __$ContainerStateCopyWithImpl (line 280) | class __$ContainerStateCopyWithImpl<$Res> method call (line 289) | $Res call({Object? items = freezed,Object? images = freezed,Object? ve... FILE: lib/data/provider/container.g.dart class ContainerNotifierProvider (line 15) | final class ContainerNotifierProvider method debugGetCreateSourceHash (line 29) | String debugGetCreateSourceHash() method toString (line 32) | String toString() method create (line 40) | ContainerNotifier create() method overrideWithValue (line 43) | Override overrideWithValue(ContainerState value) function _$containerNotifierHash (line 61) | String _$containerNotifierHash() class ContainerNotifierFamily (line 63) | final class ContainerNotifierFamily extends $Family method call (line 81) | ContainerNotifierProvider call( method toString (line 92) | String toString() class _$ContainerNotifier (line 95) | abstract class _$ContainerNotifier extends $Notifier { method build (line 102) | ContainerState build( method runBuild (line 110) | void runBuild() FILE: lib/data/provider/private_key.dart class PrivateKeyState (line 10) | @freezed class PrivateKeyNotifier (line 15) | @Riverpod(keepAlive: true) method build (line 18) | PrivateKeyState build() method reload (line 22) | void reload() method _load (line 28) | PrivateKeyState _load() method add (line 33) | void add(PrivateKeyInfo info) method delete (line 40) | void delete(PrivateKeyInfo info) method update (line 47) | void update(PrivateKeyInfo old, PrivateKeyInfo newInfo) FILE: lib/data/provider/private_key.freezed.dart function _$identity (line 13) | T _$identity(T value) function toString (line 36) | String toString() class $PrivateKeyStateCopyWith (line 44) | abstract mixin class $PrivateKeyStateCopyWith<$Res> { method call (line 47) | $Res call({ class _$PrivateKeyStateCopyWithImpl (line 56) | class _$PrivateKeyStateCopyWithImpl<$Res> method call (line 65) | $Res call({Object? keys = null,}) function maybeMap (line 89) | TResult maybeMap(TResult Function( _PrivateKeyS... function map (line 111) | TResult map(TResult Function( _PrivateKeyState ... function mapOrNull (line 132) | TResult? mapOrNull(TResult? Function( _PrivateK... function maybeWhen (line 153) | TResult maybeWhen(TResult Function( List(TResult Function( List(TResult? Function( List implements $Private... method call (line 249) | $Res call({ class __$PrivateKeyStateCopyWithImpl (line 258) | class __$PrivateKeyStateCopyWithImpl<$Res> method call (line 267) | $Res call({Object? keys = null,}) FILE: lib/data/provider/private_key.g.dart class PrivateKeyNotifierProvider (line 15) | final class PrivateKeyNotifierProvider method debugGetCreateSourceHash (line 29) | String debugGetCreateSourceHash() method create (line 33) | PrivateKeyNotifier create() method overrideWithValue (line 36) | Override overrideWithValue(PrivateKeyState value) function _$privateKeyNotifierHash (line 44) | String _$privateKeyNotifierHash() class _$PrivateKeyNotifier (line 47) | abstract class _$PrivateKeyNotifier extends $Notifier { method build (line 48) | PrivateKeyState build() method runBuild (line 51) | void runBuild() FILE: lib/data/provider/providers.dart function useNotifier (line 18) | T useNotifier>(NotifierProvider ... function readProvider (line 22) | T readProvider(ProviderBase provider) function watchProvider (line 26) | T watchProvider(ProviderBase provider) class MyProviders (line 33) | final class MyProviders { class ReadMyProvider (line 42) | final class ReadMyProvider { method call (line 46) | T call(ProviderBase provider) class WatchMyProvider (line 56) | final class WatchMyProvider { method call (line 60) | T call(ProviderBase provider) class UseNotifierMyProvider (line 70) | final class UseNotifierMyProvider { method call (line 74) | T call>(NotifierProvider provi... FILE: lib/data/provider/pve.dart type PveCtrlFunc (line 20) | typedef PveCtrlFunc = Future Function(String node, String id); class PveState (line 22) | @freezed class PveNotifier (line 33) | @riverpod method build (line 45) | PveState build(Spi spiParam) method _initSession (line 65) | void _initSession() method _init (line 82) | Future _init() method _forward (line 96) | Future _forward() method cf (line 114) | Future> cf( method _login (line 139) | Future _login() method _getRelease (line 163) | Future _getRelease() method list (line 171) | Future list() method reboot (line 190) | Future reboot(String node, String id) method start (line 200) | Future start(String node, String id) method stop (line 210) | Future stop(String node, String id) method shutdown (line 220) | Future shutdown(String node, String id) method _isCtrlSuc (line 230) | bool _isCtrlSuc(Response resp) method dispose (line 234) | Future dispose() FILE: lib/data/provider/pve.freezed.dart function _$identity (line 13) | T _$identity(T value) function toString (line 36) | String toString() class $PveStateCopyWith (line 44) | abstract mixin class $PveStateCopyWith<$Res> { method call (line 47) | $Res call({ class _$PveStateCopyWithImpl (line 56) | class _$PveStateCopyWithImpl<$Res> method call (line 65) | $Res call({Object? error = freezed,Object? data = freezed,Object? rele... function maybeMap (line 93) | TResult maybeMap(TResult Function( _PveState va... function map (line 115) | TResult map(TResult Function( _PveState value) ... function mapOrNull (line 136) | TResult? mapOrNull(TResult? Function( _PveState... function maybeWhen (line 157) | TResult maybeWhen(TResult Function( PveErr? err... function when (line 178) | TResult when(TResult Function( PveErr? error, ... function whenOrNull (line 198) | TResult? whenOrNull(TResult? Function( PveErr? ... class _PveState (line 212) | class _PveState implements PveState { method toString (line 240) | String toString() class _$PveStateCopyWith (line 248) | abstract mixin class _$PveStateCopyWith<$Res> implements $PveStateCopyWi... method call (line 251) | $Res call({ class __$PveStateCopyWithImpl (line 260) | class __$PveStateCopyWithImpl<$Res> method call (line 269) | $Res call({Object? error = freezed,Object? data = freezed,Object? rele... FILE: lib/data/provider/pve.g.dart class PveNotifierProvider (line 15) | final class PveNotifierProvider method debugGetCreateSourceHash (line 29) | String debugGetCreateSourceHash() method toString (line 32) | String toString() method create (line 40) | PveNotifier create() method overrideWithValue (line 43) | Override overrideWithValue(PveState value) function _$pveNotifierHash (line 61) | String _$pveNotifierHash() class PveNotifierFamily (line 63) | final class PveNotifierFamily extends $Family method call (line 74) | PveNotifierProvider call(Spi spiParam) method toString (line 78) | String toString() class _$PveNotifier (line 81) | abstract class _$PveNotifier extends $Notifier { method build (line 85) | PveState build(Spi spiParam) method runBuild (line 88) | void runBuild() FILE: lib/data/provider/server/all.dart class ServersState (line 17) | @freezed class ServersNotifier (line 28) | @Riverpod(keepAlive: true) method build (line 31) | ServersState build() method reload (line 35) | Future reload() method _load (line 42) | ServersState _load() method _calculateTags (line 70) | Set _calculateTags(Map servers) method pick (line 85) | Spi? pick({Spi? spi, String? id}) method refresh (line 97) | Future refresh({Spi? spi, bool onlyFailed = false}) method startAutoRefresh (line 137) | Future startAutoRefresh() method stopAutoRefresh (line 151) | void stopAutoRefresh() method setDisconnected (line 161) | void setDisconnected() method closeServer (line 173) | void closeServer({String? id}) method closeOneServer (line 183) | void closeOneServer(String id) method addServer (line 201) | void addServer(Spi spi) method delServer (line 216) | void delServer(String id) method deleteAll (line 235) | void deleteAll() method updateServerOrder (line 249) | void updateServerOrder(List order) method _isSameOrder (line 278) | bool _isSameOrder(List a, List b) method updateServer (line 293) | Future updateServer(Spi old, Spi newSpi) FILE: lib/data/provider/server/all.freezed.dart function _$identity (line 13) | T _$identity(T value) function toString (line 36) | String toString() class $ServersStateCopyWith (line 44) | abstract mixin class $ServersStateCopyWith<$Res> { method call (line 47) | $Res call({ class _$ServersStateCopyWithImpl (line 56) | class _$ServersStateCopyWithImpl<$Res> method call (line 65) | $Res call({Object? servers = null,Object? serverOrder = null,Object? t... function maybeMap (line 93) | TResult maybeMap(TResult Function( _ServersStat... function map (line 115) | TResult map(TResult Function( _ServersState val... function mapOrNull (line 136) | TResult? mapOrNull(TResult? Function( _ServersS... function maybeWhen (line 157) | TResult maybeWhen(TResult Function( Map(TResult Function( Map... function whenOrNull (line 198) | TResult? whenOrNull(TResult? Function( Map implements $ServersSta... method call (line 275) | $Res call({ class __$ServersStateCopyWithImpl (line 284) | class __$ServersStateCopyWithImpl<$Res> method call (line 293) | $Res call({Object? servers = null,Object? serverOrder = null,Object? t... FILE: lib/data/provider/server/all.g.dart class ServersNotifierProvider (line 15) | final class ServersNotifierProvider method debugGetCreateSourceHash (line 29) | String debugGetCreateSourceHash() method create (line 33) | ServersNotifier create() method overrideWithValue (line 36) | Override overrideWithValue(ServersState value) function _$serversNotifierHash (line 44) | String _$serversNotifierHash() class _$ServersNotifier (line 46) | abstract class _$ServersNotifier extends $Notifier { method build (line 47) | ServersState build() method runBuild (line 50) | void runBuild() FILE: lib/data/provider/server/single.dart class ServerState (line 30) | @freezed class ServerNotifier (line 41) | @Riverpod(keepAlive: true) method build (line 44) | ServerState build(String serverId) method updateConnection (line 55) | void updateConnection(ServerConn conn) method updateStatus (line 60) | void updateStatus(ServerStatus status) method updateClient (line 65) | void updateClient(SSHClient? client) method updateSpi (line 70) | void updateSpi(Spi spi) method closeConnection (line 75) | void closeConnection() method refresh (line 84) | Future refresh() method _updateServer (line 95) | Future _updateServer() method _getData (line 99) | Future _getData() FILE: lib/data/provider/server/single.freezed.dart function _$identity (line 13) | T _$identity(T value) function toString (line 36) | String toString() class $ServerStateCopyWith (line 44) | abstract mixin class $ServerStateCopyWith<$Res> { method call (line 47) | $Res call({ class _$ServerStateCopyWithImpl (line 56) | class _$ServerStateCopyWithImpl<$Res> method call (line 65) | $Res call({Object? spi = null,Object? status = null,Object? conn = nul... function maybeMap (line 101) | TResult maybeMap(TResult Function( _ServerState... function map (line 123) | TResult map(TResult Function( _ServerState valu... function mapOrNull (line 144) | TResult? mapOrNull(TResult? Function( _ServerSt... function maybeWhen (line 165) | TResult maybeWhen(TResult Function( Spi spi, S... function when (line 186) | TResult when(TResult Function( Spi spi, Server... function whenOrNull (line 206) | TResult? whenOrNull(TResult? Function( Spi spi,... class _ServerState (line 220) | class _ServerState implements ServerState { method toString (line 247) | String toString() class _$ServerStateCopyWith (line 255) | abstract mixin class _$ServerStateCopyWith<$Res> implements $ServerState... method call (line 258) | $Res call({ class __$ServerStateCopyWithImpl (line 267) | class __$ServerStateCopyWithImpl<$Res> method call (line 276) | $Res call({Object? spi = null,Object? status = null,Object? conn = nul... FILE: lib/data/provider/server/single.g.dart class ServerNotifierProvider (line 15) | final class ServerNotifierProvider method debugGetCreateSourceHash (line 29) | String debugGetCreateSourceHash() method toString (line 32) | String toString() method create (line 40) | ServerNotifier create() method overrideWithValue (line 43) | Override overrideWithValue(ServerState value) function _$serverNotifierHash (line 61) | String _$serverNotifierHash() class ServerNotifierFamily (line 63) | final class ServerNotifierFamily extends $Family method call (line 81) | ServerNotifierProvider call(String serverId) method toString (line 85) | String toString() class _$ServerNotifier (line 88) | abstract class _$ServerNotifier extends $Notifier { method build (line 92) | ServerState build(String serverId) method runBuild (line 95) | void runBuild() FILE: lib/data/provider/sftp.dart class SftpState (line 11) | @freezed class SftpNotifier (line 18) | @Riverpod(keepAlive: true) method build (line 21) | SftpState build() method get (line 25) | SftpReqStatus? get(int id) method add (line 33) | int add(SftpReq req, {Completer? completer}) method dispose (line 45) | void dispose() method cancel (line 52) | void cancel(int id) method _notifyListeners (line 65) | void _notifyListeners() FILE: lib/data/provider/sftp.freezed.dart function _$identity (line 13) | T _$identity(T value) function toString (line 36) | String toString() class $SftpStateCopyWith (line 44) | abstract mixin class $SftpStateCopyWith<$Res> { method call (line 47) | $Res call({ class _$SftpStateCopyWithImpl (line 56) | class _$SftpStateCopyWithImpl<$Res> method call (line 65) | $Res call({Object? requests = null,}) function maybeMap (line 89) | TResult maybeMap(TResult Function( _SftpState v... function map (line 111) | TResult map(TResult Function( _SftpState value)... function mapOrNull (line 132) | TResult? mapOrNull(TResult? Function( _SftpStat... function maybeWhen (line 153) | TResult maybeWhen(TResult Function( List(TResult Function( List(TResult? Function( List implements $SftpStateCopy... method call (line 249) | $Res call({ class __$SftpStateCopyWithImpl (line 258) | class __$SftpStateCopyWithImpl<$Res> method call (line 267) | $Res call({Object? requests = null,}) FILE: lib/data/provider/sftp.g.dart class SftpNotifierProvider (line 15) | final class SftpNotifierProvider method debugGetCreateSourceHash (line 29) | String debugGetCreateSourceHash() method create (line 33) | SftpNotifier create() method overrideWithValue (line 36) | Override overrideWithValue(SftpState value) function _$sftpNotifierHash (line 44) | String _$sftpNotifierHash() class _$SftpNotifier (line 46) | abstract class _$SftpNotifier extends $Notifier { method build (line 47) | SftpState build() method runBuild (line 50) | void runBuild() FILE: lib/data/provider/snippet.dart class SnippetState (line 11) | @freezed class SnippetNotifier (line 19) | @Riverpod(keepAlive: true) method build (line 22) | SnippetState build() method reload (line 26) | void reload() method _load (line 32) | SnippetState _load() method _computeTags (line 51) | Set _computeTags(List snippets) method add (line 62) | void add(Snippet snippet) method del (line 70) | void del(Snippet snippet) method update (line 78) | void update(Snippet old, Snippet newOne) method renameTag (line 87) | void renameTag(String old, String newOne) FILE: lib/data/provider/snippet.freezed.dart function _$identity (line 13) | T _$identity(T value) function toString (line 36) | String toString() class $SnippetStateCopyWith (line 44) | abstract mixin class $SnippetStateCopyWith<$Res> { method call (line 47) | $Res call({ class _$SnippetStateCopyWithImpl (line 56) | class _$SnippetStateCopyWithImpl<$Res> method call (line 65) | $Res call({Object? snippets = null,Object? tags = null,}) function maybeMap (line 90) | TResult maybeMap(TResult Function( _SnippetStat... function map (line 112) | TResult map(TResult Function( _SnippetState val... function mapOrNull (line 133) | TResult? mapOrNull(TResult? Function( _SnippetS... function maybeWhen (line 154) | TResult maybeWhen(TResult Function( List(TResult Function( List sn... function whenOrNull (line 195) | TResult? whenOrNull(TResult? Function( List implements $SnippetSta... method call (line 257) | $Res call({ class __$SnippetStateCopyWithImpl (line 266) | class __$SnippetStateCopyWithImpl<$Res> method call (line 275) | $Res call({Object? snippets = null,Object? tags = null,}) FILE: lib/data/provider/snippet.g.dart class SnippetNotifierProvider (line 15) | final class SnippetNotifierProvider method debugGetCreateSourceHash (line 29) | String debugGetCreateSourceHash() method create (line 33) | SnippetNotifier create() method overrideWithValue (line 36) | Override overrideWithValue(SnippetState value) function _$snippetNotifierHash (line 44) | String _$snippetNotifierHash() class _$SnippetNotifier (line 46) | abstract class _$SnippetNotifier extends $Notifier { method build (line 47) | SnippetState build() method runBuild (line 50) | void runBuild() FILE: lib/data/provider/systemd.dart class SystemdState (line 13) | @freezed class SystemdNotifier (line 22) | @riverpod method build (line 27) | SystemdState build(Spi spi) method setScopeFilter (line 46) | void setScopeFilter(SystemdScopeFilter filter) method getUnits (line 50) | Future getUnits() method _parseUnitObj (line 79) | Future> _parseUnitObj(List unitNames, System... function _getIniVal (line 183) | String? _getIniVal(String line) FILE: lib/data/provider/systemd.freezed.dart function _$identity (line 13) | T _$identity(T value) function toString (line 36) | String toString() class $SystemdStateCopyWith (line 44) | abstract mixin class $SystemdStateCopyWith<$Res> { method call (line 47) | $Res call({ class _$SystemdStateCopyWithImpl (line 56) | class _$SystemdStateCopyWithImpl<$Res> method call (line 65) | $Res call({Object? isBusy = null,Object? units = null,Object? scopeFil... function maybeMap (line 91) | TResult maybeMap(TResult Function( _SystemdStat... function map (line 113) | TResult map(TResult Function( _SystemdState val... function mapOrNull (line 134) | TResult? mapOrNull(TResult? Function( _SystemdS... function maybeWhen (line 155) | TResult maybeWhen(TResult Function( bool isBusy... function when (line 176) | TResult when(TResult Function( bool isBusy, Li... function whenOrNull (line 196) | TResult? whenOrNull(TResult? Function( bool isB... class _SystemdState (line 210) | class _SystemdState implements SystemdState { method toString (line 242) | String toString() class _$SystemdStateCopyWith (line 250) | abstract mixin class _$SystemdStateCopyWith<$Res> implements $SystemdSta... method call (line 253) | $Res call({ class __$SystemdStateCopyWithImpl (line 262) | class __$SystemdStateCopyWithImpl<$Res> method call (line 271) | $Res call({Object? isBusy = null,Object? units = null,Object? scopeFil... FILE: lib/data/provider/systemd.g.dart class SystemdNotifierProvider (line 15) | final class SystemdNotifierProvider method debugGetCreateSourceHash (line 29) | String debugGetCreateSourceHash() method toString (line 32) | String toString() method create (line 40) | SystemdNotifier create() method overrideWithValue (line 43) | Override overrideWithValue(SystemdState value) function _$systemdNotifierHash (line 61) | String _$systemdNotifierHash() class SystemdNotifierFamily (line 63) | final class SystemdNotifierFamily extends $Family method call (line 81) | SystemdNotifierProvider call(Spi spi) method toString (line 85) | String toString() class _$SystemdNotifier (line 88) | abstract class _$SystemdNotifier extends $Notifier { method build (line 92) | SystemdState build(Spi spi) method runBuild (line 95) | void runBuild() FILE: lib/data/provider/virtual_keyboard.dart class VirtKeyState (line 9) | @freezed class VirtKeyboard (line 18) | @riverpod method build (line 21) | VirtKeyState build() method setCtrl (line 29) | void setCtrl(bool value) method setAlt (line 35) | void setAlt(bool value) method setShift (line 41) | void setShift(bool value) method reset (line 47) | void reset(TerminalKeyboardEvent e) method call (line 56) | String? call(TerminalKeyboardEvent event) FILE: lib/data/provider/virtual_keyboard.freezed.dart function _$identity (line 13) | T _$identity(T value) function toString (line 36) | String toString() class $VirtKeyStateCopyWith (line 44) | abstract mixin class $VirtKeyStateCopyWith<$Res> { method call (line 47) | $Res call({ class _$VirtKeyStateCopyWithImpl (line 56) | class _$VirtKeyStateCopyWithImpl<$Res> method call (line 65) | $Res call({Object? ctrl = null,Object? alt = null,Object? shift = null,}) function maybeMap (line 91) | TResult maybeMap(TResult Function( _VirtKeyStat... function map (line 113) | TResult map(TResult Function( _VirtKeyState val... function mapOrNull (line 134) | TResult? mapOrNull(TResult? Function( _VirtKeyS... function maybeWhen (line 155) | TResult maybeWhen(TResult Function( bool ctrl, ... function when (line 176) | TResult when(TResult Function( bool ctrl, bool... function whenOrNull (line 196) | TResult? whenOrNull(TResult? Function( bool ctr... class _VirtKeyState (line 210) | class _VirtKeyState implements VirtKeyState { method toString (line 236) | String toString() class _$VirtKeyStateCopyWith (line 244) | abstract mixin class _$VirtKeyStateCopyWith<$Res> implements $VirtKeySta... method call (line 247) | $Res call({ class __$VirtKeyStateCopyWithImpl (line 256) | class __$VirtKeyStateCopyWithImpl<$Res> method call (line 265) | $Res call({Object? ctrl = null,Object? alt = null,Object? shift = null,}) FILE: lib/data/provider/virtual_keyboard.g.dart class VirtKeyboardProvider (line 15) | final class VirtKeyboardProvider method debugGetCreateSourceHash (line 29) | String debugGetCreateSourceHash() method create (line 33) | VirtKeyboard create() method overrideWithValue (line 36) | Override overrideWithValue(VirtKeyState value) function _$virtKeyboardHash (line 44) | String _$virtKeyboardHash() class _$VirtKeyboard (line 46) | abstract class _$VirtKeyboard extends $Notifier { method build (line 47) | VirtKeyState build() method runBuild (line 50) | void runBuild() FILE: lib/data/res/build_data.dart class BuildData (line 4) | abstract class BuildData { FILE: lib/data/res/default.dart class Defaults (line 3) | abstract final class Defaults { FILE: lib/data/res/github_id.dart class GithubIds (line 1) | abstract final class GithubIds { type GhId (line 157) | typedef GhId = String; FILE: lib/data/res/highlight.dart class Highlights (line 35) | abstract final class Highlights { method getCode (line 75) | String? getCode(String? fileName) FILE: lib/data/res/misc.dart class Miscs (line 3) | abstract final class Miscs { FILE: lib/data/res/status.dart class InitStatus (line 10) | abstract final class InitStatus { FILE: lib/data/res/store.dart class Stores (line 13) | abstract final class Stores { method init (line 34) | Future init() FILE: lib/data/res/terminal.dart class TerminalThemes (line 4) | abstract final class TerminalThemes { function copyWith (line 60) | TerminalTheme copyWith({ FILE: lib/data/res/url.dart class Urls (line 1) | abstract final class Urls { FILE: lib/data/ssh/session_manager.dart type TermSessionStatus (line 9) | enum TermSessionStatus { class TermSessionInfo (line 21) | class TermSessionInfo { method toJson (line 36) | Map toJson() class TermSessionManager (line 46) | abstract final class TermSessionManager { method init (line 52) | void init() method stopAllConnections (line 67) | void stopAllConnections() method add (line 80) | void add({ method updateStatus (line 99) | void updateStatus(String id, TermSessionStatus status) method remove (line 116) | void remove(String id) method _sync (line 124) | Future _sync() method _updateLiveActivity (line 157) | Future _updateLiveActivity() method setActive (line 192) | void setActive(String id, {bool hasTerminal = true}) method stopLiveActivityOnAppClose (line 202) | Future stopLiveActivityOnAppClose() class _Entry (line 214) | class _Entry { FILE: lib/data/store/connection_stats.dart class ConnectionStatsStore (line 4) | class ConnectionStatsStore extends HiveStore { method recordConnection (line 10) | void recordConnection(ConnectionStat stat) method _cleanOldRecords (line 17) | void _cleanOldRecords(String serverId) method getServerStats (line 43) | ServerConnectionStats getServerStats(String serverId, String serverName) method getConnectionHistory (line 102) | List getConnectionHistory(String serverId) method getAllServerStats (line 134) | List getAllServerStats() method clearAll (line 179) | void clearAll() method clearServerStats (line 184) | void clearServerStats(String serverId) method compact (line 194) | Future compact() FILE: lib/data/store/container.dart class ContainerStore (line 7) | class ContainerStore extends HiveStore { method fetch (line 12) | String? fetch(String? id) method put (line 16) | void put(String id, String host) method getType (line 20) | ContainerType getType([String id = '']) method setType (line 35) | void setType(ContainerType type, [String id = '']) FILE: lib/data/store/history.dart class _ListHistory (line 5) | class _ListHistory { method add (line 15) | void add(String path) class _MapHistory (line 24) | class _MapHistory { method put (line 34) | void put(String id, String val) method fetch (line 39) | String? fetch(String id) class HistoryStore (line 42) | class HistoryStore extends HiveStore { FILE: lib/data/store/private_key.dart class PrivateKeyStore (line 5) | class PrivateKeyStore extends HiveStore { method put (line 10) | void put(PrivateKeyInfo info) method fetch (line 14) | List fetch() method fetchOne (line 42) | PrivateKeyInfo? fetchOne(String? id) method delete (line 47) | void delete(PrivateKeyInfo s) FILE: lib/data/store/server.dart class ServerStore (line 8) | class ServerStore extends HiveStore { method put (line 13) | void put(Spi info) method fetch (line 17) | List fetch() method delete (line 45) | void delete(String id) method update (line 49) | void update(Spi old, Spi newInfo) method have (line 57) | bool have(Spi s) method migrateIds (line 59) | void migrateIds() FILE: lib/data/store/setting.dart class SettingStore (line 11) | class SettingStore extends HiveStore { FILE: lib/data/store/snippet.dart class SnippetStore (line 5) | class SnippetStore extends HiveStore { method put (line 10) | void put(Snippet snippet) method fetch (line 14) | List fetch() method delete (line 42) | void delete(Snippet s) method update (line 46) | void update(Snippet old, Snippet newInfo) method have (line 54) | bool have(Snippet s) FILE: lib/generated/l10n/l10n.dart class AppLocalizations (line 76) | abstract class AppLocalizations { method of (line 82) | AppLocalizations? of(BuildContext context) method askAiConfigMissing (line 196) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 376) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 382) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 400) | String compactDatabaseContent(Object size) method dl2Local (line 550) | String dl2Local(Object fileName) method dockerImagesFmt (line 562) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 574) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 583) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 667) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 757) | String httpFailedWithCode(Object code) method madeWithLove (line 853) | String madeWithLove(Object myGithub) method percentOfSize (line 991) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 1033) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 1219) | String spentTime(Object time) method sshConfigAllExist (line 1225) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 1231) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 1243) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 1273) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 1279) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 1285) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 1291) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 1303) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 1309) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 1333) | String sshConfigServersToImport(Object importCount) method sshTip (line 1345) | String sshTip(Object url) method switchTo (line 1375) | String switchTo(Object val) class _AppLocalizationsDelegate (line 1606) | class _AppLocalizationsDelegate method load (line 1611) | Future load(Locale locale) method isSupported (line 1616) | bool isSupported(Locale locale) method shouldReload (line 1634) | bool shouldReload(_AppLocalizationsDelegate old) function lookupAppLocalizations (line 1637) | AppLocalizations lookupAppLocalizations(Locale locale) FILE: lib/generated/l10n/l10n_de.dart class AppLocalizationsDe (line 8) | class AppLocalizationsDe extends AppLocalizations { method askAiConfigMissing (line 47) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 147) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 152) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 163) | String compactDatabaseContent(Object size) method dl2Local (line 247) | String dl2Local(Object fileName) method dockerImagesFmt (line 256) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 264) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 272) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 321) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 370) | String httpFailedWithCode(Object code) method madeWithLove (line 424) | String madeWithLove(Object myGithub) method percentOfSize (line 502) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 526) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 628) | String spentTime(Object time) method sshConfigAllExist (line 633) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 638) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 647) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 667) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 672) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 677) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 682) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 690) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 695) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 712) | String sshConfigServersToImport(Object importCount) method sshTip (line 721) | String sshTip(Object url) method switchTo (line 741) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_en.dart class AppLocalizationsEn (line 8) | class AppLocalizationsEn extends AppLocalizations { method askAiConfigMissing (line 47) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 146) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 151) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 162) | String compactDatabaseContent(Object size) method dl2Local (line 246) | String dl2Local(Object fileName) method dockerImagesFmt (line 255) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 263) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 271) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 319) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 368) | String httpFailedWithCode(Object code) method madeWithLove (line 422) | String madeWithLove(Object myGithub) method percentOfSize (line 499) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 523) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 623) | String spentTime(Object time) method sshConfigAllExist (line 628) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 633) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 641) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 661) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 666) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 671) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 676) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 684) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 689) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 705) | String sshConfigServersToImport(Object importCount) method sshTip (line 714) | String sshTip(Object url) method switchTo (line 733) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_es.dart class AppLocalizationsEs (line 8) | class AppLocalizationsEs extends AppLocalizations { method askAiConfigMissing (line 46) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 147) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 152) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 163) | String compactDatabaseContent(Object size) method dl2Local (line 247) | String dl2Local(Object fileName) method dockerImagesFmt (line 256) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 264) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 272) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 320) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 369) | String httpFailedWithCode(Object code) method madeWithLove (line 423) | String madeWithLove(Object myGithub) method percentOfSize (line 502) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 528) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 632) | String spentTime(Object time) method sshConfigAllExist (line 637) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 642) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 650) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 670) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 675) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 680) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 685) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 693) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 698) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 715) | String sshConfigServersToImport(Object importCount) method sshTip (line 724) | String sshTip(Object url) method switchTo (line 743) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_fr.dart class AppLocalizationsFr (line 8) | class AppLocalizationsFr extends AppLocalizations { method askAiConfigMissing (line 46) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 147) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 152) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 163) | String compactDatabaseContent(Object size) method dl2Local (line 247) | String dl2Local(Object fileName) method dockerImagesFmt (line 256) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 264) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 272) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 321) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 370) | String httpFailedWithCode(Object code) method madeWithLove (line 424) | String madeWithLove(Object myGithub) method percentOfSize (line 504) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 530) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 633) | String spentTime(Object time) method sshConfigAllExist (line 638) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 643) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 652) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 672) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 677) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 682) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 687) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 695) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 700) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 717) | String sshConfigServersToImport(Object importCount) method sshTip (line 726) | String sshTip(Object url) method switchTo (line 746) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_id.dart class AppLocalizationsId (line 8) | class AppLocalizationsId extends AppLocalizations { method askAiConfigMissing (line 47) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 145) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 150) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 161) | String compactDatabaseContent(Object size) method dl2Local (line 245) | String dl2Local(Object fileName) method dockerImagesFmt (line 254) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 262) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 270) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 319) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 368) | String httpFailedWithCode(Object code) method madeWithLove (line 422) | String madeWithLove(Object myGithub) method percentOfSize (line 499) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 523) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 624) | String spentTime(Object time) method sshConfigAllExist (line 629) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 634) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 642) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 662) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 667) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 672) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 677) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 685) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 690) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 707) | String sshConfigServersToImport(Object importCount) method sshTip (line 716) | String sshTip(Object url) method switchTo (line 734) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_it.dart class AppLocalizationsIt (line 8) | class AppLocalizationsIt extends AppLocalizations { method askAiConfigMissing (line 47) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 146) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 151) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 162) | String compactDatabaseContent(Object size) method dl2Local (line 246) | String dl2Local(Object fileName) method dockerImagesFmt (line 255) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 263) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 271) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 319) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 368) | String httpFailedWithCode(Object code) method madeWithLove (line 422) | String madeWithLove(Object myGithub) method percentOfSize (line 500) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 524) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 626) | String spentTime(Object time) method sshConfigAllExist (line 631) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 636) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 645) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 665) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 670) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 675) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 680) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 688) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 693) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 710) | String sshConfigServersToImport(Object importCount) method sshTip (line 719) | String sshTip(Object url) method switchTo (line 739) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_ja.dart class AppLocalizationsJa (line 8) | class AppLocalizationsJa extends AppLocalizations { method askAiConfigMissing (line 46) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 140) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 145) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 156) | String compactDatabaseContent(Object size) method dl2Local (line 236) | String dl2Local(Object fileName) method dockerImagesFmt (line 245) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 253) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 261) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 309) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 357) | String httpFailedWithCode(Object code) method madeWithLove (line 409) | String madeWithLove(Object myGithub) method percentOfSize (line 482) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 505) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 604) | String spentTime(Object time) method sshConfigAllExist (line 609) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 614) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 622) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 640) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 645) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 650) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 655) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 663) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 668) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 682) | String sshConfigServersToImport(Object importCount) method sshTip (line 691) | String sshTip(Object url) method switchTo (line 708) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_ko.dart class AppLocalizationsKo (line 8) | class AppLocalizationsKo extends AppLocalizations { method askAiConfigMissing (line 46) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 140) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 145) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 156) | String compactDatabaseContent(Object size) method dl2Local (line 236) | String dl2Local(Object fileName) method dockerImagesFmt (line 245) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 253) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 261) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 307) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 355) | String httpFailedWithCode(Object code) method madeWithLove (line 406) | String madeWithLove(Object myGithub) method percentOfSize (line 479) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 502) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 602) | String spentTime(Object time) method sshConfigAllExist (line 607) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 612) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 620) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 638) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 643) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 648) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 653) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 661) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 666) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 681) | String sshConfigServersToImport(Object importCount) method sshTip (line 690) | String sshTip(Object url) method switchTo (line 707) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_nl.dart class AppLocalizationsNl (line 8) | class AppLocalizationsNl extends AppLocalizations { method askAiConfigMissing (line 47) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 146) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 151) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 162) | String compactDatabaseContent(Object size) method dl2Local (line 246) | String dl2Local(Object fileName) method dockerImagesFmt (line 255) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 263) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 271) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 320) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 369) | String httpFailedWithCode(Object code) method madeWithLove (line 423) | String madeWithLove(Object myGithub) method percentOfSize (line 500) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 525) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 627) | String spentTime(Object time) method sshConfigAllExist (line 632) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 637) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 646) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 666) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 671) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 676) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 681) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 689) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 694) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 710) | String sshConfigServersToImport(Object importCount) method sshTip (line 719) | String sshTip(Object url) method switchTo (line 739) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_pt.dart class AppLocalizationsPt (line 8) | class AppLocalizationsPt extends AppLocalizations { method askAiConfigMissing (line 46) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 146) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 151) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 162) | String compactDatabaseContent(Object size) method dl2Local (line 245) | String dl2Local(Object fileName) method dockerImagesFmt (line 254) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 262) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 270) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 318) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 368) | String httpFailedWithCode(Object code) method madeWithLove (line 421) | String madeWithLove(Object myGithub) method percentOfSize (line 499) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 523) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 624) | String spentTime(Object time) method sshConfigAllExist (line 629) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 634) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 642) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 662) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 667) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 672) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 677) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 685) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 690) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 707) | String sshConfigServersToImport(Object importCount) method sshTip (line 716) | String sshTip(Object url) method switchTo (line 735) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_ru.dart class AppLocalizationsRu (line 8) | class AppLocalizationsRu extends AppLocalizations { method askAiConfigMissing (line 46) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 147) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 152) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 163) | String compactDatabaseContent(Object size) method dl2Local (line 246) | String dl2Local(Object fileName) method dockerImagesFmt (line 255) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 263) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 271) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 320) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 369) | String httpFailedWithCode(Object code) method madeWithLove (line 423) | String madeWithLove(Object myGithub) method percentOfSize (line 502) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 526) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 629) | String spentTime(Object time) method sshConfigAllExist (line 634) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 639) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 647) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 667) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 672) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 677) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 682) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 690) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 695) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 711) | String sshConfigServersToImport(Object importCount) method sshTip (line 720) | String sshTip(Object url) method switchTo (line 739) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_tr.dart class AppLocalizationsTr (line 8) | class AppLocalizationsTr extends AppLocalizations { method askAiConfigMissing (line 46) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 145) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 150) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 161) | String compactDatabaseContent(Object size) method dl2Local (line 245) | String dl2Local(Object fileName) method dockerImagesFmt (line 254) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 262) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 270) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 319) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 368) | String httpFailedWithCode(Object code) method madeWithLove (line 422) | String madeWithLove(Object myGithub) method percentOfSize (line 499) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 523) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 625) | String spentTime(Object time) method sshConfigAllExist (line 630) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 635) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 643) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 663) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 668) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 673) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 678) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 686) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 691) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 707) | String sshConfigServersToImport(Object importCount) method sshTip (line 716) | String sshTip(Object url) method switchTo (line 735) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_uk.dart class AppLocalizationsUk (line 8) | class AppLocalizationsUk extends AppLocalizations { method askAiConfigMissing (line 46) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 146) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 151) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 162) | String compactDatabaseContent(Object size) method dl2Local (line 246) | String dl2Local(Object fileName) method dockerImagesFmt (line 255) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 263) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 271) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 320) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 370) | String httpFailedWithCode(Object code) method madeWithLove (line 424) | String madeWithLove(Object myGithub) method percentOfSize (line 503) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 527) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 629) | String spentTime(Object time) method sshConfigAllExist (line 634) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 639) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 647) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 667) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 672) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 677) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 682) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 690) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 695) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 711) | String sshConfigServersToImport(Object importCount) method sshTip (line 720) | String sshTip(Object url) method switchTo (line 739) | String switchTo(Object val) FILE: lib/generated/l10n/l10n_zh.dart class AppLocalizationsZh (line 8) | class AppLocalizationsZh extends AppLocalizations { method askAiConfigMissing (line 45) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 138) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 143) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 154) | String compactDatabaseContent(Object size) method dl2Local (line 232) | String dl2Local(Object fileName) method dockerImagesFmt (line 241) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 249) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 257) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 302) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 349) | String httpFailedWithCode(Object code) method madeWithLove (line 400) | String madeWithLove(Object myGithub) method percentOfSize (line 473) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 496) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 592) | String spentTime(Object time) method sshConfigAllExist (line 597) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 602) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 610) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 627) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 632) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 637) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 642) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 650) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 655) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 669) | String sshConfigServersToImport(Object importCount) method sshTip (line 678) | String sshTip(Object url) method switchTo (line 695) | String switchTo(Object val) class AppLocalizationsZhTw (line 817) | class AppLocalizationsZhTw extends AppLocalizationsZh { method askAiConfigMissing (line 854) | String askAiConfigMissing(Object fields) method clearServerStatsContent (line 947) | String clearServerStatsContent(Object serverName) method clearServerStatsTitle (line 952) | String clearServerStatsTitle(Object serverName) method compactDatabaseContent (line 963) | String compactDatabaseContent(Object size) method dl2Local (line 1041) | String dl2Local(Object fileName) method dockerImagesFmt (line 1050) | String dockerImagesFmt(Object count) method dockerStatusRunningAndStoppedFmt (line 1058) | String dockerStatusRunningAndStoppedFmt( method dockerStatusRunningFmt (line 1066) | String dockerStatusRunningFmt(Object count) method fileTooLarge (line 1111) | String fileTooLarge(Object file, Object size, Object sizeMax) method httpFailedWithCode (line 1158) | String httpFailedWithCode(Object code) method madeWithLove (line 1209) | String madeWithLove(Object myGithub) method percentOfSize (line 1282) | String percentOfSize(Object percent, Object size) method privateKeyNotFoundFmt (line 1305) | String privateKeyNotFoundFmt(Object keyId) method spentTime (line 1401) | String spentTime(Object time) method sshConfigAllExist (line 1406) | String sshConfigAllExist(Object duplicateCount) method sshConfigDuplicatesSkipped (line 1411) | String sshConfigDuplicatesSkipped(Object duplicateCount) method sshConfigFoundServers (line 1419) | String sshConfigFoundServers(Object totalCount) method sshConfigImported (line 1436) | String sshConfigImported(Object count) method sshHostKeyChangedDesc (line 1441) | String sshHostKeyChangedDesc(Object serverName) method sshHostKeyFingerprintMd5Base64 (line 1446) | String sshHostKeyFingerprintMd5Base64(Object fingerprint) method sshHostKeyFingerprintMd5Hex (line 1451) | String sshHostKeyFingerprintMd5Hex(Object fingerprint) method sshHostKeyNewDesc (line 1459) | String sshHostKeyNewDesc(Object serverName) method sshHostKeyStoredFingerprint (line 1464) | String sshHostKeyStoredFingerprint(Object fingerprint) method sshConfigServersToImport (line 1478) | String sshConfigServersToImport(Object importCount) method sshTip (line 1487) | String sshTip(Object url) method switchTo (line 1504) | String switchTo(Object val) FILE: lib/hive/hive_adapters.g.dart class PrivateKeyInfoAdapter (line 9) | class PrivateKeyInfoAdapter extends TypeAdapter { method read (line 14) | PrivateKeyInfo read(BinaryReader reader) method write (line 23) | void write(BinaryWriter writer, PrivateKeyInfo obj) class SnippetAdapter (line 43) | class SnippetAdapter extends TypeAdapter { method read (line 48) | Snippet read(BinaryReader reader) method write (line 63) | void write(BinaryWriter writer, Snippet obj) class SpiAdapter (line 89) | class SpiAdapter extends TypeAdapter { method read (line 94) | Spi read(BinaryReader reader) method write (line 120) | void write(BinaryWriter writer, Spi obj) class VirtKeyAdapter (line 168) | class VirtKeyAdapter extends TypeAdapter { method read (line 173) | VirtKey read(BinaryReader reader) method write (line 271) | void write(BinaryWriter writer, VirtKey obj) class NetViewTypeAdapter (line 377) | class NetViewTypeAdapter extends TypeAdapter { method read (line 382) | NetViewType read(BinaryReader reader) method write (line 396) | void write(BinaryWriter writer, NetViewType obj) class ServerFuncBtnAdapter (line 418) | class ServerFuncBtnAdapter extends TypeAdapter { method read (line 423) | ServerFuncBtn read(BinaryReader reader) method write (line 445) | void write(BinaryWriter writer, ServerFuncBtn obj) class ServerCustomAdapter (line 475) | class ServerCustomAdapter extends TypeAdapter { method read (line 480) | ServerCustom read(BinaryReader reader) method write (line 497) | void write(BinaryWriter writer, ServerCustom obj) class WakeOnLanCfgAdapter (line 527) | class WakeOnLanCfgAdapter extends TypeAdapter { method read (line 532) | WakeOnLanCfg read(BinaryReader reader) method write (line 545) | void write(BinaryWriter writer, WakeOnLanCfg obj) class SystemTypeAdapter (line 567) | class SystemTypeAdapter extends TypeAdapter { method read (line 572) | SystemType read(BinaryReader reader) method write (line 586) | void write(BinaryWriter writer, SystemType obj) FILE: lib/hive/hive_registrar.g.dart function registerAdapters (line 11) | void registerAdapters() function registerAdapters (line 29) | void registerAdapters() FILE: lib/intro.dart class _IntroPage (line 3) | final class _IntroPage extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) method _buildAppSettings (line 29) | Widget _buildAppSettings(BuildContext ctx, double padTop) method _buildBackupPasswordMigration (line 79) | Widget _buildBackupPasswordMigration(BuildContext ctx, double padTop) FILE: lib/main.dart function main (line 21) | Future main() function _runInZone (line 28) | void _runInZone(void Function() body) function _initApp (line 38) | Future _initApp() function _initData (line 51) | Future _initData() function _setupDebug (line 69) | void _setupDebug() function _doPlatformRelated (line 78) | void _doPlatformRelated() function _doDbMigrate (line 89) | Future _doDbMigrate() function _initWindow (line 104) | Future _initWindow() FILE: lib/view/page/backup.dart class BackupPage (line 21) | class BackupPage extends ConsumerStatefulWidget { method createState (line 25) | ConsumerState createState() class _BackupPageState (line 30) | final class _BackupPageState extends ConsumerState with Auto... method dispose (line 35) | void dispose() method build (line 42) | Widget build(BuildContext context) method _onTapSetBakPwd (line 100) | Future _onTapSetBakPwd(BuildContext context) function _onTapWebdavDl (line 421) | Future _onTapWebdavDl(BuildContext context) function _onTapWebdavUp (line 441) | Future _onTapWebdavUp(BuildContext context) function _onTapGistDl (line 460) | Future _onTapGistDl(BuildContext context) function _onTapGistUp (line 480) | Future _onTapGistUp(BuildContext context) function _onTapGistSetting (line 499) | Future _onTapGistSetting(BuildContext context) function _onTapWebdavSetting (line 539) | Future _onTapWebdavSetting(BuildContext context) function _onBulkImportServers (line 594) | void _onBulkImportServers(BuildContext context) function _ensureBakPwd (line 643) | Future _ensureBakPwd(BuildContext context) FILE: lib/view/page/container/actions.dart function _showAddFAB (line 10) | Future _showAddFAB() function _showPruneDialog (line 54) | Future _showPruneDialog({ function _showAddCmdPreview (line 78) | Future _showAddCmdPreview(String cmd) function _showEditHostDialog (line 100) | Future _showEditHostDialog() function _onSaveDockerHost (line 117) | void _onSaveDockerHost(String val) function _showImageRmDialog (line 123) | void _showImageRmDialog(ContainerImg e) function _onTapMoreBtn (line 140) | void _onTapMoreBtn(ContainerMenu item, ContainerPs dItem) function _initAutoRefresh (line 229) | void _initAutoRefresh() FILE: lib/view/page/container/container.dart class ContainerPage (line 23) | class ContainerPage extends ConsumerStatefulWidget { method createState (line 28) | ConsumerState createState() class _ContainerPageState (line 33) | class _ContainerPageState extends ConsumerState { method dispose (line 38) | void dispose() method initState (line 44) | void initState() method build (line 57) | Widget build(BuildContext context) method _buildAppBar (line 67) | CustomAppBar _buildAppBar() method _buildFAB (line 80) | Widget _buildFAB() method _buildMain (line 84) | Widget _buildMain() method _buildEmptyStateMessage (line 122) | Widget _buildEmptyStateMessage(ContainerState containerState) method _buildImage (line 136) | Widget _buildImage(ContainerState containerState) method _buildImageItem (line 146) | Widget _buildImageItem(ContainerImg e) method _buildLoading (line 162) | Widget _buildLoading(ContainerState containerState) method _buildVersion (line 176) | Widget _buildVersion(ContainerState containerState) method _buildPs (line 188) | Widget _buildPs(ContainerState containerState) method _buildPsItem (line 205) | Widget _buildPsItem(ContainerPs item) method _buildPsItemStats (line 233) | Widget _buildPsItemStats(ContainerPs item) method _buildPsItemStatsItem (line 261) | Widget _buildPsItemStatsItem(String title, String? value, IconData ico... method _buildMoreBtn (line 285) | Widget _buildMoreBtn(ContainerPs dItem) method _buildAddCmd (line 292) | String _buildAddCmd(String image, String name, String args) method _buildPruneBtn (line 315) | Widget _buildPruneBtn(_PruneTypes type) method _buildSettingTile (line 349) | Widget _buildSettingTile(_SettingsMenuItems item, ContainerState conta... FILE: lib/view/page/container/types.dart type _SettingsMenuItems (line 3) | enum _SettingsMenuItems { editDockerHost, switchProvider } type _PruneTypes (line 5) | enum _PruneTypes { FILE: lib/view/page/home.dart class HomePage (line 19) | class HomePage extends ConsumerStatefulWidget { method createState (line 23) | ConsumerState createState() class _HomePageState (line 28) | class _HomePageState extends ConsumerState method dispose (line 43) | void dispose() method initState (line 58) | void initState() method didChangeAppLifecycleState (line 90) | void didChangeAppLifecycleState(AppLifecycleState state) method build (line 136) | Widget build(BuildContext context) method _buildBottomBar (line 175) | Widget _buildBottomBar() method _buildRailBar (line 190) | Widget _buildRailBar({bool extended = false}) method afterFirstLayout (line 229) | Future afterFirstLayout(BuildContext context) method _goAuth (line 266) | void _goAuth() method _onDestinationSelected (line 273) | void _onDestinationSelected(int index) class _AppBar (line 289) | final class _AppBar extends StatelessWidget implements PreferredSizeWidg... method build (line 295) | Widget build(BuildContext context) FILE: lib/view/page/iperf.dart class IPerfPage (line 6) | class IPerfPage extends StatefulWidget { method createState (line 12) | State createState() class _IPerfPageState (line 17) | class _IPerfPageState extends State { method dispose (line 22) | void dispose() method build (line 29) | Widget build(BuildContext context) method _buildFAB (line 37) | Widget _buildFAB() method _buildBody (line 55) | Widget _buildBody() FILE: lib/view/page/ping.dart class PingPage (line 14) | class PingPage extends ConsumerStatefulWidget { method createState (line 18) | ConsumerState createState() class _PingPageState (line 23) | class _PingPageState extends ConsumerState with AutomaticKeepA... method dispose (line 29) | void dispose() method initState (line 36) | void initState() method build (line 42) | Widget build(BuildContext context) method _buildFAB (line 47) | Widget _buildFAB() method _doPing (line 68) | Future _doPing() method _buildBody (line 82) | Widget _buildBody(List results) method _buildResultItem (line 94) | Widget _buildResultItem(PingResult result) method _buildPingSummary (line 113) | String _buildPingSummary(PingResult result, String unknown, String ms) method doPing (line 125) | Future doPing() FILE: lib/view/page/private_key/edit.dart class PrivateKeyEditPageArgs (line 16) | final class PrivateKeyEditPageArgs { class PrivateKeyEditPage (line 21) | class PrivateKeyEditPage extends ConsumerStatefulWidget { method createState (line 26) | ConsumerState createState() class _PrivateKeyEditPageState (line 31) | class _PrivateKeyEditPageState extends ConsumerState { method dispose (line 48) | void dispose() method initState (line 60) | void initState() method didChangeDependencies (line 78) | void didChangeDependencies() method build (line 84) | Widget build(BuildContext context) method _buildAppBar (line 88) | CustomAppBar _buildAppBar() method _standardizeLineSeparators (line 115) | String _standardizeLineSeparators(String value) method _buildFAB (line 119) | Widget _buildFAB() method _buildBody (line 123) | Widget _buildBody() method _onTapSave (line 187) | void _onTapSave() FILE: lib/view/page/private_key/list.dart class PrivateKeysListPage (line 13) | class PrivateKeysListPage extends ConsumerStatefulWidget { method createState (line 17) | ConsumerState createState() class _PrivateKeyListState (line 22) | class _PrivateKeyListState extends ConsumerState wi... method build (line 24) | Widget build(BuildContext context) method _buildBody (line 34) | Widget _buildBody() method _buildKeyItem (line 46) | Widget _buildKeyItem(PrivateKeyInfo item) method afterFirstLayout (line 56) | FutureOr afterFirstLayout(BuildContext context) function _autoAddSystemPriavteKey (line 62) | void _autoAddSystemPriavteKey() FILE: lib/view/page/process.dart class ProcessPage (line 13) | class ProcessPage extends ConsumerStatefulWidget { method createState (line 19) | ConsumerState createState() class _ProcessPageState (line 24) | class _ProcessPageState extends ConsumerState { method dispose (line 42) | void dispose() method initState (line 48) | void initState() method didChangeDependencies (line 57) | void didChangeDependencies() method _refresh (line 62) | Future _refresh() method build (line 87) | Widget build(BuildContext context) method _buildListItem (line 132) | Widget _buildListItem(Proc proc) method _buildItemTrail (line 147) | Widget _buildItemTrail(Proc proc) FILE: lib/view/page/pve.dart class PvePageArgs (line 13) | final class PvePageArgs { class PvePage (line 19) | final class PvePage extends ConsumerStatefulWidget { method createState (line 25) | ConsumerState createState() class _PvePageState (line 32) | final class _PvePageState extends ConsumerState { method dispose (line 40) | void dispose() method didChangeDependencies (line 46) | void didChangeDependencies() method initState (line 52) | void initState() method build (line 59) | Widget build(BuildContext context) method _buildBody (line 91) | Widget _buildBody(PveRes? data) method _buildNode (line 137) | Widget _buildNode(PveNode item) method _buildQemu (line 187) | Widget _buildQemu(PveQemu item) method _buildLxc (line 247) | Widget _buildLxc(PveLxc item) method _buildStorage (line 307) | Widget _buildStorage(PveStorage item) method _buildSdn (line 329) | Widget _buildSdn(PveSdn item) method _buildCtrlBtns (line 333) | Widget _buildCtrlBtns(PveCtrlIface item) function _onCtrl (line 364) | void _onCtrl(String action, PveCtrlIface item, Future Function() f... function _wrapNodeName (line 381) | String _wrapNodeName(PveCtrlIface item) function _initRefreshTimer (line 389) | void _initRefreshTimer() function _afterInit (line 398) | void _afterInit() FILE: lib/view/page/server/detail/misc.dart function _onTapNvidiaGpuItem (line 4) | void _onTapNvidiaGpuItem(NvidiaSmiItem item) function _onTapAmdGpuItem (line 22) | void _onTapAmdGpuItem(AmdSmiItem item) function _onTapGpuProcessItem (line 40) | void _onTapGpuProcessItem(NvidiaSmiMemProcess process) function _onTapAmdGpuProcessItem (line 58) | void _onTapAmdGpuProcessItem(AmdSmiMemProcess process) function _onTapCustomItem (line 76) | void _onTapCustomItem(MapEntry cmd) function _onTapSensorItem (line 84) | void _onTapSensorItem(SensorItem si) function _onTapTemperatureItem (line 99) | void _onTapTemperatureItem(String key) function _getInitExpand (line 104) | bool _getInitExpand(int len, [int? max]) type _NetSortType (line 111) | enum _NetSortType { function _buildLineChart (line 143) | Widget _buildLineChart( FILE: lib/view/page/server/detail/view.dart class ServerDetailPage (line 32) | class ServerDetailPage extends ConsumerStatefulWidget { method createState (line 37) | ConsumerState createState() class _ServerDetailPageState (line 42) | class _ServerDetailPageState extends ConsumerState wit... method dispose (line 71) | void dispose() method didChangeDependencies (line 77) | void didChangeDependencies() method initState (line 83) | void initState() method build (line 92) | Widget build(BuildContext context) method _buildMainPage (line 103) | Widget _buildMainPage(ServerState si) method _buildAppBar (line 120) | CustomAppBar _buildAppBar(ServerState si) method _buildLogo (line 141) | Widget? _buildLogo(ServerState si) method _buildAbout (line 162) | Widget? _buildAbout(ServerState si) method _buildCPUView (line 187) | Widget? _buildCPUView(ServerState si) method _buildCpuModelItem (line 226) | Widget _buildCpuModelItem(MapEntry e) method _buildDetailPercent (line 248) | Widget _buildDetailPercent(double percent, String timeType) method _buildCPUProgress (line 260) | List _buildCPUProgress(Cpus cs) method _buildCPUChart (line 314) | Widget _buildCPUChart(server_model.ServerStatus ss) method _buildProgress (line 333) | Widget _buildProgress(double percent) method _buildMemView (line 344) | Widget? _buildMemView(ServerState si) method _buildSwapView (line 385) | Widget? _buildSwapView(ServerState si) method _buildGpuView (line 417) | Widget? _buildGpuView(ServerState si) method _buildNvidiaGpuItem (line 444) | Widget _buildNvidiaGpuItem(NvidiaSmiItem item) method _buildAmdGpuItem (line 473) | Widget _buildAmdGpuItem(AmdSmiItem item) method _buildGpuProcessItem (line 499) | Widget _buildGpuProcessItem(NvidiaSmiMemProcess process) method _buildAmdGpuProcessItem (line 520) | Widget _buildAmdGpuProcessItem(AmdSmiMemProcess process) method _buildDiskView (line 541) | Widget? _buildDiskView(ServerState si) method _buildDiskItemWithHierarchy (line 562) | Widget _buildDiskItemWithHierarchy(Disk disk, server_model.ServerStatu... method _buildDiskItem (line 579) | Widget _buildDiskItem(Disk disk, server_model.ServerStatus ss, int depth) method _buildDiskSmart (line 634) | Widget? _buildDiskSmart(ServerState si) method _buildDiskSmartItem (line 648) | Widget _buildDiskSmartItem(DiskSmart smart) method _getDiskHealthStatus (line 665) | ({String text, Color color, Widget icon}) _getDiskHealthStatus(DiskSma... method _buildDiskSmartDetails (line 683) | Widget? _buildDiskSmartDetails(DiskSmart smart) method _onTapDiskSmartItem (line 714) | void _onTapDiskSmartItem(DiskSmart smart) method _buildNetView (line 779) | Widget? _buildNetView(ServerState si) method _buildNetSpeedItem (line 819) | Widget _buildNetSpeedItem(NetSpeed ns, String device) method _buildTemperature (line 856) | Widget? _buildTemperature(ServerState si) method _buildTemperatureItem (line 871) | Widget _buildTemperatureItem(String key, double? val) method _buildBatteries (line 888) | Widget? _buildBatteries(ServerState si) method _buildBatteryItem (line 903) | Widget _buildBatteryItem(Battery battery) method _buildSensors (line 923) | Widget? _buildSensors(ServerState si) method _buildSensorItem (line 937) | Widget _buildSensorItem(SensorItem si) method _buildPve (line 976) | Widget? _buildPve(ServerState si) method _buildCustomCmd (line 989) | Widget? _buildCustomCmd(ServerState si) method _buildCustomCmdItem (line 1002) | Widget _buildCustomCmdItem(MapEntry cmd) method _buildAnimatedText (line 1019) | Widget _buildAnimatedText(Key key, String text, TextStyle style) FILE: lib/view/page/server/discovery/discovery.dart class SshDiscoveryPage (line 11) | class SshDiscoveryPage extends ConsumerStatefulWidget { method createState (line 20) | ConsumerState createState() class _SshDiscoveryPageState (line 23) | class _SshDiscoveryPageState extends ConsumerState { method dispose (line 30) | void dispose() method build (line 39) | Widget build(BuildContext context) method _buildBody (line 53) | Widget _buildBody() method _buildSummary (line 62) | Widget _buildSummary() method _buildResultsList (line 91) | Widget _buildResultsList() method _buildResultTile (line 126) | Widget _buildResultTile(SshDiscoveryResult result, int index) method _buildFAB (line 146) | Widget _buildFAB() method _startDiscovery (line 187) | Future _startDiscovery() method _showSettings (line 205) | void _showSettings() method _importSelected (line 212) | void _importSelected() FILE: lib/view/page/server/discovery/widget.dart class _DiscoverySettingsDialog (line 3) | class _DiscoverySettingsDialog extends StatefulWidget { method createState (line 13) | State<_DiscoverySettingsDialog> createState() class _DiscoverySettingsDialogState (line 16) | class _DiscoverySettingsDialogState extends State<_DiscoverySettingsDial... method dispose (line 22) | void dispose() method build (line 29) | Widget build(BuildContext context) FILE: lib/view/page/server/edit/actions.dart function _isInvalidJumpSelection (line 7) | bool _isInvalidJumpSelection(String? candidateJumpId) function _onTapCustomItem (line 16) | void _onTapCustomItem() function _onTapDisabledCmdTypes (line 25) | void _onTapDisabledCmdTypes() function _onSave (line 34) | void _onSave() function _checkSSHConfigImport (line 141) | Future _checkSSHConfigImport() function _showCmdTypesDialog (line 198) | Future _showCmdTypesDialog(Set allCmdTypes) function _initWithSpi (line 244) | void _initWithSpi(Spi spi) FILE: lib/view/page/server/edit/edit.dart class ServerEditPage (line 27) | class ServerEditPage extends ConsumerStatefulWidget { method createState (line 38) | ConsumerState createState() class _ServerEditPageState (line 41) | class _ServerEditPageState extends ConsumerState method dispose (line 79) | void dispose() method didChangeDependencies (line 114) | void didChangeDependencies() method build (line 120) | Widget build(BuildContext context) method _buildForm (line 134) | Widget _buildForm() method afterFirstLayout (line 210) | void afterFirstLayout(BuildContext context) FILE: lib/view/page/server/edit/widget.dart function _buildAuth (line 4) | Widget _buildAuth() function _buildKeyAuth (line 43) | Widget _buildKeyAuth() function _buildEnvs (line 110) | Widget _buildEnvs() function _buildMore (line 132) | Widget _buildMore() function _buildScriptDir (line 156) | Widget _buildScriptDir() function _buildCustomDev (line 167) | Widget _buildCustomDev() function _buildSystemType (line 196) | Widget _buildSystemType() function _buildAltUrl (line 219) | Widget _buildAltUrl() function _buildPVEs (line 231) | Widget _buildPVEs() function _buildCustomCmds (line 261) | Widget _buildCustomCmds() function _buildDisabledCmdTypes (line 287) | Widget _buildDisabledCmdTypes() function _buildWOLs (line 307) | Widget _buildWOLs() function _buildFAB (line 344) | Widget _buildFAB() function _buildJumpServer (line 351) | Widget _buildJumpServer() function _buildWriteScriptTip (line 395) | Widget _buildWriteScriptTip() function _buildDelBtn (line 411) | Widget _buildDelBtn() FILE: lib/view/page/server/tab/card_stat.dart type _CardNotifier (line 3) | typedef _CardNotifier = ValueNotifier<_CardStatus>; class _CardStatus (line 5) | class _CardStatus { method copyWith (line 12) | _CardStatus copyWith({bool? flip, bool? diskIO, NetViewType? net}) FILE: lib/view/page/server/tab/content.dart function _buildServerCardTitle (line 4) | Widget _buildServerCardTitle(ServerState s) function _buildTopRightWidget (line 20) | Widget _buildTopRightWidget(ServerState s) function _buildTopRightText (line 54) | Widget _buildTopRightText(ServerState s) function _showFailReason (line 67) | void _showFailReason(ServerStatus ss) function _buildDisk (line 82) | Widget _buildDisk(ServerStatus ss, String id) function _buildNet (line 106) | Widget _buildNet(ServerStatus ss, String id) function _buildIOData (line 123) | Widget _buildIOData(String up, String down, {void Function()? onTap, Key... FILE: lib/view/page/server/tab/landscape.dart function _buildLandscape (line 4) | Widget _buildLandscape() function _buildLandscapeBody (line 28) | Widget _buildLandscapeBody() FILE: lib/view/page/server/tab/tab.dart class ServerPage (line 36) | class ServerPage extends ConsumerStatefulWidget { method createState (line 40) | ConsumerState createState() class _ServerPageState (line 48) | class _ServerPageState extends ConsumerState method dispose (line 65) | void dispose() method initState (line 75) | void initState() method didChangeDependencies (line 82) | void didChangeDependencies() method build (line 89) | Widget build(BuildContext context) method _buildScaffold (line 108) | Widget _buildScaffold(Widget child) method _buildPortrait (line 134) | Widget _buildPortrait() method _buildBodySmall (line 154) | Widget _buildBodySmall({required List filtered}) method _buildEachServerCard (line 198) | Widget _buildEachServerCard(ServerState srv) method _wrapWithSizedbox (line 219) | Widget _wrapWithSizedbox(Widget child, double maxWidth, [bool circle =... method _buildRealServerCard (line 228) | Widget _buildRealServerCard(ServerState srv) method _buildFlippedCard (line 265) | Widget _buildFlippedCard(ServerState srv) method _buildNormalCard (line 312) | Widget _buildNormalCard(ServerStatus ss, Spi spi) method afterFirstLayout (line 341) | Future afterFirstLayout(BuildContext context) FILE: lib/view/page/server/tab/top_bar.dart class _TopBar (line 3) | final class _TopBar extends ConsumerWidget implements PreferredSizeWidget { method build (line 11) | Widget build(BuildContext context, WidgetRef ref) FILE: lib/view/page/server/tab/utils.dart function _onTapCard (line 6) | void _onTapCard(ServerState srv) function _onLongPressCard (line 22) | void _onLongPressCard(ServerState srv) function _onTapAddServer (line 32) | void _onTapAddServer() function _onTapSuspend (line 45) | void _onTapSuspend(ServerState srv) function _onTapShutdown (line 64) | void _onTapShutdown(ServerState srv) function _onTapReboot (line 78) | void _onTapReboot(ServerState srv) function _onTapEdit (line 93) | void _onTapEdit(ServerState srv) function _filterServers (line 103) | List _filterServers(List order) function _calcCardHeight (line 113) | double? _calcCardHeight(ServerConn cs, bool flip) function _askFor (line 127) | void _askFor({required void Function() func, required String typ, requir... function _getCardNoti (line 140) | _CardNotifier _getCardNoti(String id) function _updateOffset (line 143) | void _updateOffset() function _updateTextScaler (line 151) | void _updateTextScaler(double val) function _startAvoidJitterTimer (line 156) | void _startAvoidJitterTimer() function _getTopRightStr (line 170) | String? _getTopRightStr(Spi spi) FILE: lib/view/page/setting/about.dart class _AppAboutPage (line 3) | final class _AppAboutPage extends StatefulWidget { method createState (line 7) | State<_AppAboutPage> createState() class _AppAboutPageState (line 10) | final class _AppAboutPageState extends State<_AppAboutPage> with Automat... method build (line 12) | Widget build(BuildContext context) FILE: lib/view/page/setting/entries/ai.dart function _buildAskAiConfig (line 4) | Widget _buildAskAiConfig() function _showAskAiFieldDialog (line 55) | Future _showAskAiFieldDialog({ function onSave (line 65) | void onSave() FILE: lib/view/page/setting/entries/app.dart function _buildApp (line 4) | Widget _buildApp() function _buildAndroidSettings (line 22) | Widget _buildAndroidSettings() function _buildBgRun (line 33) | Widget _buildBgRun() function _buildAndroidWidgetSharedPreference (line 40) | Widget _buildAndroidWidgetSharedPreference() function _saveWidgetSP (line 65) | Future _saveWidgetSP(Map map, Map ... function _buildPlatformSetting (line 82) | Widget? _buildPlatformSetting() function _buildCheckUpdate (line 92) | Widget _buildCheckUpdate() function _buildUpdateInterval (line 124) | Widget _buildUpdateInterval() function _buildAppColor (line 145) | Widget _buildAppColor() function _onSaveColor (line 204) | void _onSaveColor(String s) function _buildMaxRetry (line 225) | Widget _buildMaxRetry() function _buildThemeMode (line 246) | Widget _buildThemeMode() function _buildThemeModeStr (line 271) | String _buildThemeModeStr(int n) function _buildLocale (line 286) | Widget _buildLocale() function _buildAppMore (line 310) | Widget _buildAppMore() function _buildBeta (line 325) | Widget _buildBeta() function _buildWakeLock (line 332) | Widget _buildWakeLock() function _buildCollapseUI (line 339) | Widget _buildCollapseUI() function _buildHideTitleBar (line 346) | Widget _buildHideTitleBar() function _buildHomeTabs (line 353) | Widget _buildHomeTabs() function _buildEditRawSettings (line 364) | Widget _buildEditRawSettings() function _editRawSettings (line 372) | Future _editRawSettings() function resolvePassword (line 380) | Future resolvePassword() function onSave (line 437) | void onSave(EditorPageRet ret) FILE: lib/view/page/setting/entries/container.dart function _buildContainer (line 4) | Widget _buildContainer() function _buildUsePodman (line 14) | Widget _buildUsePodman() function _buildContainerTrySudo (line 22) | Widget _buildContainerTrySudo() function _buildContainerParseStat (line 30) | Widget _buildContainerParseStat() FILE: lib/view/page/setting/entries/editor.dart function _buildEditor (line 4) | Widget _buildEditor() function _buildEditorCloseAfterEdit (line 18) | Widget _buildEditorCloseAfterEdit() function _buildEditorHighlight (line 26) | Widget _buildEditorHighlight() function _buildEditorTheme (line 36) | Widget _buildEditorTheme() function _buildEditorDarkTheme (line 58) | Widget _buildEditorDarkTheme() function _buildEditorWrap (line 80) | Widget _buildEditorWrap() function _buildEditorFontSize (line 88) | Widget _buildEditorFontSize() function _buildEditorFontFamily (line 100) | Widget _buildEditorFontFamily() function _showFontFamilyDialog (line 115) | void _showFontFamilyDialog(HiveProp property) function onSave (line 117) | void onSave() function _showFontSizeDialog (line 137) | void _showFontSizeDialog(HiveProp property) function onSave (line 139) | void onSave() FILE: lib/view/page/setting/entries/full_screen.dart function _buildFullScreen (line 4) | Widget _buildFullScreen() function _buildFullScreenSwitch (line 13) | Widget _buildFullScreenSwitch() function _buildFullScreenJitter (line 26) | Widget _buildFullScreenJitter() FILE: lib/view/page/setting/entries/home_tabs.dart class HomeTabsConfigPage (line 8) | class HomeTabsConfigPage extends ConsumerStatefulWidget { method createState (line 14) | ConsumerState createState() class _HomeTabsConfigPageState (line 17) | class _HomeTabsConfigPageState extends ConsumerState { method build (line 22) | Widget build(BuildContext context) method _buildTabItem (line 70) | Widget _buildTabItem(AppTab tab, int index, bool isSelected) method _onReorder (line 93) | void _onReorder(int oldIndex, int newIndex) method _addTab (line 103) | void _addTab(AppTab tab) method _removeTab (line 109) | void _removeTab(AppTab tab) method _saveAndExit (line 123) | void _saveAndExit() method _resetToDefault (line 128) | void _resetToDefault() FILE: lib/view/page/setting/entries/server.dart function _buildServer (line 4) | Widget _buildServer() function _buildNetViewType (line 19) | Widget _buildNetViewType() function _buildDeleteServers (line 41) | Widget _buildDeleteServers() function _buildTextScaler (line 74) | Widget _buildTextScaler() function _onSaveTextScaler (line 99) | void _onSaveTextScaler(String s) function _buildServerFuncBtns (line 110) | Widget _buildServerFuncBtns() function _buildServerFuncBtnsSwitch (line 118) | Widget _buildServerFuncBtnsSwitch() function _buildServerFuncBtnsOrder (line 127) | Widget _buildServerFuncBtnsOrder() function _buildServerSeq (line 135) | Widget _buildServerSeq() function _buildServerDetailCardSeq (line 144) | Widget _buildServerDetailCardSeq() function _buildDoubleColumnServersPage (line 153) | Widget _buildDoubleColumnServersPage() function _buildKeepStatusWhenErr (line 162) | Widget _buildKeepStatusWhenErr() function _buildServerMore (line 170) | Widget _buildServerMore() function _buildRememberPwdInMem (line 188) | Widget _buildRememberPwdInMem() function _buildCpuView (line 197) | Widget _buildCpuView() function _buildServerLogoUrl (line 215) | Widget _buildServerLogoUrl() function onSave (line 216) | void onSave(String url) function _buildServerTabPreferDiskAmount (line 257) | Widget _buildServerTabPreferDiskAmount() function _buildSSHConfigAutoImportToggle (line 264) | Widget _buildSSHConfigAutoImportToggle() FILE: lib/view/page/setting/entries/sftp.dart function _buildSFTP (line 4) | Widget _buildSFTP() function _buildSftpOpenLastPath (line 15) | Widget _buildSftpOpenLastPath() function _buildSftpShowFoldersFirst (line 25) | Widget _buildSftpShowFoldersFirst() function _buildSftpRmrDir (line 33) | Widget _buildSftpRmrDir() function _buildSftpEditor (line 41) | Widget _buildSftpEditor() function onSave (line 49) | void onSave() FILE: lib/view/page/setting/entries/ssh.dart function _buildSSH (line 4) | Widget _buildSSH() function _buildSSHConfigImport (line 23) | Widget _buildSSHConfigImport() function _buildQrScan (line 32) | Widget _buildQrScan() function _onTapQrScan (line 41) | Future _onTapQrScan() function _buildSSHDiscovery (line 66) | Widget _buildSSHDiscovery() function _onTapSSHDiscovery (line 75) | Future _onTapSSHDiscovery() function _processDiscoveredServers (line 89) | Future _processDiscoveredServers( function _onTapSSHConfigImport (line 143) | Future _onTapSSHConfigImport() function _processSSHServers (line 159) | Future _processSSHServers(List servers) function _handleImportSSHCfgPermissionIssue (line 208) | Future _handleImportSSHCfgPermissionIssue(Object e, StackTrace s) function _onTapSSHImportWithFilePicker (line 237) | Future _onTapSSHImportWithFilePicker() function _buildSSHVirtKeys (line 263) | Widget _buildSSHVirtKeys() function _buildSSHVirtualKeyAutoOff (line 272) | Widget _buildSSHVirtualKeyAutoOff() function _buildFont (line 281) | Widget _buildFont() function _pickFontFile (line 308) | Future _pickFontFile() function _buildTermFontSize (line 327) | Widget _buildTermFontSize() function _pickBgImage (line 339) | Future _pickBgImage() function _buildDesktopTerminal (line 358) | Widget _buildDesktopTerminal() function onSave (line 367) | void onSave() function _buildTermTheme (line 391) | Widget _buildTermTheme() function index2Str (line 392) | String index2Str(int index) function _buildSSHWakeLock (line 426) | Widget _buildSSHWakeLock() function _buildLetterCache (line 434) | Widget _buildLetterCache() function _buildSshBg (line 447) | Widget _buildSshBg() function _buildSshBgImage (line 455) | Widget _buildSshBgImage() function _buildSshBgOpacity (line 482) | Widget _buildSshBgOpacity() function onSave (line 483) | void onSave(String s) function _buildSshBlurRadius (line 516) | Widget _buildSshBlurRadius() function onSave (line 517) | void onSave(String s) FILE: lib/view/page/setting/entry.dart class SettingsPage (line 47) | class SettingsPage extends ConsumerStatefulWidget { method createState (line 53) | ConsumerState createState() class _SettingsPageState (line 56) | class _SettingsPageState extends ConsumerState with Single... method dispose (line 60) | void dispose() method build (line 66) | Widget build(BuildContext context) class AppSettingsPage (line 110) | final class AppSettingsPage extends ConsumerStatefulWidget { method createState (line 114) | ConsumerState createState() class _AppSettingsPageState (line 117) | final class _AppSettingsPageState extends ConsumerState { method build (line 126) | Widget build(BuildContext context) type SettingsTabs (line 142) | enum SettingsTabs { FILE: lib/view/page/setting/platform/ios.dart class IosSettingsPage (line 8) | class IosSettingsPage extends StatefulWidget { method createState (line 12) | State createState() class _IosSettingsPageState (line 17) | class _IosSettingsPageState extends State { method _loadWatchContext (line 23) | Future?> _loadWatchContext() method dispose (line 29) | void dispose() method build (line 35) | Widget build(BuildContext context) method _buildPushToken (line 49) | Widget _buildPushToken() method _buildAutoUpdateHomeWidget (line 78) | Widget _buildAutoUpdateHomeWidget() method _buildWatchApp (line 86) | Widget _buildWatchApp() method _onTapWatchApp (line 113) | void _onTapWatchApp(Map map) FILE: lib/view/page/setting/platform/platform_pub.dart class PlatformPublicSettings (line 5) | abstract final class PlatformPublicSettings { method _buildBioAuthDelay (line 14) | Widget _buildBioAuthDelay() method _buildBioAuth (line 34) | Widget _buildBioAuth() FILE: lib/view/page/setting/seq/srv_detail_seq.dart class ServerDetailOrderPage (line 8) | class ServerDetailOrderPage extends StatefulWidget { method createState (line 12) | State createState() class _ServerDetailOrderPageState (line 17) | class _ServerDetailOrderPageState extends State { method initState (line 25) | void initState() method _loadData (line 30) | void _loadData() method build (line 43) | Widget build(BuildContext context) method _proxyDecorator (line 50) | Widget _proxyDecorator(Widget child, int _, Animation animation) method _buildBody (line 66) | Widget _buildBody() method _buildListItem (line 78) | Widget _buildListItem(String key, int idx) method _buildCheckBox (line 100) | Widget _buildCheckBox(String key, bool isEnabled) method _handleReorder (line 107) | void _handleReorder(int oldIndex, int newIndex) method _toggleEnabled (line 123) | void _toggleEnabled(String key) method _saveChanges (line 134) | void _saveChanges() FILE: lib/view/page/setting/seq/srv_func_seq.dart class ServerFuncBtnsOrderPage (line 6) | class ServerFuncBtnsOrderPage extends StatefulWidget { method createState (line 10) | State createState() class _ServerDetailOrderPageState (line 15) | class _ServerDetailOrderPageState extends State { method build (line 19) | Widget build(BuildContext context) method _buildBody (line 26) | Widget _buildBody() method _buildListItem (line 49) | Widget _buildListItem(int key, int idx, List keys) method _buildCheckBox (line 68) | Widget _buildCheckBox(List keys, int key, int idx, bool value) FILE: lib/view/page/setting/seq/srv_seq.dart class ServerOrderPage (line 10) | class ServerOrderPage extends ConsumerStatefulWidget { method createState (line 14) | ConsumerState createState() class _ServerOrderPageState (line 19) | class _ServerOrderPageState extends ConsumerState { method initState (line 23) | void initState() method build (line 29) | Widget build(BuildContext context) method _proxyDecorator (line 45) | Widget _proxyDecorator(Widget child, int _, Animation animation) method _buildBody (line 61) | Widget _buildBody() method _buildItem (line 100) | Widget _buildItem(int index, String id, Spi? spi) method _buildCardTile (line 111) | Widget _buildCardTile(int index, Spi? spi) FILE: lib/view/page/setting/seq/virt_key.dart class SSHVirtKeySettingPage (line 8) | class SSHVirtKeySettingPage extends StatefulWidget { method createState (line 12) | State createState() class _SSHVirtKeySettingPageState (line 20) | class _SSHVirtKeySettingPageState extends State { method initState (line 28) | void initState() method _loadData (line 33) | void _loadData() method build (line 46) | Widget build(BuildContext context) method _buildOneLineVirtKey (line 63) | Widget _buildOneLineVirtKey() method _proxyDecorator (line 70) | Widget _proxyDecorator(Widget child, int _, Animation animation) method _buildBody (line 86) | Widget _buildBody() method _buildListItem (line 98) | Widget _buildListItem(int key, int idx) method _buildTitle (line 124) | Widget _buildTitle(VirtKey key, bool isEnabled) method _buildCheckBox (line 142) | Widget _buildCheckBox(int key, bool isEnabled) method _handleReorder (line 149) | void _handleReorder(int oldIndex, int newIndex) method _toggleEnabled (line 165) | void _toggleEnabled(int key) method _saveChanges (line 176) | void _saveChanges() FILE: lib/view/page/snippet/edit.dart class SnippetEditPageArgs (line 10) | final class SnippetEditPageArgs { class SnippetEditPage (line 15) | class SnippetEditPage extends ConsumerStatefulWidget { method createState (line 21) | ConsumerState createState() class _SnippetEditPageState (line 26) | class _SnippetEditPageState extends ConsumerState with ... method dispose (line 35) | void dispose() method build (line 46) | Widget build(BuildContext context) method _buildAppBarActions (line 54) | List? _buildAppBarActions() method _buildFAB (line 79) | Widget _buildFAB() method _buildBody (line 110) | Widget _buildBody() method _buildAutoRunOn (line 153) | Widget _buildAutoRunOn() method _buildTip (line 191) | Widget _buildTip() method afterFirstLayout (line 213) | void afterFirstLayout(BuildContext context) FILE: lib/view/page/snippet/list.dart class SnippetListPage (line 9) | class SnippetListPage extends ConsumerStatefulWidget { method createState (line 13) | ConsumerState createState() class _SnippetListPageState (line 18) | class _SnippetListPageState extends ConsumerState with ... method dispose (line 25) | void dispose() method build (line 32) | Widget build(BuildContext context) method _buildBody (line 37) | Widget _buildBody() method _buildScaffold (line 58) | Widget _buildScaffold(List snippets, String tag) method _buildSnippetList (line 82) | Widget _buildSnippetList(List snippets, String tag) method _buildSnippetItem (line 103) | Widget _buildSnippetItem(Snippet snippet) FILE: lib/view/page/snippet/result.dart class SnippetResultPage (line 6) | class SnippetResultPage extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) method _buildBody (line 21) | Widget _buildBody() FILE: lib/view/page/ssh/page/ask_ai.dart function _buildTerminalToolbar (line 4) | List _buildTerminalToolbar( function _showAskAiSheet (line 28) | Future _showAskAiSheet(String selection) function _applyAiCommand (line 41) | void _applyAiCommand(String command) class _AskAiSheet (line 50) | class _AskAiSheet extends ConsumerStatefulWidget { method createState (line 58) | ConsumerState<_AskAiSheet> createState() type _ChatEntryType (line 61) | enum _ChatEntryType { user, assistant, command } class _ChatEntry (line 63) | class _ChatEntry { class _AskAiSheetState (line 77) | class _AskAiSheetState extends ConsumerState<_AskAiSheet> { method initState (line 90) | void initState() method dispose (line 97) | void dispose() method _handleInputChanged (line 106) | void _handleInputChanged() method _startStream (line 111) | void _startStream() method _handleEvent (line 143) | void _handleEvent(AskAiEvent event) method _scheduleAutoScroll (line 184) | void _scheduleAutoScroll() method _describeError (line 196) | String _describeError(Object error) method _handleApplyCommand (line 232) | Future _handleApplyCommand(BuildContext context, AskAiCommand co... method _copyCommand (line 248) | Future _copyCommand(BuildContext context, AskAiCommand command) method _copyText (line 254) | Future _copyText(BuildContext context, String text) method _sendMessage (line 261) | void _sendMessage() method _buildConversationWidgets (line 275) | List _buildConversationWidgets(BuildContext context, ThemeData... method _buildChatItem (line 296) | Widget _buildChatItem(BuildContext context, ThemeData theme, _ChatEntr... method _buildAssistantBubble (line 313) | Widget _buildAssistantBubble(ThemeData theme, {required String content... method _buildCommandBubble (line 346) | Widget _buildCommandBubble(BuildContext context, ThemeData theme, AskA... method build (line 388) | Widget build(BuildContext context) FILE: lib/view/page/ssh/page/init.dart function _initStoredCfg (line 4) | void _initStoredCfg() function _showHelp (line 12) | Future _showHelp() function _initTerminal (line 30) | Future _initTerminal() function _listen (line 97) | void _listen(Stream? stream) function _setupDiscontinuityTimer (line 115) | void _setupDiscontinuityTimer() function _checkConnectionHealth (line 126) | Future _checkConnectionHealth() function _handleConnectionCheckFailure (line 146) | void _handleConnectionCheckFailure(Object error, [StackTrace? stackTrace]) function _onConnectionLossSuspected (line 158) | void _onConnectionLossSuspected() function _showDisconnectDialog (line 169) | Future _showDisconnectDialog() function _writeLn (line 194) | void _writeLn(String p0) function _disconnectFromNotification (line 200) | void _disconnectFromNotification() FILE: lib/view/page/ssh/page/keyboard.dart function _handleEscKeyOrBackButton (line 4) | void _handleEscKeyOrBackButton() function _handleKeyEvent (line 9) | bool _handleKeyEvent(KeyEvent event) FILE: lib/view/page/ssh/page/page.dart class SshPageArgs (line 36) | final class SshPageArgs { class SSHPage (line 56) | class SSHPage extends ConsumerStatefulWidget { method createState (line 62) | ConsumerState createState() class SSHPageState (line 69) | class SSHPageState extends ConsumerState method dispose (line 101) | void dispose() method initState (line 122) | void initState() method didChangeDependencies (line 151) | void didChangeDependencies() method build (line 174) | Widget build(BuildContext context) method _buildBody (line 207) | Widget _buildBody() method _buildBottom (line 271) | Widget _buildBottom() method _buildVirtualKey (line 297) | Widget _buildVirtualKey(VirtKeyState virtKeyState, VirtKeyboard virtKe... method _buildVirtKeyItem (line 322) | Widget _buildVirtKeyItem(VirtKey item, double virtKeyWidth, VirtKeySta... method _onTerminalCopied (line 368) | void _onTerminalCopied() method _onTerminalSelectAll (line 374) | void _onTerminalSelectAll() method _onTerminalPaste (line 379) | Future _onTerminalPaste() method _onClipboardAction (line 388) | Future _onClipboardAction() method afterFirstLayout (line 407) | FutureOr afterFirstLayout(BuildContext context) FILE: lib/view/page/ssh/page/virt_key.dart function _doVirtualKey (line 4) | void _doVirtualKey(VirtKey item, VirtKeyboard virtKeyNotifier) function _doVirtualKeyInput (line 21) | void _doVirtualKeyInput(TerminalKey key, VirtKeyboard virtKeyNotifier) function _doVirtualKeyFunc (line 38) | Future _doVirtualKeyFunc(VirtualKeyFunc type) function _initVirtKeys (line 125) | void _initVirtKeys() FILE: lib/view/page/ssh/tab.dart class SSHTabPage (line 13) | class SSHTabPage extends ConsumerStatefulWidget { method createState (line 17) | ConsumerState createState() type _TabMap (line 22) | typedef _TabMap = Map; class _SSHTabPageState (line 24) | class _SSHTabPageState extends ConsumerState method dispose (line 32) | void dispose() method build (line 40) | Widget build(BuildContext context) method _buildBody (line 65) | Widget _buildBody() function _onTapInitCard (line 88) | void _onTapInitCard(Spi spi) function _toPage (line 124) | Future _toPage(int idx) function _onTapTab (line 132) | void _onTapTab(int idx) function _onTapClose (line 136) | void _onTapClose(String name) class _TabBar (line 151) | final class _TabBar extends StatelessWidget implements PreferredSizeWidg... method build (line 165) | Widget build(BuildContext context) method _buildItem (line 186) | Widget _buildItem(int idx) class _AddPage (line 239) | class _AddPage extends ConsumerWidget { method build (line 247) | Widget build(BuildContext context, WidgetRef ref) FILE: lib/view/page/storage/local.dart class LocalFilePageArgs (line 18) | final class LocalFilePageArgs { class LocalFilePage (line 24) | class LocalFilePage extends ConsumerStatefulWidget { method createState (line 32) | ConsumerState createState() class _LocalFilePageState (line 35) | class _LocalFilePageState extends ConsumerState with Auto... method dispose (line 42) | void dispose() method _refresh (line 47) | Future _refresh() method build (line 55) | Widget build(BuildContext context) method _buildBody (line 99) | Widget _buildBody() method _buildItem (line 136) | Widget _buildItem({ method _buildMissionBtn (line 179) | Widget _buildMissionBtn() method _getEntities (line 186) | Future> _getEntities() method _buildSortBtn (line 193) | Widget _buildSortBtn() function _showDirActionDialog (line 210) | Future _showDirActionDialog(FileSystemEntity file) function _showFileActionDialog (line 236) | Future _showFileActionDialog(FileSystemEntity file) function _showRenameDialog (line 296) | void _showRenameDialog(FileSystemEntity file) function onSubmit (line 299) | void onSubmit() function _showDeleteDialog (line 328) | void _showDeleteDialog(FileSystemEntity file) function _onTapEdit (line 350) | void _onTapEdit(FileSystemEntity file, String fileName) function _onTapUpload (line 380) | void _onTapUpload(FileSystemEntity file, String fileName) type _SortType (line 405) | enum _SortType { FILE: lib/view/page/storage/sftp.dart class SftpPageArgs (line 26) | final class SftpPageArgs { class SftpPage (line 34) | class SftpPage extends ConsumerStatefulWidget { method createState (line 40) | ConsumerState createState() class _SftpPageState (line 45) | class _SftpPageState extends ConsumerState with AfterLayoutMix... method initState (line 51) | void initState() method dispose (line 59) | void dispose() method build (line 65) | Widget build(BuildContext context) method afterFirstLayout (line 81) | FutureOr afterFirstLayout(BuildContext context) function _buildSortMenu (line 120) | Widget _buildSortMenu() function _buildBottom (line 158) | Widget _buildBottom() function _buildFileView (line 179) | Widget _buildFileView() function _buildItem (line 201) | Widget _buildItem(SftpName file, {VoidCallback? beforeTap}) function _onItemPress (line 257) | void _onItemPress(SftpName file, bool notDir) function _edit (line 317) | Future _edit(SftpName name) function _download (line 373) | void _download(SftpName name) function _delete (line 400) | void _delete(SftpName file) function _mkdir (line 465) | void _mkdir() function onSubmitted (line 469) | void onSubmitted() function _newFile (line 503) | void _newFile() function onSubmitted (line 507) | void onSubmitted() function _rename (line 541) | void _rename(SftpName file) function onSubmitted (line 545) | void onSubmitted() function _decompress (line 582) | Future _decompress(SftpName name) function _getRemotePath (line 607) | String _getRemotePath(SftpName name) function _getLocalPath (line 614) | String _getLocalPath(String remotePath) function _listDir (line 623) | Future _listDir() function _backward (line 667) | Future _backward() function _buildBackBtn (line 673) | Widget _buildBackBtn() function _buildSearchBtn (line 677) | Widget _buildSearchBtn() function find (line 680) | Stream find(String query) function _buildUploadBtn (line 700) | Widget _buildUploadBtn() function _buildAddBtn (line 734) | Widget _buildAddBtn() function _buildGotoBtn (line 749) | Widget _buildGotoBtn() function _buildRefreshBtn (line 789) | Widget _buildRefreshBtn() function _buildHomeBtn (line 793) | Widget _buildHomeBtn() function _normalizeSftpPath (line 805) | String _normalizeSftpPath(String path) function _getDecompressCmd (line 807) | String? _getDecompressCmd(String filename) function _canDecompress (line 816) | bool _canDecompress(String filename) function _getTime (line 874) | String _getTime(int? unixMill) type _SortType (line 878) | enum _SortType { class _SortOption (line 910) | class _SortOption { method copyWith (line 916) | _SortOption copyWith({_SortType? sortBy, bool? reversed}) FILE: lib/view/page/storage/sftp_mission.dart class SftpMissionPage (line 9) | class SftpMissionPage extends ConsumerStatefulWidget { method createState (line 13) | ConsumerState createState() class _SftpMissionPageState (line 18) | class _SftpMissionPageState extends ConsumerState { method build (line 20) | Widget build(BuildContext context) method _buildBody (line 27) | Widget _buildBody() method _buildItem (line 41) | Widget _buildItem(SftpReqStatus status) method _buildPreparing (line 62) | Widget _buildPreparing(SftpReqStatus status) method _buildDefault (line 70) | Widget _buildDefault(SftpReqStatus status) method _buildConnected (line 84) | Widget _buildConnected(SftpReqStatus status) method _buildLoading (line 92) | Widget _buildLoading(SftpReqStatus status) method _buildFinished (line 102) | Widget _buildFinished(SftpReqStatus status) method _wrapInCard (line 127) | Widget _wrapInCard({required SftpReqStatus status, String? subtitle, W... method _buildDelete (line 139) | Widget _buildDelete(String name, int id) FILE: lib/view/page/systemd.dart class SystemdPage (line 10) | final class SystemdPage extends ConsumerStatefulWidget { method createState (line 18) | ConsumerState createState() class _SystemdPageState (line 21) | final class _SystemdPageState extends ConsumerState { method build (line 27) | Widget build(BuildContext context) method _buildBody (line 37) | Widget _buildBody() method _buildScopeFilterChips (line 60) | Widget _buildScopeFilterChips() method _buildUnitList (line 75) | Widget _buildUnitList() method _buildUnitFuncs (line 96) | Widget _buildUnitFuncs(SystemdUnit unit) method _handleUnitFuncSelected (line 103) | void _handleUnitFuncSelected(SystemdUnit unit, SystemdUnitFunc func) method _showConfirmDialog (line 113) | void _showConfirmDialog(String cmd) method _navigateToSsh (line 130) | void _navigateToSsh(String cmd) method _buildUnitFuncBtn (line 135) | PopupMenuEntry _buildUnitFuncBtn(SystemdUnitFunc func) method _buildScopeTag (line 146) | Widget _buildScopeTag(SystemdUnitScope scope) method _buildStateTag (line 150) | Widget _buildStateTag(SystemdUnitState state) method _buildTypeTag (line 154) | Widget _buildTypeTag(SystemdUnitType type) method _buildTag (line 158) | Widget _buildTag(String tag, [Color? color, bool noPad = false]) FILE: lib/view/widget/omit_start_text.dart class OmitStartText (line 3) | class OmitStartText extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) FILE: lib/view/widget/percent_circle.dart class PercentCircle (line 5) | final class PercentCircle extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: lib/view/widget/server_func_btns.dart class ServerFuncBtnsTopRight (line 23) | class ServerFuncBtnsTopRight extends ConsumerWidget { method build (line 29) | Widget build(BuildContext context, WidgetRef ref) class ServerFuncBtns (line 38) | class ServerFuncBtns extends StatelessWidget { method build (line 44) | Widget build(BuildContext context) method _buildItem (line 63) | Widget _buildItem(BuildContext context, ServerFuncBtn e, WidgetRef ref) function _onTapMoreBtns (line 105) | void _onTapMoreBtns(ServerFuncBtn value, Spi spi, BuildContext context, ... function _gotoSSH (line 212) | void _gotoSSH(Spi spi, BuildContext context) function _checkClient (line 283) | bool _checkClient(BuildContext context, String id, WidgetRef ref) FILE: lib/view/widget/unix_perm.dart class UnixPermOp (line 4) | final class UnixPermOp { method copyWith (line 11) | UnixPermOp copyWith({bool? r, bool? w, bool? x}) type UnixPermScope (line 20) | enum UnixPermScope { class UnixPerm (line 34) | final class UnixPerm { method copyWith (line 45) | UnixPerm copyWith({UnixPermOp? user, UnixPermOp? group, UnixPermOp? ot... method copyWithScope (line 53) | UnixPerm copyWithScope(UnixPermScope scope, UnixPermOp rwx) class UnixPermEditor (line 76) | final class UnixPermEditor extends StatefulWidget { method createState (line 87) | State createState() class _UnixPermEditorState (line 90) | final class _UnixPermEditorState extends State { method initState (line 94) | void initState() method build (line 100) | Widget build(BuildContext context) method _buildRow (line 120) | Widget _buildRow(UnixPermScope scope, UnixPermOp rwx) method _buildSwitch (line 147) | Widget _buildSwitch(bool value, void Function(bool) onChanged) FILE: linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 16) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_startup (line 85) | static void my_application_startup(GApplication* application) { function my_application_shutdown (line 94) | static void my_application_shutdown(GApplication* application) { function my_application_dispose (line 103) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 109) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 117) | static void my_application_init(MyApplication* self) {} function MyApplication (line 119) | MyApplication* my_application_new() { FILE: make.dart function main (line 10) | void main(List args) function getScriptCommitCount (line 26) | Future getScriptCommitCount() FILE: test/amd_smi_test.dart function main (line 141) | void main() FILE: test/battery_test.dart function main (line 210) | void main() FILE: test/btrfs_test.dart function main (line 6) | void main() FILE: test/container_test.dart function main (line 5) | void main() FILE: test/core_utils_test.dart function main (line 4) | void main() FILE: test/cpu_test.dart function main (line 4) | void main() FILE: test/disabled_cmd_types_test.dart function main (line 6) | void main() FILE: test/disk_smart_test.dart function main (line 472) | void main() FILE: test/disk_test.dart function main (line 6) | void main() FILE: test/jump_chain_test.dart function _spi (line 5) | Spi _spi({required String id, required String name, String? jumpId}) function main (line 16) | void main() FILE: test/memory_test.dart function main (line 4) | void main() FILE: test/net_speed_test.dart function main (line 4) | void main() FILE: test/nvidia_test.dart function main (line 843) | void main() FILE: test/proc_test.dart function main (line 4) | void main() FILE: test/pve_test.dart function main (line 130) | void main() FILE: test/script_builder_test.dart function main (line 7) | void main() FILE: test/sensors_test.dart function main (line 101) | void main() FILE: test/server_dedup_test.dart function _mockDeduplicateServers (line 6) | List _mockDeduplicateServers(List importedServers, List e... function _mockIsDuplicate (line 22) | bool _mockIsDuplicate(Spi imported, List existing) function _mockResolveNameConflicts (line 35) | List _mockResolveNameConflicts(List importedServers, List existing) function shouldShowSSHImport (line 280) | bool shouldShowSSHImport({ FILE: test/ssh_config_test.dart function main (line 5) | void main() FILE: test/system_dist_test.dart function main (line 5) | void main() FILE: test/uptime_test.dart function main (line 3) | void main() function _testParseUpTime (line 50) | String? _testParseUpTime(String raw) FILE: test/windows_test.dart function main (line 9) | void main() FILE: windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 18) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: windows/runner/win32_window.h type Size (line 21) | struct Size {