Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 97 of 97 for K2 (0.03 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    						"nums": map[string]interface{}{
    							"num1": 1,
    							"num2": 1000000,
    						},
    						"content": map[string]interface{}{
    							"k1": "some content",
    							"k2": "other content",
    						},
    					}},
    				patchMyCRDV1Beta1Schema{
    					"set minimum value for fields with additionalProperties",
    					map[string]interface{}{
    						"properties": map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  2. cmd/bucket-replication.go

    	replicateAll      replicationAction = "all"
    )
    
    // matches k1 with all keys, returns 'true' if one of them matches
    func equals(k1 string, keys ...string) bool {
    	for _, k2 := range keys {
    		if strings.EqualFold(k1, k2) {
    			return true
    		}
    	}
    	return false
    }
    
    // returns replicationAction by comparing metadata between source and target
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/dwarf_test.go

    		if originDIE == nil {
    			ex.DumpEntry(i, false, 0)
    			t.Fatalf("unresolved abstract origin ref in DIE at offset 0x%x\n", die.Offset)
    		}
    
    		// Suppose that DIE X has parameter/variable children {K1,
    		// K2, ... KN}. If X has an abstract origin of A, then for
    		// each KJ, the abstract origin of KJ should be a child of A.
    		// Note that this same rule doesn't hold for non-variable DIEs.
    		pidx := ex.IdxFromOffset(die.Offset)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 01:38:11 UTC 2024
    - 48.6K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/reflect/TypeTokenTest.java

        assertEquals(
            new TypeToken<StringForFirstTypeArg<?>>() {}, supertype.getSubtype(subtype.getRawType()));
      }
    
      private static class TwoTypeArgs<K, V> {
        class InnerType<K2, V2> {}
      }
    
      private static class StringForFirstTypeArg<V> extends TwoTypeArgs<String, V> {
        class StringInnerType<V2> extends InnerType<String, V2> {}
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

        assertEquals(
            new TypeToken<StringForFirstTypeArg<?>>() {}, supertype.getSubtype(subtype.getRawType()));
      }
    
      private static class TwoTypeArgs<K, V> {
        class InnerType<K2, V2> {}
      }
    
      private static class StringForFirstTypeArg<V> extends TwoTypeArgs<String, V> {
        class StringInnerType<V2> extends InnerType<String, V2> {}
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // them to the given attributes list. For example, if there is a kFunc
      // AttrValue {name : foo, attrs : {k1 : bar, k2 : rfc}}, it will convert it to
      // a list of MLIR Attributes: {{base_name : foo}, {base_name.k1 : bar},
      // {base_name.k2 : rfc}}.
      Status ConvertFunctionCallAttribute(const std::string& base_name,
                                          const AttrValue& value,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  7. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    ing=r||t,this.regexp=n||Q2.regexp(t)}check(e){return e.includes(this.string)?!!e.match(this.regexp):!1}};Ym.exports=Hm});var ke=v((m4,Jm)=>{l();var J2=Ut(),X2=Gt(),K2=ii(),Z2=le(),Qm=class extends J2{static save(e,t){let r=t.prop,n=[];for(let a in t._autoprefixerValues){let s=t._autoprefixerValues[a];if(s===t.value)continue;let o,u=K2.prefix(r);if(u==="-pie-")continue;if(u===a){o=t.value=s,n.push(o);continue}let c=e.prefixed(r,a),f=t.parent;if(!f.every(b=>b.prop!==c)){n.push(o);continue}let d=s.replace(/\s+/,"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top