Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 59 for Po (0.03 sec)

  1. src/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA

    00000290  bc 9c 3f 3a 9b ed d6 8e  a3 c8 66 7d 9b cb d0 30  |..?:......f}...0|
    000002a0  f9 60 00 8b 30 81 88 02  42 01 b2 fb f8 5f d0 14  |.`..0...B...._..|
    000002b0  9d 3c 55 0f 16 50 6f d5  0c 4c 3e 73 2e a9 23 5f  |.<U..Po..L>s..#_|
    000002c0  e8 9c 02 5d 4c 6d b0 c1  9e 0d ac 59 36 6c d5 c2  |...]Lm.....Y6l..|
    000002d0  4c 94 94 94 6f a4 df 26  1a 54 f5 74 b8 49 75 49  |L...o..&.T.t.IuI|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/prove.go

    func (ft *factsTable) cleanup(f *Func) {
    	for _, po := range []*poset{ft.orderS, ft.orderU} {
    		// Make sure it's empty as it should be. A non-empty poset
    		// might cause errors and miscompilations if reused.
    		if checkEnabled {
    			if err := po.CheckEmpty(); err != nil {
    				f.Fatalf("poset not empty after function %s: %v", f.Name, err)
    			}
    		}
    		f.retPoset(po)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/debug.go

    		}
    		return k < state.convergeCount
    	}
    	for k := 0; keepGoing(k); k++ {
    		if state.loggingLevel > 0 {
    			state.logf("Liveness pass %d\n", k)
    		}
    		converged = true
    		for i := len(po) - 1; i >= 0; i-- {
    			b := po[i]
    			locs := blockLocs[b.ID]
    			if locs == nil {
    				locs = state.allocBlock(b)
    				blockLocs[b.ID] = locs
    			}
    
    			// Build the starting state for the block from the final
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  4. istioctl/pkg/describe/describe_test.go

    			expectedString: "Error: expecting pod name",
    			wantException:  true, // "istioctl experimental inspect pod" should fail
    		},
    		{ // case 3 unknown pod
    			args:           strings.Split("po not-a-pod", " "),
    			expectedString: "pods \"not-a-pod\" not found",
    			wantException:  true, // "istioctl experimental describe pod not-a-pod" should fail
    		},
    		{ // case 8 unknown service
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:54:01 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/liveness/plive.go

    	// Walk blocks in postorder ordering. This improves convergence.
    	po := lv.f.Postorder()
    
    	// Iterate through the blocks in reverse round-robin fashion. A work
    	// queue might be slightly faster. As is, the number of iterations is
    	// so low that it hardly seems to be worth the complexity.
    
    	for change := true; change; {
    		change = false
    		for _, b := range po {
    			be := lv.blockEffects(b)
    
    			newliveout.Clear()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 15:22:22 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  6. docs/yo/docs/index.md

    Àwọn ẹya pàtàkì ni:
    
    * **Ó yára**: Iṣẹ tí ó ga púpọ̀, tí ó wa ni ibamu pẹ̀lú **NodeJS** àti **Go** (ọpẹ si Starlette àti Pydantic). [Ọkan nínú àwọn ìlànà Python ti o yára jùlọ ti o wa](#isesi).
    * **Ó yára láti kóòdù**: O mu iyara pọ si láti kọ àwọn ẹya tuntun kóòdù nipasẹ "Igba ìdá ọgọ́rùn-ún" (i.e. 200%) si "ọ̀ọ́dúrún ìdá ọgọ́rùn-ún" (i.e. 300%).
    * **Àìtọ́ kékeré**: O n din aṣiṣe ku bi ọgbon ìdá ọgọ́rùn-ún (i.e. 40%) ti eda eniyan (oṣiṣẹ kóòdù) fa. *
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/test/test.go

    const issue28772Constant = C.issue28772Constant
    
    // issue 28896
    
    func offset(i int) uintptr {
    	var pi C.innerPacked
    	var po C.outerPacked
    	var ui C.innerUnpacked
    	var uo C.outerUnpacked
    	switch i {
    	case 0:
    		return unsafe.Offsetof(pi.f2)
    	case 1:
    		return unsafe.Offsetof(po.g2)
    	case 2:
    		return unsafe.Offsetof(ui.f2)
    	case 3:
    		return unsafe.Offsetof(uo.g2)
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest_test.go

    got:  %#+v
    want: %#+v`, got, update)
    			}
    
    		})
    	}
    }
    
    func TestPatchToUpdateOptions(t *testing.T) {
    	tests := []struct {
    		name        string
    		converterFn func(po *metav1.PatchOptions) interface{}
    	}{
    		{
    			name: "patchToUpdateOptions",
    			converterFn: func(patch *metav1.PatchOptions) interface{} {
    				return patchToUpdateOptions(patch)
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  9. pkg/registry/core/pod/storage/storage_test.go

    		}
    	}
    }
    
    func TestShortNames(t *testing.T) {
    	storage, _, _, server := newStorage(t)
    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    	expected := []string{"po"}
    	registrytest.AssertShortNames(t, storage, expected)
    }
    
    func TestCategories(t *testing.T) {
    	storage, _, _, server := newStorage(t)
    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 07:18:44 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  10. src/unicode/tables.go

    	Pf     = _Pf // Pf is the set of Unicode characters in category Pf (Punctuation, final quote).
    	Pi     = _Pi // Pi is the set of Unicode characters in category Pi (Punctuation, initial quote).
    	Po     = _Po // Po is the set of Unicode characters in category Po (Punctuation, other).
    	Ps     = _Ps // Ps is the set of Unicode characters in category Ps (Punctuation, open).
    	Punct  = _P  // Punct/P is the set of Unicode punctuation characters, category P.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
Back to top