- Sort Score
- Result 10 results
- Languages All
Results 961 - 970 of 4,096 for long (0.04 sec)
-
src/main/java/jcifs/smb/DfsReferral.java
* * @internal */ @SuppressWarnings ( "javadoc" ) public class DfsReferral extends SmbException { /** * */ private static final long serialVersionUID = 1486630733410281686L; private final DfsReferralData data; /** * @param dr */ public DfsReferral ( DfsReferralData data ) { this.data = data; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SMBProtocolDowngradeException.java
* */ public class SMBProtocolDowngradeException extends CIFSException { /** * */ private static final long serialVersionUID = 1913365058349456689L; /** * */ public SMBProtocolDowngradeException () { super(); } /** * @param message * @param cause */ public SMBProtocolDowngradeException ( String message, Throwable cause ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.5K bytes - Viewed (0) -
src/main/java/jcifs/util/transport/TransportException.java
* License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.util.transport; import jcifs.CIFSException; /** * */ public class TransportException extends CIFSException { /** * */ private static final long serialVersionUID = 3743631204022885618L;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmNtHashAuthenticator.java
* * @author mbechler * */ public class NtlmNtHashAuthenticator extends NtlmPasswordAuthenticator { private static final long serialVersionUID = 4328214169536360351L; private final byte[] ntHash; /** * Create username/password credentials with specified domain * * @param domain * @param username * @param passwordHash
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 12:07:20 UTC 2020 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/FessSystemException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.exception; public class FessSystemException extends RuntimeException { private static final long serialVersionUID = 1L; public FessSystemException(final String message, final Throwable cause) { super(message, cause); } public FessSystemException(final String message) { super(message);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/EditForm.java
*/ public class EditForm extends CreateForm { @Required @Size(max = 1000) public String id; @Size(max = 1000) public String updatedBy; @ValidateTypeFailure public Long updatedTime; @Required @ValidateTypeFailure public Integer versionNo;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 1.1K bytes - Viewed (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/internal/http2/Http2FlowControlConnectionListener.kt
val start = System.currentTimeMillis() override fun receivingStreamWindowChanged( streamId: Int, windowCounter: WindowCounter, bufferSize: Long, ) { println("${System.currentTimeMillis() - start},$streamId,${windowCounter.unacknowledged},$bufferSize") } override fun receivingConnectionWindowChanged(windowCounter: WindowCounter) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 1.3K bytes - Viewed (0) -
mockwebserver/src/main/kotlin/mockwebserver3/MockResponseBody.kt
* called by readers. */ @ExperimentalOkHttpApi interface MockResponseBody { /** The length of this response in bytes, or -1 if unknown. */ val contentLength: Long @Throws(IOException::class) fun writeTo(sink: BufferedSink)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Tue Jan 23 14:31:42 UTC 2024 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/ClIndexOutOfBoundsException.java
package org.codelibs.core.exception; /** * {@link IndexOutOfBoundsException}をラップする例外です。 * * @author wyukawa */ public class ClIndexOutOfBoundsException extends IndexOutOfBoundsException { private static final long serialVersionUID = -824874776607593608L; /** * {@link ClIndexOutOfBoundsException}を作成します。 */ public ClIndexOutOfBoundsException() { super(); } /**
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 1.3K bytes - Viewed (0) -
docs_src/query_params/tutorial004_py310.py
): item = {"item_id": item_id, "owner_id": user_id} if q: item.update({"q": q}) if not short: item.update( {"description": "This is an amazing item that has a long description"} )
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Jan 07 14:11:31 UTC 2022 - 436 bytes - Viewed (0)