Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 4,836 for additional (0.16 sec)

  1. helm/minio/values.yaml

    ignoreChartChecksums: false
    
    ## Additional arguments to pass to minio binary
    extraArgs: []
    # example for enabling FTP:
    #   - --ftp=\"address=:8021\"
    #   - --ftp=\"passive-port-range=10000-10010\"
    
    ## Additional volumes to minio container
    extraVolumes: []
    
    ## Additional volumeMounts to minio container
    extraVolumeMounts: []
    
    ## Additional sidecar containers
    extraContainers: []
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/artifacts/repositories/MavenArtifactRepository.java

         */
        @Override
        void setUrl(Object url);
    
        /**
         * Returns the additional URLs to use to find artifact files. Note that these URLs are not used to find POM files.
         *
         * @return The additional URLs. Returns an empty list if there are no such URLs.
         */
        Set<URI> getArtifactUrls();
    
        /**
         * Adds some additional URLs to use to find artifact files. Note that these URLs are not used to find POM files.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 23 15:47:10 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  3. docs/metrics/README.md

    `<Address for MinIO Service>/minio/v2/metrics/cluster`.
    
    The additional node specific metrics which include additional go metrics or process metrics are exposed at
    `<Address for MinIO Node>/minio/v2/metrics/node`.
    
    The additional bucket specific metrics which include additional go metrics or process metrics are exposed at
    `<Address for MinIO Node>/minio/v2/metrics/bucket`.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 29 18:35:20 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/extensibility/ExtensibleDynamicObjectTest.java

        public void hasAdditionalProperty() {
            Bean bean = new Bean();
    
            assertFalse(bean.hasProperty("additional"));
    
            bean.defineProperty("additional", "value");
            assertTrue(bean.hasProperty("additional"));
    
            bean.setProperty("additional", null);
            assertTrue(bean.hasProperty("additional"));
        }
    
        @Test
        public void canGetAndSetExtraProperty() {
            Bean bean = new Bean();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 33.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/configurationCache/problemsFixedReuse/tests/configurationCacheProblemsFixedReuse.sample.conf

      expected-output-file: store.out
      allow-additional-output: true
    }, {
      executable: gradle
      args: "--rerun-tasks someTask -DsomeDestination=dest"
      expected-output-file: load.out
      allow-additional-output: true
    }, {
       executable: gradle
       args: "--rerun-tasks someTask -DsomeDestination=another"
       expected-output-file: load-another.out
       allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 469 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/configurationCache/problemsFixed/tests/configurationCacheProblemsFixed.sample.conf

      expected-output-file: store.out
      allow-additional-output: true
    }, {
      executable: gradle
      args: "--rerun-tasks someTask -DsomeDestination=dest"
      expected-output-file: load.out
      allow-additional-output: true
    }, {
       executable: gradle
       args: "--rerun-tasks someTask -DsomeDestination=another"
       expected-output-file: store-another.out
       allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 470 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/configurationCache/problemsGroovy/tests/configurationCacheProblemsGroovy.sample.conf

      expect-failure: true
      expected-output-file: fail.out
      allow-additional-output: true
      allow-disordered-output: true
    },{
      executable: gradle
      args: "--rerun-tasks --configuration-cache-problems=warn someTask -DsomeDestination=dest"
      expect-failure: false
      expected-output-file: store.out
      allow-additional-output: true
    }, {
      executable: gradle
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 627 bytes
    - Viewed (0)
  8. platforms/ide/problems-api/src/main/java/org/gradle/api/problems/internal/InternalProblemSpec.java

        /**
         * Attaches additional data describing the problem.
         * <p>
         * Only the types listed for {@link AdditionalData} can be used as arguments, otherwise an invalid problem report will be created.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/sources/process/ProcessOutputValueSource.java

             * both full environment and additional variables.
             *
             * @return the full environment property, can be not set
             * @see org.gradle.process.BaseExecSpec#setEnvironment(Map)
             */
            MapProperty<String, Object> getFullEnvironment();
    
            /**
             * The additional environment variables to be applied on top of the current environment when
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/java/fixtures/tests/javaTestFixtures.sample.conf

        args: dependencyInsight --configuration functionalTestClasspath --dependency gson
        expected-output-file: dependencyInsight.out
        allow-additional-output: true
    },{
        execution-subdirectory: lib
        executable: gradle
        args: usages
        expected-output-file: usages.out
        allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 354 bytes
    - Viewed (0)
Back to top