- Sort Score
- Num 10 results
- Language All
Results 841 - 850 of 1,023 for bhash (0.04 seconds)
-
docs/pt/docs/deployment/concepts.md
Aqui estão algumas ideias possíveis: * Um "Init Container" no Kubernetes que roda antes do seu app container * Um script bash que roda os passos anteriores e então inicia seu aplicativo * Você ainda precisaria de uma maneira de iniciar/reiniciar *aquele* script bash, detectar erros, etc. /// tip | Dica
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 20.3K bytes - Click Count (0) -
finisher_api.go
package gorm import ( "context" "database/sql" "errors" "fmt" "hash/maphash" "reflect" "strings" "gorm.io/gorm/clause" "gorm.io/gorm/logger" "gorm.io/gorm/schema" "gorm.io/gorm/utils" ) // Create inserts value, returning the inserted data's primary key in value's id func (db *DB) Create(value interface{}) (tx *DB) { if db.CreateBatchSize > 0 { return db.CreateInBatches(value, db.CreateBatchSize) }
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Fri Sep 19 01:49:06 GMT 2025 - 22.9K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/Floats.java
* * @since 10.0 */ public static final int BYTES = Float.BYTES; /** * Returns a hash code for {@code value}; obsolete alternative to {@link Float#hashCode(float)}. * * @param value a primitive {@code float} value * @return a hash code for the value */ @InlineMe(replacement = "Float.hashCode(value)") public static int hashCode(float value) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 16:38:16 GMT 2026 - 25.6K bytes - Click Count (0) -
docs/fr/docs/deployment/concepts.md
Voici quelques idées possibles : * Un « Init Container » dans Kubernetes qui s'exécute avant votre conteneur d'application * Un script bash qui exécute les étapes préalables puis démarre votre application * Vous aurez toujours besoin d'un moyen de démarrer/redémarrer *ce* script bash, de détecter les erreurs, etc. /// tip | AstuceCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/oauth2-jwt.md
Et vos utilisateurs pourraient se connecter depuis votre application Django ou depuis votre application **FastAPI**, en même temps. /// ## Hacher et vérifier les mots de passe { #hash-and-verify-the-passwords } Importez les outils nécessaires depuis `pwdlib`. Créez une instance PasswordHash avec les réglages recommandés ; elle sera utilisée pour hacher et vérifier les mots de passe.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.6K bytes - Click Count (0) -
docs/fr/docs/advanced/settings.md
/// tip | Astuce Pour que cela fonctionne, vous devez exécuter `pip install python-dotenv`. /// ### Le fichier `.env` { #the-env-file } Vous pouvez avoir un fichier `.env` avec : ```bash ADMIN_EMAIL="******@****.***" APP_NAME="ChimichangApp" ``` ### Lire les paramètres depuis `.env` { #read-settings-from-env } Puis mettre à jour votre `config.py` avec :Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.3K bytes - Click Count (0) -
docs/de/docs/tutorial/dependencies/index.md
* Einen optionalen Query-Parameter `limit`, der ein `int` ist und standardmäßig `100` ist. Und dann wird einfach ein <abbr title="Dictionary – Zuordnungstabelle: In anderen Sprachen auch Hash, Map, Objekt, Assoziatives Array genannt">`dict`</abbr> zurückgegeben, welches diese Werte enthält. /// info | Info FastAPI unterstützt (und empfiehlt die Verwendung von) `Annotated` seit Version 0.95.0.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 11.3K bytes - Click Count (0) -
docs/tr/docs/advanced/settings.md
/// tip | İpucu Bunun çalışması için `pip install python-dotenv` yapmanız gerekir. /// ### `.env` dosyası { #the-env-file } Şöyle bir `.env` dosyanız olabilir: ```bash ADMIN_EMAIL="******@****.***" APP_NAME="ChimichangApp" ``` ### Ayarları `.env`'den okuyun { #read-settings-from-env } Ardından `config.py` dosyanızı şöyle güncelleyin:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.8K bytes - Click Count (0) -
cmd/xl-storage-format-v2_test.go
ParityBlocks: 2, BlockSize: 10000, Index: 1, Distribution: []int{1, 2, 3, 4, 5, 6, 7, 8}, Checksums: []ChecksumInfo{{ PartNumber: 1, Algorithm: HighwayHash256S, Hash: nil, }}, }, MarkDeleted: false, Data: data, NumVersions: 1, SuccessorModTime: time.Time{}, } failOnErr(xl.AddVersion(fi))Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 37.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/NotificationHelperTest.java
} @Override public void makeEmlFile(String fileName) { } @Override public String toHash() { return "mock-hash"; } @Override public String toDisplay() { return "mock-display"; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 20K bytes - Click Count (0)