Home
last modified time | relevance | path

Searched refs:AppDefs (Results 1 – 25 of 62) sorted by relevance

123

/dports/security/keepass/KeePass-2.49-Source/KeePass/
H A DProgram.cs318 ShellUtil.RegisterExtension(AppDefs.FileExtension.FileExt, in MainPriv()
319 AppDefs.FileExtension.FileExtId, KPRes.FileExtName2, in MainPriv()
326 ShellUtil.UnregisterExtension(AppDefs.FileExtension.FileExt, in MainPriv()
327 AppDefs.FileExtension.FileExtId); in MainPriv()
359 AppHelp.ShowHelp(AppDefs.HelpTopics.CommandLine, null); in MainPriv()
366 AppDefs.CommandLineOptions.ConfigSetUrlOverride]; in MainPriv()
396 m_cmdLineArgs[AppDefs.CommandLineOptions.Scheme], in MainPriv()
405 m_cmdLineArgs[AppDefs.CommandLineOptions.Scheme], in MainPriv()
406 m_cmdLineArgs[AppDefs.CommandLineOptions.Value]); in MainPriv()
414 AppDefs.CommandLineOptions.ConfigSetLanguageFile]; in MainPriv()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DKeyUtil.cs47 string strPassword = args[AppDefs.CommandLineOptions.Password]; in KeyFromCommandLine()
50 string strKeyFile = args[AppDefs.CommandLineOptions.KeyFile]; in KeyFromCommandLine()
51 string strUserAcc = args[AppDefs.CommandLineOptions.UserAccount]; in KeyFromCommandLine()
140 args.Remove(AppDefs.CommandLineOptions.Password); in ClearKeyOptions()
141 args.Remove(AppDefs.CommandLineOptions.PasswordEncrypted); in ClearKeyOptions()
142 args.Remove(AppDefs.CommandLineOptions.PasswordStdIn); in ClearKeyOptions()
143 args.Remove(AppDefs.CommandLineOptions.KeyFile); in ClearKeyOptions()
144 args.Remove(AppDefs.CommandLineOptions.PreSelect); in ClearKeyOptions()
145 args.Remove(AppDefs.CommandLineOptions.UserAccount); in ClearKeyOptions()
187 if((cl[AppDefs.CommandLineOptions.Password] == null) && in MakeCtxIndependent()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/App/
H A DAppDefs.cs34 public static class AppDefs class
302 if(strFieldId == AppDefs.ColumnIdnGroup) in GetEntryField()
304 else if(strFieldId == AppDefs.ColumnIdnCreationTime) in GetEntryField()
306 else if(strFieldId == AppDefs.ColumnIdnLastModificationTime) in GetEntryField()
308 else if(strFieldId == AppDefs.ColumnIdnLastAccessTime) in GetEntryField()
310 else if(strFieldId == AppDefs.ColumnIdnExpiryTime) in GetEntryField()
315 else if(strFieldId == AppDefs.ColumnIdnUuid) in GetEntryField()
317 else if(strFieldId == AppDefs.ColumnIdnAttachment) in GetEntryField()
328 Color clrL = AppDefs.ColorQualityLow; in GetQualityColor()
329 Color clrH = AppDefs.ColorQualityHigh; in GetQualityColor()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DAboutForm.cs116 strPath += AppDefs.XslFilesDir; in GetAppComponents()
118 bool bInstalled = File.Exists(strPath + AppDefs.XslFileHtmlFull); in GetAppComponents()
119 bInstalled &= File.Exists(strPath + AppDefs.XslFileHtmlLight); in GetAppComponents()
120 bInstalled &= File.Exists(strPath + AppDefs.XslFileHtmlTabular); in GetAppComponents()
147 AppHelp.ShowHelp(AppDefs.HelpTopics.License, null, true); in OnLinkLicenseFile()
153 AppHelp.ShowHelp(AppDefs.HelpTopics.Acknowledgements, null, true); in OnLinkAcknowledgements()
H A DKeyPromptForm.cs173 str = Program.CommandLineArgs[AppDefs.CommandLineOptions.Password]; in OnFormLoad()
180 str = Program.CommandLineArgs[AppDefs.CommandLineOptions.PasswordEncrypted]; in OnFormLoad()
187 str = Program.CommandLineArgs[AppDefs.CommandLineOptions.PasswordStdIn]; in OnFormLoad()
198 str = Program.CommandLineArgs[AppDefs.CommandLineOptions.KeyFile]; in OnFormLoad()
205 str = Program.CommandLineArgs[AppDefs.CommandLineOptions.PreSelect]; in OnFormLoad()
486 else AppHelp.ShowHelp(AppDefs.HelpTopics.KeySources, null); in OnBtnHelp()
496 AppDefs.FileDialogContext.KeyFile); in OnClickKeyFileBrowse()
503 string strFilter = AppDefs.GetKeyFileFilter(); in OnClickKeyFileBrowse()
505 strFilter, 2, null, false, AppDefs.FileDialogContext.KeyFile); in OnClickKeyFileBrowse()
583 AppDefs.FileExtension.KeyFile, in AddKeyDriveSuggAsync()
[all …]
H A DOptionsForm.cs800 AppDefs.GlobalHotKeyId.AutoType); in SaveOptions()
802 AppDefs.GlobalHotKeyId.AutoTypePassword); in SaveOptions()
804 AppDefs.GlobalHotKeyId.AutoTypeSelected); in SaveOptions()
806 AppDefs.GlobalHotKeyId.ShowWindow); in SaveOptions()
844 if(nHotKeyID == AppDefs.GlobalHotKeyId.AutoType) in ChangeHotKey()
963 AppDefs.CommandLineOptions.FileExtRegister, false); in OnBtnFileExtCreate()
971 AppDefs.CommandLineOptions.FileExtUnregister, false); in OnBtnFileExtRemove()
1004 AppHelp.ShowHelp(AppDefs.HelpTopics.AppPolicy, null); in OnPolicyInfoLinkClicked()
1025 AppHelp.ShowHelp(AppDefs.HelpTopics.Setup, AppDefs.HelpTopics.SetupMono); in OnHotKeyHelpLinkClicked()
1076 AppHelp.ShowHelp(AppDefs.HelpTopics.Security, AppDefs.HelpTopics.SecurityOptEx); in OnSecOptExLinkClicked()
[all …]
H A DKeyCreationForm.cs389 string strFilter = AppDefs.GetKeyFileFilter(); in OnClickKeyFileBrowse()
391 strFilter, 1, null, false, AppDefs.FileDialogContext.KeyFile); in OnClickKeyFileBrowse()
433 AppHelp.ShowHelp(AppDefs.HelpTopics.KeySources, null); in OnBtnHelp()
448 AppHelp.ShowHelp(AppDefs.HelpTopics.KeySources, in OnKeyFileLinkClicked()
449 AppDefs.HelpTopics.KeySourcesKeyFile); in OnKeyFileLinkClicked()
454 AppHelp.ShowHelp(AppDefs.HelpTopics.KeySources, in OnUserAccountLinkClicked()
455 AppDefs.HelpTopics.KeySourcesUserAccount); in OnUserAccountLinkClicked()
H A DExchangeDataForm.cs217 AppHelp.ShowHelp(AppDefs.HelpTopics.ImportExport, null); in OnLinkFileFormats()
253 AppDefs.FileDialogContext.Import); in OnBtnSelFile()
279 AppDefs.FileDialogContext.Export); in OnBtnSelFile()
395 AppHelp.ShowHelp(AppDefs.HelpTopics.ImportExport, in OnLinkExportParentGroups()
396 AppDefs.HelpTopics.ImportExportParents); in OnLinkExportParentGroups()
H A DEcasActionForm.cs111 AppHelp.ShowHelp(AppDefs.HelpTopics.Triggers, AppDefs.HelpTopics.TriggersActions); in OnBtnHelp()
H A DEcasEventForm.cs109 AppHelp.ShowHelp(AppDefs.HelpTopics.Triggers, AppDefs.HelpTopics.TriggersEvents); in OnBtnHelp()
H A DKeyFileCreationForm.cs173 string strExt = AppDefs.FileExtension.KeyFile; in GetKeyFilePath()
174 string strFilter = AppDefs.GetKeyFileFilter(); in GetKeyFilePath()
180 strName + "." + strExt, strFilter, 1, strExt, AppDefs.FileDialogContext.KeyFile); in GetKeyFilePath()
H A DEcasConditionForm.cs114 AppHelp.ShowHelp(AppDefs.HelpTopics.Triggers, AppDefs.HelpTopics.TriggersConditions); in OnBtnHelp()
H A DEditStringForm.cs170 if(bError) m_cmbStringName.BackColor = AppDefs.ColorEditError; in ValidateStringNameUI()
346 AppHelp.ShowHelp(AppDefs.HelpTopics.Entry, AppDefs.HelpTopics.EntryStrings); in OnBtnHelp()
H A DMainForm.cs280 if((sizeX != AppDefs.InvalidWindowValue) && in OnFormLoad()
281 (sizeY != AppDefs.InvalidWindowValue) && bWndValid) in OnFormLoad()
297 if((wndX != AppDefs.InvalidWindowValue) && in OnFormLoad()
474 HotKeyManager.RegisterHotKey(AppDefs.GlobalHotKeyId.AutoType, in OnFormLoad()
482 HotKeyManager.RegisterHotKey(AppDefs.GlobalHotKeyId.EntryMenu, in OnFormLoad()
589 string strExt = AppDefs.FileExtension.FileExt; in OnFileNew()
593 1, strExt, AppDefs.FileDialogContext.Database); in OnFileNew()
2056 SetSelectedEntryColor(AppDefs.NamedEntryColor.LightRed); in OnEntryColorLightRed()
2061 SetSelectedEntryColor(AppDefs.NamedEntryColor.LightGreen); in OnEntryColorLightGreen()
2066 SetSelectedEntryColor(AppDefs.NamedEntryColor.LightBlue); in OnEntryColorLightBlue()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/Plugins/
H A DPluginManager.cs76 AppDefs.FileNames.Program, AppDefs.FileNames.XmlSerializers, in LoadAllPlugins()
77 AppDefs.FileNames.NativeLib32, AppDefs.FileNames.NativeLib64, in LoadAllPlugins()
78 AppDefs.FileNames.ShInstUtil in LoadAllPlugins()
89 AppConfigSerializer.AppDataDirectory, false) + AppDefs.PluginsDir; in LoadAllPlugins()
97 false) + AppDefs.PluginsDir; in LoadAllPlugins()
111 if(string.Equals(diSub.Name, AppDefs.PluginsDir, in LoadAllPlugins()
193 (fvi.ProductName != AppDefs.PluginProductName)) in LoadPlugins()
227 if(Program.CommandLineArgs[AppDefs.CommandLineOptions.Debug] != null) in LoadPlugins()
251 AppDefs.CommandLineOptions.Debug] != null); in ShowLoadError()
H A DPlgxPlugin.cs425 string strKP = Program.CommandLineArgs[AppDefs.CommandLineOptions.PlgxPrereqKP]; in CreateFromDirectory()
432 string strNet = Program.CommandLineArgs[AppDefs.CommandLineOptions.PlgxPrereqNet]; in CreateFromDirectory()
439 string strOS = Program.CommandLineArgs[AppDefs.CommandLineOptions.PlgxPrereqOS]; in CreateFromDirectory()
443 string strPtr = Program.CommandLineArgs[AppDefs.CommandLineOptions.PlgxPrereqPtr]; in CreateFromDirectory()
451 string strBuildPre = Program.CommandLineArgs[AppDefs.CommandLineOptions.PlgxBuildPre]; in CreateFromDirectory()
455 string strBuildPost = Program.CommandLineArgs[AppDefs.CommandLineOptions.PlgxBuildPost]; in CreateFromDirectory()
582 if(Program.CommandLineArgs[AppDefs.CommandLineOptions.Debug] != null) in Compile()
840 if(Program.CommandLineArgs[AppDefs.CommandLineOptions.Debug] != null) in RunBuildCommand()
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_compiler_dag.erl241 compile_order(_, AppDefs, _SrcExt, _ArtifactExt) when length(AppDefs) =< 1 ->
242 [Name || {Name, _Path} <- AppDefs];
243 compile_order(G, AppDefs, SrcExt, ArtifactExt) ->
265 … add_one_dependency_to_digraph(V1, File, CurrentCache, AppDefs, AppDAG)
272 Standalone = [Name || {Name, _} <- AppDefs],
320 add_one_dependency_to_digraph(V1, V2, Cache, AppDefs, AppDAG) ->
323 case resolve_file_to_app(V2, AppDefs, Cache) of
328 case resolve_file_to_app(V1, AppDefs, Cache1) of
563 resolve_file_to_app(File, AppDefs, Cache) ->
566 App = resolve_full_file_to_app(File, AppDefs),
/dports/security/keepass/KeePass-2.49-Source/KeePass/App/Configuration/
H A DAceMainWindow.cs71 private int m_posX = AppDefs.InvalidWindowValue;
78 private int m_posY = AppDefs.InvalidWindowValue;
85 private int m_sizeW = AppDefs.InvalidWindowValue;
92 private int m_sizeH = AppDefs.InvalidWindowValue;
H A DAppConfigEx.cs528 if(mw.X != AppDefs.InvalidWindowValue) mw.X = fX(mw.X); in DpiScale()
529 if(mw.Y != AppDefs.InvalidWindowValue) mw.Y = fY(mw.Y); in DpiScale()
530 if(mw.Width != AppDefs.InvalidWindowValue) mw.Width = fX(mw.Width); in DpiScale()
531 if(mw.Height != AppDefs.InvalidWindowValue) mw.Height = fY(mw.Height); in DpiScale()
H A DAceApplication.cs297 true, false) + AppDefs.LanguagesDir; in GetLanguagesDir()
301 AppDefs.LanguagesDir; in GetLanguagesDir()
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DPassKeeper12.cs63 AppHelp.ShowHelp(AppDefs.HelpTopics.ImportExport, in Import()
64 AppDefs.HelpTopics.ImportExportPassKeeper); in Import()
H A DSteganosUI2007.cs61 AppHelp.ShowHelp(AppDefs.HelpTopics.ImportExport, in Import()
62 AppDefs.HelpTopics.ImportExportSteganos); in Import()
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DQualityProgressBar.cs145 Color clrStart = AppDefs.ColorQualityLow; in PaintPriv()
146 Color clrEnd = AppDefs.ColorQualityHigh; in PaintPriv()
147 Color clrMid = AppDefs.ColorQualityMid; in PaintPriv()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Resources/
H A DKPRes.cs38 return (KPRes.Database + "." + AppDefs.FileExtension.FileExt);
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/KeePassRPC/Forms/
H A DKeyCreationSimpleForm.cs232 AppDefs.FileExtension.KeyFile, UIUtil.CreateFileTypeFilter("key", in OnClickKeyFileCreate()
284 AppHelp.ShowHelp(AppDefs.HelpTopics.KeySources, null); in OnBtnHelp()

123