Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 229 for providing (0.05 sec)

  1. manifests/charts/UPDATING-CHARTS.md

    more flexible to expose the entire field as arbitrary YAML. If the change truly is generally purpose, it is generally preferred to have broader APIs. For example, instead of providing direct access to each of the complex fields in [affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/), just providing a single `affinity` field that is passed through as-is to the Kubernetes resource. This provides maximum flexibility with minimal API surface overhead.
    
    - All value...
    Registered: 2025-05-28 22:53
    - Last Modified: 2025-01-16 21:06
    - 4.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/io/MoreFiles.java

       * and may affect the behavior of the returned source and the streams it provides. See {@link
       * StandardOpenOption} for the standard options that may be provided. Providing no options is
       * equivalent to providing the {@link StandardOpenOption#READ READ} option.
       */
      public static ByteSource asByteSource(Path path, OpenOption... options) {
        return new PathByteSource(path, options);
      }
    
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-04-14 16:07
    - 34.6K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapFile.java

         * does not correspond to the time that any of the pages listed in that
         * Sitemap were changed. The value for the lastmod tag should be in W3C
         * Datetime format.
         *
         * By providing the last modification timestamp, you enable search engine
         * crawlers to retrieve only a subset of the Sitemaps in the index i.e. a
         * crawler may only retrieve Sitemaps that were modified since a certain
    Registered: 2025-05-25 03:50
    - Last Modified: 2025-03-15 06:52
    - 3.7K bytes
    - Viewed (1)
  4. api/maven-api-core/src/main/java/org/apache/maven/api/services/Result.java

    import org.apache.maven.api.annotations.Nonnull;
    
    /**
     * Base interface for service operation results in Maven. This interface defines the common contract
     * for operation results, providing access to the original request that generated this result.
     *
     * <p>Each result is linked to its originating {@link Request}, allowing for:
     * <ul>
     *   <li>Traceability between requests and their outcomes</li>
    Registered: 2025-05-24 08:56
    - Last Modified: 2025-01-29 08:17
    - 1.9K bytes
    - Viewed (0)
  5. .idea/inspectionProfiles/Gradle.xml

            <constraint name="TARGET" within="" contains="" />
          </replaceConfiguration>
    Registered: 2025-05-28 11:36
    - Last Modified: 2024-06-26 21:49
    - 15.4K bytes
    - Viewed (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/services/Source.java

     * <p>
     * This is mainly used to parse files into objects such as Maven projects,
     * models, settings, or toolchains. The source implementation handles
     * all the details of accessing the underlying content while providing
     * a uniform API to consumers.
     * <p>
     * Sources can represent:
     * <ul>
     *   <li>Local filesystem files</li>
     *   <li>In-memory content</li>
     *   <li>Database entries</li>
     *   <li>Network resources</li>
    Registered: 2025-05-24 08:56
    - Last Modified: 2025-01-29 09:46
    - 4K bytes
    - Viewed (0)
  7. README.md

    You'll find many other useful documents on our [Wiki](https://github.com/istio/istio/wiki).
    
    ## Introduction
    
    [Istio](https://istio.io/latest/docs/concepts/what-is-istio/) is an open platform for providing a uniform way to [integrate
    microservices](https://istio.io/latest/docs/examples/microservices-istio/), manage [traffic flow](https://istio.io/latest/docs/concepts/traffic-management/) across microservices, enforce policies
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-10-30 22:38
    - 6.8K bytes
    - Viewed (0)
  8. test-site/conf/application.conf

    # By convention, the default server is named `default`
    #
    # ebean.default="models.*"
    
    # Logger
    # ~~~~~
    # You can also configure logback (http://logback.qos.ch/),
    # by providing an application-logger.xml file in the conf directory.
    
    # Root logger:
    logger.root=ERROR
    
    # Logger used by the framework:
    logger.play=INFO
    
    # Logger provided to your application:
    Registered: 2025-06-06 09:08
    - Last Modified: 2015-04-20 08:41
    - 2K bytes
    - Viewed (0)
  9. api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelProblemCollector.java

     * an expressive source hint for the model problem. Instead, the source hint is configured by the model builder before
     * it delegates to other components that potentially encounter problems. Then, the problem reporter can focus on
     * providing a simple error message, leaving the donkey work of creating a nice model problem to this component.
     *
     */
    public interface ModelProblemCollector {
    
        ProblemCollector<ModelProblem> getProblemCollector();
    
    Registered: 2025-05-24 08:56
    - Last Modified: 2024-12-19 14:50
    - 2.9K bytes
    - Viewed (0)
  10. .github/ISSUE_TEMPLATE/bug_report.md

    1.
    2.
    3.
    4.
    
    ## Context
    <!--- How has this issue affected you? What are you trying to accomplish? -->
    <!--- Providing context helps us come up with a solution that is most useful in the real world -->
    
    ## Regression
    <!-- Is this issue a regression? (Yes / No) -->
    Registered: 2025-05-25 19:28
    - Last Modified: 2022-01-20 17:37
    - 1.7K bytes
    - Viewed (0)
Back to top