Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 174 for additional (0.32 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

            then:
            assertTransformed("root.blue", "root.additional.blue", "a.additional.blue", "a.jar")
            outputContains("files = [root.additional.blue.green, root.blue.green, a.jar.green, a.additional.blue.green]")
            outputContains("artifacts = [root.additional.blue.green (root.additional.blue), root.blue.green (root.blue), a.jar.green (project :a), a.additional.blue.green (a.additional.blue)]")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

      repeated k8s.io.api.core.v1.TopologySpreadConstraint topologySpreadConstraints = 41;
    
      // Additional container arguments for the Pilot container.
      repeated google.protobuf.Struct extraContainerArgs = 42;
    
      // Additional volumeMounts to add to the Pilot container.
      repeated k8s.io.api.core.v1.VolumeMount volumeMounts = 49;
    
      // Additional volumes to add to the Pilot Pod.
      repeated k8s.io.api.core.v1.Volume volumes = 51;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    	}
    }
    
    // AdditionalHeader parses a single Additional ResourceHeader.
    func (p *Parser) AdditionalHeader() (ResourceHeader, error) {
    	return p.resourceHeader(sectionAdditionals)
    }
    
    // Additional parses a single Additional Resource.
    func (p *Parser) Additional() (Resource, error) {
    	return p.resource(sectionAdditionals)
    }
    
    // AllAdditionals parses all Additional Resources.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  4. fastapi/param_functions.py

                """
            ),
        ] = True,
        json_schema_extra: Annotated[
            Union[Dict[str, Any], None],
            Doc(
                """
                Any additional JSON schema data.
                """
            ),
        ] = None,
        **extra: Annotated[
            Any,
            Doc(
                """
                Include extra fields used by the JSON Schema.
                """
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    Add to this that your build may use several repositories or repository mirrors and it makes it quite likely that a single build can "see" different metadata files for the same component!
    In general, it's not malicious (but you **must** verify that the artifact is actually correct), so Gradle lets you declare the additional artifact checksums.
    For example:
    
    [source,xml]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

        }
        hoister.ReplaceResourceLoads(*region, /*read_only=*/false);
      }
    
      // Add additional return values to body return. These correspond to values
      // written to resources in the body region.
      hoister.AppendResourceStoreValueToReturn(op.getRegions().drop_front());
    
      // Finally, create a new while with additional return values.
      hoister.ReplaceOpWithNewOp();
      return success();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    Logging is configurable on a per-log-level basis and by default, the following events are logged:
    
    [cols="1,1,1"]
    |===
    |When the log level is |Events that are logged | Additional configuration
    | `ERROR`, `QUIET` or `WARNING`
    | None
    | None
    | `LIFECYCLE`
    | link:{javadocPath}/org/gradle/api/tasks/testing/logging/TestLogEvent.html#FAILED[Test failures]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  8. pkg/apis/admissionregistration/types.go

    	//
    	// IfNeeded: the webhook will be called at least one additional time as part of the admission evaluation
    	// if the object being admitted is modified by other admission plugins after the initial webhook call.
    	// Webhooks that specify this option *must* be idempotent, and hence able to process objects they previously admitted.
    	// Note:
    	// * the number of additional invocations is not guaranteed to be exactly one.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    			unchanged: []host.Name{"*.google.com"},
    		},
    		{
    			name:    "config modified with additional port",
    			current: updatedHTTPDNS,
    			new:     updatedHTTPDNSPort,
    			updated: stringsToHosts(updatedHTTPDNS.Spec.(*networking.ServiceEntry).Hosts),
    		},
    		{
    			name:      "same config with additional endpoint",
    			current:   updatedHTTPDNS,
    			new:       updatedEndpoint,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    In many cases, more than one binary can be produced for a component. These binaries may vary based on the tool chain used to build, the compiler/linker flags supplied, the dependencies provided, or additional source files provided. Each native binary produced for a component is referred to as a _variant_. Binary variants are discussed in detail below.
    
    [[sec:parallel_compilation]]
    == Parallel Compilation
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
Back to top