- Sort Score
- Result 10 results
- Languages All
Results 861 - 870 of 2,256 for interval (0.07 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComTreeDisconnect.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.internal.smb1.com; import jcifs.Configuration; import jcifs.internal.smb1.ServerMessageBlock; /** * */ public class SmbComTreeDisconnect extends ServerMessageBlock { /** * * @param config */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.8K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/connection/RouteSelectorTest.kt
import okhttp3.FakeDns import okhttp3.OkHttpClientTestRule import okhttp3.Request import okhttp3.Route import okhttp3.TestValueFactory import okhttp3.internal.connection.RouteSelector.Companion.socketHost import okhttp3.internal.http.RealInterceptorChain import okhttp3.internal.http.RecordingProxySelector import okhttp3.testing.PlatformRule import org.junit.jupiter.api.AfterEach import org.junit.jupiter.api.BeforeEach
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Mar 06 17:33:38 UTC 2024 - 20.8K bytes - Viewed (0) -
okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerTest.kt
import kotlin.test.assertFailsWith import okhttp3.tls.internal.der.CertificateAdapters.generalNameDnsName import okhttp3.tls.internal.der.CertificateAdapters.generalNameIpAddress import okhttp3.tls.internal.der.ObjectIdentifiers.BASIC_CONSTRAINTS import okhttp3.tls.internal.der.ObjectIdentifiers.COMMON_NAME import okhttp3.tls.internal.der.ObjectIdentifiers.SHA256_WITH_RSA_ENCRYPTION import okhttp3.tls.internal.der.ObjectIdentifiers.SUBJECT_ALTERNATIVE_NAME
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 31.7K bytes - Viewed (0) -
docs/em/docs/help-fastapi.md
## โ ๐ฒ ๐จ ๐ ๐ช [๐](contributing.md){.internal-link target=_blank} โน ๐ โฎ๏ธ ๐ฒ ๐จ, ๐ผ: * ๐ง ๐คญ ๐ ๐ ๐ ๐งพ. * ๐ฐ ๐, ๐น, โ๏ธ ๐ป ๐ โ โ๏ธ ๐ ๐ FastAPI <a href="https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml" class="external-link" target="_blank">โ ๐ ๐</a>. * โ ๐ญ ๐ ๐ฎ ๐ ๐ โถ๏ธ ๐ ๐. * โน [๐ฌ ๐งพ](contributing.md#_9){.internal-link target=_blank} ๐ ๐ช๐ธ. * ๐ ๐ช โน ๐ โ โ ๐.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.7K bytes - Viewed (0) -
docs/zh-hant/docs/how-to/index.md
ๅจ้่ฃก๏ผไฝ ๅฐๆ็ๅฐ**ไธๅไธป้ก**็็ฏไพๆใๅฆไฝไฝฟ็จใ็ๆๅใ ๅคงๅคๆธ้ไบๆณๆณ้ฝๆฏ**็จ็ซ**็๏ผๅจๅคงๅคๆธๆ ๆณไธ๏ผไฝ ๅช้่ฆ็ ็ฉถ้ฃไบ็ดๆฅ้ฉ็จๆผ**ไฝ ็ๅฐๆก**็ๆฑ่ฅฟใ ๅฆๆๆไบๆฑ่ฅฟ็่ตทไพๅพๆ่ถฃไธๅฐไฝ ็ๅฐๆกๅพๆ็จ็่ฉฑๅๅป่ฎๅฎ๏ผๅฆๅไฝ ๅฏ่ฝๅฏไปฅ่ทณ้ๅฎๅใ /// tip ๅฆๆไฝ ๆณ่ฆไปฅ็ตๆงๅ็ๆนๅผ**ๅญธ็ฟ FastAPI**๏ผๆจ่ฆ๏ผ๏ผ่ซๅๅพ[ๆๅญธ - ไฝฟ็จ่ ๆๅ](../tutorial/index.md){.internal-link target=_blank}้็ซ ้ฑ่ฎใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 24 18:28:16 UTC 2024 - 559 bytes - Viewed (0) -
src/main/java/jcifs/internal/fscc/FileBothDirectoryInfo.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.internal.fscc; import java.util.Date; import jcifs.Configuration; import jcifs.Decodable; import jcifs.SmbConstants; import jcifs.internal.SMBProtocolDecodingException; import jcifs.internal.util.SMBUtil; import jcifs.smb.FileEntry; import jcifs.util.Strings; /** * */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.6K bytes - Viewed (0) -
tensorflow/c/eager/immediate_execution_tensor_handle.h
}; namespace internal { struct ImmediateExecutionTensorHandleDeleter { void operator()(ImmediateExecutionTensorHandle* p) const { if (p != nullptr) { p->Unref(); } } }; } // namespace internal using ImmediateTensorHandlePtr = std::unique_ptr<ImmediateExecutionTensorHandle, internal::ImmediateExecutionTensorHandleDeleter>;
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 4.3K bytes - Viewed (0) -
docs/ko/docs/advanced/wsgi.md
# WSGI ํฌํจํ๊ธฐ - Flask, Django ๊ทธ ์ธ [์๋ธ ์์ฉ ํ๋ก๊ทธ๋จ - ๋ง์ดํธ](sub-applications.md){.internal-link target=_blank}, [ํ๋ก์ ๋คํธ์์](behind-a-proxy.md){.internal-link target=_blank}์์ ๋ณด์๋ฏ์ด WSGI ์์ฉ ํ๋ก๊ทธ๋จ๋ค์ ๋ค์๊ณผ ๊ฐ์ด ๋ง์ดํธ ํ ์ ์์ต๋๋ค. `WSGIMiddleware`๋ฅผ ์ฌ์ฉํ์ฌ WSGI ์์ฉ ํ๋ก๊ทธ๋จ(์: Flask, Django ๋ฑ)์ ๊ฐ์ ์ ์์ต๋๋ค. ## `WSGIMiddleware` ์ฌ์ฉํ๊ธฐ `WSGIMiddleware`๋ฅผ ๋ถ๋ฌ์์ผ ํฉ๋๋ค. ๊ทธ๋ฐ ๋ค์, WSGI(์: Flask) ์์ฉ ํ๋ก๊ทธ๋จ์ ๋ฏธ๋ค์จ์ด๋ก ํฌ์ฅํฉ๋๋ค. ๊ทธ ํ, ํด๋น ๊ฒฝ๋ก์ ๋ง์ดํธํฉ๋๋ค. ```Python hl_lines="2-3 23"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 18:56:37 UTC 2024 - 1.3K bytes - Viewed (0) -
docs/de/docs/deployment/versions.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 3.9K bytes - Viewed (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerAdapter.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package okhttp3.tls.internal.der import okio.Buffer import okio.ByteString /** * Encode and decode a model object like a [Long] or [Certificate] as DER bytes. */ internal interface DerAdapter<T> { /** Returns true if this adapter can read [header] in a choice. */ fun matches(header: DerHeader): Boolean
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 4.2K bytes - Viewed (0)