/dports/security/keepass/KeePass-2.49-Source/Ext/ |
H A D | KeePass.iss | 1 ; KeePass Password Safe Installation Script 5 #define MyAppNameShort "KeePass" 6 #define MyAppNameShortEx "KeePass 2" 7 #define MyAppName "KeePass Password Safe" 11 #define MyAppExeName "KeePass.exe" 12 #define MyAppUrlName "KeePass.url" 13 #define MyAppHelpName "KeePass.chm" 90 MyCompCore=KeePass core files 112 da.MyCompCore=KeePass kernefiler 182 ja.MyCompCore=KeePassのコアファイル [all …]
|
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/XmlSerialization/ |
H A D | XmlSerializerEx.Gen.cs | 21 KeePass.App.Configuration.AppConfigEx o = new KeePass.App.Configuration.AppConfigEx(); in ReadAppConfigEx() 133 KeePass.App.Configuration.AceMeta o = new KeePass.App.Configuration.AceMeta(); in ReadAceMeta() 474 KeePass.App.Configuration.AceUI o = new KeePass.App.Configuration.AceUI(); in ReadAceUI() 1630 KeePass.UI.ListSorter o = new KeePass.UI.ListSorter(); in ReadListSorter() 1897 KeePass.App.AppPolicyFlags o = new KeePass.App.AppPolicyFlags(); in ReadAppPolicyFlags() 2925 KeePass.Ecas.EcasTrigger o = new KeePass.Ecas.EcasTrigger(); in ReadEcasTrigger() 3150 List<KeePass.Ecas.EcasEvent> l = new List<KeePass.Ecas.EcasEvent>(); in ReadArrayOfEcasEvent() 3204 List<KeePass.Ecas.EcasAction> l = new List<KeePass.Ecas.EcasAction>(); in ReadArrayOfEcasAction() 3231 KeePass.Ecas.EcasEvent o = new KeePass.Ecas.EcasEvent(); in ReadEcasEvent() 3269 KeePass.Ecas.EcasCondition o = new KeePass.Ecas.EcasCondition(); in ReadEcasCondition() [all …]
|
/dports/security/keepass/KeePass-2.49-Source/KeePass/Plugins/ |
H A D | IPluginHost.cs | 27 using KeePass.App.Configuration; 28 using KeePass.DataExchange; 29 using KeePass.Ecas; 30 using KeePass.Forms; 31 using KeePass.UI; 32 using KeePass.Util; 39 namespace KeePass.Plugins
|
H A D | DefaultPluginHost.cs | 25 using KeePass.App.Configuration; 26 using KeePass.DataExchange; 27 using KeePass.Ecas; 28 using KeePass.Forms; 29 using KeePass.UI; 30 using KeePass.Util; 38 namespace KeePass.Plugins
|
/dports/security/keepass/KeePass-2.49-Source/Build/ |
H A D | Clean.bat | 1 RMDIR /S /Q KeePass 11 RMDIR /S /Q ..\KeePass\obj 12 DEL ..\KeePass\KeePass.csproj.user 27 DEL /A:H ..\KeePass.suo 28 DEL ..\KeePass.ncb 56 DEL ..\Translation\KeePass.config.xml 57 DEL ..\Translation\KeePass.exe 58 DEL ..\Translation\KeePass.exe.config 59 DEL ..\Translation\KeePass.pdb 60 DEL ..\Translation\KeePass.XmlSerializers.dll
|
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/ |
H A D | MainForm.Designer.cs | 1 namespace KeePass.Forms 48 this.m_menuMain = new KeePass.UI.CustomMenuStripEx(); in InitializeComponent() 245 this.m_toolMain = new KeePass.UI.CustomToolStripEx(); in InitializeComponent() 289 this.m_tvGroups = new KeePass.UI.CustomTreeViewEx(); in InitializeComponent() 290 this.m_lvEntries = new KeePass.UI.CustomListViewEx(); in InitializeComponent() 2530 private KeePass.UI.CustomMenuStripEx m_menuMain; 2557 private KeePass.UI.CustomToolStripEx m_toolMain; 2560 private KeePass.UI.CustomRichTextBoxEx m_richEntryView; 2563 private KeePass.UI.CustomTreeViewEx m_tvGroups; 2567 private KeePass.UI.CustomListViewEx m_lvEntries; [all …]
|
H A D | DataEditorForm.Designer.cs | 1 namespace KeePass.Forms 31 this.m_menuMain = new KeePass.UI.CustomMenuStripEx(); in InitializeComponent() 52 this.m_toolFile = new KeePass.UI.CustomToolStripEx(); in InitializeComponent() 63 this.m_toolFormat = new KeePass.UI.CustomToolStripEx(); in InitializeComponent() 80 this.m_rtbText = new KeePass.UI.CustomRichTextBoxEx(); in InitializeComponent() 170 this.m_menuEditCut.Image = global::KeePass.Properties.Resources.B16x16_Cut; in InitializeComponent() 289 this.m_tbEditCut.Image = global::KeePass.Properties.Resources.B16x16_Cut; in InitializeComponent() 546 private KeePass.UI.CustomRichTextBoxEx m_rtbText; 547 private KeePass.UI.CustomMenuStripEx m_menuMain; 552 private KeePass.UI.CustomToolStripEx m_toolFile; [all …]
|
H A D | UrlOverrideForm.cs | 27 using KeePass.App; 28 using KeePass.App.Configuration; 29 using KeePass.Resources; 30 using KeePass.UI; 32 namespace KeePass.Forms
|
H A D | HelpSourceForm.cs | 28 using KeePass.App; 29 using KeePass.App.Configuration; 30 using KeePass.Resources; 31 using KeePass.UI; 33 namespace KeePass.Forms
|
H A D | XmlReplaceForm.cs | 28 using KeePass.App; 29 using KeePass.Resources; 30 using KeePass.UI; 31 using KeePass.Util; 36 namespace KeePass.Forms 62 KeePass.Properties.Resources.B48x48_Binary, KPRes.XmlReplace, in OnFormLoad()
|
H A D | EcasActionForm.cs | 28 using KeePass.App; 29 using KeePass.Ecas; 30 using KeePass.Resources; 31 using KeePass.UI; 36 namespace KeePass.Forms
|
H A D | EcasEventForm.cs | 28 using KeePass.App; 29 using KeePass.Ecas; 30 using KeePass.Resources; 31 using KeePass.UI; 33 namespace KeePass.Forms
|
H A D | EcasConditionForm.cs | 28 using KeePass.App; 29 using KeePass.Ecas; 30 using KeePass.Resources; 31 using KeePass.UI; 33 namespace KeePass.Forms
|
H A D | TextEncodingForm.cs | 28 using KeePass.App; 29 using KeePass.Resources; 30 using KeePass.UI; 31 using KeePass.Util; 35 namespace KeePass.Forms
|
H A D | EcasTriggersForm.Designer.cs | 1 namespace KeePass.Forms 35 this.m_lvTriggers = new KeePass.UI.CustomListViewEx(); in InitializeComponent() 44 this.m_ctxTools = new KeePass.UI.CustomContextMenuStripEx(this.components); in InitializeComponent() 150 this.m_btnMoveUp.Image = global::KeePass.Properties.Resources.B16x16_1UpArrow; in InitializeComponent() 160 this.m_btnMoveDown.Image = global::KeePass.Properties.Resources.B16x16_1DownArrow; in InitializeComponent() 191 this.m_ctxToolsHelp.Image = global::KeePass.Properties.Resources.B16x16_Help; in InitializeComponent() 204 this.m_ctxToolsCopyTriggers.Image = global::KeePass.Properties.Resources.B16x16_EditCopy; in InitializeComponent() 212 this.m_ctxToolsCopySelectedTriggers.Image = global::KeePass.Properties.Resources.B16x16_EditCopy; in InitializeComponent() 220 this.m_ctxToolsPasteTriggers.Image = global::KeePass.Properties.Resources.B16x16_EditPaste; in InitializeComponent() 266 private KeePass.UI.CustomListViewEx m_lvTriggers; [all …]
|
H A D | WebDocForm.cs | 28 using KeePass.App; 29 using KeePass.Resources; 30 using KeePass.UI; 34 namespace KeePass.Forms
|
H A D | InternalBrowserForm.Designer.cs | 1 namespace KeePass.Forms 31 this.m_menuMain = new KeePass.UI.CustomMenuStripEx(); in InitializeComponent() 37 this.m_toolNav = new KeePass.UI.CustomToolStripEx(); in InitializeComponent() 120 this.m_btnBack.Image = global::KeePass.Properties.Resources.B16x16_1UpArrow; in InitializeComponent() 131 this.m_btnForward.Image = global::KeePass.Properties.Resources.B16x16_1DownArrow; in InitializeComponent() 142 this.m_btnReload.Image = global::KeePass.Properties.Resources.B16x16_Reload_Page; in InitializeComponent() 154 this.m_btnStop.Image = global::KeePass.Properties.Resources.B16x16_Exit; in InitializeComponent() 178 this.m_btnGo.Image = global::KeePass.Properties.Resources.B16x16_FTP; in InitializeComponent() 216 private KeePass.UI.CustomMenuStripEx m_menuMain; 222 private KeePass.UI.CustomToolStripEx m_toolNav;
|
/dports/security/p5-File-KeePass-Agent/File-KeePass-Agent-2.01/ |
H A D | README | 2 File::KeePass::Agent - Application agent for working with File::KeePass 6 use File::KeePass::Agent; 7 File::KeePass::Agent->new->run($file, $pass); 10 File::KeePass::Agent->new->run; # will read from @ARGV or prompt 13 File::KeePass::Agent::run(); # will read from @ARGV or prompt 16 File::KeePass::Agent::run(\%files); # file/pass pairs 19 File::KeePass::Agent::run(\@files); 21 File::KeePass::Agent::run(\@files, \@passes); # parallel arrays 29 See File::KeePass for a listing of what KeyPass database features are 33 File::KeePass::Agent (FKPA) will try to load a module based on the OS [all …]
|
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/ |
H A D | GenericCsv.cs | 26 using KeePass.Forms; 27 using KeePass.Resources; 28 using KeePass.UI; 34 namespace KeePass.DataExchange.Formats 49 get { return KeePass.Properties.Resources.B16x16_ASCII; }
|
H A D | KeePassKdb2xRepair.cs | 27 using KeePass.App; 28 using KeePass.Native; 29 using KeePass.Resources; 30 using KeePass.UI; 37 namespace KeePass.DataExchange.Formats 56 get { return KeePass.Properties.Resources.B16x16_KeePass; }
|
H A D | KeePassHtml2x.cs | 27 using KeePass.Forms; 28 using KeePass.Resources; 29 using KeePass.UI; 35 namespace KeePass.DataExchange.Formats 48 get { return KeePass.Properties.Resources.B16x16_HTML; }
|
H A D | PassKeeper12.cs | 28 using KeePass.App; 29 using KeePass.Native; 30 using KeePass.Resources; 31 using KeePass.Util; 38 namespace KeePass.DataExchange.Formats 54 get { return KeePass.Properties.Resources.B16x16_Imp_PassKeeper; }
|
H A D | SteganosUI2007.cs | 28 using KeePass.App; 29 using KeePass.Native; 30 using KeePass.Resources; 31 using KeePass.Util; 38 namespace KeePass.DataExchange.Formats 52 get { return KeePass.Properties.Resources.B16x16_Imp_Steganos; }
|
/dports/security/keepass/KeePass-2.49-Source/Ext/KeePassMsi/ |
H A D | KeePassMsi.vdproj | 278 "TargetName" = "8:KeePass.chm" 303 "SourcePath" = "8:KeePass.EXE" 323 "SourcePath" = "8:..\\..\\KeePass\\KeePass.ico" 541 "Name" = "8:KeePass.exe" 568 "Name" = "8:KeePass Database" 648 "Name" = "8:KeePass" 685 "ProductName" = "8:KeePass 2.49" 698 "Title" = "8:KeePass Setup" 809 "Name" = "8:KeePass User Manual" 823 "Name" = "8:KeePass" [all …]
|
/dports/security/p5-File-KeePass/File-KeePass-2.03/ |
H A D | README | 2 File::KeePass - Interface to KeePass V1 and V2 database files 5 use File::KeePass; 8 my $k = File::KeePass->new; 80 File::KeePass gives access to KeePass version 1 (kdb) and version 2 95 File::KeePass::Agent is one example. 107 my $k = File::KeePass->new; 110 my $k = File::KeePass->load_db($file, $pwd); 152 my $k = File::KeePass->new; 223 generator => "KeePass", 596 …perl -MFile::KeePass -e 'chop($p=`zenity --password`); print File::KeePass->load_db(+shift,$p,{kee… [all …]
|