Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 75 for Po (0.02 sec)

  1. docs/pl/docs/help-fastapi.md

    ### Proponuj rozwiązania
    
    * Po zrozumieniu pytania możesz podać im możliwą **odpowiedź**.
    
    * W wielu przypadkach lepiej zrozumieć ich **podstawowy problem lub przypadek użycia**, ponieważ może istnieć lepszy sposób rozwiązania niż to, co próbują zrobić.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/go/types/objectpath/objectpath.go

    // We classify these operators by their type:
    //
    //	PO package->object	Package.Scope.Lookup
    //	OT  object->type 	Object.Type
    //	TT    type->type 	Type.{Elem,Key,Params,Results,Underlying} [EKPRU]
    //	TO   type->object	Type.{At,Field,Method,Obj} [AFMO]
    //
    // All valid paths start with a package and end at an object
    // and thus may be defined by the regular language:
    //
    //	objectpath = PO (OT TT* TO)*
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java

            map.put("パ", new String[] { "pa" });
            map.put("ピ", new String[] { "pi" });
            map.put("プ", new String[] { "pu" });
            map.put("ペ", new String[] { "pe" });
            map.put("ポ", new String[] { "po" });
    
            map.put("ヴァ", new String[] { "va" });
            map.put("ヴィ", new String[] { "vi" });
            map.put("ヴ", new String[] { "vu" });
            map.put("ヴェ", new String[] { "ve" });
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  4. pkg/controller/job/job_controller.go

    	}
    	result := int32(0)
    	for i := range pods {
    		po := pods[i]
    		if po.Status.Phase == v1.PodRunning || po.Status.Phase == v1.PodPending {
    			for j := range po.Status.InitContainerStatuses {
    				stat := po.Status.InitContainerStatuses[j]
    				result += stat.RestartCount
    			}
    			for j := range po.Status.ContainerStatuses {
    				stat := po.Status.ContainerStatuses[j]
    				result += stat.RestartCount
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  5. src/go/internal/gccgoimporter/testdata/unicode.gox

    var Pattern_White_Space <type 1>;
    var Pau_Cin_Hau <type 1>;
    var Pc <type 1>;
    var Pd <type 1>;
    var Pe <type 1>;
    var Pf <type 1>;
    var Phags_Pa <type 1>;
    var Phoenician <type 1>;
    var Pi <type 1>;
    var Po <type 1>;
    var Prepended_Concatenation_Mark <type 1>;
    var PrintRanges <type 25 [] <type 26 *<type 2>>>;
    var Properties <type 27 map [<type -16>] <type 1>>;
    var Ps <type 1>;
    var Psalter_Pahlavi <type 1>;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 7.3K bytes
    - Viewed (0)
  6. cmd/postpolicyform.go

    func parsePostPolicyForm(r io.Reader) (PostPolicyForm, error) {
    	reader, err := sanitizePolicy(r)
    	if err != nil {
    		return PostPolicyForm{}, err
    	}
    
    	d := json.NewDecoder(reader)
    
    	// Convert po into interfaces and
    	// perform strict type conversion using reflection.
    	var rawPolicy struct {
    		Expiration string        `json:"expiration"`
    		Conditions []interface{} `json:"conditions"`
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 06 10:52:41 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  7. pkg/registry/core/pod/storage/storage.go

    var _ rest.ShortNamesProvider = &REST{}
    
    // ShortNames implements the ShortNamesProvider interface. Returns a list of short names for a resource.
    func (r *REST) ShortNames() []string {
    	return []string{"po"}
    }
    
    // Implement CategoriesProvider
    var _ rest.CategoriesProvider = &REST{}
    
    // Categories implements the CategoriesProvider interface. Returns a list of categories a resource is part of.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 20 14:29:25 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top