Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for redirection (0.27 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.proto

      string provider = 3;
    }
    
    message CNIAmbientConfig {
      // Controls whether ambient redirection is enabled
      google.protobuf.BoolValue enabled = 1;
    
      // The directory path containing the configuration files for Ambient. Defaults to /etc/ambient-config.
      string configDir = 3;
    
      // If enabled, and ambient is enabled, DNS redirection will be enabled.
      google.protobuf.BoolValue dnsCapture = 5;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/manual.css

    	#content h3[id],
    	#content h4[id],
    	#content h5[id] {
    		margin-top: -60px;
    	}
    
    	.site-header__navigation {
    		flex-direction: row;
    	}
    
    	.site-header__navigation-button {
    		display: none;
    	}
    
    	.site-header__navigation-items {
    		flex-direction: row;
    		align-items: center;
    		float: right;
    		width: auto;
    		padding-top: 0;
    	}
    
    	.site-header__navigation-item {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        quantized_input = rewriter.create<MulOp>(op.getLoc(), input_ty,
                                                 quantized_input, float_to_quant);
    
        // Round the quantized input always to the positive direction.
        auto half_val = rewriter.create<ConstOp>(
            op.getLoc(),
            DenseElementsAttr::get(scalar_ty, ConvertToAPFloat(0.5, element_ty)));
    
        quantized_input = rewriter.create<AddV2Op>(op.getLoc(), input_ty,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  4. src/runtime/map.go

    	// overflow and oldoverflow are only used if key and elem do not contain pointers.
    	// overflow contains overflow buckets for hmap.buckets.
    	// oldoverflow contains overflow buckets for hmap.oldbuckets.
    	// The indirection allows to store a pointer to the slice in hiter.
    	overflow    *[]*bmap
    	oldoverflow *[]*bmap
    
    	// nextOverflow holds a pointer to a free overflow bucket.
    	nextOverflow *bmap
    }
    
    // A bucket for a Go map.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  5. src/reflect/type.go

    	// Bits returns the size of the type in bits.
    	// It panics if the type's Kind is not one of the
    	// sized or unsized Int, Uint, Float, or Complex kinds.
    	Bits() int
    
    	// ChanDir returns a channel type's direction.
    	// It panics if the type's Kind is not Chan.
    	ChanDir() ChanDir
    
    	// IsVariadic reports whether a function type's final input parameter
    	// is a "..." parameter. If so, t.In(t.NumIn() - 1) returns the parameter's
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  6. istioctl/pkg/describe/describe.go

    		FQDN: host.Name(svcHost),
    		Port: int(port),
    		// Although we want inbound traffic, ask for outbound traffic, as the DR is
    		// not associated with the inbound traffic.
    		Direction: model.TrafficDirectionOutbound,
    	}
    
    	dump, err := cd.GetClusterConfigDump()
    	if err != nil {
    		return "", err
    	}
    
    	for _, dac := range dump.DynamicActiveClusters {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  7. src/crypto/tls/conn.go

    // Note that writing to or reading from this connection directly will corrupt the
    // TLS session.
    func (c *Conn) NetConn() net.Conn {
    	return c.conn
    }
    
    // A halfConn represents one direction of the record layer
    // connection, either sending or receiving.
    type halfConn struct {
    	sync.Mutex
    
    	err     error  // first permanent error
    	version uint16 // protocol version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types2/expr.go

    	// 	if x.mode == invalid {
    	// 		goto Error
    	// 	}
    
    	case *syntax.Operation:
    		if e.Y == nil {
    			// unary expression
    			if e.Op == syntax.Mul {
    				// pointer indirection
    				check.exprOrType(x, e.X, false)
    				switch x.mode {
    				case invalid:
    					goto Error
    				case typexpr:
    					check.validVarType(e.X, x.typ)
    					x.typ = &Pointer{base: x.typ}
    				default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "FlagConstant", aux: "FlagConstant"},
    
    		// (InvertFlags (CMP a b)) == (CMP b a)
    		// InvertFlags is a pseudo-op which can't appear in assembly output.
    		{name: "InvertFlags", argLength: 1}, // reverse direction of arg0
    
    		// atomic loads.
    		// load from arg0. arg1=mem. auxint must be zero.
    		// returns <value,memory> so they can be properly ordered with other loads.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  10. src/runtime/mgcscavenge.go

    // that memory limit. For that, we look at total memory that has been committed
    // (memstats.mappedReady) and try to bring that down below the limit. In this case,
    // we want to give buffer space in the *opposite* direction. When the application
    // is close to the limit, we want to make sure we push harder to keep it under, so
    // if we target below the memory limit, we ensure that the background scavenger is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
Back to top