代码搜索:Recovery

找到约 1,119 项符合「Recovery」的源代码

代码结果 1,119
www.eeworm.com/read/190661/5182652

java signerwithrecovery.java

package org.bouncycastle.crypto; /** * Signer with message recovery. */ public interface SignerWithRecovery extends Signer { /** * Returns true if the signer has recovered the full me
www.eeworm.com/read/190661/5182790

java signer.java

package org.bouncycastle.crypto; /** * Generic signer interface for hash based and message recovery signers. */ public interface Signer { /** * Initialise the signer for signing or verifi
www.eeworm.com/read/175705/5342475

java signerwithrecovery.java

package org.bouncycastle.crypto; /** * Signer with message recovery. */ public interface SignerWithRecovery extends Signer { /** * Returns true if the signer has recovered the full me
www.eeworm.com/read/175705/5342588

java signer.java

package org.bouncycastle.crypto; /** * Generic signer interface for hash based and message recovery signers. */ public interface Signer { /** * Initialise the signer for signing or verifi
www.eeworm.com/read/334125/3373577

c ctdb_recoverd.c

/* ctdb recovery daemon Copyright (C) Ronnie Sahlberg 2007 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as
www.eeworm.com/read/311076/3688108

java signerwithrecovery.java

package org.bouncycastle.crypto; /** * Signer with message recovery. */ public interface SignerWithRecovery extends Signer { /** * Returns true if the signer has recovered the full me
www.eeworm.com/read/311076/3688130

java signer.java

package org.bouncycastle.crypto; /** * Generic signer interface for hash based and message recovery signers. */ public interface Signer { /** * Initialise the signer for signing or verifi
www.eeworm.com/read/443295/1750362

cs sqlreader.state.cs

public enum State : int { // Hex value is: 00000000 [Description("Database is available for access. The primary filegroup is online, although the u" + "ndo phase of recovery m
www.eeworm.com/read/443295/1750388

jsl sqlreader.state.jsl

public enum State { // Hex value is: 00000000 /** @attribute Description("Database is available for access. The primary filegroup is online, although the u" + "ndo phase of recovery m
www.eeworm.com/read/366702/2880335

c 20040910-1.c

/* Tests error recovery for invalid code. */ __attribute__((foo) int f (){} /* { dg-error "(parse error|syntax error|expected '\\)') before 'int'" } */