Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 413 for additional (0.18 sec)

  1. apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt

         i) changes to the Program, and
         ii) additions to the Program;
      where such changes and/or additions to the Program originate from
      and are Distributed by that particular Contributor. A Contribution
      "originates" from a Contributor if it was added to the Program by
      such Contributor itself or anyone acting on such Contributor's behalf.
      Contributions do not include changes or additions to the Program that
      are not Modified Works.
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 04 06:45:16 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. pilot/pkg/features/pilot.go

    	// Also see https://github.com/istio/istio/issues/46719 why this flag is required
    	EnableAdditionalIpv4OutboundListenerForIpv6Only = env.RegisterBoolVar("ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS", false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/build.gradle

            incubatingJvmMultiProjectWithAdditionalTestTypes {
                sampleDirectory = samplesRoot.dir("incubating/java/jvm-multi-project-with-additional-test-types")
                displayName = "Using additional test types with Test Suites (Incubating)"
                description = "Add an additional test type (e.g. integration tests) to a project using the new Test Suites API."
                category = "Java"
    
                common {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
  4. licenses/github.com/hashicorp/go-version/LICENSE

         such Contribution.
    
    2.3. Limitations on Grant Scope
    
         The licenses granted in this Section 2 are the only rights granted under this
         License. No additional rights or licenses will be implied from the distribution
         or licensing of Covered Software under this License. Notwithstanding Section
         2.1(b) above, no patent license is granted by a Contributor:
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:40 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  5. pilot/pkg/model/telemetry_logging.go

    	// reqWithoutQueryFormatter configures additional formatters needed for some of the format strings like "REQ_WITHOUT_QUERY"
    	reqWithoutQueryFormatter = &core.TypedExtensionConfig{
    		Name:        "envoy.formatter.req_without_query",
    		TypedConfig: protoconv.MessageToAny(&reqwithoutquery.ReqWithoutQuery{}),
    	}
    
    	// metadataFormatter configures additional formatters needed for some of the format strings like "METADATA"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 23K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/jvm_test_suite_plugin.adoc

    _Depends on_: `testClasses` from the `java` plugin, and all tasks which produce the test runtime classpath
    +
    Runs the tests using the framework configured for the default test suite.
    
    Additional instances of link:{groovyDslPath}/org.gradle.api.tasks.testing.Test.html[Test] tasks will be automatically created for each test suite added via the `testing` extension.
    
    [[sec:jvm_test_suite_configuration]]
    == Configuration
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 14:47:11 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  7. platforms/core-runtime/build-process-services/src/test/groovy/org/gradle/api/internal/classpath/DefaultModuleRegistryTest.groovy

        }
    
        def "requires no additional module classpath when run from distribution"() {
            given:
            def registry = new DefaultModuleRegistry(classLoaderFor([]), ClassPath.EMPTY, new GradleInstallation(distDir))
    
            expect:
            registry.additionalClassPath.empty
        }
    
        def "requires additional module classpath when no distribution available"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  8. src/runtime/lockrank_on.go

    //
    //go:nosplit
    func assertLockHeld(l *mutex) {
    	gp := getg()
    
    	held := checkLockHeld(gp, l)
    	if held {
    		return
    	}
    
    	// Crash from system stack to avoid splits that may cause
    	// additional issues.
    	systemstack(func() {
    		printlock()
    		print("caller requires lock ", l, " (rank ", l.rank.String(), "), holding:\n")
    		printHeldLocks(gp)
    		throw("not holding required lock!")
    	})
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 14:29:04 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  9. helm-releases/minio-5.2.0.tgz

    tooling such as ## flux, so set to "true" to disable this behaviour. 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: [] ## Internal port number for MinIO S3 API container ## Change service.port...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  10. operator/pkg/controller/istiocontrolplane/istiocontrolplane_controller.go

    		if errors.IsNotFound(err) {
    			// Request object not found, could have been deleted after reconcile request.
    			// Owned objects are automatically garbage collected. For additional cleanup logic use finalizers.
    			// Return and don't requeue
    			metrics.CRDeletionTotal.Increment()
    			return reconcile.Result{}, nil
    		}
    		// Error reading the object - requeue the request.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 13:56:46 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top