- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 381 for receipt (0.07 seconds)
-
src/main/java/jcifs/internal/smb2/rdma/RdmaCapability.java
public enum RdmaCapability { /** * Remote direct read operations */ RDMA_READ, /** * Remote direct write operations */ RDMA_WRITE, /** * Traditional send/receive with RDMA */ RDMA_SEND_RECEIVE, /** * Dynamic memory registration */ MEMORY_REGISTRATION, /** * Fast memory region registration */ FAST_REGISTRATIONCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 1.3K bytes - Click Count (0) -
android/guava/src/com/google/common/eventbus/EventBus.java
* ever be considered dead, and no DeadEvents will be generated. Accordingly, while DeadEvent * extends {@link Object}, a subscriber registered to receive any Object will never receive a * DeadEvent. * * <p>This class is safe for concurrent use. * * <p>See the Guava User Guide article on <a * href="https://github.com/google/guava/wiki/EventBusExplained">{@code EventBus}</a>.Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 12.7K bytes - Click Count (0) -
cmd/batch-expire_test.go
# retainVersions: 5 # keep the latest 5 versions of the object including delete markers. notify: endpoint: https://notify.endpoint # notification endpoint to receive job completion status token: Bearer xxxxx # optional authentication token for the notification endpoint retry: attempts: 10 # number of retries for the job before giving upCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Aug 01 12:53:30 GMT 2024 - 5.5K bytes - Click Count (0) -
cmd/batch-replicate_test.go
- key: "content-type" value: "image/*" # match objects with 'content-type', with all values starting with 'image/' # notify: # endpoint: "https://notify.endpoint" # notification endpoint to receive job status events # token: "Bearer xxxxx" # optional authentication token for the notification endpoint # # retry: # attempts: 10 # number of retries for the job before giving upCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Aug 01 12:53:30 GMT 2024 - 7.9K bytes - Click Count (0) -
docs/en/docs/help-fastapi.md
You can "watch" FastAPI in GitHub (clicking the "watch" button at the top right): [https://github.com/fastapi/fastapi](https://github.com/fastapi/fastapi). đ There you can select "Releases only". By doing it, you will receive notifications (in your email) whenever there's a new release (a new version) of **FastAPI** with bug fixes and new features. ## Connect with the author { #connect-with-the-author }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 12.6K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbTreeHandleInternalTest.java
// Arrange when(handle.getReceiveBufferSize()).thenThrow(new CIFSException("receive size failed")); // Act + Assert CIFSException ex = assertThrows(CIFSException.class, () -> handle.getReceiveBufferSize()); assertEquals("receive size failed", ex.getMessage()); verify(handle).getReceiveBufferSize(); } @TestCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.3K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/RealWebSocketTest.kt
} @Test fun clientCloseCancelsConnectionAfterTimeout() { client.webSocket!!.close(1000, "Hello!") taskFaker.runTasks() // Note: we don't process server frames so our client 'close' doesn't receive a server 'close'. assertThat(client.canceled).isFalse() taskFaker.advanceUntil(ns(RealWebSocket.CANCEL_AFTER_CLOSE_MILLIS - 1)) assertThat(client.canceled).isFalse()
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Jul 31 04:18:40 GMT 2025 - 18.7K bytes - Click Count (0) -
docs/en/docs/tutorial/background-tasks.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 4.7K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
While the corresponding feature can be changed or dropped without notice, users should receive a notice about the property rename or removal. Experimental properties MUST NOT be supplemented with command-line options. They can always be passed via `-D` on the command line. The feature should leave the experimental stage to receive a build option.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
docs/ja/docs/how-to/custom-request-and-route.md
/// note | ćčĄčŠłç´° `Request` ăŤăŻ `request.scope` ĺąć§ăăăăăăăŻăŞăŻă¨ăšăăŤé˘ăăăĄăżăăźăżăĺŤă Python ㎠`dict` ă§ăă `Request` ăŤăŻ `request.receive` ăăăăăăăŻăŞăŻă¨ăšăăŽćŹä˝ăăĺ俥ăăăăăăŽé˘ć°ă§ăă `scope` ㎠`dict` 㨠`receive` é˘ć°ăŻăăăă ASGI äťć§ăŽä¸é¨ă§ăă ăăăŚă㎠2 ă¤ďź`scope` 㨠`receive`ďźăăć°ăă `Request` ă¤ăłăšăżăłăšăä˝ćăăăăăŤĺż čŚăŞăăŽă§ăă `Request` ăŤă¤ăăŚčŠłăăăŻă[Starlette ㎠Requests ăŤé˘ăăăăăĽăĄăłă](https://www.starlette.dev/requests/) ăĺç §ăăŚăă ăăă ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 5.4K bytes - Click Count (0)