Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for zopload (0.27 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    			// On a hit, load the data fields of the cache entry.
    			//   Case = e.Case
    			//   Itab = e.Itab
    			s.startBlock(cacheHit)
    			eCase := s.newValue2(ssa.OpLoad, typs.Int, s.newValue1I(ssa.OpOffPtr, typs.IntPtr, s.config.PtrSize, e), s.mem())
    			eItab := s.newValue2(ssa.OpLoad, typs.BytePtr, s.newValue1I(ssa.OpOffPtr, typs.BytePtrPtr, 2*s.config.PtrSize, e), s.mem())
    			s.assign(n.Case, eCase, false, 0)
    			s.assign(n.Itab, eItab, false, 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.15.md

      - `kubeadm config upload` has been deprecated, as its replacement is now graduated. Please use `kubeadm init phase upload-config` instead. ([#77946](https://github.com/kubernetes/kubernetes/pull/77946), [@Klaven](htt...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.14.md

    - It is now possible to upload certificates required to join a new control-plane to kubeadm-certs secret using the flag `--experimental-upload-certs` on `init` or upload-certs phase. ([#73907](https://github.com/kubernetes/kubernetes/pull/73907), [@yagonobre](https://github.com/yagonobre))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (2)
  4. src/cmd/compile/internal/ssa/rewriteS390X.go

    		v.reset(OpS390XXOR)
    		v0 := b.NewValue0(v_2.Pos, OpS390XLGDR, t)
    		v0.AddArg(y)
    		v.AddArg2(x, v0)
    		return true
    	}
    	// match: (XORload [off1] {sym} x (ADDconst [off2] ptr) mem)
    	// cond: ptr.Op != OpSB && is20Bit(int64(off1)+int64(off2))
    	// result: (XORload [off1+off2] {sym} x ptr mem)
    	for {
    		off1 := auxIntToInt32(v.AuxInt)
    		sym := auxToSym(v.Aux)
    		x := v_0
    		if v_1.Op != OpS390XADDconst {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * 👷 Update Smokeshow download artifact GitHub Action. PR [#11562](https://github.com/tiangolo/fastapi/pull/11562) by [@tiangolo](https://github.com/tiangolo).
    * 👷 Update GitHub actions to download and upload artifacts to v4, for docs and coverage. PR [#11550](https://github.com/tiangolo/fastapi/pull/11550) by [@tamird](https://github.com/tamird).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewrite386.go

    		return rewriteValue386_OpLess32U(v)
    	case OpLess64F:
    		return rewriteValue386_OpLess64F(v)
    	case OpLess8:
    		return rewriteValue386_OpLess8(v)
    	case OpLess8U:
    		return rewriteValue386_OpLess8U(v)
    	case OpLoad:
    		return rewriteValue386_OpLoad(v)
    	case OpLocalAddr:
    		return rewriteValue386_OpLocalAddr(v)
    	case OpLsh16x16:
    		return rewriteValue386_OpLsh16x16(v)
    	case OpLsh16x32:
    		return rewriteValue386_OpLsh16x32(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.20.md

    - Kubeadm: add the "--kubeconfig" flag to the "kubeadm init phase upload-certs" command to allow users to pass a custom location for a kubeconfig file. ([#94765](https://github.com/kubernetes/kubernetes/pull/94765), [@zhanw15](https://github.com/zhanw15)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewritePPC64.go

    		return rewriteValuePPC64_OpLess64F(v)
    	case OpLess64U:
    		return rewriteValuePPC64_OpLess64U(v)
    	case OpLess8:
    		return rewriteValuePPC64_OpLess8(v)
    	case OpLess8U:
    		return rewriteValuePPC64_OpLess8U(v)
    	case OpLoad:
    		return rewriteValuePPC64_OpLoad(v)
    	case OpLocalAddr:
    		return rewriteValuePPC64_OpLocalAddr(v)
    	case OpLsh16x16:
    		return rewriteValuePPC64_OpLsh16x16(v)
    	case OpLsh16x32:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  9. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textar...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.28.md

    - Kubeadm: do not upload kubelet patch configuration into `kube-system/kubelet-config` ConfigMap ([#123107](https://github.com/kubernetes/kubernetes/pull/123107), [@SataQiu](https://github.com/SataQiu)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
Back to top