Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for substring (0.07 sec)

  1. manifests/charts/base/files/crd-all.gen.yaml

                          x-kubernetes-validations:
                          - message: UDS must be an absolute path or abstract socket
                            rule: 'self.startsWith(''unix://'') ? (self.substring(7,8)
                              == ''/'' || self.substring(7,8) == ''@'') : true'
                          - message: UDS may not be a dir
                            rule: 'self.startsWith(''unix://'') ? !self.endsWith(''/'')
                              : true'
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Nov 01 16:23:52 UTC 2024
    - 805K 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: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top