Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for Accent (0.23 sec)

  1. doc/go_spec.html

    <p>
    Source code is Unicode text encoded in
    <a href="https://en.wikipedia.org/wiki/UTF-8">UTF-8</a>. The text is not
    canonicalized, so a single accented code point is distinct from the
    same character constructed from combining an accent and a letter;
    those are treated as two code points.  For simplicity, this document
    will use the unqualified term <i>character</i> to refer to a Unicode code point
    in the source text.
    </p>
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    org/junit/runners/ParentRunner$ClassRuleCollector.class package org.junit.runners; synchronized class ParentRunner$ClassRuleCollector implements model.MemberValueConsumer { final java.util.List entries; private void ParentRunner$ClassRuleCollector(); public void accept(model.FrameworkMember, org.junit.rules.TestRule); public java.util.List getOrderedRules(); } org/junit/runners/Parameterized$AfterParam.class package org.junit.runners; public abstract interface Parameterized$AfterParam extends annotation.Annotation...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.18.md

    #### client-go:
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.10.md

    <table>
      <tr>
        <td>previous</td>
        <td>now</td>
      </tr>
      <tr>
        <td>GET /swagger.json</td>
        <td>GET /openapi/v2
    Accept: application/json</td>
      </tr>
      <tr>
        <td>GET /swagger-2.0.0.pb-v1</td>
        <td>GET /openapi/v2
    Accept: application/com.github.proto-openapi.spec.v2@v1.0+protobuf</td>
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. Radmin-api */
        String API_ADMIN_ACCESS_PERMISSIONS = "api.admin.access.permissions";
    
        /** The key of the configuration. e.g.  */
        String API_SEARCH_ACCEPT_REFERERS = "api.search.accept.referers";
    
        /** The key of the configuration. e.g. false */
        String API_SEARCH_SCROLL = "api.search.scroll";
    
        /** The key of the configuration. e.g.  */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // probes are specified, this field defaults to true once the container is
      // fully started (see Started field).
      //
      // The value is typically used to determine whether a container is ready to
      // accept traffic.
      optional bool ready = 4;
    
      // RestartCount holds the number of times the container has been restarted.
      // Kubelet makes an effort to always increment the value, but there
    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)
  7. CHANGELOG/CHANGELOG-1.21.md

    - `discovery.k8s.io/v1beta1` EndpointSlices are deprecated in favor of `discovery.k8s.io/v1`,...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  8. docs/en/docs/release-notes.md

    * Fix incorrect `Request` class import. PR [#493](https://github.com/tiangolo/fastapi/pull/493) by [@kamalgill](https://github.com/kamalgill).
    
    ## 0.38.0
    
    * Add recent articles to [External Links](https://fastapi.tiangolo.com/external-links/) and recent opinions. PR [#490](https://github.com/tiangolo/fastapi/pull/490).
    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)
  9. CHANGELOG/CHANGELOG-1.20.md

    - kubeadm: make the command "kubeadm alpha kubeconfig user" accept a "--config" flag and remove the following flags:
      - apiserver-advertise-address / apiserver-bind-port: use either localAPIEndpoint from InitConfiguration or controlPlaneEndpoint from ClusterConfiguration.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jan 19 21:05:45 GMT 2022
    - 409K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const SO_WANTOOBFLAG ideal-int
    pkg syscall (darwin-arm64), const SYS_ACCEPT = 30
    pkg syscall (darwin-arm64), const SYS_ACCEPT ideal-int
    pkg syscall (darwin-arm64), const SYS_ACCEPT_NOCANCEL = 404
    pkg syscall (darwin-arm64), const SYS_ACCEPT_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_ACCESS = 33
    pkg syscall (darwin-arm64), const SYS_ACCESS ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top