Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 134 for happens (0.19 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    https://github.com/istio/istio/issues/12503 - port: 15021 targetPort: 15021 name: status-port - port: 80 targetPort: 8080 name: http2 - port: 443 targetPort: 8443 name: https - port: 31400 targetPort: 31400 name: tcp # This is the port where sni routing happens - port: 15443 targetPort: 15443 name: tls resources: requests: cpu: 10m memory: 40Mi manifests/charts/gateway/files/profile-ambient.yaml # The ambient profile enables ambient mode. The Istiod, CNI, and ztunnel charts must be deployed meshConfig: defaultConfig:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/generic.rules

    (Less8  (Const8  <t> [math.MaxInt8 -1]) x) => (Eq8  x (Const8  <t> [math.MaxInt8 ]))
    
    // Ands clear bits. Ors set bits.
    // If a subsequent Or will set all the bits
    // that an And cleared, we can skip the And.
    // This happens in bitmasking code like:
    //   x &^= 3 << shift // clear two old bits
    //   x  |= v << shift // set two new bits
    // when shift is a small constant and v ends up a constant 3.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    under the door; so either way I'll get into the garden, and I
    don't care which happens!'
    
      She ate a little bit, and said anxiously to herself, `Which
    way?  Which way?', holding her hand on the top of her head to
    feel which way it was growing, and she was quite surprised to
    find that she remained the same size:  to be sure, this generally
    happens when one eats cake, but Alice had got so much into the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    under the door; so either way I'll get into the garden, and I
    don't care which happens!'
    
      She ate a little bit, and said anxiously to herself, `Which
    way?  Which way?', holding her hand on the top of her head to
    feel which way it was growing, and she was quite surprised to
    find that she remained the same size:  to be sure, this generally
    happens when one eats cake, but Alice had got so much into the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  5. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    		updatedNodeStatuses     []v1.NodeStatus
    		expectedInitialStates   map[string]ZoneState
    		expectedFollowingStates map[string]ZoneState
    	}{
    		"No Disruption: Node created recently without failure domain labels (happens only at cluster startup)": {
    			nodeList: []*v1.Node{
    				{
    					ObjectMeta: metav1.ObjectMeta{
    						Name:              "node0",
    						CreationTimestamp: fakeNow,
    					},
    					Status: v1.NodeStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    		})
    
    		// The server's WriteTimeout parameter also applies to reads during the TLS
    		// handshake. The client makes the last write during the handshake, and if
    		// the server happens to time out during the read of that write, the client
    		// may think that the connection was accepted even though the server thinks
    		// it timed out.
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    defined as did the Circumference of the first Image Y. Thus it happens if the Glass of the Prisms be free from Veins, and their sides be accurately plane and well polished without those numberless Waves or Curles which usually arise from Sand-holes a little smoothed in polishing with Putty. If the Glass be only well polished and free from Veins, and the Sides not accurately plane, but a little Convex or Concave, as it frequently happens; yet may the three Spectrums Y, PT and _pt_ want Penumbras, but...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // object, which corresponds to the object graph being a tree.
      //
      // But, there cases where the object graph is a general graph. For
      // example, this happens commonly in Keras models, where `foo.bar` is
      // also reachable via the name `keras_api.foo.bar`.
      // Cycles are possible too.
      absl::flat_hash_map<int, std::vector<std::string>> object_names_;
    
      // Key: node_id
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
Back to top