Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for ctan (0.13 sec)

  1. CHANGELOG/CHANGELOG-1.29.md

    access. The User in `super-admin.conf` is now bound to the `system:masters` built-in super-powers / break-glass Group that can bypass RBAC. Before this change, the default `admin.conf` was bound to `system:masters` Group, which was undesired. Executing `kubeadm init phase kubeconfig all` or just `kubeadm init` will now generate the new `super-admin.conf` file. The cluster admin can then decide to keep the file present on a node host or move it to a safe location. `kubadm certs renew` will renew the certificate...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

      
      **How can I migrate?**
      
      For backward compatibility, nil `QueueingHintFn` is treated as always returning QueueAfterBackoff. 
      So, if you want to just keep the existing behavior, you can register `ClusterEventWithHint` with no `QueueingHintFn` in it. 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.25.md

      - [Changelog since v1.25.0](#changelog-since-v1250)
      - [Important Security Information](#important-security-information-4)
        - [CVE-2022-3172: Aggregated API server can cause clients to be redirected (SSRF)](#cve-2022-3172-aggregated-api-server-can-cause-clients-to-be-redirected-ssrf)
      - [Changes by Kind](#changes-by-kind-14)
        - [API Change](#api-change-3)
        - [Feature](#feature-13)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    participant dep as Dep with yield
    participant operation as Path Operation
    participant tasks as Background tasks
    
        Note over client,tasks: Can raise exception for dependency, handled after response is sent
        Note over client,operation: Can raise HTTPException and can change the response
        client ->> dep: Start request
        Note over dep: Run code up to yield
        opt raise
            dep -->> handler: Raise HTTPException
    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. src/cmd/compile/internal/ssagen/ssa.go

    		// There are 2 cases where this isn't true:
    		//  1) Using unsafe you can arrange partial overlaps.
    		//  2) Since Go 1.17, you can use a cast from a slice to a ptr-to-array.
    		//     https://go.dev/ref/spec#Conversions_from_slice_to_array_pointer
    		//     This feature can be used to construct partial overlaps of array types.
    		//       var a [3]int
    		//       p := (*[2]int)(a[:])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. ChangeLog.md

    - [`KT-66447`](https://youtrack.jetbrains.com/issue/KT-66447) Implement KT-59138 under a language feature
    - [`KT-54862`](https://youtrack.jetbrains.com/issue/KT-54862) Anonymous type can be exposed from private inline function from type argument
    - [`KT-37592`](https://youtrack.jetbrains.com/issue/KT-37592) Property invoke of a functional type with receiver is preferred over extension function invoke
    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. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

      Replace Autoprefixer \`browsers\` option to Browserslist config.
      Use \`browserslist\` key in \`package.json\` or \`.browserslistrc\` file.
    
      Using \`browsers\` option can cause errors. Browserslist config can
      be used for Babel, Autoprefixer, postcss-normalize and other tools.
    
      If you really need to use option, rename it to \`overrideBrowserslist\`.
    
      Learn more at:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  8. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      %0 = "tf.Cos"(%arg0) : (tensor<2xf32>) -> tensor<2xf32>
      func.return %0 : tensor<2xf32>
    }
    
    // -----
    
    // CHECK-LABEL: @tan
    func.func @tan(%arg0: tensor<2xf32>) -> tensor<2xf32> {
      // CHECK:  mhlo.tan %arg0 : tensor<2xf32>
      %0 = "tf.Tan"(%arg0) : (tensor<2xf32>) -> tensor<2xf32>
      func.return %0 : tensor<2xf32>
    }
    
    // -----
    
    // CHECK-LABEL: func @cos_dynamic
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  9. pkg/registry/core/service/storage/storage_test.go

    				t.Errorf("expected healthCheckNodePort to not be patched: %d == %d", b, u)
    			}
    		})
    	}
    }
    
    func TestServiceDefaultOnRead(t *testing.T) {
    	// Helper makes a mostly-valid ServiceList.  Test-cases can tweak it as needed.
    	makeServiceList := func(tweaks ...svctest.Tweak) *api.ServiceList {
    		svc := svctest.MakeService("foo", tweaks...)
    		list := &api.ServiceList{
    			Items: []api.Service{*svc},
    		}
    		return list
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			deprecated: false,
    			warning:    pointer.StringPtr(""),
    			want:       []string{"can only be set for deprecated versions"},
    		},
    		{
    			name:       "not deprecated, set warning",
    			deprecated: false,
    			warning:    pointer.StringPtr("foo"),
    			want:       []string{"can only be set for deprecated versions"},
    		},
    
    		{
    			name:       "utf-8",
    			deprecated: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
Back to top