- Sort Score
- Result 10 results
- Languages All
Results 271 - 280 of 416 for concern (0.08 sec)
-
tests/prepared_stmt_test.go
t.Fatalf("Failed, got error: %v, rows affected: %v", result.Error, result.RowsAffected) } tx2.Commit() // Attempt to convert the connection pool of tx to the *gorm.PreparedStmtDB type. // If the conversion is successful, ok will be true and conn will be the converted object; // otherwise, ok will be false and conn will be nil.
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Fri Apr 25 08:22:26 UTC 2025 - 8K bytes - Viewed (0) -
cmd/globals.go
// This is a sha256 output of ``arn:aws:iam::minio:user/admin``, // this is kept in present form to be compatible with S3 owner ID // requirements - // // ``` // The canonical user ID is the Amazon S3–only concept. // It is 64-character obfuscated version of the account ID. // ``` // http://docs.aws.amazon.com/AmazonS3/latest/dev/example-walkthroughs-managing-access-example4.html
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Sep 03 18:23:41 UTC 2024 - 16.2K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/synonym/ApiAdminDictSynonymAction.java
return null; }); } /** * Creates an EditBody from a SynonymItem entity for API responses. * * @param entity the SynonymItem entity to convert * @param dictId the dictionary ID * @return the converted EditBody object */ protected EditBody createEditBody(final SynonymItem entity, final String dictId) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.3K bytes - Viewed (0) -
android/guava/src/com/google/common/net/UrlEscapers.java
/** * Returns an {@link Escaper} instance that escapes strings so they can be safely included in a <a * href="https://url.spec.whatwg.org/#concept-url-fragment">URL fragment</a>. The returned escaper * escapes all non-ASCII characters. * * <p>When escaping a String, the following rules apply: * * <ul>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 7.1K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/mvn
found_file_switch=1 fi done echo "$basedir" ) } # concatenates all lines of a file and replaces variables concat_lines() { if [ -f "$1" ]; then # First convert all CR to LF using tr tr '\r' '\n' < "$1" | \ sed -e '/^$/d' -e 's/#.*$//' | \ # Replace LF with NUL for xargs tr '\n' '\0' | \ # Split into words and process each argument
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jul 24 09:49:07 UTC 2025 - 7.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/riscv64.s
VFMERGEVFM F10, V2, V0, V3 // d751255c // 31.13.16: Vector Floating-Point Move Instruction VFMVVF F10, V3 // d751055e // 31.13.17: Single-Width Floating-Point/Integer Type-Convert Instructions VFCVTXUFV V2, V3 // d711204a VFCVTXUFV V2, V0, V3 // d7112048 VFCVTXFV V2, V3 // d791204a VFCVTXFV V2, V0, V3 // d7912048 VFCVTRTZXUFV V2, V3 // d711234a
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed May 21 14:19:19 UTC 2025 - 49.1K bytes - Viewed (0) -
docs/de/docs/alternatives.md
* Validierung und Dokumentation aus diesen Typen. * Dependency Injection System. Es verwendet keine Datenvalidierungs-, Serialisierungs- und Dokumentationsbibliothek eines Dritten wie Pydantic, sondern verfügt über eine eigene. Daher wären diese Datentyp-Definitionen nicht so einfach wiederverwendbar.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 26.7K bytes - Viewed (0) -
docs/de/docs/async.md
### Parallele Hamburger Stellen wir uns jetzt vor, dass es sich hierbei nicht um „nebenläufige Hamburger“, sondern um „parallele Hamburger“ handelt. Sie gehen los mit Ihrem Schwarm, um paralleles Fast Food zu bekommen.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 26.5K bytes - Viewed (0) -
docs/de/docs/tutorial/first-steps.md
#### „Schema“ Ein „Schema“ ist eine Definition oder Beschreibung von etwas. Nicht der eigentliche Code, der es implementiert, sondern lediglich eine abstrakte Beschreibung. #### API-„Schema“
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.3K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
errors.invalid_query_cannot_process=Die angegebene Abfrage konnte nicht verarbeitet werden. errors.crud_invalid_mode = Der Modus ist falsch. (nicht {0}, sondern {1}) errors.crud_failed_to_create_instance = Fehler beim Erstellen neuer Daten. errors.crud_failed_to_create_crud_table = Fehler beim Erstellen neuer Daten. ({0})
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0)