- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 822 for _end (0.02 sec)
-
docs/es/docs/project-generation.md
- 馃帹 [Chakra UI](https://chakra-ui.com) para los componentes del frontend. - 馃 Un cliente de frontend generado autom谩ticamente. - 馃И [Playwright](https://playwright.dev) para pruebas End-to-End. - 馃 Soporte para modo oscuro. - 馃悑 [Docker Compose](https://www.docker.com) para desarrollo y producci贸n. - 馃敀 Hashing seguro de contrase帽as por defecto. - 馃攽 Autenticaci贸n con tokens JWT.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 2.1K bytes - Viewed (0) -
docs/en/docs/project-generation.md
- 馃帹 [Chakra UI](https://chakra-ui.com) for the frontend components. - 馃 An automatically generated frontend client. - 馃И [Playwright](https://playwright.dev) for End-to-End testing. - 馃 Dark mode support. - 馃悑 [Docker Compose](https://www.docker.com) for development and production. - 馃敀 Secure password hashing by default. - 馃攽 JWT token authentication. - 馃摣 Email based password recovery.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/AutobahnTester.kt
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/SmbNegotiationResponse.java
* * @param cap the capability flag to check * @return whether capability is negotiated */ boolean haveCapabilitiy(int cap); /** * Gets the negotiated send buffer size. * * @return the send buffer size */ int getSendBufferSize(); /** * Gets the negotiated receive buffer size. * * @return the receive buffer size */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.9K bytes - Viewed (0) -
CONTRIBUTING.md
## Development Workflow Start by forking the MinIO GitHub repository, make changes in a branch and then send a pull request. We encourage pull requests to discuss code changes. Here are the steps in details: ### Setup your MinIO GitHub Repository
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Aug 05 18:35:53 UTC 2024 - 2.9K bytes - Viewed (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/HeldCertificate.kt
* AiAyHHg1N6YDDQiY920+cnI5XSZwEGhAtb9PYWO8bLmkcQIhAI2CfEZf3V/obmdT * yyaoEufLKVXhrTQhRfodTeigi4RX * -----END CERTIFICATE----- * -----BEGIN PRIVATE KEY----- * MEECAQAwEwYHKoZIzj0CAQYIKoZIzj0DAQcEJzAlAgEBBCA7ODT0xhGSNn4ESj6J * lu/GJQZoU9lDrCPeUcQ28tzOWw== * -----END PRIVATE KEY----- * ``` * * The string should contain exactly one certificate and one private key in [PKCS #8][rfc_5208]
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 21.6K bytes - Viewed (0) -
docs/de/docs/advanced/settings.md
end rect rgba(0, 255, 0, .1) code ->> function: say_hi(name="Rick", salutation="Mr.") function ->> execute: f眉hre Code der Funktion aus execute ->> code: gib das Resultat zur眉ck end rect rgba(0, 255, 255, .1) code ->> function: say_hi(name="Rick") function ->> code: gib das gespeicherte Resultat zur眉ck end
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 16.4K bytes - Viewed (0) -
docs/es/docs/tutorial/dependencies/dependencies-with-yield.md
end dep ->> operation: Ejecutar dependencia, por ejemplo, sesi贸n de BD opt raise operation -->> dep: Lanzar Exception (por ejemplo, HTTPException) opt handle dep -->> dep: Puede capturar excepci贸n, lanzar una nueva HTTPException, lanzar otra excepci贸n end handler -->> client: Response HTTP de error end
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 13K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/QueryNetworkInterfaceInfoResponse.java
*/ @Override public int decode(byte[] buffer, int bufferIndex, int len) { int start = bufferIndex; int end = start + len; interfaces.clear(); while (bufferIndex < end && (bufferIndex + 152) <= end) { // Read Next field to determine if there are more entries int next = SMBUtil.readInt4(buffer, bufferIndex);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 2.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/MessageBuilder.java
* @param start the starting index of the subsequence to be appended * @param end the end index of the subsequence to be appended * @return the current builder */ @Nonnull default MessageBuilder a(CharSequence value, int start, int end) { return append(value, start, end); } /** * Append content to the message buffer. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Nov 02 09:29:52 UTC 2024 - 7.6K bytes - Viewed (0)