Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for enableSsl (0.21 sec)

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

      }
    
      @Test
      fun tls() {
        enableTls()
        server.enqueue(
          MockResponse(
            headers = headersOf("Content-Type", "text/plain"),
            body = "abc",
          ),
        )
        executeSynchronously("/").assertHandshake()
      }
    
      @Test
      fun tls_Async() {
        enableTls()
        server.enqueue(
          MockResponse(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "istio-cni.conf" excludeNamespaces: - istio-system - kube-system logLevel: info privileged: true provider: "multus" global: platform: openshift istio_cni: enabled: true chained: false manifests/charts/gateway/files/profile-demo.yaml # The demo profile enables a variety of things to try out Istio in non-production environments. # * Lower resource utilization. # * Some additional features are enabled by default; especially ones used in some tasks in istio.io. # * More ports enabled on the ingress, which...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    	case ASLBMTE:
    		return OPVCC(31, 402, 0, 0)
    
    	case ATW:
    		return OPVCC(31, 4, 0, 0)
    	case ATD:
    		return OPVCC(31, 68, 0, 0)
    
    	/* Vector (VMX/Altivec) instructions */
    	/* ISA 2.03 enables these for PPC970. For POWERx processors, these */
    	/* are enabled starting at POWER6 (ISA 2.05). */
    	case AVAND:
    		return OPVX(4, 1028, 0, 0) /* vand - v2.03 */
    	case AVANDC:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

    {
      "definitions": {
        "io.k8s.api.apps.v1.Deployment": {
          "description": "Deployment enables declarative updates for Pods and ReplicaSets.",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let options = [
        Option<"composite_tpuexecute_side_effects_", "composite-tpuexecute-side-effects", "bool",
               /*default=*/"false",
               "Enables certain TPUExecute ops to run in parallel if they only "
               "operate on resources that live on composite devices.">
      ];
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  6. api/maven-api-model/src/main/mdo/maven.mdo

            </field>
            <field xdoc.separator="blank">
              <name>distributionManagement</name>
              <version>4.0.0+</version>
              <description>Distribution information for a project that enables deployment of the site
                and artifacts to remote web servers and repositories respectively.</description>
              <association>
                <type>DistributionManagement</type>
              </association>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  7. src/net/http/transport_test.go

    		},
    		{
    			name: "NothingWrittenNoBody",
    			// It's key that we return 0 here -- that's what enables Transport to know
    			// that nothing was written, even though this is a non-idempotent request.
    			failureN:   0,
    			failureErr: errors.New("second write fails"),
    			req: func() *Request {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    // Make casts before a `WhileRegion` be explicit. After this rewrite a
    // `WhileRegion` operand will have the same type as its corresponding iteration
    // variable. An operand and its iteration variables with the same type enables
    // WhileRegionEliminatePassthrough.
    struct WhileRegionExplicitCast : public OpRewritePattern<WhileRegionOp> {
      using OpRewritePattern<WhileRegionOp>::OpRewritePattern;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  9. cluster/gce/gci/configure-helper.sh

    function config-ip-firewall {
      echo "Configuring IP firewall rules"
    
      # Do not consider loopback addresses as martian source or destination while
      # routing. This enables the use of 127/8 for local routing purposes.
      sysctl -w net.ipv4.conf.all.route_localnet=1
    
      # The GCI image has host firewall which drop most inbound/forwarded packets.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  10. cmd/site-replication.go

    	},
    		deleteBucket,
    	)
    	return errors.Unwrap(cerr)
    }
    
    // PeerBucketMakeWithVersioningHandler - creates bucket and enables versioning.
    func (c *SiteReplicationSys) PeerBucketMakeWithVersioningHandler(ctx context.Context, bucket string, opts MakeBucketOptions) error {
    	objAPI := newObjectLayerFn()
    	if objAPI == nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
Back to top