- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 538 for standart (2.73 sec)
-
src/test/java/jcifs/util/HMACT64Test.java
byte[] key = "key".getBytes(); byte[] data = "The quick brown fox jumps over the lazy dog".getBytes(); // Calculate expected HMAC-MD5 using standard Java MessageDigest for comparison // This is a simplified HMAC-MD5 calculation for comparison, not a full RFC 2104 implementation. // The HMACT64 implementation is what we are testing.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.6K bytes - Viewed (0) -
docs/es/docs/tutorial/first-steps.md
 ### OpenAPI **FastAPI** genera un "esquema" con toda tu API utilizando el estándar **OpenAPI** para definir APIs. #### "Esquema" Un "esquema" es una definición o descripción de algo. No el código que lo implementa, sino solo una descripción abstracta. #### Esquema de la API
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 12.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java
auth.resolveCredential(loginResolver); } } /** * A resolver for login credentials that wraps the standard credential resolver * to provide SSO authentication support. */ public static class LoginCredentialResolver { /** The wrapped credential resolver. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.1K bytes - Viewed (0) -
docs/de/README.md
### Browser-Benutzeroberfläche - Suchoberfläche: http://localhost:8080/  - Administrationsoberfläche: http://localhost:8080/admin/ (Standard-Benutzername/Passwort ist admin/admin) 
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 12 07:19:47 UTC 2024 - 7.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/ValidateNegotiateInfoRequestTest.java
// Expected size: 24 (fixed) + 0 assertEquals(24, request.size()); } @Test @DisplayName("Test encode with standard parameters") void testEncodeStandardParameters() { ValidateNegotiateInfoRequest request = new ValidateNegotiateInfoRequest(DEFAULT_CAPABILITIES, defaultClientGuid, DEFAULT_SECURITY_MODE, defaultDialects);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.7K bytes - Viewed (0) -
api/maven-api-toolchain/src/main/mdo/toolchains.mdo
<description> Type of toolchain:<ul> <li>{@code jdk} for <a href="https://maven.apache.org/plugins/maven-toolchains-plugin/toolchains/jdk.html">JDK Standard Toolchain</a>,</li> <li>other value for <a href="https://maven.apache.org/plugins/maven-toolchains-plugin/toolchains/custom.html">Custom Toolchain</a></li> </ul>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/ACE.java
public static final int FILE_READ_ATTRIBUTES = 0x00000080; // 8 /** Permission to write file attributes */ public static final int FILE_WRITE_ATTRIBUTES = 0x00000100; // 9 /** Standard delete permission */ public static final int DELETE = 0x00010000; // 16 /** Permission to read the security descriptor */ public static final int READ_CONTROL = 0x00020000; // 17
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.8K bytes - Viewed (0) -
src/test/java/jcifs/EmptyIteratorTest.java
// Given - typical Iterator usage pattern // When & Then - verify empty collection behavior assertFalse(emptyIterator.hasNext(), "Empty iterator should have no next element"); // Note: Standard Iterator would throw NoSuchElementException, but this implementation returns null // This is a design choice for this specific implementation
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12K bytes - Viewed (0) -
docs/distributed/DESIGN.md
- MinIO does erasure coding at the object level not at the volume level, unlike other object storage vendors. This allows applications to choose different storage class by setting `x-amz-storage-class=STANDARD/REDUCED_REDUNDANCY` for each object uploads so effectively utilizing the capacity of the cluster. Additionally these can also be enforced using IAM policies to make sure the client uploads with correct HTTP headers.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Feb 26 09:25:50 UTC 2025 - 8K bytes - Viewed (1) -
docs/es/docs/advanced/security/http-basic-auth.md
## Revisa el nombre de usuario Aquí hay un ejemplo más completo. Usa una dependencia para comprobar si el nombre de usuario y la contraseña son correctos. Para esto, usa el módulo estándar de Python <a href="https://docs.python.org/3/library/secrets.html" class="external-link" target="_blank">`secrets`</a> para verificar el nombre de usuario y la contraseña.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 5.1K bytes - Viewed (0)