Search Options

Results per page
Sort
Preferred Languages
Advance

Results 311 - 320 of 456 for documentationId (0.14 sec)

  1. 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)
  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. 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)
  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. 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)
  6. cmd/api-errors.go

    		Description:    "The SelectRequest entity is missing a required parameter. Check the service documentation and try again.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrObjectSerializationConflict: {
    		Code:           "ObjectSerializationConflict",
    		Description:    "The SelectRequest entity can only contain one of CSV or JSON. Check the service documentation and try again.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 01 22:13:18 UTC 2024
    - 92.1K 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. guava/src/com/google/common/collect/ImmutableCollection.java

     * ImmutableList}, which have well-defined {@link #equals} semantics, thus avoiding a common source
     * of bugs and confusion.
     *
     * <h3>About <i>all</i> {@code Immutable-} collections</h3>
     *
     * <p>The remainder of this documentation applies to every public {@code Immutable-} type in this
     * package, whether it is a subtype of {@code ImmutableCollection} or not.
     *
     * <h4>Guarantees</h4>
     *
     * <p>Each makes the following guarantees:
     *
     * <ul>
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Aug 12 16:59:15 UTC 2024
    - 18.8K bytes
    - Viewed (0)
Back to top