Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 47 for other2 (0.25 sec)

  1. CHANGELOG/CHANGELOG-1.22.md

      - [Changelog since v1.22.16](#changelog-since-v12216)
      - [Changes by Kind](#changes-by-kind)
        - [Feature](#feature)
        - [Bug or Regression](#bug-or-regression)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake)
      - [Dependencies](#dependencies)
        - [Added](#added)
        - [Changed](#changed)
        - [Removed](#removed)
    - [v1.22.16](#v12216)
      - [Downloads for v1.22.16](#downloads-for-v12216)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.23.md

      - [Changelog since v1.23.14](#changelog-since-v12314)
      - [Changes by Kind](#changes-by-kind-2)
        - [Feature](#feature-2)
        - [Bug or Regression](#bug-or-regression-2)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake)
      - [Dependencies](#dependencies-2)
        - [Added](#added-2)
        - [Changed](#changed-2)
        - [Removed](#removed-2)
    - [v1.23.14](#v12314)
      - [Downloads for v1.23.14](#downloads-for-v12314)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.24.md

      - [Changelog since v1.24.13](#changelog-since-v12413)
      - [Changes by Kind](#changes-by-kind-3)
        - [API Change](#api-change)
        - [Feature](#feature-3)
        - [Bug or Regression](#bug-or-regression-3)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake)
      - [Dependencies](#dependencies-3)
        - [Added](#added-3)
        - [Changed](#changed-3)
        - [Removed](#removed-3)
    - [v1.24.13](#v12413)
      - [Downloads for v1.24.13](#downloads-for-v12413)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

        opt Tasks
            operation -->> tasks: Send background tasks
        end
        opt Raise other exception
            tasks -->> dep: Raise other exception
        end
        Note over dep: After yield
        opt Handle other exception
            dep -->> dep: Handle exception, can't change response. E.g. close DB session.
        end
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    				// PodSpec is in a Pod (opts.ResourceIsPod), then HostPort must
    				// be the same value as ContainerPort. If this PodSpec is in
    				// some other resource (e.g. Deployment) we allow 0 (i.e.
    				// unspecified) because it will be defaulted when the Pod is
    				// ultimately created, but we do not allow any other values.
    				if hp, cp := port.HostPort, port.ContainerPort; (opts.ResourceIsPod || hp != 0) && hp != cp {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. ChangeLog.md

    - [`KT-65240`](https://youtrack.jetbrains.com/issue/KT-65240) K2: CodeGen API fails to resolve Annotation parameter type when it runs FIR2IR for a class with a parent class from other module if the parent class has an annotation from another module
    - [`KT-65344`](https://youtrack.jetbrains.com/issue/KT-65344) K2: make FirScript statements (declarations) independent
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  7. pkg/proxy/iptables/proxier_test.go

    		{
    			name:                  "internalTrafficPolicy is set and there are local endpoints",
    			internalTrafficPolicy: ptr.To(v1.ServiceInternalTrafficPolicyLocal),
    			endpoints: []endpoint{
    				{"10.0.1.1", testHostname},
    				{"10.0.1.2", "host1"},
    				{"10.0.1.3", "host2"},
    			},
    		},
    		{
    			name:                  "externalTrafficPolicy is set and there are local endpoints",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

                                               orig_padding[dim].second;
          // Set interior padding such that neighboring entries from
          // `out_grad_divided` have distance `strides[dim]` from each other in
          // every dimension.
          interior_padding[dim] = strides[dim] - 1;
          // Set exterior padding in the same way as for convolution gradient
          // computation.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// meshes will interact with each other, but it is not required to be
    	// globally/universally unique. For example, if any of the following are true,
    	// then two meshes must have different Mesh IDs:
    	// - Meshes will have their telemetry aggregated in one place
    	// - Meshes will be federated together
    	// - Policy will be written referencing one mesh from the other
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssagen/ssa.go

    				// to identify inline mark instructions by pc offset.
    				// (Some of these instructions are sometimes zero-sized, sometimes not.
    				// We must not use anything that even might be zero-sized.)
    				// TODO: are there others?
    				continue
    			}
    			if _, ok := inlMarks[p]; ok {
    				// Don't use inline marks themselves. We don't know
    				// whether they will be zero-sized or not yet.
    				continue
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top