- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 94 for incorrect_ (0.04 seconds)
-
src/main/resources/fess_message_fr.properties
constraints.LuhnCheck.message = La somme de contrôle Luhn Modulo 11 de {value} est incorrecte. constraints.Mod10Check.message = La somme de contrôle Modulo 10 de {value} est incorrecte. constraints.Mod11Check.message = La somme de contrôle Modulo 11 de {value} est incorrecte. constraints.ModCheck.message = La somme de contrôle {modType} de {value} est incorrecte. constraints.NotBlank.message = {item} est requis.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jul 05 02:36:47 GMT 2025 - 13.1K bytes - Click Count (0) -
src/main/resources/fess_message_es.properties
constraints.LuhnCheck.message = La suma de comprobación Luhn Módulo 11 de {value} es incorrecta. constraints.Mod10Check.message = La suma de comprobación Módulo 10 de {value} es incorrecta. constraints.Mod11Check.message = La suma de comprobación Módulo 11 de {value} es incorrecta. constraints.ModCheck.message = La suma de comprobación {modType} de {value} es incorrecta. constraints.NotBlank.message = {item} no puede estar en blanco.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 10 04:56:21 GMT 2025 - 12.7K bytes - Click Count (0) -
docs/es/docs/_llm-test.md
Un ejemplo difícil de literales de string en fragmentos de código: `f"I like {'oranges' if orange else "apples"}"` Hardcore: `Yesterday, my friend wrote: "If you spell incorrectly correctly, you have spelled it incorrectly". To which I answered: "Correct, but 'incorrectly' is incorrectly not '"incorrectly"'"` //// //// tab | Información ... Sin embargo, las comillas dentro de fragmentos de código deben quedarse tal cual. ////Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:16:35 GMT 2025 - 12.6K bytes - Click Count (0) -
doc/go_mem.html
slices, and strings in most Go implementations, such races can in turn lead to arbitrary memory corruption. </p> <p> Examples of incorrect synchronization are given in the “Incorrect synchronization” section below. </p> <p> Examples of the limitations on implementations are given in the “Incorrect compilation” section below. </p> <h2 id="synchronization">Synchronization</h2> <h3 id="init">Initialization</h3>
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Aug 05 15:41:37 GMT 2025 - 26.6K bytes - Click Count (0) -
internal/etag/etag.go
// code generated by the AEAD cipher. // // Here is an incorrect implementation of IsEncrypted: // // return len(e) > 16 && !bytes.ContainsRune(e, '-') // // An encrypted ETag may contain some random bytes - e.g. // and nonce value. This nonce value may contain a '-' // just by its nature of being randomly generated. // The above implementation would incorrectly consider // such an ETag (with a nonce value containing a '-')
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri May 16 14:27:42 GMT 2025 - 13.2K bytes - Click Count (0) -
cmd/postpolicyform_test.go
wantErr: policyCondFailedErr, }, { name: "incorrect bucket name", fv: defaultFormVals.Clone().Set("Bucket", "incorrect"), wantErr: policyCondFailedErr, }, { name: "incorrect ContentType", fv: defaultFormVals.Clone().Set(xhttp.ContentType, "incorrect"), wantErr: policyCondFailedErr, }, { name: "incorrect X-Amz-Algorithm",Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 12.3K bytes - Click Count (0) -
src/main/java/jcifs/smb/NtStatus.java
"A device attached to the system is not functioning.", "Incorrect function.", "The parameter is incorrect.", "Invalid access to memory location.", "The handle is invalid.", "The parameter is incorrect.", "The system cannot find the file specified.", "The system cannot find the file specified.", "End of file",Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 14.9K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/NtStatus.java
*/ String[] NT_STATUS_MESSAGES = { "The operation completed successfully.", "A device attached to the system is not functioning.", "Incorrect function.", "The parameter is incorrect.", "Invalid access to memory location.", "The handle is invalid.", "The parameter is incorrect.", "The system cannot find the file specified.", "The system cannot find the file specified.",Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 13.2K bytes - Click Count (0) -
src/main/resources/fess_message.properties
constraints.LuhnCheck.message = The Luhn Modulo 11 checksum of {value} is incorrect. constraints.Mod10Check.message = The Modulo 10 checksum of {value} is incorrect. constraints.Mod11Check.message = The Modulo 11 checksum of {value} is incorrect. constraints.ModCheck.message = The {modType} checksum of {value} is incorrect. constraints.NotBlank.message = {item} is required. constraints.NotEmpty.message = {item} is required.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jul 05 02:36:47 GMT 2025 - 11.6K bytes - Click Count (0) -
src/main/resources/fess_message_en.properties
constraints.LuhnCheck.message = The Luhn Modulo 11 checksum of {value} is incorrect. constraints.Mod10Check.message = The Modulo 10 checksum of {value} is incorrect. constraints.Mod11Check.message = The Modulo 11 checksum of {value} is incorrect. constraints.ModCheck.message = The {modType} checksum of {value} is incorrect. constraints.NotBlank.message = {item} is required. constraints.NotEmpty.message = {item} is required.Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jul 05 02:36:47 GMT 2025 - 11.5K bytes - Click Count (0)