Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for apksig (0.16 sec)

  1. gradle/verification-metadata.xml

             </artifact>
          </component>
          <component group="com.android.tools.build" name="apksig" version="3.0.0">
             <artifact name="apksig-3.0.0.jar">
                <sha256 value="787c8ca3f0e7c4ae13a0456ff2f39bdd0848a5ca4b8b2c32ac208ed58b434c86" reason="Artifact is not signed"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  2. tests/test_operations_signatures.py

            router_sig = inspect.signature(router_method)
            app_sig = inspect.signature(app_method)
            param: inspect.Parameter
            for key, param in base_sig.parameters.items():
                router_param: inspect.Parameter = router_sig.parameters[key]
                app_param: inspect.Parameter = app_sig.parameters[key]
                assert param.annotation == router_param.annotation
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 27 12:08:13 UTC 2019
    - 934 bytes
    - Viewed (0)
  3. src/net/http/sniff.go

    	if !isTT(data[len(h)]) {
    		return ""
    	}
    	return "text/html; charset=utf-8"
    }
    
    var mp4ftype = []byte("ftyp")
    var mp4 = []byte("mp4")
    
    type mp4Sig struct{}
    
    func (mp4Sig) match(data []byte, firstNonWS int) string {
    	// https://mimesniff.spec.whatwg.org/#signature-for-mp4
    	// c.f. section 6.2.1
    	if len(data) < 12 {
    		return ""
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 20 21:51:06 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  4. src/os/wait_waitid.go

    	// On darwin/amd64, it requires 104 bytes.
    	// We don't care about the values it returns.
    	var siginfo [16]uint64
    	psig := &siginfo[0]
    	var e syscall.Errno
    	for {
    		_, _, e = syscall.Syscall6(syscall.SYS_WAITID, _P_PID, uintptr(p.Pid), uintptr(unsafe.Pointer(psig)), syscall.WEXITED|syscall.WNOWAIT, 0, 0)
    		if e != syscall.EINTR {
    			break
    		}
    	}
    	runtime.KeepAlive(p)
    	if e != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:27:57 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/call.go

    		// compute argument signatures: instantiate if needed
    		j := n
    		for _, i := range genericArgs {
    			arg := args[i]
    			asig := arg.typ.(*Signature)
    			k := j + asig.TypeParams().Len()
    			// targs[j:k] are the inferred type arguments for asig
    			arg.typ = check.instantiateSignature(call.Pos(), arg.expr, asig, targs[j:k], nil) // TODO(gri) provide xlist if possible (partial instantiations)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  6. src/go/types/call.go

    		// compute argument signatures: instantiate if needed
    		j := n
    		for _, i := range genericArgs {
    			arg := args[i]
    			asig := arg.typ.(*Signature)
    			k := j + asig.TypeParams().Len()
    			// targs[j:k] are the inferred type arguments for asig
    			arg.typ = check.instantiateSignature(call.Pos(), arg.expr, asig, targs[j:k], nil) // TODO(gri) provide xlist if possible (partial instantiations)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  7. docs/tr/docs/how-to/index.md

    Bu fikirlerin büyük bir kısmı aşağı yukarı **bağımsız** olacaktır, çoğu durumda bunları sadece **projenize** hitap ediyorsa incelemelisiniz.
    
    Projeniz için ilginç ve yararlı görünen bir şey varsa devam edin ve inceleyin, aksi halde bunları atlayabilirsiniz.
    
    !!! tip "İpucu"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 25 14:56:05 UTC 2024
    - 625 bytes
    - Viewed (0)
  8. docs/tr/docs/tutorial/cookie-params.md

        Ancak `fastapi`'dan projenize dahil ettiğiniz `Query`, `Path`, `Cookie` ve diğerleri aslında özel sınıflar döndüren birer fonksiyondur.
    
    !!! info "Bilgi"
        Çerez tanımlamak için `Cookie` sınıfını kullanmanız gerekmektedir, aksi taktirde parametreler sorgu parametreleri olarak yorumlanır.
    
    ## Özet
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue May 14 19:35:04 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/runtime/swagger_doc_generator.go

    	m := make(map[string]*ast.File)
    
    	f, err := parser.ParseFile(fset, filePath, nil, parser.ParseComments)
    	if err != nil {
    		fmt.Println(err)
    		return nil
    	}
    
    	m[filePath] = f
    	apkg, _ := ast.NewPackage(fset, m, nil, nil)
    
    	return doc.New(apkg, "", 0)
    }
    
    func fmtRawDoc(rawDoc string) string {
    	var buffer bytes.Buffer
    	delPrevChar := func() {
    		if buffer.Len() > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 03 07:33:58 UTC 2017
    - 7K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/s390x/anames.go

    	"VNOT",
    	"VO",
    	"VPK",
    	"VPKH",
    	"VPKF",
    	"VPKG",
    	"VPKLS",
    	"VPKLSH",
    	"VPKLSF",
    	"VPKLSG",
    	"VPKLSHS",
    	"VPKLSFS",
    	"VPKLSGS",
    	"VPKS",
    	"VPKSH",
    	"VPKSF",
    	"VPKSG",
    	"VPKSHS",
    	"VPKSFS",
    	"VPKSGS",
    	"VPERM",
    	"VPDI",
    	"VPOPCT",
    	"VREP",
    	"VREPB",
    	"VREPH",
    	"VREPF",
    	"VREPG",
    	"VREPI",
    	"VREPIB",
    	"VREPIH",
    	"VREPIF",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top