Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for pointerT (0.18 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	out.Name = in.Name
    	out.Image = in.Image
    	out.Command = *(*[]string)(unsafe.Pointer(&in.Command))
    	out.Args = *(*[]string)(unsafe.Pointer(&in.Args))
    	out.WorkingDir = in.WorkingDir
    	out.Ports = *(*[]core.ContainerPort)(unsafe.Pointer(&in.Ports))
    	out.EnvFrom = *(*[]core.EnvFromSource)(unsafe.Pointer(&in.EnvFrom))
    	out.Env = *(*[]core.EnvVar)(unsafe.Pointer(&in.Env))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			deprecated: true,
    			warning:    pointer.StringPtr("Iñtërnâtiônàlizætiøn,💝🐹🌇⛔"),
    			want:       nil,
    		},
    		{
    			name:       "long warning",
    			deprecated: true,
    			warning:    pointer.StringPtr(strings.Repeat("x", 256)),
    			want:       nil,
    		},
    
    		{
    			name:       "too long warning",
    			deprecated: true,
    			warning:    pointer.StringPtr(strings.Repeat("x", 257)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  3. doc/go_spec.html

    -->
    
    <p>
    A <code>Pointer</code> is a <a href="#Pointer_types">pointer type</a> but a <code>Pointer</code>
    value may not be <a href="#Address_operators">dereferenced</a>.
    Any pointer or value of <a href="#Core_types">core type</a> <code>uintptr</code> can be
    <a href="#Conversions">converted</a> to a type of core type <code>Pointer</code> and vice versa.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  4. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    }
    
    func (x *ArchConfig) Reset() {
    	*x = ArchConfig{}
    	if protoimpl.UnsafeEnabled {
    		mi := &file_pkg_apis_istio_v1alpha1_values_types_proto_msgTypes[0]
    		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    		ms.StoreMessageInfo(mi)
    	}
    }
    
    func (x *ArchConfig) String() string {
    	return protoimpl.X.MessageStringOf(x)
    }
    
    func (*ArchConfig) ProtoMessage() {}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    		// No pointer arithmetic necessary.
    		return ptr, rlen, rcap
    	}
    
    	// Calculate the base pointer (rptr) for the new slice.
    	//
    	// Generate the following code assuming that indexes are in bounds.
    	// The masking is to make sure that we don't generate a slice
    	// that points to the next object in memory. We cannot just set
    	// the pointer to nil because then we would create a nil slice or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    ckground-color:#1e87f0}.uk-progress::-ms-fill{background-color:#1e87f0;transition:width .6s ease;border:0}.uk-sortable{position:relative}.uk-sortable svg{pointer-events:none}.uk-sortable>:last-child{margin-bottom:0}.uk-sortable-drag{position:absolute!important;z-index:1050!important;pointer-events:none}.uk-sortable-placeholder{opacity:0;pointer-events:none}.uk-sortable-empty{min-height:50px}.uk-sortable-handle:hover{cursor:move}.uk-countdown-number{font-size:2rem;line-height:.8}@media (min-width...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.16.md

    ### Other notable changes
    
    * Fixed a regression where the kubelet would fail to update the ready status of pods. ([#86191](https://github.com/kubernetes/kubernetes/pull/86191), [@tedyu](https://github.com/tedyu))
    * Fix nil pointer dereference in azure cloud provider ([#85975](https://github.com/kubernetes/kubernetes/pull/85975), [@ldx](https://github.com/ldx))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    0)",whiteSpace:"nowrap",borderWidth:"0"},".not-sr-only":{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",clip:"auto",whiteSpace:"normal"}})},pointerEvents:({addUtilities:i})=>{i({".pointer-events-none":{"pointer-events":"none"},".pointer-events-auto":{"pointer-events":"auto"}})},visibility:({addUtilities:i})=>{i({".visible":{visibility:"visible"},".invisible":{visibility:"hidden"},".collapse":{visibility:"collapse"}})},position:({addUtilities:i})=>{i({".static":{posi...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.17.md

    - Scheduler ComponentConfig fields are now pointers ([#83619](https://github.com/kubernetes/kubernetes/pull/83619), [@damemi](https://github.com/damemi))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  10. src/net/http/h2_bundle.go

    		return
    	}
    	b.conn.noteBodyReadFromHandler(b.stream, n, err)
    	return
    }
    
    // responseWriter is the http.ResponseWriter implementation. It's
    // intentionally small (1 pointer wide) to minimize garbage. The
    // responseWriterState pointer inside is zeroed at the end of a
    // request (in handlerDone) and calls on the responseWriter thereafter
    // simply crash (caller's mistake), but the much larger responseWriterState
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top