Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IsSubstring (0.19 sec)

  1. pkg/apis/core/validation/validation_test.go

    					t.Errorf("expected a failure containing the substring: %q", testCase.expectedErrorSubstring)
    				}
    			case 1:
    				if testCase.expectedErrorSubstring == "" {
    					t.Errorf("didn't expect a failure, got: %q", errs[0].Error())
    				} else if !strings.Contains(errs[0].Error(), testCase.expectedErrorSubstring) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. RELEASE.md

            and transcode a variety of input text encoding formats into the main
            Unicode encodings (UTF-8, UTF-16-BE, UTF-32-BE)
        *   Add "unit" attribute to the substr op, which allows obtaining the
            substring of a string containing unicode characters.
        *   Broadcasting support for Ragged Tensors.
        *   `SpaceToDepth` supports uint8 data type.
        *   Support multi-label quantile regression in estimator.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top