SYMBOL INDEX (182 symbols across 28 files) FILE: Pass4Win/About.Designer.cs class FrmAbout (line 3) | partial class FrmAbout method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Pass4Win/About.cs class FrmAbout (line 17) | public partial class FrmAbout : Form method FrmAbout (line 21) | public FrmAbout(ConfigHandling config) method RichTextBox1LinkClicked (line 35) | private void RichTextBox1LinkClicked(object sender, LinkClickedEventAr... FILE: Pass4Win/CmdLineOptions.cs class CmdLineOptions (line 5) | class CmdLineOptions FILE: Pass4Win/ConfigHandling.cs class ConfigHandling (line 9) | public class ConfigHandling method ConfigHandling (line 25) | public ConfigHandling() method Save (line 108) | public void Save() method Delete (line 135) | public void Delete(string key) method ResetConfig (line 144) | public void ResetConfig() method PassValidTimeValidator (line 155) | public bool PassValidTimeValidator(int value) method Load (line 162) | private void Load() FILE: Pass4Win/DirectoryProvider.cs type IDirectoryProvider (line 8) | public interface IDirectoryProvider method GetFiles (line 10) | IFileProvider[] GetFiles(); method GetFiles (line 11) | IFileProvider[] GetFiles(string searchPattern, SearchOption searchOpti... method EnumerateFiles (line 14) | IEnumerable EnumerateFiles(); method GetDirectories (line 15) | IEnumerable GetDirectories(); class DirectoryProvider (line 17) | public class DirectoryProvider : IDirectoryProvider method DirectoryProvider (line 22) | public DirectoryProvider(ConfigHandling config) method DirectoryProvider (line 35) | public DirectoryProvider(DirectoryInfo directoryInfo) method GetFiles (line 40) | public IFileProvider[] GetFiles() method GetFiles (line 47) | public IFileProvider[] GetFiles(string searchPattern, SearchOption sea... method EnumerateFiles (line 64) | public IEnumerable EnumerateFiles() method GetDirectories (line 69) | public IEnumerable GetDirectories() FILE: Pass4Win/FileProvider.cs type IFileProvider (line 5) | public interface IFileProvider class FileProvider (line 11) | public class FileProvider : IFileProvider method FileProvider (line 15) | public FileProvider(FileInfo fileInfo) FILE: Pass4Win/FileSystemInterface.cs class FileSystemInterface (line 29) | public class FileSystemInterface method FileSystemInterface (line 47) | public FileSystemInterface(ConfigHandling config, IDirectoryProvider d... method Search (line 64) | public void Search(string searchtext) method UpdateDirectoryTree (line 89) | public TreeNode[] UpdateDirectoryTree(IDirectoryProvider path = null) method UpdateDirectoryList (line 127) | public List UpdateDirectoryList(IDirectoryProvider directoryInfo) method WildcardToRegex (line 147) | private string WildcardToRegex(string pattern) FILE: Pass4Win/Genpass.Designer.cs class Genpass (line 3) | partial class Genpass method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Pass4Win/Genpass.cs class Genpass (line 11) | public partial class Genpass : Form method Genpass (line 16) | [SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1126:PrefixCal... method TbCharsScroll (line 33) | private void TbCharsScroll(object sender, EventArgs e) method BtnCopyClick (line 48) | private void BtnCopyClick(object sender, EventArgs e) FILE: Pass4Win/GitHandling.cs class GitHandling (line 24) | public class GitHandling : IDisposable method GitHandling (line 59) | public GitHandling(string repoLocation, string host, string GitLocatio... method Dispose (line 74) | public void Dispose() method GetHost (line 80) | private bool GetHost() method IsValid (line 99) | public static bool IsValid(string location) method CheckConnection (line 114) | public static bool CheckConnection(string hostName) method ConnectToRepo (line 185) | public bool ConnectToRepo() method ExecuteGitCommand (line 214) | private string ExecuteGitCommand(string command) method GitClone (line 271) | public bool GitClone(string username, string password) method Fetch (line 318) | public bool Fetch(string gitUser, string gitPass) method Commit (line 370) | public bool Commit(string fileToCommit = null) method Push (line 428) | public bool Push(string gitUser, string gitPass) method RemoveFile (line 482) | public bool RemoveFile(string removeFile) method Dispose (line 515) | protected virtual void Dispose(bool disposing) FILE: Pass4Win/KeyMgm.Designer.cs class FrmKeyManager (line 3) | partial class FrmKeyManager method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Pass4Win/KeyMgm.cs class FrmKeyManager (line 28) | public partial class FrmKeyManager : Form method FrmKeyManager (line 37) | public FrmKeyManager(FileSystemInterface fileSystemInterface, ConfigHa... method ListDirectory (line 52) | private void ListDirectory(TreeView treeView) method TreeView1AfterSelect (line 69) | private void TreeView1AfterSelect(object sender, TreeViewEventArgs e) method AddToolStripMenuItemClick (line 97) | private void AddToolStripMenuItemClick(object sender, EventArgs e) method ScanDirectory (line 132) | private void ScanDirectory(DirectoryInfo path) method RemoveToolStripMenuItemClick (line 155) | private void RemoveToolStripMenuItemClick(object sender, EventArgs e) method Recrypt (line 191) | private void Recrypt(string path) method DecryptCallback (line 208) | private void DecryptCallback(GpgInterfaceResult result, string tmpFile... method EncryptCallback (line 239) | public void EncryptCallback(GpgInterfaceResult result, string tmpFile,... FILE: Pass4Win/KeySelect.Designer.cs class KeySelect (line 3) | partial class KeySelect method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Pass4Win/KeySelect.cs class KeySelect (line 19) | public partial class KeySelect : Form method KeySelect (line 23) | public KeySelect(ConfigHandling config) method KeySelectLoad (line 29) | private void KeySelectLoad(object sender, EventArgs e) method BtnOkClick (line 47) | private void BtnOkClick(object sender, EventArgs e) FILE: Pass4Win/Main.Designer.cs class FrmMain (line 3) | partial class FrmMain method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Pass4Win/Main.cs class FrmMain (line 36) | public partial class FrmMain : Form method FrmMain (line 66) | public FrmMain(FileSystemInterface fileSystemInterface, KeySelect keyS... method WndProc (line 209) | protected override void WndProc(ref Message m) method LatestPass4WinRelease (line 235) | public async void LatestPass4WinRelease() method CopyToolStripMenuItemClick (line 261) | private void CopyToolStripMenuItemClick(object sender, EventArgs e) method TxtPassDetailLeave (line 274) | private void TxtPassDetailLeave(object sender, EventArgs e) method DecryptPass (line 352) | private void DecryptPass(string path, bool clear = true) method EncryptCallback (line 380) | public void EncryptCallback(GpgInterfaceResult result, string tmpFile,... method ShowHTML (line 423) | public void ShowHTML(String Markdown) method DecryptCallback (line 436) | private void DecryptCallback(GpgInterfaceResult result, bool clear) method EncryptConfig (line 474) | public static string EncryptConfig(string password, string salt) method DecryptConfig (line 489) | public static string DecryptConfig(string cipher, string salt) method EditToolStripMenuItemClick (line 504) | private void EditToolStripMenuItemClick(object sender, EventArgs e) method RenameToolStripMenuItemClick (line 522) | private void RenameToolStripMenuItemClick(object sender, EventArgs e) method DeleteToolStripMenuItemClick (line 588) | private void DeleteToolStripMenuItemClick(object sender, EventArgs e) method ClipBoardClearThread (line 628) | private void ClipBoardClearThread() method ClearClipboard (line 642) | private void ClearClipboard(object o) method CreateNodes (line 668) | private void CreateNodes() method FindTreeNodeText (line 683) | private TreeNode FindTreeNodeText(TreeNodeCollection nodes, string fin... method DirTreeViewNodeMouseDoubleClick (line 701) | private void DirTreeViewNodeMouseDoubleClick(object sender, TreeNodeMo... method BtnMakeVisibleClick (line 714) | private void BtnMakeVisibleClick(object sender, EventArgs e) method FrmMainResize (line 725) | private void FrmMainResize(object sender, EventArgs e) method ConfigSendOffline (line 745) | private void ConfigSendOffline(object sender, EventArgs e) method ToolStripOfflineClick (line 763) | private void ToolStripOfflineClick(object sender, EventArgs e) method CheckOnline (line 768) | private void CheckOnline(bool silent = false) method FillFileList (line 820) | private void FillFileList(string path) method OpenSystrayMenuItemClick (line 847) | private void OpenSystrayMenuItemClick(object sender, EventArgs e) method NotifyIcon1MouseDoubleClick (line 853) | private void NotifyIcon1MouseDoubleClick(object sender, MouseEventArgs e) method QuitSystrayMenuItemClick (line 859) | private void QuitSystrayMenuItemClick(object sender, EventArgs e) method FrmMainFormClosing (line 864) | private void FrmMainFormClosing(object sender, FormClosingEventArgs e) method ToolStripbtnAddClick (line 873) | private void ToolStripbtnAddClick(object sender, EventArgs e) method ToolStripbtnKeyClick (line 915) | private void ToolStripbtnKeyClick(object sender, EventArgs e) method ToolStripbtnConfigClick (line 920) | private void ToolStripbtnConfigClick(object sender, EventArgs e) method OnChildClosing (line 930) | private void OnChildClosing(object sender, System.ComponentModel.Cance... method ToolStripbtnAboutClick (line 935) | private void ToolStripbtnAboutClick(object sender, EventArgs e) method ToolStripbtnQuitClick (line 940) | private void ToolStripbtnQuitClick(object sender, EventArgs e) method ToolStriptextSearchTextChanged (line 945) | private void ToolStriptextSearchTextChanged(object sender, EventArgs e) method TextDelayTick (line 951) | private void TextDelayTick(object sender, EventArgs e) method ToolStripBtnGenPassClick (line 981) | private void ToolStripBtnGenPassClick(object sender, EventArgs e) method CopyPassDetailMenuItemClick (line 990) | private void CopyPassDetailMenuItemClick(object sender, EventArgs e) method KillTimer (line 996) | private void KillTimer() method PassDetailMenuOpening (line 1003) | private void PassDetailMenuOpening(object sender, CancelEventArgs e) method ToolStripUpdateButtonClick (line 1008) | private void ToolStripUpdateButtonClick(object sender, EventArgs e) method ListFileViewMouseClick (line 1022) | private void ListFileViewMouseClick(object sender, MouseEventArgs e) FILE: Pass4Win/NativeMethods.cs class NativeMethods (line 10) | internal class NativeMethods method PostMessage (line 14) | [DllImport("user32")] method RegisterWindowMessage (line 16) | [DllImport("user32", CharSet = CharSet.Unicode)] method SetProcessDPIAware (line 19) | [DllImport("user32.dll")] FILE: Pass4Win/Program.cs class Program (line 11) | internal static class Program method Main (line 22) | [STAThread] method RegisterTypes (line 97) | private static void RegisterTypes() class ThreadExceptionHandler (line 117) | internal class ThreadExceptionHandler method Application_ThreadException (line 122) | public void Application_ThreadException( method ShowThreadExceptionDialog (line 154) | private DialogResult ShowThreadExceptionDialog(Exception ex) FILE: Pass4Win/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Pass4Win/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Pass4Win/Strings.Designer.cs class Strings (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Strings (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Pass4Win/config.Designer.cs class FrmConfig (line 3) | partial class FrmConfig method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Pass4Win/config.cs class FrmConfig (line 19) | public partial class FrmConfig : Form method FrmConfig (line 23) | public FrmConfig(ConfigHandling config) method OnSendOffline (line 96) | protected virtual void OnSendOffline(EventArgs e) method TxtPassFolderClick (line 107) | private void TxtPassFolderClick(object sender, EventArgs e) method TxtPassValidTimeLeave (line 121) | private void TxtPassValidTimeLeave(object sender, EventArgs e) method TxtGpgClick (line 131) | private void TxtGpgClick(object sender, EventArgs e) method ChkboxRemoteRepoCheckedChanged (line 145) | private void ChkboxRemoteRepoCheckedChanged(object sender, EventArgs e) method TxtGitUserLeave (line 167) | private void TxtGitUserLeave(object sender, EventArgs e) method TxtGitPassLeave (line 177) | private void TxtGitPassLeave(object sender, EventArgs e) method TxtGitHostLeave (line 187) | private void TxtGitHostLeave(object sender, EventArgs e) method TxtPassFolderValidating (line 197) | private void TxtPassFolderValidating(object sender, CancelEventArgs e) method TxtPassValidTimeValidating (line 211) | private void TxtPassValidTimeValidating(object sender, CancelEventArgs e) method TxtGpgValidating (line 241) | private void TxtGpgValidating(object sender, CancelEventArgs e) method TxtGitUserValidating (line 255) | private void TxtGitUserValidating(object sender, CancelEventArgs e) method TxtGitPassValidating (line 269) | private void TxtGitPassValidating(object sender, CancelEventArgs e) method TxtGitHostValidating (line 284) | private void TxtGitHostValidating(object sender, CancelEventArgs e) method FrmConfigFormClosing (line 324) | private void FrmConfigFormClosing(object sender, FormClosingEventArgs e) method BtnSaveClick (line 337) | private void BtnSaveClick(object sender, EventArgs e) method ExternalGit_CheckedChanged (line 342) | private void ExternalGit_CheckedChanged(object sender, EventArgs e) FILE: Pass4Win/pwgen.cs class Pwgen (line 25) | public class Pwgen method Generate (line 63) | public static string Generate() method Generate (line 77) | public static string Generate(int length) method Generate (line 99) | public static string Generate(int minLength, int maxLength) FILE: Pass4WinTests/ConfigHandlingTests.cs class ConfigHandlingTests (line 7) | [TestFixture] method BeforeTest (line 10) | [SetUp] method ValueTypes (line 16) | [Test] method ReferenceTypes (line 35) | [Test] method SavingLoading (line 50) | [Test] method Delete (line 66) | [Test] FILE: Pass4WinTests/FileSystemInterfaceTests.cs class FileSystemInterfaceTests (line 10) | [TestFixture] method BeforeTest (line 13) | [SetUp] method FindMixedCaseFileWIthLowerCaseSearch (line 19) | [Test] method FindMixedCaseFileWithMixedCaseSearch (line 48) | [Test] method FindAllFilesWithWildcardSearch (line 77) | [Test] method CreateDirectoryTreeNodes (line 110) | [Test] method GetFileList (line 134) | [Test] FILE: Pass4WinTests/PwgenTests.cs class PwgenTests (line 8) | [TestFixture()] method GeneratePasswordWithTenCharactersTest (line 12) | [Test()] method GeneratePasswordWithEightyCharactersTest (line 19) | [Test()] FILE: Pass4WinTests/Setup.cs class Setup (line 10) | static class Setup method InitializeContainer (line 14) | static internal void InitializeContainer()