Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for FIST (0.05 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)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2706..2709    ; valid                  ;      ; NV8    # 1.1  TELEPHONE LOCATION SIGN..ENVELOPE
    270A..270B    ; valid                  ;      ; NV8    # 6.0  RAISED FIST..RAISED HAND
    270C..2727    ; valid                  ;      ; NV8    # 1.1  VICTORY HAND..WHITE FOUR POINTED STAR
    2728          ; valid                  ;      ; NV8    # 6.0  SPARKLES
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top