Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for palmer (0.19 sec)

  1. src/net/http/h2_bundle.go

    	// GetClientConn returns a specific HTTP/2 connection (usually
    	// a TLS-TCP connection) to an HTTP/2 server. On success, the
    	// returned ClientConn accounts for the upcoming RoundTrip
    	// call, so the caller should not omit it. If the caller needs
    	// to, ClientConn.RoundTrip can be called with a bogus
    	// new(http.Request) to release the stream reservation.
    	GetClientConn(req *Request, addr string) (*http2ClientConn, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    		}
    	}
    
    	// In -race mode, we need to call racefuncexit.
    	// Note: This has to happen after we load any heap-allocated results,
    	// otherwise races will be attributed to the caller instead.
    	if s.instrumentEnterExit {
    		s.rtcall(ir.Syms.Racefuncexit, true, nil)
    	}
    
    	results[len(results)-1] = s.mem()
    	m := s.newValue0(ssa.OpMakeResult, s.f.OwnAux.LateExpansionResultType())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. doc/go_spec.html

    After they are evaluated, the parameters of the call are passed by value to the function
    and the called function begins execution.
    The return parameters of the function are passed by value
    back to the caller when the function returns.
    </p>
    
    <p>
    Calling a <code>nil</code> function value
    causes a <a href="#Run_time_panics">run-time panic</a>.
    </p>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  4. pkg/registry/core/service/storage/storage_test.go

    		})
    	}
    }
    
    // line returns the line number of the caller, if possible.  This is useful in
    // tests with a large number of cases - when something goes wrong you can find
    // which case more easily.
    func line() string {
    	_, _, line, ok := stdruntime.Caller(1)
    	var s string
    	if ok {
    		s = fmt.Sprintf("%d", line)
    	} else {
    		s = "<??>"
    	}
    	return s
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  5. pkg/proxy/iptables/proxier_test.go

    				}
    			}
    		})
    	}
    }
    
    // getLine returns the line number of the caller, if possible.  This is useful in
    // tests with a large number of cases - when something goes wrong you can find
    // which case more easily.
    func getLine() int {
    	_, _, line, ok := stdruntime.Caller(1)
    	if ok {
    		return line
    	}
    	return 0
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    // generate Swagger API documentation for its models. Please read this PR for more
    // information on the implementation: https://github.com/emicklei/go-restful/pull/215
    //
    // TODOs are ignored from the parser (e.g. TODO(andronat):... || TODO:...) if and only if
    // they are on one line! For multiple line or blocks that you want to ignore use ---.
    // Any context after a --- is ignored.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    .type==="root"||t.type==="document"))n=Ms(t);else if(t instanceof Ve||t instanceof nc)n=Ms(t.root),t.map&&(typeof r.map=="undefined"&&(r.map={}),r.map.inline||(r.map.inline=!1),r.map.prev=t.map);else{let a=Q0;r.syntax&&(a=r.syntax.parse),r.parser&&(a=r.parser),a.parse&&(a=a.parse);try{n=a(t,r)}catch(s){this.processed=!0,this.error=s}n&&!n[U0]&&H0.rebuild(n)}this.result=new nc(e,n,r),this.helpers={...Bs,result:this.result,postcss:Bs},this.plugins=this.processor.plugins.map(a=>typeof a=="object"&&...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  8. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // to this entry, depending on `ksize` and `strides`. This function is used for
    // `AvgPool` and `AvgPoolGrad` legalizations.
    // `zero` is passed as a parameter because it can be reused from caller level.
    // `pooled` must have `RankedTensorType`.
    template <typename OpTy, int num_dims>
    Operation *AvgPoolDivideByCount(
        Value pooled, const SmallVector<int64_t, num_dims> &input_shape,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  9. pkg/apis/core/types.go

    	// ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
    	// If specified, these secrets will be passed to individual puller implementations for them to use.
    	// +optional
    	ImagePullSecrets []LocalObjectReference
    	// Specifies the hostname of the Pod.
    	// If not specified, the pod's hostname will be set to a system-defined value.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
      // If specified, these secrets will be passed to individual puller implementations for them to use.
      // More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
      // +optional
      // +patchMergeKey=name
      // +patchStrategy=merge
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top