Home
last modified time | relevance | path

Searched refs:FilterFileName (Results 1 – 8 of 8) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DWinFavorites10.cs79 string strBaseName = UrlUtil.FilterFileName(string.IsNullOrEmpty( in GetFolderName()
85 string strGroup = UrlUtil.FilterFileName(pg.Name); in GetFolderName()
152 string strGroup = UrlUtil.FilterFileName(pgSub.Name); in ExportGroup()
191 strSuffix = UrlUtil.FilterFileName(strSuffix); in ExportEntry()
194 false) + UrlUtil.FilterFileName(strTitle)); in ExportEntry()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dserialization.hpp37 std::string fileName = FilterFileName(typeid(IArchiveType).name()); in TestArmadilloSerialization()
123 std::string fileName = FilterFileName(typeid(IArchiveType).name()); in TestArmadilloSerialization()
195 std::string fileName = FilterFileName(typeid(T).name()); in SerializeObject()
254 std::string fileName = FilterFileName(typeid(T).name()); in SerializePointerObject()
H A Dserialization_catch.hpp38 std::string fileName = FilterFileName(typeid(IArchiveType).name()); in TestArmadilloSerialization()
124 std::string fileName = FilterFileName(typeid(IArchiveType).name()); in TestArmadilloSerialization()
197 std::string fileName = FilterFileName(typeid(T).name()); in SerializeObject()
256 std::string fileName = FilterFileName(typeid(T).name()); in SerializePointerObject()
H A Dtest_tools.hpp160 inline std::string FilterFileName(const std::string& inputString) in FilterFileName() function
H A Dtest_catch_tools.hpp162 inline std::string FilterFileName(const std::string& inputString) in FilterFileName() function
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DIconPickerForm.cs468 strName = UrlUtil.FilterFileName(strName); in OnBtnCustomSave()
499 strName = UrlUtil.FilterFileName(strName); in OnBtnCustomSave()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Utility/
H A DUrlUtil.cs651 public static string FilterFileName(string strName) in FilterFileName() method in KeePassLib.Utility.UrlUtil
943 string str = FilterFileName(GetFileName(strName ?? string.Empty)); in GetSafeFileName()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Cryptography/
H A DSelfTest.cs1299 string str = UrlUtil.FilterFileName(" A \"*:?/\\|<>B.txt . "); in TestUrlUtil()