- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 70 for fragmenter (0.09 sec)
-
docs/pl/docs/help-fastapi.md
* Jeśli nie rozumiesz pytania, poproś o więcej **szczegółów**. ### Odtwórz problem W większości przypadków problem wynika z **autorskiego kodu** osoby pytającej. Często pytający umieszczają tylko fragment kodu, niewystarczający do **odtworzenia problemu**.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 14.9K bytes - Viewed (0) -
docs/en/docs/help-fastapi.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Aug 15 23:30:12 UTC 2024 - 13.7K bytes - Viewed (0) -
docs/en/docs/python-types.md
But, sadly, you get nothing useful: <img src="/img/python-types/image01.png"> ### Add types Let's modify a single line from the previous version. We will change exactly this fragment, the parameters of the function, from: ```Python first_name, last_name ``` to: ```Python first_name: str, last_name: str ``` That's it. Those are the "type hints":
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 26 11:47:53 UTC 2024 - 16.7K bytes - Viewed (0) -
docs/pt/docs/python-types.md
Mas, infelizmente, você não obtém nada útil: <img src="/img/python-types/image01.png"> ### Adicionar tipos Vamos modificar uma única linha da versão anterior. Vamos mudar exatamente esse fragmento, os parâmetros da função, de: ```Python first_name, last_name ``` para: ```Python first_name: str, last_name: str ``` É isso aí. Esses são os "type hints":
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 15 12:32:27 UTC 2024 - 18K bytes - Viewed (0) -
docs/nl/docs/python-types.md
Maar helaas krijg je niets bruikbaars: <img src="/img/python-types/image01.png"> ### Types toevoegen Laten we een enkele regel uit de vorige versie aanpassen. We zullen precies dit fragment, de parameters van de functie, wijzigen van: ```Python first_name, last_name ``` naar: ```Python first_name: str, last_name: str ``` Dat is alles. Dat zijn de "type hints":
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 18.3K bytes - Viewed (0) -
common-protos/k8s.io/api/admissionregistration/v1/generated.proto
// a URL. You may use the path to pass an arbitrary string to the // webhook, for example, a cluster identifier. // // Attempting to use a user or basic auth e.g. "user:password@" is not // allowed. Fragments ("#...") and query parameters ("?...") are not // allowed, either. // // +optional optional string url = 3; // `service` is a reference to the service for this webhook. Either
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 24.4K bytes - Viewed (0) -
src/main/java/jcifs/SmbResource.java
* resolved. If the names cannot be resolved (e.g. due to temporary * network failure), the said methods will return default values (usually * <tt>S-X-Y-Z</tt> strings of fragments of). * <p> * Alternatively <tt>getSecurity(true)</tt> may be used to resolve all * SIDs together and detect network failures. * * @return array of ACEs * @throws IOException
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Dec 20 14:09:34 UTC 2020 - 26K bytes - Viewed (1) -
okhttp/api/okhttp.api
public final fun encodedPathSegments ()Ljava/util/List; public final fun encodedQuery ()Ljava/lang/String; public final fun encodedUsername ()Ljava/lang/String; public fun equals (Ljava/lang/Object;)Z public final fun fragment ()Ljava/lang/String; public static final fun get (Ljava/lang/String;)Lokhttp3/HttpUrl; public static final fun get (Ljava/net/URI;)Lokhttp3/HttpUrl; public static final fun get (Ljava/net/URL;)Lokhttp3/HttpUrl;
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Apr 15 13:41:01 UTC 2024 - 70.2K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.searchlog_usersessionid = ID de l'utilisateur labels.searchlog_requestedtime = Temps labels.searchlog_accesstype = Type d'accès labels.maintenance_title_configuration = Entretien labels.number_of_shards_for_doc = Le nombre de fragments labels.auto_expand_replicas_for_doc = Extension automatique des répliques labels.clear_crawler_index = Indices de chenilles labels.clear_crawler_index_button = Effacer les indices de chenilles
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
cmd/endpoint.go
// - All field should be empty except Host and Path. if !((u.Scheme == "http" || u.Scheme == "https") && u.User == nil && u.Opaque == "" && !u.ForceQuery && u.RawQuery == "" && u.Fragment == "") { return ep, fmt.Errorf("invalid URL endpoint format") } var port string host, port, err = net.SplitHostPort(u.Host) if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jun 21 22:22:24 UTC 2024 - 34.2K bytes - Viewed (0)