Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for unicode (0.2 sec)

  1. doc/go_spec.html

    unicode_letter = /* a Unicode code point categorized as "Letter" */ .
    unicode_digit  = /* a Unicode code point categorized as "Number, decimal digit" */ .
    </pre>
    
    <p>
    In <a href="https://www.unicode.org/versions/Unicode8.0.0/">The Unicode Standard 8.0</a>,
    Section 4.5 "General Category" defines a set of character categories.
    Go treats all characters in any of the Letter categories Lu, Ll, Lt, Lm, or Lo
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg time, method (Duration) Milliseconds() int64
    pkg unicode, const Version = "11.0.0"
    pkg unicode, var Dogra *RangeTable
    pkg unicode, var Gunjala_Gondi *RangeTable
    pkg unicode, var Hanifi_Rohingya *RangeTable
    pkg unicode, var Makasar *RangeTable
    pkg unicode, var Medefaidrin *RangeTable
    pkg unicode, var Old_Sogdian *RangeTable
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.23.md

    Kubeadm: external etcd endpoints passed in the `ClusterConfiguration` that have Unicode characters are no longer IDNA encoded (converted to Punycode). They are now just URL encoded as per Go's implementation of RFC-3986, have duplicate "/" removed from the URL paths, and passed like that directly to the `kube-apiserver` `--etcd-servers` flag. If you have etcd endpoints that have Unicode characters, it is advisable to encode them in advance with tooling that is fully IDNA compliant. If you don't do that,...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Feb 28 21:06:52 GMT 2023
    - 424.5K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg text/template/parse, type Mode uint
    pkg text/template/parse, type Tree struct, Mode Mode
    pkg unicode, const Version = "13.0.0"
    pkg unicode, var Chorasmian *RangeTable
    pkg unicode, var Dives_Akuru *RangeTable
    pkg unicode, var Khitan_Small_Script *RangeTable
    pkg unicode, var Yezidi *RangeTable
    # all deprecations up to and including Go 1.16
    pkg archive/tar, const TypeRegA //deprecated
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

        * Document better how to handle exceptions and use error handlers.
        * Include `RequestValidationError` and `WebSocketRequestValidationError` (this last one will be useful once [encode/starlette#527](https://github.com/encode/starlette/pull/527) or equivalent is merged).
        * New documentation about exceptions handlers:
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // +featureGate=InPlacePodVerticalScaling
      // +optional
      optional string resize = 14;
    }
    
    // PodStatusResult is a wrapper for PodStatus returned by kubelet that can be encode/decoded
    message PodStatusResult {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top