Home
last modified time | relevance | path

Searched refs:TrustRoot (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/node/
H A Dformatter_test.go68 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
74 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
83 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
91 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
100 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
109 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
118 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
175 TLSInfo: swarm.TLSInfo{TrustRoot: "no"},
186 TLSInfo: swarm.TLSInfo{TrustRoot: "hi"},
242 TLSInfo: swarm.TLSInfo{TrustRoot: "hi"},
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/node/
H A Dformatter_test.go68 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
74 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
83 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
91 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
100 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
109 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
118 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
175 TLSInfo: swarm.TLSInfo{TrustRoot: "no"},
186 TLSInfo: swarm.TLSInfo{TrustRoot: "hi"},
242 TLSInfo: swarm.TLSInfo{TrustRoot: "hi"},
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/formatter/
H A Dnode_test.go66 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
72 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
81 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
89 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
98 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
107 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
116 clusterInfo: swarm.ClusterInfo{TLSInfo: swarm.TLSInfo{TrustRoot: "hi"}},
174 TLSInfo: swarm.TLSInfo{TrustRoot: "no"},
185 TLSInfo: swarm.TLSInfo{TrustRoot: "hi"},
235 TLSInfo: swarm.TLSInfo{TrustRoot: "hi"},
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/swarm/progress/
H A Droot_rotation.go78 Action: digest.FromBytes([]byte(desiredTLSInfo.TrustRoot)).String(),
89 if n.Description.TLSInfo.TrustRoot == desiredTLSInfo.TrustRoot {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/swarm/progress/
H A Droot_rotation.go78 Action: digest.FromBytes([]byte(desiredTLSInfo.TrustRoot)).String(),
89 if n.Description.TLSInfo.TrustRoot == desiredTLSInfo.TrustRoot {
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/swarm/progress/
H A Droot_rotation.go78 Action: digest.FromBytes([]byte(desiredTLSInfo.TrustRoot)).String(),
89 if n.Description.TLSInfo.TrustRoot == desiredTLSInfo.TrustRoot {
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/test/
H A Dtrustroot.py3 from openid.server.trustroot import TrustRoot
17 tr = TrustRoot.parse(self.case)
39 tr = TrustRoot.parse(self.tr)
/dports/security/py-python-openid/python-openid-2.2.5/openid/test/
H A Dtrustroot.py3 from openid.server.trustroot import TrustRoot
16 tr = TrustRoot.parse(self.case)
37 tr = TrustRoot.parse(self.tr)
/dports/security/py-python-openid/python-openid-2.2.5/openid/server/
H A Dtrustroot.py116 class TrustRoot(object): class
394 return_realm = TrustRoot.parse(allowed_return_to)
438 realm = TrustRoot.parse(realm_str)
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/server/
H A Dtrustroot.py116 class TrustRoot(object): class
395 return_realm = TrustRoot.parse(allowed_return_to)
440 realm = TrustRoot.parse(realm_str)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/swarm/
H A Dca.go136 if info.ClusterInfo.TLSInfo.TrustRoot == "" {
139 fmt.Fprintln(out, strings.TrimSpace(info.ClusterInfo.TLSInfo.TrustRoot))
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/swarm/
H A Dca.go136 if info.ClusterInfo.TLSInfo.TrustRoot == "" {
139 fmt.Fprintln(out, strings.TrimSpace(info.ClusterInfo.TLSInfo.TrustRoot))
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/swarm/
H A Dca.go136 if info.ClusterInfo.TLSInfo.TrustRoot == "" {
139 fmt.Fprintln(out, strings.TrimSpace(info.ClusterInfo.TLSInfo.TrustRoot))
/dports/lang/yap/yap-6.2.2/packages/http/
H A Dhttp_openid.pl674 memberchk('openid.trust_root' = TrustRoot, Form),
682 ['Site ', a(href(TrustRoot), TrustRoot), ' requests permission \
738 'openid.trust_root'(TrustRoot),
747 trustroot(TrustRoot)
778 % * trustroot(TrustRoot)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnode.go55 node.Description.TLSInfo.TrustRoot = string(n.Description.TLSInfo.TrustRoot)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnode.go55 node.Description.TLSInfo.TrustRoot = string(n.Description.TLSInfo.TrustRoot)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnode.go55 node.Description.TLSInfo.TrustRoot = string(n.Description.TLSInfo.TrustRoot)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnode.go55 node.Description.TLSInfo.TrustRoot = string(n.Description.TLSInfo.TrustRoot)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnode.go55 node.Description.TLSInfo.TrustRoot = string(n.Description.TLSInfo.TrustRoot)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnode.go55 node.Description.TLSInfo.TrustRoot = string(n.Description.TLSInfo.TrustRoot)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnode.go55 node.Description.TLSInfo.TrustRoot = string(n.Description.TLSInfo.TrustRoot)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnode.go55 node.Description.TLSInfo.TrustRoot = string(n.Description.TLSInfo.TrustRoot)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/daemon/cluster/convert/
H A Dnode.go55 node.Description.TLSInfo.TrustRoot = string(n.Description.TLSInfo.TrustRoot)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/cluster/convert/
H A Dnode.go55 node.Description.TLSInfo.TrustRoot = string(n.Description.TLSInfo.TrustRoot)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dnode.go55 node.Description.TLSInfo.TrustRoot = string(n.Description.TLSInfo.TrustRoot)

12345678910