Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 155 for Tresults (0.14 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

    import org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.results.DefaultVisitedGraphResults
    import org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.results.VisitedGraphResults
    import org.gradle.api.internal.artifacts.publish.DefaultPublishArtifact
    import org.gradle.api.internal.artifacts.result.MinimalResolutionResult
    import org.gradle.api.internal.attributes.AttributeDesugaring
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

      (TFL_LogicalAndOp:$result $lhs, (Arith_ConstantOp:$rhs $constant)),
      (replaceWithValue $lhs),
      [(AllElementsAreBool<"true"> $constant), (HaveSameType $lhs, $result)]>;
    
    def EliminateLogicalAndFalse : Pat<
      (TFL_LogicalAndOp:$result $lhs, (Arith_ConstantOp:$rhs $constant)),
      (replaceWithValue $rhs),
      [(AllElementsAreBool<"false"> $constant), (HaveSameType $rhs, $result)]>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/conversion.go

    func convertVirtualService(r configContext) []config.Config {
    	result := []config.Config{}
    	for _, obj := range r.TCPRoute {
    		result = append(result, buildTCPVirtualService(r, obj)...)
    	}
    
    	for _, obj := range r.TLSRoute {
    		result = append(result, buildTLSVirtualService(r, obj)...)
    	}
    
    	// for gateway routes, build one VS per gateway+host
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // field results in a configuration error.
      //
      // - If `paramKind` is namespace-scoped, the namespace of the object being
      // evaluated for admission will be used when this field is left unset. Take
      // care that if this is left empty the binding must not match any cluster-scoped
      // resources, which will result in an error.
      //
      // +optional
      optional string namespace = 2;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  5. cmd/object-api-multipart_test.go

    		// Test case with keyMarker less than 0. (Test number 20).
    		// {bucketNames[0], "", "min", "", "", -1, listMultipartResults[7], nil, true},
    		// The result contains only one entry. The  KeyPrefix is set to the object name in the result.
    		// Expecting the result to skip the KeyPrefix entry in the result (Test number 21).
    		{bucketNames[0], "", "minio-object", "", "", 2, listMultipartResults[8], nil, true},
    		// Test case containing prefix values.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 77.1K bytes
    - Viewed (0)
  6. src/go/printer/nodes.go

    				// the results (see issue #32854).
    				p.exprList(token.NoPos, s.Results, 1, noIndent, token.NoPos, false)
    				p.print(unindent)
    			} else {
    				p.exprList(token.NoPos, s.Results, 1, 0, token.NoPos, false)
    			}
    		}
    
    	case *ast.BranchStmt:
    		p.print(s.Tok)
    		if s.Label != nil {
    			p.print(blank)
    			p.expr(s.Label)
    		}
    
    	case *ast.BlockStmt:
    		p.block(s, 1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// field results in a configuration error.
    	//
    	// - If `paramKind` is namespace-scoped, the namespace of the object being
    	// evaluated for admission will be used when this field is left unset. Take
    	// care that if this is left empty the binding must not match any cluster-scoped
    	// resources, which will result in an error.
    	//
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // field results in a configuration error.
      //
      // - If `paramKind` is namespace-scoped, the namespace of the object being
      // evaluated for admission will be used when this field is left unset. Take
      // care that if this is left empty the binding must not match any cluster-scoped
      // resources, which will result in an error.
      //
      // +optional
      optional string namespace = 2;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	"continue":             "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// field results in a configuration error.
    	//
    	// - If `paramKind` is namespace-scoped, the namespace of the object being
    	// evaluated for admission will be used when this field is left unset. Take
    	// care that if this is left empty the binding must not match any cluster-scoped
    	// resources, which will result in an error.
    	//
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
Back to top