Search Options

Results per page
Sort
Preferred Languages
Advance

Results 331 - 340 of 483 for documentationId (0.13 sec)

  1. guava/src/com/google/common/collect/SortedLists.java

    import java.util.List;
    import java.util.RandomAccess;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * Static methods pertaining to sorted {@link List} instances.
     *
     * <p>In this documentation, the terms <i>greatest</i>, <i>greater</i>, <i>least</i>, and
     * <i>lesser</i> are considered to refer to the comparator on the elements, and the terms
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:05:46 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.12.md

        - [Action Required](#action-required-5)
        - [Other notable changes](#other-notable-changes-16)
    <!-- END MUNGE: GENERATED_TOC -->
    
    <!-- NEW RELEASE NOTES ENTRY -->
    
    
    # v1.12.10
    
    [Documentation](https://docs.k8s.io)
    
    ## Downloads for v1.12.10
    
    
    filename | sha512 hash
    -------- | -----------
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.18.md

      - [Changes by Kind](#changes-by-kind-22)
        - [Deprecation](#deprecation-1)
        - [API Change](#api-change-8)
        - [Feature](#feature-6)
        - [Documentation](#documentation)
        - [Other (Bug, Cleanup or Flake)](#other-bug-cleanup-or-flake-3)
    - [v1.18.0-beta.1](#v1180-beta1)
      - [Downloads for v1.18.0-beta.1](#downloads-for-v1180-beta1)
        - [Client Binaries](#client-binaries-22)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  4. guava/src/com/google/common/net/MediaType.java

       *
       * @since 19.0
       */
      public static final MediaType DART_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "dart");
    
      /**
       * <a
       * href="https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/DistributingPasses.html">Apple
       * Passbook</a>.
       *
       * @since 19.0
       */
      public static final MediaType APPLE_PASSBOOK =
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Sep 26 19:15:09 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  5. docs/en/docs/management-tasks.md

    * The translation seems to have a similar structure as the original English file.
    * The translation doesn't seem to change the original content, for example with obvious additional documentation sections.
    * The translation doesn't use different Markdown structures, for example adding HTML tags when the original didn't have them.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Aug 16 21:56:33 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  6. docs/en/docs/deployment/docker.md

    You will see the automatic interactive API documentation (provided by <a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank">Swagger UI</a>):
    
    ![Swagger UI](https://fastapi.tiangolo.com/img/index/index-01-swagger-ui-simple.png)
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Sep 18 16:09:57 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  7. android/pom.xml

          <name>Nexus Release Repository</name>
          <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
        <site>
          <id>guava-site</id>
          <name>Guava Documentation Site</name>
          <url>scp://dummy.server/dontinstall/usestaging</url>
        </site>
      </distributionManagement>
      <dependencyManagement>
        <dependencies>
          <dependency>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 21K bytes
    - Viewed (0)
  8. pom.xml

          <name>Nexus Release Repository</name>
          <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
        <site>
          <id>guava-site</id>
          <name>Guava Documentation Site</name>
          <url>scp://dummy.server/dontinstall/usestaging</url>
        </site>
      </distributionManagement>
      <dependencyManagement>
        <dependencies>
          <dependency>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 14:51:04 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

       * }</pre>
       *
       * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
       * the discussion in the {@link ListenableFuture#addListener} documentation. All its warnings
       * about heavyweight listeners are also applicable to heavyweight functions passed to this method.
       *
       * <p>After calling this method, you may not call {@link #finishToFuture()}, {@link
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Oct 08 19:36:35 UTC 2024
    - 98.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.21.md

      - [What's New (Major Themes)](#whats-new-major-themes)
        - [Deprecation of PodSecurityPolicy](#deprecation-of-podsecuritypolicy)
        - [Kubernetes API Reference Documentation](#kubernetes-api-reference-documentation)
        - [Kustomize Updates in Kubectl](#kustomize-updates-in-kubectl)
        - [Default Container Annotation](#default-container-annotation)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top