- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 204 for erfc (0.02 sec)
-
src/main/java/jcifs/smb1/dcerpc/DcerpcBind.java
- /* jcifs msrpc client library in Java
- * Copyright (C) 2006 "Michael B. Allen" <jcifs at samba dot org>
- * "Eric Glass" <jcifs at samba dot org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 3.2K bytes - Viewed (0) -
android/guava-testlib/test/com/google/common/util/concurrent/testing/TestingExecutorsTest.java
- import java.util.concurrent.ExecutionException;
- import java.util.concurrent.Future;
- import java.util.concurrent.ScheduledFuture;
- import junit.framework.TestCase;
- /**
- * Tests for TestingExecutors.
- *
- * @author Eric Chang
- */
- public class TestingExecutorsTest extends TestCase {
- private volatile boolean taskDone;
- public void testNoOpScheduledExecutor() throws InterruptedException {
- taskDone = false;
- Runnable task =
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 22:10:29 UTC 2024 - 3.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/DcerpcBinding.java
- /* jcifs msrpc client library in Java
- * Copyright (C) 2006 "Michael B. Allen" <jcifs at samba dot org>
- * "Eric Glass" <jcifs at samba dot org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 3.2K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/DcerpcException.java
- /* jcifs msrpc client library in Java
- * Copyright (C) 2006 "Michael B. Allen" <jcifs at samba dot org>
- * "Eric Glass" <jcifs at samba dot org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun May 17 09:02:44 UTC 2020 - 2.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/MD4.java
- /**
- * Implements the MD4 message digest algorithm in Java.
- * <p>
- * <b>References:</b>
- * <ol>
- * <li> Ronald L. Rivest,
- * "<a href="http://www.roxen.com/rfc/rfc1320.html">
- * The MD4 Message-Digest Algorithm</a>",
- * IETF RFC-1320 (informational).
- * </ol>
- *
- * <p><b>$Revision: 1.2 $</b>
- * @author Raif S. Naffah
- */
- public class MD4 extends MessageDigest implements Cloneable
- {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 9.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/MsrpcLsarClose.java
- /* jcifs msrpc client library in Java
- * Copyright (C) 2006 "Michael B. Allen" <jcifs at samba dot org>
- * "Eric Glass" <jcifs at samba dot org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 1.1K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/Protocol.kt
- */
- HTTP_1_0("http/1.0"),
- /**
- * A plaintext framing that includes persistent connections.
- *
- * This version of OkHttp implements [RFC 7230][rfc_7230], and tracks revisions to that spec.
- *
- * [rfc_7230]: https://tools.ietf.org/html/rfc7230
- */
- HTTP_1_1("http/1.1"),
- /**
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 06 04:17:33 UTC 2024 - 4.4K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/DcerpcBind.java
- /* jcifs msrpc client library in Java
- * Copyright (C) 2006 "Michael B. Allen" <jcifs at samba dot org>
- * "Eric Glass" <jcifs at samba dot org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.4K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/WebPlatformToAsciiTest.kt
- "xn--a",
- "xn--a.ß",
- "xn--a.xn--zca",
- "xn--a-yoc",
- // OkHttp doesn't reject U+FFFD encoded in Punycode.
- "xn--zn7c.com",
- // OkHttp doesn't reject a U+200D. https://www.rfc-editor.org/rfc/rfc5892.html#appendix-A.2
- "xn--1ug.example",
- // OkHttp doesn't implement CheckJoiners.
- "\u200D.example",
- // OkHttp doesn't implement CheckBidi.
- "يa",
- )
- @Test
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 3.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/ndr/NdrException.java
- /* jcifs msrpc client library in Java
- * Copyright (C) 2006 "Michael B. Allen" <jcifs at samba dot org>
- * "Eric Glass" <jcifs at samba dot org>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 1.2K bytes - Viewed (0)