Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 82 for EXISTS (0.11 sec)

  1. pkg/controller/garbagecollector/garbagecollector_test.go

    					},
    				}),
    			},
    		},
    		// child pointing at incorrect apiVersion/kind of still-existing parent object (e.g. core/v1 Secret with uid=123, where an apps/v1 Deployment with uid=123 exists)
    		// * should be deleted immediately
    		// * should not trigger deletion of legitimate children of parent
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/asmz.go

    			if x2 != 0 {
    				zRX(op_LA, regtmp(p), regtmp(p), uint32(x2), 0, asm)
    			}
    			x2 = int16(regtmp(p))
    			d2 = 0
    		}
    		// Emits an RX instruction if an appropriate one exists and the displacement fits in 12 bits. Otherwise use an RXY instruction.
    		if op, ok := c.zopstore12(p.As); ok && isU12(d2) {
    			zRX(op, uint32(p.From.Reg), uint32(x2), uint32(b2), uint32(d2), asm)
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		// For GOAMD64<v2, any use must be preceded by a successful check of runtime.x86HasSSE41.
    		{name: "ROUNDSD", argLength: 1, reg: fp11, aux: "Int8", asm: "ROUNDSD"},
    
    		// VFMADD231SD only exists on platforms with the FMA3 instruction set.
    		// Any use must be preceded by a successful check of runtime.support_fma.
    		{name: "VFMADD231SD", argLength: 3, reg: fp31, resultInArg0: true, asm: "VFMADD231SD"},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  7. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  8. src/database/sql/sql.go

    //	        TimeCreated < @end
    //	        and TimeCreated >= @start;`,
    //	    sql.Named("start", startTime),
    //	    sql.Named("end", endTime),
    //	)
    func Named(name string, value any) NamedArg {
    	// This method exists because the go1compat promise
    	// doesn't guarantee that structs don't grow more fields,
    	// so unkeyed struct literals are a vet error. Thus, we don't
    	// want to allow sql.NamedArg{name, value}.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

    			Result: []byte(`
    mergingList:
      - name: 1
        value: 1
        other: a
      - name: 2
        value: 2
        other: b
    `),
    		},
    	},
    	{
    		Description: "add an item that already exists in current object in merging list",
    		StrategicMergePatchRawTestCaseData: StrategicMergePatchRawTestCaseData{
    			Original: []byte(`
    mergingList:
      - name: 1
        value: a
      - name: 2
    `),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
Back to top