Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 85 for Signatures (0.13 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/schema/extract/ManagedProxyClassGenerator.java

            String methodDescriptor = Type.getMethodDescriptor(Type.VOID_TYPE, propertyType);
            MethodVisitor methodVisitor = declareMethod(visitor, setter.getName(), methodDescriptor, AsmClassGeneratorUtils.signature(setter));
    
            putCanCallSettersFieldValueOnStack(methodVisitor, generatedType);
            jumpToLabelIfStackEvaluatesToTrue(methodVisitor, calledOutsideOfConstructor);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 55.3K bytes
    - Viewed (0)
  2. cmd/api-errors.go

    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrMissingSignTag: {
    		Code:           "AccessDenied",
    		Description:    "Signature header missing Signature field.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrMissingSignHeadersTag: {
    		Code:           "InvalidArgument",
    		Description:    "Signature header missing SignedHeaders field.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrMalformedExpires: {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (1)
  3. src/crypto/tls/handshake_messages.go

    		readUint24LengthPrefixed(&s, &m.verifyData) &&
    		s.Empty()
    }
    
    type certificateRequestMsg struct {
    	// hasSignatureAlgorithm indicates whether this message includes a list of
    	// supported signature algorithms. This change was introduced with TLS 1.2.
    	hasSignatureAlgorithm bool
    
    	certificateTypes             []byte
    	supportedSignatureAlgorithms []SignatureScheme
    	certificateAuthorities       [][]byte
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  4. src/go/printer/nodes.go

    		return x.Op == token.TILDE
    	case *ast.BinaryExpr:
    		return isTypeElem(x.X) || isTypeElem(x.Y)
    	case *ast.ParenExpr:
    		return isTypeElem(x.X)
    	}
    	return false
    }
    
    func (p *printer) signature(sig *ast.FuncType) {
    	if sig.TypeParams != nil {
    		p.parameters(sig.TypeParams, funcTParam)
    	}
    	if sig.Params != nil {
    		p.parameters(sig.Params, funcParam)
    	} else {
    		p.print(token.LPAREN, token.RPAREN)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/elf.go

    	return int(sh.Size)
    }
    
    func elfnote(sh *ElfShdr, startva uint64, resoff uint64, sizes ...int) int {
    	n := resoff % 4
    	// if section contains multiple notes (as is the case with FreeBSD signature),
    	// multiple note sizes can be specified
    	for _, sz := range sizes {
    		n += 3*4 + uint64(sz)
    	}
    
    	sh.Type = uint32(elf.SHT_NOTE)
    	sh.Flags = uint64(elf.SHF_ALLOC)
    	sh.Addralign = 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  6. cmd/bucket-handlers.go

    			return
    		}
    	}
    
    	// Verify policy signature.
    	cred, errCode := doesPolicySignatureMatch(formValues)
    	if errCode != ErrNone {
    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(errCode), r.URL)
    		return
    	}
    
    	if len(fanOutEntries) > 0 {
    		// Once signature is validated, check if the user has
    		// explicit permissions for the user.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  7. src/reflect/type.go

    //   - github.com/sohaha/zlsgo
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname toType
    func toType(t *abi.Type) Type {
    	if t == nil {
    		return nil
    	}
    	return toRType(t)
    }
    
    type layoutKey struct {
    	ftyp *funcType // function signature
    	rcvr *abi.Type // receiver type, or nil if none
    }
    
    type layoutType struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb/SmbTransportImpl.java

            boolean serverEnableSig = resp.getResponse().isSigningEnabled();
            if ( log.isDebugEnabled() ) {
                log.debug(
                    "Signature negotiation enforced " + this.signingEnforced + " (server " + serverRequireSig + ") enabled "
                            + this.getContext().getConfig().isSigningEnabled() + " (server " + serverEnableSig + ")");
            }
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
  9. src/runtime/malloc.go

    //   - github.com/cloudwego/frugal
    //   - github.com/cockroachdb/cockroach
    //   - github.com/cockroachdb/pebble
    //   - github.com/ugorji/go/codec
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname mallocgc
    func mallocgc(size uintptr, typ *_type, needzero bool) unsafe.Pointer {
    	if gcphase == _GCmarktermination {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  10. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/patch-ops-error+xml",
    				"application/pgp-encrypted",
    				"application/pgp-keys",
    				"application/pgp-signature",
    				"application/pics-rules",
    				"application/pidf+xml",
    				"application/pidf-diff+xml",
    				"application/pkcs10",
    				"application/pkcs7-mime",
    				"application/pkcs7-signature",
    				"application/pkix-cert",
    				"application/pkix-crl",
    				"application/pkix-pkipath",
    				"application/pkixcmp",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
Back to top