Projects STRLCPY NETworkManager Commits f480160e
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    Source/NETworkManager.Documentation/DocumentationManager.cs
    skipped 21 lines
    22 22   /// </summary>
    23 23   private static List<DocumentationInfo> List => new List<DocumentationInfo>
    24 24   {
    25  - new DocumentationInfo(DocumentationIdentifier.ApplicationDashboard, @"Application/Dashboard"),
    26  - new DocumentationInfo(DocumentationIdentifier.ApplicationNetworkInterface, @"Application/NetworkInterface"),
    27  - new DocumentationInfo(DocumentationIdentifier.ApplicationWiFi, @"Application/WiFi"),
    28  - new DocumentationInfo(DocumentationIdentifier.ApplicationIPScanner, @"Application/IPScanner"),
    29  - new DocumentationInfo(DocumentationIdentifier.ApplicationPortScanner, @"Application/PortScanner"),
    30  - new DocumentationInfo(DocumentationIdentifier.ApplicationPingMonitor, @"Application/PingMonitor"),
    31  - new DocumentationInfo(DocumentationIdentifier.ApplicationTraceroute, @"Application/Traceroute"),
    32  - new DocumentationInfo(DocumentationIdentifier.ApplicationDnsLookup, @"Application/DNSLookup"),
    33  - new DocumentationInfo(DocumentationIdentifier.ApplicationRemoteDesktop, @"Application/RemoteDesktop"),
    34  - new DocumentationInfo(DocumentationIdentifier.ApplicationPowerShell, @"Application/PowerShell"),
    35  - new DocumentationInfo(DocumentationIdentifier.ApplicationPutty, @"Application/PuTTY"),
    36  - new DocumentationInfo(DocumentationIdentifier.ApplicationTigerVNC, @"Application/TigerVNC"),
    37  - new DocumentationInfo(DocumentationIdentifier.ApplicationWebConsole, @"Application/WebConsole"),
    38  - new DocumentationInfo(DocumentationIdentifier.ApplicationSnmp, @"Application/SNMP"),
    39  - new DocumentationInfo(DocumentationIdentifier.ApplicationDiscoveryProtocol, @"Application/DiscoveryProtocol"),
    40  - new DocumentationInfo(DocumentationIdentifier.ApplicationWakeOnLan, @"Application/WakeOnLAN"),
    41  - new DocumentationInfo(DocumentationIdentifier.ApplicationWhois, @"Application/Whois"),
    42  - new DocumentationInfo(DocumentationIdentifier.ApplicationSubnetCalculator, @"Application/SubnetCalculator"),
    43  - new DocumentationInfo(DocumentationIdentifier.ApplicationLookup, @"Application/Lookup"),
    44  - new DocumentationInfo(DocumentationIdentifier.ApplicationConnections, @"Application/Connection"),
    45  - new DocumentationInfo(DocumentationIdentifier.ApplicationListeners, @"Application/Listeners"),
    46  - new DocumentationInfo(DocumentationIdentifier.ApplicationArpTable, @"Application/ARPTable"),
    47  - new DocumentationInfo(DocumentationIdentifier.ApplicationArpTable, @"Other/CommandLineArguments"),
     25 + new DocumentationInfo(DocumentationIdentifier.ApplicationDashboard, @"Documentation/Application/Dashboard"),
     26 + new DocumentationInfo(DocumentationIdentifier.ApplicationNetworkInterface, @"Documentation/Application/NetworkInterface"),
     27 + new DocumentationInfo(DocumentationIdentifier.ApplicationWiFi, @"Documentation/Application/WiFi"),
     28 + new DocumentationInfo(DocumentationIdentifier.ApplicationIPScanner, @"Documentation/Application/IPScanner"),
     29 + new DocumentationInfo(DocumentationIdentifier.ApplicationPortScanner, @"Documentation/Application/PortScanner"),
     30 + new DocumentationInfo(DocumentationIdentifier.ApplicationPingMonitor, @"Documentation/Application/PingMonitor"),
     31 + new DocumentationInfo(DocumentationIdentifier.ApplicationTraceroute, @"Documentation/Application/Traceroute"),
     32 + new DocumentationInfo(DocumentationIdentifier.ApplicationDnsLookup, @"Documentation/Application/DNSLookup"),
     33 + new DocumentationInfo(DocumentationIdentifier.ApplicationRemoteDesktop, @"Documentation/Application/RemoteDesktop"),
     34 + new DocumentationInfo(DocumentationIdentifier.ApplicationPowerShell, @"Documentation/Application/PowerShell"),
     35 + new DocumentationInfo(DocumentationIdentifier.ApplicationPutty, @"Documentation/Application/PuTTY"),
     36 + new DocumentationInfo(DocumentationIdentifier.ApplicationTigerVNC, @"Documentation/Application/TigerVNC"),
     37 + new DocumentationInfo(DocumentationIdentifier.ApplicationWebConsole, @"Documentation/Application/WebConsole"),
     38 + new DocumentationInfo(DocumentationIdentifier.ApplicationSnmp, @"Documentation/Application/SNMP"),
     39 + new DocumentationInfo(DocumentationIdentifier.ApplicationDiscoveryProtocol, @"Documentation/Application/DiscoveryProtocol"),
     40 + new DocumentationInfo(DocumentationIdentifier.ApplicationWakeOnLan, @"Documentation/Application/WakeOnLAN"),
     41 + new DocumentationInfo(DocumentationIdentifier.ApplicationWhois, @"Documentation/Application/Whois"),
     42 + new DocumentationInfo(DocumentationIdentifier.ApplicationSubnetCalculator, @"Documentation/Application/SubnetCalculator"),
     43 + new DocumentationInfo(DocumentationIdentifier.ApplicationLookup, @"Documentation/Application/Lookup"),
     44 + new DocumentationInfo(DocumentationIdentifier.ApplicationConnections, @"Documentation/Application/Connection"),
     45 + new DocumentationInfo(DocumentationIdentifier.ApplicationListeners, @"Documentation/Application/Listeners"),
     46 + new DocumentationInfo(DocumentationIdentifier.ApplicationArpTable, @"Documentation/Application/ARPTable"),
     47 + new DocumentationInfo(DocumentationIdentifier.CommandLineArguments, @"Documentation/CommandLine/CommandLineArguments"),
    48 48   };
    49 49   
    50 50   /// <summary>
    skipped 102 lines
  • ■ ■ ■ ■
    docs/Documentation/01_Application.md
    skipped 2 lines
    3 3  title: Application
    4 4  parent: Documentation
    5 5  has_children: true
    6  -nav_order: 6
     6 +nav_order: 1
    7 7  description: "Documentation of all applications."
    8 8  permalink: /Documentation/Application
    9 9  ---
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/02_Settings/01_General.md
     1 +---
     2 +layout: default
     3 +title: General
     4 +parent: Settings
     5 +grand_parent: Documentation
     6 +nav_order: 1
     7 +description: ""
     8 +permalink: /Documentation/Settings/General
     9 +---
     10 + 
     11 +# General
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/02_Settings/02_Window.md
     1 +---
     2 +layout: default
     3 +title: Window
     4 +parent: Settings
     5 +grand_parent: Documentation
     6 +nav_order: 2
     7 +description: ""
     8 +permalink: /Documentation/Settings/Window
     9 +---
     10 + 
     11 +# Window
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/02_Settings/03_Appearance.md
     1 +---
     2 +layout: default
     3 +title: Appearance
     4 +parent: Settings
     5 +grand_parent: Documentation
     6 +nav_order: 3
     7 +description: ""
     8 +permalink: /Documentation/Settings/Appearance
     9 +---
     10 + 
     11 +# Appearance
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/02_Settings/04_Language.md
     1 +---
     2 +layout: default
     3 +title: Language
     4 +parent: Settings
     5 +grand_parent: Documentation
     6 +nav_order: 4
     7 +description: ""
     8 +permalink: /Documentation/Settings/Language
     9 +---
     10 + 
     11 +# Language
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/02_Settings/05_Status.md
     1 +---
     2 +layout: default
     3 +title: Status
     4 +parent: Settings
     5 +grand_parent: Documentation
     6 +nav_order: 5
     7 +description: ""
     8 +permalink: /Documentation/Settings/Status
     9 +---
     10 + 
     11 +# Status
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/02_Settings/06_HotKeys.md
     1 +---
     2 +layout: default
     3 +title: Hot keys
     4 +parent: Settings
     5 +grand_parent: Documentation
     6 +nav_order: 6
     7 +description: ""
     8 +permalink: /Documentation/Settings/HotKeys
     9 +---
     10 + 
     11 +# Hot keys
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/02_Settings/07_Autostart.md
     1 +---
     2 +layout: default
     3 +title: Autostart
     4 +parent: Settings
     5 +grand_parent: Documentation
     6 +nav_order: 7
     7 +description: ""
     8 +permalink: /Documentation/Settings/Autostart
     9 +---
     10 + 
     11 +# Autostart
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/02_Settings/08_Update.md
     1 +---
     2 +layout: default
     3 +title: Update
     4 +parent: Settings
     5 +grand_parent: Documentation
     6 +nav_order: 8
     7 +description: ""
     8 +permalink: /Documentation/Settings/Update
     9 +---
     10 + 
     11 +# Update
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/02_Settings/09_Profiles.md
     1 +---
     2 +layout: default
     3 +title: Profiles
     4 +parent: Settings
     5 +grand_parent: Documentation
     6 +nav_order: 9
     7 +description: ""
     8 +permalink: /Documentation/Settings/Profiles
     9 +---
     10 + 
     11 +# Profiles
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/02_Settings/10_Settings.md
     1 +---
     2 +layout: default
     3 +title: Settings
     4 +parent: Settings
     5 +grand_parent: Documentation
     6 +nav_order: 10
     7 +description: ""
     8 +permalink: /Documentation/Settings/Settings
     9 +---
     10 + 
     11 +# Settings
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/02_Settings.md
     1 +---
     2 +layout: default
     3 +title: Settings
     4 +parent: Documentation
     5 +has_children: true
     6 +nav_order: 2
     7 +description: "Documentation of all settings."
     8 +permalink: /Documentation/Settings
     9 +---
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/03_ProfileManager/01_ProfileManager.md
     1 +---
     2 +layout: default
     3 +title: Profile manager
     4 +parent: Profile manager
     5 +grand_parent: Documentation
     6 +nav_order: 1
     7 +description: ""
     8 +permalink: /Documentation/ProfileManager/ProfileManager
     9 +---
     10 + 
     11 +# Profile manager
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/03_ProfileManager.md
     1 +---
     2 +layout: default
     3 +title: Profile manager
     4 +parent: Documentation
     5 +has_children: true
     6 +nav_order: 3
     7 +description: ""
     8 +permalink: /Documentation/ProfileManager
     9 +---
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/04_CommandLine/01_CommandLineArgs.md
     1 +---
     2 +layout: default
     3 +title: Command line arguments
     4 +parent: Command line
     5 +grand_parent: Documentation
     6 +nav_order: 1
     7 +description: "Documentation of the command line arguments."
     8 +permalink: /Documentation/CommandLine/CommandLineArguments
     9 +---
     10 + 
     11 +# Command line arguments
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/04_CommandLine.md
     1 +---
     2 +layout: default
     3 +title: Command line
     4 +parent: Documentation
     5 +has_children: true
     6 +nav_order: 4
     7 +description: ""
     8 +permalink: /Documentation/CommandLine
     9 +---
Please wait...
Page is in error, reload to recover