- Sort Score
- Result 10 results
- Languages All
Results 841 - 850 of 992 for optionale (0.04 sec)
-
android/guava/src/com/google/common/collect/CompactHashMap.java
import java.util.Map; import java.util.NoSuchElementException; import java.util.Objects; import java.util.Set; import org.jspecify.annotations.Nullable; /** * CompactHashMap is an implementation of a Map. All optional operations (put and remove) are * supported. Null keys and values are supported. * * <p>{@code containsKey(k)}, {@code put(k, v)} and {@code remove(k)} are all (expected and
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 35.7K bytes - Viewed (0) -
guava/src/com/google/common/io/BaseEncoding.java
* * <p>By default, {@code BaseEncoding}'s behavior is relatively strict and in accordance with RFC * 4648. Decoding rejects characters in the wrong case, though padding is optional. To modify * encoding and decoding behavior, use configuration methods to obtain a new encoding with modified * behavior: * * {@snippet : * BaseEncoding.base16().lowerCase().decode("deadbeef"); * } *Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Oct 06 14:51:47 UTC 2025 - 41.7K bytes - Viewed (0) -
cmd/peer-rest-client.go
peerRESTBucket: bucket, })) if err != nil || resp == nil { return BucketStats{}, err } return *resp, nil } // GetSRMetrics loads site replication metrics, optionally for a specific bucket func (client *peerRESTClient) GetSRMetrics(ctx context.Context) (SRMetricsSummary, error) { resp, err := getSRMetricsRPC.Call(ctx, client.gridConn(), grid.NewMSS()) if err != nil || resp == nil {Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 26.1K bytes - Viewed (0) -
docs/pt/docs/virtual-environments.md
/// ## Verifique se o ambiente virtual está ativo { #check-the-virtual-environment-is-active } Verifique se o ambiente virtual está ativo (o comando anterior funcionou). /// tip | Dica Isso é **opcional**, mas é uma boa maneira de **verificar** se tudo está funcionando conforme o esperado e se você está usando o ambiente virtual intendido. /// //// tab | Linux, macOS, Windows Bash <div class="termy">Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 20:32:40 UTC 2025 - 23.7K bytes - Viewed (0) -
docs/es/docs/virtual-environments.md
/// ## Verifica que el Entorno Virtual esté Activo { #check-the-virtual-environment-is-active } Verifica que el entorno virtual esté activo (el comando anterior funcionó). /// tip | Consejo Esto es **opcional**, pero es una buena forma de **revisar** que todo está funcionando como se esperaba y estás usando el entorno virtual que pretendes. /// //// tab | Linux, macOS, Windows Bash <div class="termy">Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 23.3K bytes - Viewed (0) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
if (src != null) { if (sourceDominant || target.getOptional() == null) { target.setOptional(src); target.setLocation("optional", source.getLocation("optional")); } } } protected void mergeDependency_Exclusions( Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- Added support for CEL expressions with escaped names in the structured authentication config. Using `[...]` to access claims or user data was recommended when names contained characters that would otherwise need escaping. CEL optionals with `?` could be used where has was not applicable — for example, `claims[?"kubernetes.io"]` or `user.extra[?"domain.io/foo"]`. ([#131574](https://github.com/kubernetes/kubernetes/pull/131574), [@enj](https://github.com/enj)) [SIG API Machinery...
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Dec 10 01:13:50 UTC 2025 - 333.3K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.5.md
* make using service account credentials from controllers optional ([#35970](https://github.com/kubernetes/kubernetes/pull/35970), [@deads2k](https://github.com/deads2k))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.design_configuration=Design pagina labels.design_title_file_upload=File da caricare labels.design_title_file=Gestione file labels.design_file=Carica file labels.design_file_name=Nome file (opzionale) labels.design_button_upload=Carica labels.design_file_title_edit=Visualizza file pagina labels.design_edit_button=Modifica labels.design_download_button=Scarica labels.design_delete_button=Elimina
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
docs/en/docs/alternatives.md
/// check | Inspired **FastAPI** to Find ways to get great performance. Along with Hug (as Hug is based on Falcon) inspired **FastAPI** to declare a `response` parameter in functions. Although in FastAPI it's optional, and is used mainly to set headers, cookies, and alternative status codes. /// ### <a href="https://moltenframework.com/" class="external-link" target="_blank">Molten</a> { #molten }
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 23.6K bytes - Viewed (0)