Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for anywhere (0.15 sec)

  1. doc/go_spec.html

    <p>
    Implementation restriction: For compatibility with other tools, a
    compiler may ignore a UTF-8-encoded byte order mark
    (U+FEFF) if it is the first Unicode code point in the source text.
    A byte order mark may be disallowed anywhere else in the source.
    </p>
    
    <h3 id="Characters">Characters</h3>
    
    <p>
    The following terms are used to denote specific Unicode character categories:
    </p>
    <pre class="ebnf">
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.6.md

    * The kube-discovery Deployment isn't used anymore when creating a kubeadm cluster and shouldn't be used anywhere else either due to its insecure nature.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.7.md

    * ActiveDeadlineSeconds is validated in workload controllers now, make sure it's not set anywhere (it shouldn't be set by default and having it set means your controller will restart the Pods at some point) ([#38741](https://github.com/kubernetes/kubernetes/pull/38741), [@sandflee](https://github.com/sandflee))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="&lt;HTML" type="string" offset="0:64"/>
          <match value="&lt;html" type="string" offset="0:128"/>
        </magic>
        <magic priority="20">
          <!-- Lower priority match for <html anywhere near the top of the file -->
          <!-- note on the offset value here: this can only be as big as
               MimeTypes#getMinLength(). If you set the offset value to larger
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (1)
Back to top