Home
last modified time | relevance | path

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

/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestResourceSpec.cxx22 const cmsys::RegularExpression IdentifierRegex{ "^[a-z_][a-z0-9_]*$" }; variable
98 return IdentifierRegex.find(key.c_str(), match); in __anonb2dcc7450202()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestResourceSpec.cxx22 const cmsys::RegularExpression IdentifierRegex{ "^[a-z_][a-z0-9_]*$" }; variable
98 return IdentifierRegex.find(key.c_str(), match); in __anon8cb92f130202()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestResourceSpec.cxx22 const cmsys::RegularExpression IdentifierRegex{ "^[a-z_][a-z0-9_]*$" }; variable
98 return IdentifierRegex.find(key.c_str(), match); in __anon728adff60202()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/WebControls/
H A DQueryableDataSourceHelper.cs24 private static readonly Regex IdentifierRegex = new Regex(IdentifierPattern + @"\s*$"); field in System.Web.UI.WebControls.QueryableDataSourceHelper
231 if (!IdentifierRegex.IsMatch(name)) { in ValidateParameterName()