- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 400 for mask (0.08 sec)
-
android/guava/src/com/google/common/util/concurrent/ListenerCallQueue.java
e); } } } finally { if (stillRunning) { // An Error is bubbling up. We should mark ourselves as no longer running. That way, if // anyone tries to keep using us, we won't be corrupted. synchronized (PerListenerQueue.this) { isThreadScheduled = false; } }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 8.1K bytes - Viewed (0) -
docs/es/docs/tutorial/security/get-current-user.md
¿En realidad no tienes usuarios que inicien sesión en tu aplicación sino robots, bots u otros sistemas, que solo tienen un token de acceso? Una vez más, todo funciona igual. Usa cualquier tipo de modelo, cualquier tipo de clase, cualquier tipo de base de datos que necesites para tu aplicación. **FastAPI** te cubre con el sistema de inyección de dependencias. ## Tamaño del código
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/session/Smb2SessionSetupResponseTest.java
@DisplayName("prepare should not set sessionId if not received yet") void testPrepareWithoutReceivedDoesNotPropagate() { Smb2SessionSetupResponse resp = newResponse(); // Set a sessionId, but do not mark as received via decode resp.setSessionId(0x1234L); CIFSContext mockCtx = mock(CIFSContext.class); when(mockCtx.getConfig()).thenReturn(mock(Configuration.class));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.7K bytes - Viewed (0) -
README.md
Contributing ------------ If you are interested in the development of Maven, please consult the documentation first and afterward you are welcome to join the developers mailing list to ask questions or discuss new ideas/features/bugs etc. Take a look into the [contribution guidelines](CONTRIBUTING.md). License ------- This code is under the [Apache License, Version 2.0, January 2004][license].
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:30:05 UTC 2025 - 4.4K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/AndXServerMessageBlockTest.java
@Override int readHeaderWireFormat(byte[] buffer, int bufferIndex) { return 33; } }; // Set command to NT_CREATE_ANDX and mark extended resp.command = ServerMessageBlock.SMB_COM_NT_CREATE_ANDX; resp.isExtended = true; byte[] buf = new byte[256]; buf[33] = 34; // baseline wordCount reported by server
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/ViewHelperTest.java
viewHelper.setEncodeUrlLink(true); viewHelper.setUrlLinkEncoding("UTF-8"); viewHelper.setOriginalHighlightTagPre("<mark>"); viewHelper.setOriginalHighlightTagPost("</mark>"); viewHelper.setCacheTemplateName("cache"); viewHelper.setFacetCacheDuration(600L); } public void test_TextFragment() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 27.3K bytes - Viewed (0) -
docs/es/docs/tutorial/body-updates.md
Y muchos equipos utilizan solo `PUT`, incluso para actualizaciones parciales. Eres **libre** de usarlos como desees, **FastAPI** no impone ninguna restricción. Pero esta guía te muestra, más o menos, cómo se pretende que se usen. /// ### Uso del parámetro `exclude_unset` de Pydantic
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4.9K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbPipeInputStreamTest.java
void available_smb1_disconnectedStatuses(int status) throws Exception { // Verify SMB1 path: disconnected/server-closed statuses yield 0 and mark fd closed SmbPipeInputStream stream = newStreamWithInit(false); when(handle.ensureOpen()).thenReturn(fd); when(fd.getTree()).thenReturn(tree); when(tree.isSMB2()).thenReturn(false);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlResponseTest.java
// Write Status (little-endian) at offset 8 in the SMB2 header SMBUtil.writeInt4(status, hdr, 8); // Write Command = SMB2_IOCTL (0x000B) at offset 12 SMBUtil.writeInt2(0x000B, hdr, 12); // Mark as server response to be realistic (optional) SMBUtil.writeInt4(0x00000001, hdr, 16); // Flags = SMB2_FLAGS_SERVER_TO_REDIR return hdr; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/FessBoot.java
if (value != null) { return value; } return super.prepareWebappPath(); } /** * Returns the directory path for temporary mark files. * * @return the absolute path to the fessboot directory in the system temp directory */ @Override protected String getMarkDir() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0)