Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for ctan (0.09 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. src/cmd/vendor/golang.org/x/text/unicode/norm/tables11.0.0.go

    	Version = "11.0.0"
    
    	// MaxTransformChunkSize indicates the maximum number of bytes that Transform
    	// may need to write atomically for any Form. Making a destination buffer at
    	// least this size ensures that Transform can always make progress and that
    	// the user does not need to grow the buffer on an ErrShortDst.
    	MaxTransformChunkSize = 35 + maxNonStarters*4
    )
    
    var ccc = [55]uint8{
    	0, 1, 7, 8, 9, 10, 11, 12,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 376.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go

    	Version = "13.0.0"
    
    	// MaxTransformChunkSize indicates the maximum number of bytes that Transform
    	// may need to write atomically for any Form. Making a destination buffer at
    	// least this size ensures that Transform can always make progress and that
    	// the user does not need to grow the buffer on an ErrShortDst.
    	MaxTransformChunkSize = 35 + maxNonStarters*4
    )
    
    var ccc = [56]uint8{
    	0, 1, 6, 7, 8, 9, 10, 11,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 378.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go

    	Version = "15.0.0"
    
    	// MaxTransformChunkSize indicates the maximum number of bytes that Transform
    	// may need to write atomically for any Form. Making a destination buffer at
    	// least this size ensures that Transform can always make progress and that
    	// the user does not need to grow the buffer on an ErrShortDst.
    	MaxTransformChunkSize = 35 + maxNonStarters*4
    )
    
    var ccc = [56]uint8{
    	0, 1, 6, 7, 8, 9, 10, 11,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 385.8K bytes
    - Viewed (0)
Back to top