Searched refs:IsStrInList (Results 1 – 6 of 6) sorted by relevance
/dports/security/softether5/SoftEtherVPN-5.02.5180/developer_tools/stbchecker/ |
H A D | Str.cs | 259 public static bool IsStrInList(string str, params string[] args) in IsStrInList() method in Str 261 return IsStrInList(str, true, args); in IsStrInList() 263 public static bool IsStrInList(string str, bool ignoreCase, params string[] args) in IsStrInList() method in Str
|
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/ |
H A D | tessedit.cpp | 232 static bool IsStrInList(const std::string &str, const std::vector<std::string> &str_list) { in init_tesseract_lang_data() function 281 if (!IsStrInList(lang_code, *target)) { in init_tesseract_lang_data() 315 if (!IsStrInList(lang_to_load, langs_not_to_load)) { in init_tesseract_lang_data()
|
/dports/security/softether/v4.38-9760/src/BuildUtil/CoreUtil/ |
H A D | Str.cs | 3893 public static bool IsStrInList(string str, params string[] args) in IsStrInList() method in CoreUtil.Str 3895 return IsStrInList(str, true, args); in IsStrInList() 3897 public static bool IsStrInList(string str, bool ignoreCase, params string[] args) in IsStrInList() method in CoreUtil.Str
|
H A D | Console.cs | 986 if (Str.IsStrInList(str, true, in IsHelpStr()
|
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/CoreUtil/ |
H A D | Str.cs | 3893 public static bool IsStrInList(string str, params string[] args) in IsStrInList() method in CoreUtil.Str 3895 return IsStrInList(str, true, args); in IsStrInList() 3897 public static bool IsStrInList(string str, bool ignoreCase, params string[] args) in IsStrInList() method in CoreUtil.Str
|
H A D | Console.cs | 986 if (Str.IsStrInList(str, true, in IsHelpStr()
|