Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for FIST (0.1 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/filter_test.go

    		exceedBudget                bool
    		expectRemainingBudget       *int64
    		enableStrictCostEnforcement bool
    		exceedPerCallLimit          bool
    	}{
    		{
    			name: "expression exceed RuntimeCELCostBudget at fist expression",
    			validations: []ExpressionAccessor{
    				&condition{
    					Expression: "has(object.subsets) && object.subsets.size() < 2",
    				},
    				&condition{
    					Expression: "has(object.subsets)",
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  2. platforms/core-runtime/base-services/src/main/java/org/gradle/util/internal/GUtil.java

            for (Object value : values) {
                result.add(toEnum(enumType, value));
            }
            return result;
        }
    
        /**
         * Checks whether the fist {@link CharSequence} ends with the second.
         *
         * If the {@link CharSequence#charAt(int)} method of both sequences is fast,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  3. platforms/core-runtime/logging/src/main/java/org/gradle/util/GUtil.java

            for (Object value : values) {
                result.add(toEnum(enumType, value));
            }
            return result;
        }
    
        /**
         * Checks whether the fist {@link CharSequence} ends with the second.
         *
         * If the {@link CharSequence#charAt(int)} method of both sequences is fast,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top