Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 342 for overloads (0.23 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/typechecking_test.go

    						"foo": *spec.Int64Property(),
    					},
    				},
    			},
    			assertions: []assertionFunc{
    				toHaveFieldRef("spec.validations[0].expression"),
    				toContain(`found no matching overload`),
    			},
    		},
    		{
    			name:   "params",
    			policy: paramsRefPolicy,
    			schemaToReturn: &spec.Schema{
    				SchemaProps: spec.SchemaProps{
    					Type: []string{"object"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  2. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/resolution/KaCandidateInfo.kt

    import org.jetbrains.kotlin.analysis.api.lifetime.validityAsserted
    import org.jetbrains.kotlin.analysis.api.lifetime.withValidityAssertion
    
    /**
     * A candidate considered for a call. I.e., one of the overload candidates in scope at the call site.
     */
    public sealed class KaCallCandidateInfo(
        candidate: KaCall,
        isInBestCandidates: Boolean,
    ) : KaLifetimeOwner {
        private val backingCandidate: KaCall = candidate
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/cel/library/cost.go

    	// calculations to if the size is not well known (i.e. a constant).
    	SizeEstimator checker.CostEstimator
    }
    
    func (l *CostEstimator) CallCost(function, overloadId string, args []ref.Val, result ref.Val) *uint64 {
    	switch function {
    	case "check":
    		// An authorization check has a fixed cost
    		// This cost is set to allow for only two authorization checks per expression
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. operator/pkg/util/yaml.go

    	}
    	if err != nil {
    		return err
    	}
    	return nil
    }
    
    // OverlayTrees performs a sequential JSON strategic of overlays over base.
    func OverlayTrees(base map[string]any, overlays ...map[string]any) (map[string]any, error) {
    	needsOverlay := false
    	for _, o := range overlays {
    		if len(o) > 0 {
    			needsOverlay = true
    			break
    		}
    	}
    	if !needsOverlay {
    		// Avoid expensive overlay if possible
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 14 02:41:27 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/cel/cidr.go

    }
    
    // Equal implements ref.Val.Equal.
    func (d CIDR) Equal(other ref.Val) ref.Val {
    	otherD, ok := other.(CIDR)
    	if !ok {
    		return types.ValOrErr(other, "no such overload")
    	}
    
    	return types.Bool(d.Prefix == otherD.Prefix)
    }
    
    // Type implements ref.Val.Type.
    func (d CIDR) Type() ref.Type {
    	return CIDRType
    }
    
    // Value implements ref.Val.Value.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 12:03:04 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.unsetPlainStr == null":     "no matching overload for '_==_' applied to '(string, null)",
    				"self.unsetDefaultedStr != null": "no matching overload for '_!=_' applied to '(string, null)",
    				"self.unsetNullableStr == null":  "no matching overload for '_==_' applied to '(string, null)",
    				"self.setPlainStr != null":       "no matching overload for '_!=_' applied to '(string, null)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  7. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocRendererTest.groovy

            MethodDoc method2 = methodDoc('methodName', id: 'method2Id', returnType: 'ReturnType2', description: 'overloaded description', comment: 'overloaded comment', paramTypes: ['ParamType'])
            _ * classDoc.classProperties >> []
            _ * classDoc.classMethods >> [method1, method2]
            _ * classDoc.classBlocks >> []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 40.8K bytes
    - Viewed (0)
  8. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/collections/LazilyInitializedFileCollection.java

        // TODO Remove once the third-party usage is considered obsolete.
        /**
         * @deprecated Use the overload accepting the TaskDependencyFactory
         */
        @Deprecated
        @SuppressWarnings("InlineMeSuggester")
        public LazilyInitializedFileCollection() {
            this(DefaultTaskDependencyFactory.withNoAssociatedProject());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 07:32:51 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  9. guava/src/com/google/common/io/Closer.java

       * in a {@code RuntimeException}. <b>Note:</b> Be sure to declare all of the checked exception
       * types your try block can throw when calling an overload of this method so as to avoid losing
       * the original exception type.
       *
       * <p>This method always throws, and as such should be called as {@code throw closer.rethrow(e);}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 15:26:58 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  10. tests/integration/security/file_mounted_certs/main_test.go

    	if cfg == nil {
    		return
    	}
    
    	cfg.ControlPlaneValues = `
    components:
      egressGateways:
      - enabled: true
        name: istio-egressgateway
        k8s:
          overlays:
            - kind: Deployment
              name: istio-egressgateway
              patches:
                - path: spec.template.spec.volumes[100]
                  value: |-
                    name: server-certs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top