Home
last modified time | relevance | path

Searched refs:Groups (Results 176 – 200 of 23488) sorted by relevance

12345678910>>...940

/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dunifracweightedcommand.cpp150 util.splitAtDash(groups, Groups); in UnifracWeightedCommand()
151 if (Groups.size() != 0) { if (Groups[0]== "all") { Groups.clear(); } } in UnifracWeightedCommand()
226 …if ((Groups.size() == 0) || (Groups.size() < 2)) { Groups = ct->getNamesOfGroups(); } //must hav… in execute()
236 …if ((Groups.size() == 0) || (Groups.size() < 2)) { Groups = ct->getNamesOfGroups(); } //must hav… in execute()
246 Groups.clear(); in execute()
400 string name = Groups[r]; in getAverageSTDMatrices()
441 gps.insert(Groups[i]); in getConsensusTrees()
442 groupMap[Groups[i]] = Groups[i]; in getConsensusTrees()
539 vector<string> groups; groups.push_back(Groups[a]); groups.push_back(Groups[l]); in runRandomCalcs()
624 Groups = g; in weightedRandomData()
[all …]
/dports/www/p5-HTTPD-User-Manage/HTTPD-User-Manage-1.66/t/
H A Drealms.conf3 Groups ./group
14 Groups table="groups" uid="uid:20" group="group:30"
20 Groups ./dbm.group
28 Groups ./db.group
36 Groups ./foobar.group
43 Groups ./group
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/sarama-1.26.4/
H A Ddelete_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
33 r.Groups = append(r.Groups, group)
H A Ddescribe_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
33 r.Groups = append(r.Groups, group)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Shopify/sarama/
H A Ddelete_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
33 r.Groups = append(r.Groups, group)
H A Ddescribe_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
33 r.Groups = append(r.Groups, group)
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/
H A Ddelete_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
33 r.Groups = append(r.Groups, group)
H A Ddescribe_groups_request.go4 Groups []string member
8 return pe.putStringArray(r.Groups)
12 r.Groups, err = pd.getStringArray()
33 r.Groups = append(r.Groups, group)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/gambol99/go-marathon/
H A Dgroup.go29 Groups []*Group `json:"groups"` member
33 type Groups struct { struct
37 Groups []*Group `json:"groups"` member
66 Groups: make([]*Group, 0),
88 func (r *marathonClient) Groups() (*Groups, error) { func
89 groups := new(Groups)
108 func (r *marathonClient) GroupsBy(opts *GetGroupOpts) (*Groups, error) {
113 groups := new(Groups)
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-tools/pkg/rbac/
H A Dparser.go48 Groups []string `marker:",optional"` member
63 Groups string member
69 return fmt.Sprintf("%s + %s + %s", key.Groups, key.Resources, key.URLs)
83 Groups: strings.Join(r.Groups, "&"),
97 r.Groups = removeDupAndSort(r.Groups)
124 for i, group := range r.Groups {
126 r.Groups[i] = ""
130 APIGroups: r.Groups,
/dports/sysutils/kubectl/kubernetes-1.22.2/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/
H A Dnamespace_policy.go80 …rbacv1helpers.NewRule("get", "list", "watch").Groups(legacyGroup).Resources("configmaps").Names("e…
87 …rbacv1helpers.NewRule("get", "list", "watch").Groups(legacyGroup).Resources("secrets").RuleOrDie(),
95 …rbacv1helpers.NewRule("create", "get", "list", "watch").Groups(legacyGroup).Resources("configmaps"…
102 …rbacv1helpers.NewRule("get", "list", "watch", "delete").Groups(legacyGroup).Resources("secrets").R…
111 rbacv1helpers.NewRule("watch").Groups(legacyGroup).Resources("configmaps").RuleOrDie(),
112 …rbacv1helpers.NewRule("get", "update").Groups(legacyGroup).Resources("configmaps").Names("kube-con…
119 rbacv1helpers.NewRule("watch").Groups(legacyGroup).Resources("configmaps").RuleOrDie(),
120 …rbacv1helpers.NewRule("get", "update").Groups(legacyGroup).Resources("configmaps").Names("kube-sch…
144 …rbacv1helpers.NewRule("get", "list", "watch").Groups(legacyGroup).Resources("configmaps").RuleOrDi…
145 …rbacv1helpers.NewRule("update").Groups(legacyGroup).Resources("configmaps").Names("cluster-info").…
/dports/lang/mono/mono-5.10.1.57/mcs/tools/mono-symbolicate/
H A DStackFrameData.cs46 var methodStr = match.Groups ["Method"].Value.Trim (); in TryParse()
50 var isILOffset = !string.IsNullOrEmpty (match.Groups ["IL"].Value); in TryParse()
52 …var offset = int.Parse (match.Groups [offsetVarName].Value, NumberStyles.HexNumber, CultureInfo.In… in TryParse()
55 if (!string.IsNullOrEmpty (match.Groups ["MethodIndex"].Value)) in TryParse()
56 methodIndex = uint.Parse (match.Groups ["MethodIndex"].Value, CultureInfo.InvariantCulture); in TryParse()
58 var mvid = match.Groups ["MVID"].Value; in TryParse()
59 var aotid = match.Groups ["AOTID"].Value; in TryParse()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/security/
H A DGroups.java39 public class Groups { class
40 private static final Log LOG = LogFactory.getLog(Groups.class);
47 public Groups(Configuration conf) { in Groups() method in Groups
127 private static Groups GROUPS = null;
133 public static Groups getUserToGroupsMappingService() { in getUserToGroupsMappingService()
137 public static Groups getUserToGroupsMappingService(Configuration conf) { in getUserToGroupsMappingService()
140 GROUPS = new Groups(conf); in getUserToGroupsMappingService()
/dports/sysutils/helmfile/vault-f6547fa8e820/website/pages/docs/enterprise/control-groups/
H A Dindex.mdx3 page_title: Vault Enterprise Control Groups
4 sidebar_title: Control Groups
13 Vault Enterprise has support for Control Group Authorization. Control Groups
24 Control Groups can verify the following factors:
26 - `Identity Groups` - Require an authorizer to be in a specific set of identity
29 ## Control Groups In ACL Policies
80 ## Control Groups in Sentinel
82 Control Groups are also supported in Sentinel policies using the `controlgroup`
118 Refer to the [Control Groups](https://learn.hashicorp.com/vault/identity-access-management/iam-cont…
123 Control Groups can be managed over the HTTP API. Please see
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/website/source/docs/enterprise/control-groups/
H A Dindex.html.md3 page_title: "Vault Enterprise Control Groups"
4 sidebar_title: "Control Groups"
13 Vault Enterprise has support for Control Group Authorization. Control Groups
24 Control Groups can verify the following factors:
26 - `Identity Groups` - Require an authorizer to be in a specific set of identity
29 ## Control Groups In ACL Policies
80 ## Control Groups in Sentinel
82 Control Groups are also supported in Sentinel policies using the `controlgroup`
118 Refer to the [Control Groups](https://learn.hashicorp.com/vault/identity-access-management/iam-cont…
123 Control Groups can be managed over the HTTP API. Please see
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/website/source/docs/enterprise/control-groups/
H A Dindex.html.md3 page_title: "Vault Enterprise Control Groups"
4 sidebar_title: "Control Groups"
13 Vault Enterprise has support for Control Group Authorization. Control Groups
24 Control Groups can verify the following factors:
26 - `Identity Groups` - Require an authorizer to be in a specific set of identity
29 ## Control Groups In ACL Policies
80 ## Control Groups in Sentinel
82 Control Groups are also supported in Sentinel policies using the `controlgroup`
118 Refer to the [Control Groups](https://learn.hashicorp.com/vault/identity-access-management/iam-cont…
123 Control Groups can be managed over the HTTP API. Please see
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Tools/
H A DProtoCompile.cs144 int.TryParse(match.Groups["LINE"].Value, out var line);
145 int.TryParse(match.Groups["COLUMN"].Value, out var column);
151 file: match.Groups["FILENAME"].Value,
156 message: match.Groups["TEXT"].Value);
170 int.TryParse(match.Groups["LINE"].Value, out var line);
177 file: match.Groups["FILENAME"].Value,
182 message: match.Groups["TEXT"].Value);
200 file: match.Groups["FILENAME"].Value,
205 message: match.Groups["TEXT"].Value);
223 file: match.Groups["FILENAME"].Value,
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Tools/
H A DProtoCompile.cs144 int.TryParse(match.Groups["LINE"].Value, out var line);
145 int.TryParse(match.Groups["COLUMN"].Value, out var column);
151 file: match.Groups["FILENAME"].Value,
156 message: match.Groups["TEXT"].Value);
170 int.TryParse(match.Groups["LINE"].Value, out var line);
177 file: match.Groups["FILENAME"].Value,
182 message: match.Groups["TEXT"].Value);
200 file: match.Groups["FILENAME"].Value,
205 message: match.Groups["TEXT"].Value);
223 file: match.Groups["FILENAME"].Value,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Tools/
H A DProtoCompile.cs144 int.TryParse(match.Groups["LINE"].Value, out var line);
145 int.TryParse(match.Groups["COLUMN"].Value, out var column);
151 file: match.Groups["FILENAME"].Value,
156 message: match.Groups["TEXT"].Value);
170 int.TryParse(match.Groups["LINE"].Value, out var line);
177 file: match.Groups["FILENAME"].Value,
182 message: match.Groups["TEXT"].Value);
200 file: match.Groups["FILENAME"].Value,
205 message: match.Groups["TEXT"].Value);
223 file: match.Groups["FILENAME"].Value,
[all …]
/dports/devel/matreshka/matreshka-0.7.0/tools/
H A Dgen_cases.adb343 for J in Groups'Range loop
349 Groups (J).Share := K;
350 Groups (K).Count := Groups (K).Count + 1;
418 for J in Groups'Range loop
419 if not Generated (Groups (J).Share) then
589 for J in Groups'Range loop
590 if Maximum < Groups (J).Count then
591 Maximum := Groups (J).Count;
601 for J in Groups'Range loop
602 if Groups (J).Share /= Default then
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/powershell/
H A DAnsible.ModuleUtils.AddType.psm1149 $clr = $match.Groups["CLR"].Value
154 $parameter_type = $match.Groups["Parameter"].Value
155 $assembly_path = $match.Groups["Name"].Value
167 $clr = $match.Groups["CLR"].Value in ignore_externals()
177 …$type_accelerators.Add(@{Name=$match.Groups["Name"].Value; TypeName=$match.Groups["TypeName"].Valu…
295 $clr = $match.Groups["CLR"].Value in committed_revisions()
300 $parameter_type = $match.Groups["Parameter"].Value in committed_revisions()
301 $assembly_path = $match.Groups["Name"].Value in committed_revisions()
309 $clr = $match.Groups["CLR"].Value in committed_revisions()
313 $warning_id = $match.Groups["Name"].Value in committed_revisions()
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/module_utils/powershell/
H A DAnsible.ModuleUtils.AddType.psm1149 $clr = $match.Groups["CLR"].Value in Add-CSharpType()
154 $parameter_type = $match.Groups["Parameter"].Value in Add-CSharpType()
155 $assembly_path = $match.Groups["Name"].Value in Add-CSharpType()
167 $clr = $match.Groups["CLR"].Value in Add-CSharpType()
177 …$type_accelerators.Add(@{Name=$match.Groups["Name"].Value; TypeName=$match.Groups["TypeName"].Valu… in Add-CSharpType()
295 $clr = $match.Groups["CLR"].Value in Add-CSharpType()
300 $parameter_type = $match.Groups["Parameter"].Value in Add-CSharpType()
301 $assembly_path = $match.Groups["Name"].Value in Add-CSharpType()
309 $clr = $match.Groups["CLR"].Value in Add-CSharpType()
313 $warning_id = $match.Groups["Name"].Value in Add-CSharpType()
[all …]
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DFITS.pm32 DATE => { Name => 'CreateDate', Groups => { 2 => 'Time' } },
33 AUTHOR => { Name => 'Author', Groups => { 2 => 'Author' } },
35 'DATE-OBS'=> { Name => 'ObservationDate', Groups => { 2 => 'Time' } },
36 'TIME-OBS'=> { Name => 'ObservationTime', Groups => { 2 => 'Time' } },
37 'DATE-END'=> { Name => 'ObservationDateEnd', Groups => { 2 => 'Time' } },
38 'TIME-END'=> { Name => 'ObservationTimeEnd', Groups => { 2 => 'Time' } },
/dports/math/R-cran-memisc/memisc/man/
H A DGroups.Rd1 \name{Groups}
2 \alias{Groups}
3 \alias{Groups.data.set}
4 \alias{Groups.data.frame}
6 \alias{Groups.grouped.data}
26 Groups(data,by,\dots)
27 \method{Groups}{data.frame}(data,by,\dots)
28 \method{Groups}{data.set}(data,by,\dots)
29 \method{Groups}{grouped.data}(data,by,\dots)
102 some.grouped.data <- Groups(some.data,
[all …]
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DKodak.pm77 Groups => { 2 => 'Time' },
82 Groups => { 2 => 'Time' },
89 Groups => { 2 => 'Time' },
310 Groups => { 2 => 'Time' },
315 Groups => { 2 => 'Time' },
322 Groups => { 2 => 'Time' },
742 Groups => { 2 => 'Time' },
1449 Groups => { 2 => 'Time' },
2640 Groups => { 2 => 'Time' },
2685 Groups => { 2 => 'Time' },
[all …]

12345678910>>...940