Home
last modified time | relevance | path

Searched refs:Groups (Results 251 – 275 of 25664) sorted by relevance

1...<<11121314151617181920>>...1027

/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp104 SmallVector<StringRef, 8> Groups; in validEndComment() local
106 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
107 StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : ""; in validEndComment()
112 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
116 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : ""; in validEndComment()
120 StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : ""; in validEndComment()
137 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) { in validEndComment()
140 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp104 SmallVector<StringRef, 8> Groups; in validEndComment() local
106 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
107 StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : ""; in validEndComment()
112 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
116 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : ""; in validEndComment()
120 StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : ""; in validEndComment()
137 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) { in validEndComment()
140 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/powershell/
H A DAnsible.ModuleUtils.AddType.psm1115 $clr = $match.Groups["CLR"].Value in Add-CSharpType()
119 $assembly_path = $match.Groups["Name"] in Add-CSharpType()
127 $clr = $match.Groups["CLR"].Value in Add-CSharpType()
131 … $ignore_warnings.Add($match.Groups["Name"], [Microsoft.CodeAnalysis.ReportDiagnostic]::Suppress) in Add-CSharpType()
137 …$type_accelerators.Add(@{Name=$match.Groups["Name"].Value; TypeName=$match.Groups["TypeName"].Valu… in Add-CSharpType()
255 $clr = $match.Groups["CLR"].Value in Add-CSharpType()
259 $assemblies.Add($match.Groups["Name"].Value) > $null in Add-CSharpType()
263 $clr = $match.Groups["CLR"].Value in Add-CSharpType()
267 $warning_id = $match.Groups["Name"].Value in Add-CSharpType()
278 …$type_accelerators.Add(@{Name=$match.Groups["Name"].Value; TypeName=$match.Groups["TypeName"].Valu… in Add-CSharpType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp104 SmallVector<StringRef, 8> Groups; in validEndComment() local
106 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
107 StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : ""; in validEndComment()
112 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
116 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : ""; in validEndComment()
120 StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : ""; in validEndComment()
137 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) { in validEndComment()
140 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp102 SmallVector<StringRef, 8> Groups; in validEndComment() local
104 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
105 StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : ""; in validEndComment()
110 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
114 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : ""; in validEndComment()
118 StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : ""; in validEndComment()
135 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) { in validEndComment()
138 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
/dports/editors/micro/micro-2.0.10/pkg/highlight/
H A Dparser.go17 var Groups map[string]Group var
22 for k, v := range Groups {
91 Groups = make(map[string]Group)
318 Groups[groupStr] = numGroups
320 groupNum := Groups[groupStr]
351 if _, ok := Groups[group]; !ok {
353 Groups[group] = numGroups
355 groupNum := Groups[group]
383 if _, ok := Groups[groupStr]; !ok {
385 Groups[groupStr] = numGroups
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp102 SmallVector<StringRef, 8> Groups; in validEndComment() local
104 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
105 StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : ""; in validEndComment()
110 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
114 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : ""; in validEndComment()
118 StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : ""; in validEndComment()
135 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) { in validEndComment()
138 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp104 SmallVector<StringRef, 8> Groups; in validEndComment() local
106 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
107 StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : ""; in validEndComment()
112 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
116 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : ""; in validEndComment()
120 StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : ""; in validEndComment()
137 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) { in validEndComment()
140 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp102 SmallVector<StringRef, 8> Groups; in validEndComment() local
104 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
105 StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : ""; in validEndComment()
110 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
114 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : ""; in validEndComment()
118 StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : ""; in validEndComment()
135 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) { in validEndComment()
138 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Format/
H A DNamespaceEndCommentsFixer.cpp102 SmallVector<StringRef, 8> Groups; in validEndComment() local
104 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
105 StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : ""; in validEndComment()
110 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
114 StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : ""; in validEndComment()
118 StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : ""; in validEndComment()
135 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) { in validEndComment()
138 NamespaceNameInComment = Groups.size() > 2 ? Groups[2] : ""; in validEndComment()
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFieldMap.cpp69 Groups::const_iterator i; in operator =()
104 Groups::const_iterator i = m_groups.find( field ); in replaceGroup()
113 Groups::iterator i = m_groups.find( field ); in removeGroup()
139 Groups::iterator i = m_groups.find( field ); in removeGroup()
170 Groups::const_iterator i = m_groups.find( field ); in hasGroup()
176 Groups::const_iterator i = m_groups.find( field ); in groupCount()
186 Groups::iterator i; in clear()
205 Groups::const_iterator i; in totalFields()
224 Groups::const_iterator j = m_groups.find( i->getTag() ); in calculateString()
248 Groups::const_iterator j; in calculateLength()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Items/
H A DItemExpander.cs209 if (itemVectorMatch.Groups["SEPARATOR_SPECIFICATION"].Length > 0) in ItemizeItemVector()
213 string itemType = itemVectorMatch.Groups["TYPE"].Value; in ItemizeItemVector()
274 string itemType = itemVector.Groups["TYPE"].Value; in ItemizeItemVector()
275 string transform = (itemVector.Groups["TRANSFORM_SPECIFICATION"].Length > 0) in ItemizeItemVector()
276 ? itemVector.Groups["TRANSFORM"].Value in ItemizeItemVector()
351 string separator = (itemVector.Groups["SEPARATOR_SPECIFICATION"].Length != 0) in ExpandItemVector()
352 ? itemVector.Groups["SEPARATOR"].Value in ExpandItemVector()
390 string itemMetadataName = itemMetadataMatch.Groups["NAME"].Value; in ExpandItemMetadata()
392 …ProjectErrorUtilities.VerifyThrowInvalidProject(itemMetadataMatch.Groups["ITEM_SPECIFICATION"].Len… in ExpandItemMetadata()
/dports/net/openldap24-server/openldap-2.4.59/tests/data/
H A Dtest-ldapgluegroups.ldif1 dn: ou=Groups,dc=example,dc=com
3 ou: Groups
5 dn: cn=All,ou=Groups,dc=example,dc=com
11 dn: cn=ITD,ou=Groups,dc=example,dc=com
16 dn: uid=proxy,ou=Groups,dc=example,dc=com
H A Dmeta.out2 dn: cn=All Staff,ou=Groups,o=Example,c=US
50 seeAlso: cn=All Staff,ou=Groups,o=Example,c=US
121 dn: ou=Groups,o=Example,c=US
123 ou: Groups
268 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
467 dn: cn=All Staff,ou=Groups,o=Example,c=US
594 dn: ou=Groups,o=Example,c=US
596 ou: Groups
741 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
1058 dn: ou=Groups,o=Example,c=US
[all …]
/dports/net/openldap25-server/openldap-2.5.9/tests/data/
H A Dtest-ldapgluegroups.ldif1 dn: ou=Groups,dc=example,dc=com
3 ou: Groups
5 dn: cn=All,ou=Groups,dc=example,dc=com
11 dn: cn=ITD,ou=Groups,dc=example,dc=com
16 dn: uid=proxy,ou=Groups,dc=example,dc=com
H A Dmeta.out2 dn: cn=All Staff,ou=Groups,o=Example,c=US
50 seeAlso: cn=All Staff,ou=Groups,o=Example,c=US
121 dn: ou=Groups,o=Example,c=US
123 ou: Groups
268 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
467 dn: cn=All Staff,ou=Groups,o=Example,c=US
594 dn: ou=Groups,o=Example,c=US
596 ou: Groups
741 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
1058 dn: ou=Groups,o=Example,c=US
[all …]
/dports/net/openldap24-client/openldap-2.4.59/tests/data/
H A Dtest-ldapgluegroups.ldif1 dn: ou=Groups,dc=example,dc=com
3 ou: Groups
5 dn: cn=All,ou=Groups,dc=example,dc=com
11 dn: cn=ITD,ou=Groups,dc=example,dc=com
16 dn: uid=proxy,ou=Groups,dc=example,dc=com
H A Dmeta.out2 dn: cn=All Staff,ou=Groups,o=Example,c=US
50 seeAlso: cn=All Staff,ou=Groups,o=Example,c=US
121 dn: ou=Groups,o=Example,c=US
123 ou: Groups
268 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
467 dn: cn=All Staff,ou=Groups,o=Example,c=US
594 dn: ou=Groups,o=Example,c=US
596 ou: Groups
741 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
1058 dn: ou=Groups,o=Example,c=US
[all …]
/dports/net/openldap25-client/openldap-2.5.9/tests/data/
H A Dtest-ldapgluegroups.ldif1 dn: ou=Groups,dc=example,dc=com
3 ou: Groups
5 dn: cn=All,ou=Groups,dc=example,dc=com
11 dn: cn=ITD,ou=Groups,dc=example,dc=com
16 dn: uid=proxy,ou=Groups,dc=example,dc=com
H A Dmeta.out2 dn: cn=All Staff,ou=Groups,o=Example,c=US
50 seeAlso: cn=All Staff,ou=Groups,o=Example,c=US
121 dn: ou=Groups,o=Example,c=US
123 ou: Groups
268 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
467 dn: cn=All Staff,ou=Groups,o=Example,c=US
594 dn: ou=Groups,o=Example,c=US
596 ou: Groups
741 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
1058 dn: ou=Groups,o=Example,c=US
[all …]
/dports/net/openldap26-server/openldap-2.6.0/tests/data/
H A Dtest-ldapgluegroups.ldif1 dn: ou=Groups,dc=example,dc=com
3 ou: Groups
5 dn: cn=All,ou=Groups,dc=example,dc=com
11 dn: cn=ITD,ou=Groups,dc=example,dc=com
16 dn: uid=proxy,ou=Groups,dc=example,dc=com
H A Dmeta.out2 dn: cn=All Staff,ou=Groups,o=Example,c=US
50 seeAlso: cn=All Staff,ou=Groups,o=Example,c=US
121 dn: ou=Groups,o=Example,c=US
123 ou: Groups
268 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
467 dn: cn=All Staff,ou=Groups,o=Example,c=US
594 dn: ou=Groups,o=Example,c=US
596 ou: Groups
741 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
1058 dn: ou=Groups,o=Example,c=US
[all …]
/dports/net/openldap26-client/openldap-2.6.0/tests/data/
H A Dtest-ldapgluegroups.ldif1 dn: ou=Groups,dc=example,dc=com
3 ou: Groups
5 dn: cn=All,ou=Groups,dc=example,dc=com
11 dn: cn=ITD,ou=Groups,dc=example,dc=com
16 dn: uid=proxy,ou=Groups,dc=example,dc=com
H A Dmeta.out2 dn: cn=All Staff,ou=Groups,o=Example,c=US
50 seeAlso: cn=All Staff,ou=Groups,o=Example,c=US
121 dn: ou=Groups,o=Example,c=US
123 ou: Groups
268 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
467 dn: cn=All Staff,ou=Groups,o=Example,c=US
594 dn: ou=Groups,o=Example,c=US
596 ou: Groups
741 dn: cn=ITD Staff,ou=Groups,o=Example,c=US
1058 dn: ou=Groups,o=Example,c=US
[all …]
/dports/www/p5-FAQ-OMatic/FAQ-OMatic-2.719/lib/FAQ/OMatic/
H A DsubmitGroup.pm35 use FAQ::OMatic::Groups;
56 FAQ::OMatic::Groups::validGroupName($group);
72 FAQ::OMatic::Groups::addMember($group, $member);
76 FAQ::OMatic::Groups::validGroupName($group);
78 FAQ::OMatic::Groups::removeMember($group, $member);

1...<<11121314151617181920>>...1027