Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 512 for chains (0.12 sec)

  1. okhttp/src/test/java/okhttp3/OkHttpClientTest.kt

        } catch (ignored: IllegalArgumentException) {
        }
      }
    
      @Test fun clonedInterceptorsListsAreIndependent() {
        val interceptor =
          Interceptor { chain: Interceptor.Chain ->
            chain.proceed(chain.request())
          }
        val original = clientTestRule.newClient()
        original.newBuilder()
          .addInterceptor(interceptor)
          .addNetworkInterceptor(interceptor)
          .build()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Mar 31 17:16:15 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. pkg/istio-agent/testdata/grpc-bootstrap.json

        },
        "locality": {},
        "UserAgentVersionType": null
      },
      "certificate_providers": {
        "default": {
          "plugin_name": "file_watcher",
          "config": {
            "certificate_file": "/cert/path/cert-chain.pem",
            "private_key_file": "/cert/path/key.pem",
            "ca_certificate_file": "/cert/path/root-cert.pem",
            "refresh_interval": "900s"
          }
        }
      },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 957 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/github-actions.adoc

    link:https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security[GitHub supply chain security] features will detect and alert about any dependencies that have known vulnerabilities.
    In order to do this, GitHub requires a complete dependency graph for your project.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 08 14:41:08 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  4. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/substitutorProvider/FirIdeDependentAnalysisSourceModuleCreateInheritanceTypeSubstitutorTestGenerated.java

      }
    
      @Test
      @TestMetadata("chain.kt")
      public void testChain() {
        runTest("analysis/analysis-api/testData/components/substitutorProvider/createInheritanceTypeSubstitutor/chain.kt");
      }
    
      @Test
      @TestMetadata("cycle.kt")
      public void testCycle() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 27 20:30:06 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  5. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/components/substitutorProvider/FirStandaloneNormalAnalysisSourceModuleCreateInheritanceTypeSubstitutorTestGenerated.java

      }
    
      @Test
      @TestMetadata("chain.kt")
      public void testChain() {
        runTest("analysis/analysis-api/testData/components/substitutorProvider/createInheritanceTypeSubstitutor/chain.kt");
      }
    
      @Test
      @TestMetadata("cycle.kt")
      public void testCycle() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 27 20:30:06 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/substitutorProvider/FirIdeNormalAnalysisSourceModuleCreateInheritanceTypeSubstitutorTestGenerated.java

      }
    
      @Test
      @TestMetadata("chain.kt")
      public void testChain() {
        runTest("analysis/analysis-api/testData/components/substitutorProvider/createInheritanceTypeSubstitutor/chain.kt");
      }
    
      @Test
      @TestMetadata("cycle.kt")
      public void testCycle() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 27 20:30:06 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. tests/integration/ambient/cacert_rotation_test.go

    				t.Errorf("failed to get initial workload secret: %v", err)
    			}
    
    			// Update CA with new intermediate cert
    			if err := cert.CreateCustomCASecret(t,
    				"ca-cert-alt-2.pem", "ca-key-alt-2.pem",
    				"cert-chain-alt-2.pem", "root-cert-alt.pem"); err != nil {
    				t.Errorf("failed to update CA secret: %v", err)
    			}
    
    			// perform one retry to handle race condition where ztunnel cert is refreshed before Istiod certificates are reloaded
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  8. src/crypto/internal/edwards25519/field/fe_amd64.s

    	// r4 += a3×b1
    	MOVQ 24(CX), AX
    	MULQ 8(BX)
    	ADDQ AX, R15
    	ADCQ DX, R14
    
    	// r4 += a4×b0
    	MOVQ 32(CX), AX
    	MULQ (BX)
    	ADDQ AX, R15
    	ADCQ DX, R14
    
    	// First reduction chain
    	MOVQ   $0x0007ffffffffffff, AX
    	SHLQ   $0x0d, DI, SI
    	SHLQ   $0x0d, R9, R8
    	SHLQ   $0x0d, R11, R10
    	SHLQ   $0x0d, R13, R12
    	SHLQ   $0x0d, R15, R14
    	ANDQ   AX, DI
    	IMUL3Q $0x13, R14, R14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  9. src/crypto/internal/edwards25519/field/_asm/fe_amd64_asm.go

    	addMul64(r3, 19, l4, l4)
    
    	// r4 = = 2×l0×l4 + 2×l1×l3 + l2×l2
    	r4 := uint128{"r4", GP64(), GP64()}
    	mul64(r4, 2, l0, l4)
    	addMul64(r4, 2, l1, l3)
    	addMul64(r4, 1, l2, l2)
    
    	Comment("First reduction chain")
    	maskLow51Bits := GP64()
    	MOVQ(Imm((1<<51)-1), maskLow51Bits)
    	c0, r0lo := shiftRightBy51(&r0)
    	c1, r1lo := shiftRightBy51(&r1)
    	c2, r2lo := shiftRightBy51(&r2)
    	c3, r3lo := shiftRightBy51(&r3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  10. security/pkg/nodeagent/test/mock/caserver.go

    	reject = s.rejectCSR
    	s.faultInjectLock.Unlock()
    	return reject
    }
    
    // SendEmptyCert force CA server send empty cert chain.
    func (s *CAServer) SendEmptyCert() {
    	s.faultInjectLock.Lock()
    	s.emptyCert = true
    	s.faultInjectLock.Unlock()
    	caServerLog.Info("force CA server to send empty cert chain")
    }
    
    func (s *CAServer) sendEmpty() bool {
    	var empty bool
    	s.faultInjectLock.Lock()
    	empty = s.emptyCert
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top