Home
last modified time | relevance | path

Searched refs:GetStringBetween (Results 1 – 4 of 4) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DSpamex20070328.cs130 string strLink = StrUtil.GetStringBetween(strIndexPage, nOffset, in Import()
189 string strTitle = StrUtil.GetStringBetween(strPage, 0, "Subject : <b>", "</b>"); in ImportAccount()
194 string strUser = StrUtil.GetStringBetween(strPage, 0, "Site Username : <b>", "</b>"); in ImportAccount()
199 str = StrUtil.GetStringBetween(strPage, 0, "Site Password : <b>", "</b>"); in ImportAccount()
204 str = StrUtil.GetStringBetween(strPage, 0, "Site Domain : <b>", "</b>"); in ImportAccount()
209 str = StrUtil.GetStringBetween(strPage, 0, "Notes : <b>", "</b>"); in ImportAccount()
218 str = StrUtil.GetStringBetween(strPage, 0, "Forwards to: <b>", "</b>"); in ImportAccount()
222 str = StrUtil.GetStringBetween(strPage, 0, "Reply-To Messages: <b>", "</b>"); in ImportAccount()
226 str = StrUtil.GetStringBetween(strPage, 0, "Allow Reply From: <b>", "</b>"); in ImportAccount()
230 str = StrUtil.GetStringBetween(strPage, 0, "Filter Mode: <b>", "</b>"); in ImportAccount()
[all …]
H A DPpKeeperHtml270.cs157 string strRawValue = StrUtil.GetStringBetween(strData, nOffset, in ReadString()
/dports/security/keepass/KeePass-2.49-Source/KeePass/App/
H A DAppHelp.cs175 string strFile = StrUtil.GetStringBetween(strQuotedMsIts, 0, ":", "::"); in ShowHelpLocalKcv()
177 strFile = StrUtil.GetStringBetween(strQuotedMsIts, 0, ":", "\""); in ShowHelpLocalKcv()
184 string strUrl = StrUtil.GetStringBetween(strQuotedMsIts, 0, "::", "\""); in ShowHelpLocalKcv()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Utility/
H A DStrUtil.cs749 public static string GetStringBetween(string strText, int nStartIndex, in GetStringBetween() method in KeePassLib.Utility.StrUtil
753 return GetStringBetween(strText, nStartIndex, strStart, strEnd, out nTemp); in GetStringBetween()
756 public static string GetStringBetween(string strText, int nStartIndex, in GetStringBetween() method in KeePassLib.Utility.StrUtil