Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 658 for 0008 (0.06 sec)

  1. pkg/apis/core/annotation_key_constants.go

    	//
    	// It should be a comma-separated list of CIDRs, e.g. `0.0.0.0/0` to
    	// allow full access (the default) or `18.0.0.0/8,56.0.0.0/8` to allow
    	// access only from the CIDRs currently allocated to MIT & the USPS.
    	//
    	// Not all cloud providers support this annotation, though AWS & GCE do.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:31 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/annotation_key_constants.go

    	//
    	// It should be a comma-separated list of CIDRs, e.g. `0.0.0.0/0` to
    	// allow full access (the default) or `18.0.0.0/8,56.0.0.0/8` to allow
    	// access only from the CIDRs currently allocated to MIT & the USPS.
    	//
    	// Not all cloud providers support this annotation, though AWS & GCE do.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:31 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/analysis/cost_analysis.mlir

    #tf_type.shape<>, #tf_type.shape<>, #tf_type.shape<>, #tf_type.shape<>, #tf_type.shape<>, #tf_type.shape<>], device = "/job:localhost/replica:0/task:0/device:CPU:0", operandSegmentSizes = array<i32: 1, 1, 0, 8, 8>, resultSegmentSizes = array<i32: 0, 0, 0, 8>} : (tensor<?x!tf_type.string>, tensor<0x!tf_type.string>, tensor<!tf_type.string>, tensor<!tf_type.string>, tensor<!tf_type.string>, tensor<!tf_type.string>, tensor<!tf_type.string>, tensor<!tf_type.string>, tensor<!tf_type.string>, tensor<!tf_type.string>,...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 14 15:35:49 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/test/testdata/zero_test.go

    	a := Z3{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [3]byte{255, 255, 255}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    	zero3_ssa(&a.mid)
    	want := Z3{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [3]byte{0, 0, 0}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    	if a != want {
    		t.Errorf("zero3 got=%v, want %v\n", a, want)
    	}
    }
    
    type Z4 struct {
    	pre  [8]byte
    	mid  [4]byte
    	post [8]byte
    }
    
    //go:noinline
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 49.6K bytes
    - Viewed (0)
  5. cmd/kube-proxy/app/server_test.go

    			rawNodeIPs:     nil,
    			bindAddress:    "0.0.0.0",
    			expectedFamily: v1.IPv4Protocol,
    			expectedIPv4:   "127.0.0.1",
    			expectedIPv6:   "::1",
    		},
    		{
    			name:           "Bind address 0.0.0.0 and node with IPv4 InternalIP set",
    			rawNodeIPs:     []net.IP{netutils.ParseIPSloppy("192.168.1.1")},
    			bindAddress:    "0.0.0.0",
    			expectedFamily: v1.IPv4Protocol,
    			expectedIPv4:   "192.168.1.1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  6. test/fixedbugs/bug409.out

    +1.000000e+000 +2.000000e+000 +3.000000e+000 +4.000000e+000...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 15:25:13 UTC 2012
    - 60 bytes
    - Viewed (0)
  7. docs/features/events.md

    0.675 responseHeadersEnd
    0.676 responseBodyStart
    0.679 responseBodyEnd
    0.679 connectionReleased
    0.680 callEnd
    REQUEST 2 (pooled connection)
    0.000 callStart
    0.001 connectionAcquired
    0.001 requestHeadersStart
    0.001 requestHeadersEnd
    0.002 responseHeadersStart
    0.082 responseHeadersEnd
    0.082 responseBodyStart
    0.082 responseBodyEnd
    0.083 connectionReleased
    0.083 callEnd
    ```
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 7.7K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/asm7.go

    	ALDEORAD:  3<<30 | 0x1c5<<21 | 0x08<<10,
    	ALDEORAW:  2<<30 | 0x1c5<<21 | 0x08<<10,
    	ALDEORAH:  1<<30 | 0x1c5<<21 | 0x08<<10,
    	ALDEORAB:  0<<30 | 0x1c5<<21 | 0x08<<10,
    	ALDEORALD: 3<<30 | 0x1c7<<21 | 0x08<<10,
    	ALDEORALW: 2<<30 | 0x1c7<<21 | 0x08<<10,
    	ALDEORALH: 1<<30 | 0x1c7<<21 | 0x08<<10,
    	ALDEORALB: 0<<30 | 0x1c7<<21 | 0x08<<10,
    	ALDEORD:   3<<30 | 0x1c1<<21 | 0x08<<10,
    	ALDEORW:   2<<30 | 0x1c1<<21 | 0x08<<10,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  9. architecture/standards/0002-avoid-using-java-serialization.md

    # ADR-0002 - Avoid using Java serialization
    
    ## Date
    
    2012-12-01
    
    ## Context
    
    In Gradle we often need to serialize in-memory objects for caching, or to transmit them across process barriers, etc.
    Java serialization is one way to implement this, however, despite its simplicity of implementation, it has several drawbacks:
    
    - **Performance:**
    Java's built-in serialization mechanism is often slower compared to other serialization solutions.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 29 22:32:18 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  10. architecture/standards/0005-introduce-core-ui-architecture-module.md

    # ADR-0004 - Introduce a UI architecture module to the core platform
    
    ## Date
    
    2024-02-07
    
    ## Context
    
    The Gradle core platform provides many services to the Gradle platforms and builds logic. One such group of services allows logic to interact with the build user, to provide diagnostics, progress information, prompt for questions, and so on. Currently, these services are part of the core platform runtime architecture module.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 23:19:15 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top