Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for hp (0.13 sec)

  1. pkg/apis/core/validation/validation.go

    				// unspecified) because it will be defaulted when the Pod is
    				// ultimately created, but we do not allow any other values.
    				if hp, cp := port.HostPort, port.ContainerPort; (opts.ResourceIsPod || hp != 0) && hp != cp {
    					allErrors = append(allErrors, field.Invalid(idxPath.Child("hostPort"), port.HostPort, "must match `containerPort` when `hostNetwork` is true"))
    				}
    			}
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    // the handler panics.
    type http2handlerPanicRST struct {
    	StreamID uint32
    }
    
    func (hp http2handlerPanicRST) writeFrame(ctx http2writeContext) error {
    	return ctx.Framer().WriteRSTStream(hp.StreamID, http2ErrCodeInternal)
    }
    
    func (hp http2handlerPanicRST) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    33C9          ; mapped                 ; 0067 0079     # 1.1  SQUARE GY
    33CA          ; mapped                 ; 0068 0061     # 1.1  SQUARE HA
    33CB          ; mapped                 ; 0068 0070     # 1.1  SQUARE HP
    33CC          ; mapped                 ; 0069 006E     # 1.1  SQUARE IN
    33CD          ; mapped                 ; 006B 006B     # 1.1  SQUARE KK
    33CE          ; mapped                 ; 006B 006D     # 1.1  SQUARE KM CAPITAL
    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