Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for pubs (0.24 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/tutorial/intellij-idea-pub.png

    intellij-idea-pub.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 301.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM.go

    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (SUBS x (MOVWconst [c]))
    	// result: (SUBSconst [c] x)
    	for {
    		x := v_0
    		if v_1.Op != OpARMMOVWconst {
    			break
    		}
    		c := auxIntToInt32(v_1.AuxInt)
    		v.reset(OpARMSUBSconst)
    		v.AuxInt = int32ToAuxInt(c)
    		v.AddArg(x)
    		return true
    	}
    	// match: (SUBS x (SLLconst [c] y))
    	// result: (SUBSshiftLL x y [c])
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.20.md

    - Unhealthy pods covered by PDBs can be successfully evicted if enough healthy pods are available. ([#94381](https://github.com/kubernetes/kubernetes/pull/94381), [@michaelgugino](https://github.com/michaelgugino)) [SIG Apps]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

      - If all QueueingHintFn return QueueSkip, it puts this pod back to the unschedulable pod pool
      
      Having appropriate QueueingHintFn contributes to reducing useless retries and thus improves the overall scheduler's performance.
      
      **How can I migrate?**
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.7.md

    * Implement kubectl rollout undo and history for DaemonSet ([#46144](https://github.com/kubernetes/kubernetes/pull/46144), [@janetkuo](https://github.com/janetkuo))
    * Respect PDBs during node upgrades and add test coverage to the ServiceTest upgrade test. ([#45748](https://github.com/kubernetes/kubernetes/pull/45748), [@mml](https://github.com/mml))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssagen/ssa.go

    				if base.Ctxt.PosTable.Pos(p.Pos).Base().InliningIndex() >= 0 {
    					// Make a real (not 0-sized) nop.
    					nop := Arch.Ginsnop(s.pp)
    					nop.Pos = e.curfn.Pos().WithIsStmt()
    
    					// Unfortunately, Ginsnop puts the instruction at the
    					// end of the list. Move it up to just before p.
    
    					// Unlink from the current list.
    					for x := s.pp.Text; x != nil; x = x.Link {
    						if x.Link == nop {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.8.md

    * Implement kubectl rollout undo and history for DaemonSet ([#46144](https://github.com/kubernetes/kubernetes/pull/46144), [@janetkuo](https://github.com/janetkuo))
    * Respect PDBs during node upgrades and add test coverage to the ServiceTest upgrade test. ([#45748](https://github.com/kubernetes/kubernetes/pull/45748), [@mml](https://github.com/mml))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.25.md

    
    ### Windows support improved
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top