Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for getBad (0.11 sec)

  1. platforms/core-configuration/declarative-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/declarative/dsl/tooling/builders/r89/DeclarativeDslToolingModelsCrossVersionTest.groovy

                        this.foo = objects.newInstance(Foo.class);
                        this.foo.getBar().set("bar");
    
                        getId().convention("<no id>");
                    }
    
                    @Restricted
                    public abstract Property<String> getId();
    
                    public Foo getFoo() {
                        return foo;
                    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 11:32:11 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  2. pkg/config/validation/virtualservice.go

    	// check http route match requests
    	errs = AppendValidation(errs, validateHTTPRouteMatchRequest(http))
    
    	// header manipulation
    	for name, val := range http.Headers.GetRequest().GetAdd() {
    		errs = AppendValidation(errs, ValidateHTTPHeaderWithAuthorityOperationName(name))
    		errs = AppendValidation(errs, ValidateHTTPHeaderValue(val))
    	}
    	for name, val := range http.Headers.GetRequest().GetSet() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:27 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  3. maven-core/pom.xml

                  <exclude>org.apache.maven.toolchain.DefaultToolchainManager#logger</exclude>
                  <!-- Remove plexus utils -->
                  <exclude>org.apache.maven.project.ProjectSorter#getDAG():METHOD_REMOVED</exclude>
                  <!-- classes moved to maven-compat -->
                  <exclude>org.apache.maven.plugin.PluginManager</exclude>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:06:12 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsAccessFromGroovyDslIntegrationTest.groovy

            """
            file("sub/build.gradle") << """
                abstract class Unusual {
                    Project p
                    @Inject Unusual(Project p) { this.p = p }
                    Object getBar() {
                        $lookup
                    }
                }
    
                // Convention plugin members are exposed as members of the project
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          result_batch_shape_compile_time_extents);
      auto result_batch_shape = rewriter->create<shape::BroadcastOp>(
          loc, shape_type, lhs_splitted.getHead(), rhs_splitted.getHead(),
          /*error=*/nullptr);
      // Lambda which handles the broadcasting of one side to the common
      // leading-batch dimensions.
      auto broadcast_one_side = [&](Value side, RankedTensorType type,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. pkg/config/validation/validation.go

    		}
    		if weight.Destination == nil {
    			errs = multierror.Append(errs, errors.New("destination is required"))
    		}
    
    		// header manipulations
    		for name, val := range weight.Headers.GetRequest().GetAdd() {
    			errs = appendErrors(errs, ValidateHTTPHeaderWithAuthorityOperationName(name))
    			errs = appendErrors(errs, ValidateHTTPHeaderValue(val))
    		}
    		for name, val := range weight.Headers.GetRequest().GetSet() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top