Home
last modified time | relevance | path

Searched refs:getChain (Results 1 – 25 of 815) sorted by relevance

12345678910>>...33

/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/scan/
H A Dpki.go34 func getChain(addr string, config *tls.Config) (chain []*x509.Certificate, err error) { func
60 chain, err := getChain(addr, defaultTLSConfig(hostname))
83 chain, err := getChain(addr, defaultTLSConfig(hostname))
141 firstChain, err := getChain(addr, config)
148 chain, e1 := getChain(addrport, config)
/dports/sysutils/consul/consul-1.10.3/agent/consul/
H A Ddiscovery_chain_endpoint_test.go45 getChain := func(args *structs.DiscoveryChainRequest) (*structs.DiscoveryChainResponse, error) {
66 _, err := getChain(&structs.DiscoveryChainRequest{
78 _, err := getChain(&structs.DiscoveryChainRequest{
144 resp, err := getChain(&structs.DiscoveryChainRequest{
175 resp, err := getChain(&structs.DiscoveryChainRequest{
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Ddiscovery_chain_endpoint_test.go41 getChain := func(args *structs.DiscoveryChainRequest) (*structs.DiscoveryChainResponse, error) {
62 _, err := getChain(&structs.DiscoveryChainRequest{
74 _, err := getChain(&structs.DiscoveryChainRequest{
140 resp, err := getChain(&structs.DiscoveryChainRequest{
171 resp, err := getChain(&structs.DiscoveryChainRequest{
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/
H A Ddiscovery_chain_endpoint_test.go45 getChain := func(args *structs.DiscoveryChainRequest) (*structs.DiscoveryChainResponse, error) {
66 _, err := getChain(&structs.DiscoveryChainRequest{
78 _, err := getChain(&structs.DiscoveryChainRequest{
144 resp, err := getChain(&structs.DiscoveryChainRequest{
175 resp, err := getChain(&structs.DiscoveryChainRequest{
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/
H A Ddiscovery_chain_endpoint_test.go45 getChain := func(args *structs.DiscoveryChainRequest) (*structs.DiscoveryChainResponse, error) {
66 _, err := getChain(&structs.DiscoveryChainRequest{
78 _, err := getChain(&structs.DiscoveryChainRequest{
144 resp, err := getChain(&structs.DiscoveryChainRequest{
175 resp, err := getChain(&structs.DiscoveryChainRequest{
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/
H A Ddiscovery_chain_endpoint_test.go41 getChain := func(args *structs.DiscoveryChainRequest) (*structs.DiscoveryChainResponse, error) {
62 _, err := getChain(&structs.DiscoveryChainRequest{
74 _, err := getChain(&structs.DiscoveryChainRequest{
140 resp, err := getChain(&structs.DiscoveryChainRequest{
171 resp, err := getChain(&structs.DiscoveryChainRequest{
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/dockershim/network/hostport/
H A Dfake_iptables.go68 func (f *fakeIPTables) getChain(tableName utiliptables.Table, chainName utiliptables.Chain) (*fakeT… func
83 table, chain, err := f.getChain(tableName, chainName)
109 _, chain, err := f.getChain(tableName, chainName)
118 table, _, err := f.getChain(tableName, chainName)
127 _, _, err := f.getChain(tableName, chainName)
145 _, chain, err := f.getChain(tableName, chainName)
224 _, chain, err := f.getChain(tableName, chainName)
292 table, chain, err := f.getChain(tableName, chainName)
H A Dhostport_test.go75 _, _, err := fakeIPTables.getChain(utiliptables.TableNAT, utiliptables.Chain("KUBE-HOSTPORTS"))
78 _, chain, err := fakeIPTables.getChain(utiliptables.TableNAT, utiliptables.ChainPostrouting)
84 _, chain, err := fakeIPTables.getChain(utiliptables.TableNAT, utiliptables.Chain(chainName))
/dports/biology/jalview/jalview/test/jalview/structure/
H A DAtomSpecTest.java17 assertEquals(as.getChain(), "B"); in testFromChimeraAtomSpec()
24 assertEquals(as.getChain(), "C"); in testFromChimeraAtomSpec()
31 assertEquals(as.getChain(), ""); in testFromChimeraAtomSpec()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/src/libtools/
H A Dreducedgraph.cc108 vector<Index> chain = reduced_edge.getChain(); in getVertexJunctions_()
161 compareChainWithChains_(reduced_edge.getChain(), expanded_edges[edge]); in addEdgeIfNotLoop_()
163 expanded_edges[edge].push_back(reduced_edge.getChain()); in addEdgeIfNotLoop_()
166 expanded_edges[edge].push_back(reduced_edge.getChain()); in addEdgeIfNotLoop_()
241 vector<Index> chain = reduced_edge.getChain(); in getAllVertices_()
275 vector<Index> chain = reduced_edge.getChain(); in init_()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/tools-9c102e0/src/libtools/
H A Dreducedgraph.cc108 vector<Index> chain = reduced_edge.getChain(); in getVertexJunctions_()
161 compareChainWithChains_(reduced_edge.getChain(), expanded_edges[edge]); in addEdgeIfNotLoop_()
163 expanded_edges[edge].push_back(reduced_edge.getChain()); in addEdgeIfNotLoop_()
166 expanded_edges[edge].push_back(reduced_edge.getChain()); in addEdgeIfNotLoop_()
241 vector<Index> chain = reduced_edge.getChain(); in getAllVertices_()
275 vector<Index> chain = reduced_edge.getChain(); in init_()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/tools-9c102e0/include/votca/tools/
H A Dreducededge.h61 std::vector<Index> getChain() const { return vertices_; } in getChain() function
159 auto vertices = ed.getChain(); in operator()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/include/votca/tools/
H A Dreducededge.h61 std::vector<Index> getChain() const { return vertices_; } in getChain() function
159 auto vertices = ed.getChain(); in operator()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/x509/
H A Droot_windows_test.go20 getChain := func(host string) []*x509.Certificate {
77 chain := getChain(tc.host)
H A Droot_darwin_test.go20 getChain := func(host string) []*x509.Certificate {
94 chain := getChain(tc.host)
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DCompositor.cpp137 Viewport* vp = instance->getChain()->getViewport(); in createListener()
313 Viewport* vp = instance->getChain()->getViewport(); in createListener()
388 Viewport* vp = instance->getChain()->getViewport(); in createListener()
475 Viewport* vp = instance->getChain()->getViewport(); in createListener()
519 Viewport* vp = instance->getChain()->getViewport(); in createListener()
565 Viewport* vp = instance->getChain()->getViewport(); in createListener()
677 Viewport* vp = instance->getChain()->getViewport(); in createListener()
748 Viewport* vp = instance->getChain()->getViewport(); in createListener()
/dports/devel/ispc/ispc-1.16.1/llvm_patches/
H A D11_0_11_1_packed_load_store_avx512.patch46 return DAG.getStore(St->getChain(), dl, StoredVal, St->getBasePtr(),
52 - return DAG.getStore(St->getChain(), dl, StoredVal.getOperand(0),
56 + return DAG.getStore(St->getChain(), dl, Val,
72 return DAG.getStore(St->getChain(), dl, StoredVal, St->getBasePtr(),
H A D10_0_packed_load_store_avx512skx.patch46 return DAG.getStore(St->getChain(), dl, StoredVal, St->getBasePtr(),
53 - return DAG.getStore(St->getChain(), dl, StoredVal, St->getBasePtr(),
57 + return DAG.getStore(St->getChain(), dl, Val, St->getBasePtr(),
74 return DAG.getStore(St->getChain(), dl, StoredVal, St->getBasePtr(),
/dports/biology/jalview/jalview/src/ext/edu/ucsf/rbvi/strucviz2/
H A DChimUtils.java284 ChimeraChain chain = model.getChain(residueChain[1]); in getResidue()
290 public static ChimeraChain getChain(String atomSpec, ChimeraModel model) in getChain() method in ChimUtils
301 return model.getChain(residueChain[1]); in getChain()
640 chimeraChain = chimeraModel.getChain(chain); in fromAttributeOld()
755 chimeraChain = chimeraModel.getChain(modelIDNoResChain[3]); in fromAttribute()
765 else if (chimeraModel.getChain("_") != null) in fromAttribute()
/dports/biology/jalview/jalview/src/jalview/ext/varna/
H A DVarnaCommands.java93 String newSelcom = (mapping[m].getChain() != " " in getColourBySequenceCommand()
94 ? ":" + mapping[m].getChain() in getColourBySequenceCommand()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/tests/fuzzers/snap/
H A Dfuzz_handler.go41 func getChain() *core.BlockChain { func
122 bc := getChain()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/src/tests/
H A Dtest_reducededge.cc60 auto chain = ed6.getChain(); in BOOST_AUTO_TEST_CASE()
103 auto chain = ed.getChain(); in BOOST_AUTO_TEST_CASE()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/tools-9c102e0/src/tests/
H A Dtest_reducededge.cc60 auto chain = ed6.getChain();
103 auto chain = ed.getChain();
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kssl/
H A Dksslcertchain.cpp92 QList<KSSLCertificate *> ch = getChain(); in replicate()
111 QList<KSSLCertificate *> KSSLCertChain::getChain() const in getChain() function in KSSLCertChain
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/verifier/
H A DCertificateChain.java35 public String getChain(); in getChain() method

12345678910>>...33