Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for radiance (0.04 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

           </magic>
      </mime-type>
    
      <mime-type type="image/vnd.net-fpx">
        <glob pattern="*.npx"/>
      </mime-type>
      <mime-type type="image/vnd.radiance"/>
      <mime-type type="image/vnd.sealed.png"/>
      <mime-type type="image/vnd.sealedmedia.softseal.gif"/>
      <mime-type type="image/vnd.sealedmedia.softseal.jpg"/>
      <mime-type type="image/vnd.svf"/>
    
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    reisen
    
    // reit : National Association of Real Estate Investment Trusts, Inc.
    // https://www.iana.org/domains/root/db/reit.html
    reit
    
    // reliance : Reliance Industries Limited
    // https://www.iana.org/domains/root/db/reliance.html
    reliance
    
    // ren : ZDNS International Limited
    // https://www.iana.org/domains/root/db/ren.html
    ren
    
    // rent : XYZ.COM LLC
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.23.md

    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, the Go standard library (used in k8s and etcd) would do it for you when making requests to the endpoints. ([#103801](https://github.com/kubernetes/kubernetes/pull/103801), [@gkarthi...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  4. doc/go_spec.html

    the corresponding code point. If the iteration encounters an invalid
    UTF-8 sequence, the second value will be <code>0xFFFD</code>,
    the Unicode replacement character, and the next iteration will advance
    a single byte in the string.
    </li>
    
    <li>
    The iteration order over maps is not specified
    and is not guaranteed to be the same from one iteration to the next.
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
Back to top