Home
last modified time | relevance | path

Searched refs:OrgName (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/www/grafana8/grafana-8.3.6/pkg/services/provisioning/notifiers/
H A Dtypes.go19 OrgName string member
25 OrgName string member
46 OrgName values.StringValue `json:"org_name" yaml:"org_name"` member
52 OrgName values.StringValue `json:"org_name" yaml:"org_name"` member
85 OrgName: notification.OrgName.Value(),
101 OrgName: notification.OrgName.Value(),
H A Dalert_notifications.go49 if notification.OrgID == 0 && notification.OrgName != "" {
50 getOrg := &models.GetOrgByNameQuery{Name: notification.OrgName}
78 if notification.OrgID == 0 && notification.OrgName != "" {
79 getOrg := &models.GetOrgByNameQuery{Name: notification.OrgName}
H A Dconfig_reader.go88 if notification.OrgName == "" {
102 if notification.OrgName == "" {
/dports/devel/gh/cli-2.4.0/pkg/cmd/secret/list/
H A Dlist_test.go33 OrgName: "",
40 OrgName: "UmbrellaCorporation",
82 assert.Equal(t, tt.wants.OrgName, gotOpts.OrgName)
119 OrgName: "UmbrellaCorporation",
131 OrgName: "UmbrellaCorporation",
216 if tt.opts.OrgName != "" {
232 …rintf("https://api.github.com/orgs/%s/actions/secrets/SECRET_THREE/repositories", tt.opts.OrgName),
235 path = fmt.Sprintf("orgs/%s/actions/secrets", tt.opts.OrgName)
239 …ock.REST("GET", fmt.Sprintf("orgs/%s/actions/secrets/SECRET_THREE/repositories", tt.opts.OrgName)),
H A Dlist.go29 OrgName string member
56 …uallyExclusive("specify only one of `--org`, `--env`, or `--user`", opts.OrgName != "", opts.EnvNa…
68 cmd.Flags().StringVarP(&opts.OrgName, "org", "o", "", "List secrets for an organization")
81 orgName := opts.OrgName
/dports/www/grafana8/grafana-8.3.6/pkg/services/provisioning/plugins/
H A Dtypes.go13 OrgName string member
24 OrgName values.StringValue `json:"org_name" yaml:"org_name"` member
47 OrgName: app.OrgName.Value(),
H A Dplugin_provisioner.go32 if app.OrgID == 0 && app.OrgName != "" {
33 getOrgQuery := &models.GetOrgByNameQuery{Name: app.OrgName}
/dports/net/p5-Net-Whois-IP/Net-Whois-IP-1.19/t/
H A Dsample1.output214 |OrgName| ==> Telstra
41 |OrgName| ==> AllResearch, inc.
261 |OrgName| ==> SPRINT BWG
514 |OrgName| ==> Road Runner
547 |OrgName| ==> Road Runner
580 |OrgName| ==> Road Runner
797 |OrgName| ==> Bell Canada
826 |OrgName| ==> Rogers Cable Inc.
859 |OrgName| ==> Road Runner
947 |OrgName| ==> Road Runner
[all …]
H A Dsample1.output314 |OrgName| ==> Telstra
41 |OrgName| ==> AllResearch, inc.
70 |OrgName| ==> AT&T WorldNet Services
261 |OrgName| ==> SPRINT BWG
456 |OrgName| ==> ROADRUNNER-SOUTHWEST
512 |OrgName| ==> Road Runner
545 |OrgName| ==> Road Runner
578 |OrgName| ==> Road Runner
853 |OrgName| ==> Road Runner
941 |OrgName| ==> Road Runner
[all …]
H A Dsample1.output414 |OrgName| ==> Telstra
41 |OrgName| ==> AllResearch, inc.
70 |OrgName| ==> AT&T WorldNet Services
H A Dsample2.output230 |OrgName|
140 |OrgName|
242 |OrgName|
570 |OrgName|
737 |OrgName|
945 |OrgName|
1138 |OrgName|
1193 |OrgName|
1254 |OrgName|
1323 |OrgName|
[all …]
/dports/devel/gh/cli-2.4.0/pkg/cmd/secret/set/
H A Dset_test.go71 OrgName: "coolOrg",
82 OrgName: "coolOrg",
93 OrgName: "coolOrg",
113 OrgName: "",
123 OrgName: "",
134 OrgName: "coolOrg",
180 assert.Equal(t, tt.wants.OrgName, gotOpts.OrgName)
275 OrgName: "UmbrellaCorporation",
282 OrgName: "UmbrellaCorporation",
294 orgName := tt.opts.OrgName
H A Dset.go36 OrgName string member
98 …uallyExclusive("specify only one of `--org`, `--env`, or `--user`", opts.OrgName != "", opts.EnvNa…
119 if opts.OrgName == "" {
148 cmd.Flags().StringVarP(&opts.OrgName, "org", "o", "", "Set `organization` secret")
172 orgName := opts.OrgName
205 repositoryIDs, err := mapRepoNamesToIDs(client, host, opts.OrgName, opts.RepositoryNames)
275 orgName := opts.OrgName
304 …err = putOrgSecret(client, host, pk, opts.OrgName, opts.Visibility, secretKey, encoded, repository…
/dports/devel/gh/cli-2.4.0/pkg/cmd/secret/remove/
H A Dremove_test.go41 OrgName: "anOrg",
90 assert.Equal(t, tt.wants.OrgName, gotOpts.OrgName)
168 OrgName: "UmbrellaCorporation",
177 orgName := tt.opts.OrgName
H A Dremove.go23 OrgName string member
50 …uallyExclusive("specify only one of `--org`, `--env`, or `--user`", opts.OrgName != "", opts.EnvNa…
63 cmd.Flags().StringVarP(&opts.OrgName, "org", "o", "", "Remove a secret for an organization")
77 orgName := opts.OrgName
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/
H A DRsaPkcs7Tests.c261 CHAR8 OrgName[64]; in TestVerifyRsaCertPkcs1SignVerify() local
316 ZeroMem (OrgName, OrgNameSize); in TestVerifyRsaCertPkcs1SignVerify()
317 ReturnStatus = X509GetOrganizationName (TestCert, sizeof (TestCert), OrgName, &OrgNameSize); in TestVerifyRsaCertPkcs1SignVerify()
321 UT_ASSERT_MEM_EQUAL (OrgName, "Tianocore", 10); in TestVerifyRsaCertPkcs1SignVerify()
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/
H A DRsaPkcs7Tests.c261 CHAR8 OrgName[64];
316 ZeroMem (OrgName, OrgNameSize);
317 ReturnStatus = X509GetOrganizationName (TestCert, sizeof (TestCert), OrgName, &OrgNameSize);
321 UT_ASSERT_MEM_EQUAL (OrgName, "Tianocore", 10);
/dports/net/p5-Net-Whois-ARIN/Net-Whois-ARIN-0.12/examples/
H A Dsimple.pl15 printf "The organization %s is located at:\n", $org[0]->OrgName;
38 OrgName: Washington State University
/dports/www/grafana8/grafana-8.3.6/pkg/services/accesscontrol/middleware/
H A Dmiddleware.go109 userCopy.OrgName = ""
118 userCopy.OrgName = query.Result.OrgName
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/lib/Mail/DMARC/Report/
H A DSend.pm25 my $OrgName = $self->config->{organization}{org_name};
45 Submitted by $OrgName
/dports/editors/lazarus/lazarus/components/PascalScript/Source/
H A DuPSComponentExt.pas263 Decl.Params[m].OrgName;
298 If (tci = nil) or existsItem(tci.OrgName) then continue;
301 If Show then addListItem('constructor',tci.OrgName, v);
306 addListItem(T,tci.OrgName, v)
315 addListItem('Property',tci.OrgName, t);
379 addListItem('var',ipv.OrgName, ': '+ipv.AType.OriginalName);
389 addListItem('var',ipp.OrgName, ': '+ipp.aType.OriginalName);
475 addListItem('var',Comp.GetVar(n).OrgName, ': '+Comp.Getvar(n).aType.OriginalName);
479 addListItem('const', TPSConstant(FConstants[n]).OrgName );
484 addListItem(t,xr.OrgName, v );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/PascalScript/Source/
H A DuPSComponentExt.pas263 Decl.Params[m].OrgName;
298 If (tci = nil) or existsItem(tci.OrgName) then continue;
301 If Show then addListItem('constructor',tci.OrgName, v);
306 addListItem(T,tci.OrgName, v)
315 addListItem('Property',tci.OrgName, t);
379 addListItem('var',ipv.OrgName, ': '+ipv.AType.OriginalName);
389 addListItem('var',ipp.OrgName, ': '+ipp.aType.OriginalName);
475 addListItem('var',Comp.GetVar(n).OrgName, ': '+Comp.Getvar(n).aType.OriginalName);
479 addListItem('const', TPSConstant(FConstants[n]).OrgName );
484 addListItem(t,xr.OrgName, v );
/dports/editors/lazarus-qt5/lazarus/components/PascalScript/Source/
H A DuPSComponentExt.pas263 Decl.Params[m].OrgName;
298 If (tci = nil) or existsItem(tci.OrgName) then continue;
301 If Show then addListItem('constructor',tci.OrgName, v);
306 addListItem(T,tci.OrgName, v)
315 addListItem('Property',tci.OrgName, t);
379 addListItem('var',ipv.OrgName, ': '+ipv.AType.OriginalName);
389 addListItem('var',ipp.OrgName, ': '+ipp.aType.OriginalName);
475 addListItem('var',Comp.GetVar(n).OrgName, ': '+Comp.Getvar(n).aType.OriginalName);
479 addListItem('const', TPSConstant(FConstants[n]).OrgName );
484 addListItem(t,xr.OrgName, v );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/PascalScript/Source/
H A DuPSComponentExt.pas263 Decl.Params[m].OrgName;
298 If (tci = nil) or existsItem(tci.OrgName) then continue;
301 If Show then addListItem('constructor',tci.OrgName, v);
306 addListItem(T,tci.OrgName, v)
315 addListItem('Property',tci.OrgName, t);
379 addListItem('var',ipv.OrgName, ': '+ipv.AType.OriginalName);
389 addListItem('var',ipp.OrgName, ': '+ipp.aType.OriginalName);
475 addListItem('var',Comp.GetVar(n).OrgName, ': '+Comp.Getvar(n).aType.OriginalName);
479 addListItem('const', TPSConstant(FConstants[n]).OrgName );
484 addListItem(t,xr.OrgName, v );
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dsetsts.c110 #define OrgName (CharPtr) dump_args[1].strvalue macro
132 db_name->sts_org_name = OrgName; in Main()

1234567891011