Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for Categories (0.14 sec)

  1. docs/de/docs/contributing.md

    " class="external-link" target="_blank">wie man ein Review zu einem Pull Request hinzufügt</a>, welches den PR absegnet oder Änderungen vorschlägt.
    
    * Überprüfen Sie, ob es eine <a href="https://github.com/tiangolo/fastapi/discussions/categories/translations" class="external-link" target="_blank">GitHub-Diskussion</a> gibt, die Übersetzungen für Ihre Sprache koordiniert. Sie können sie abonnieren, und wenn ein neuer Pull Request zum Review vorliegt, wird der Diskussion automatisch ein Kommentar...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 23:55:23 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  2. docs/de/docs/help-fastapi.md

    ## Anderen bei Fragen auf GitHub helfen
    
    Sie können versuchen, anderen bei ihren Fragen zu helfen:
    
    * <a href="https://github.com/tiangolo/fastapi/discussions/categories/questions?discussions_q=category%3AQuestions+is%3Aunanswered" class="external-link" target="_blank">GitHub-Diskussionen</a>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:29:57 UTC 2024
    - 16K bytes
    - Viewed (0)
  3. src/strconv/quote.go

    	return !found
    }
    
    // IsGraphic reports whether the rune is defined as a Graphic by Unicode. Such
    // characters include letters, marks, numbers, punctuation, symbols, and
    // spaces, from categories L, M, N, P, S, and Zs.
    func IsGraphic(r rune) bool {
    	if IsPrint(r) {
    		return true
    	}
    	return isInGraphicList(r)
    }
    
    // isInGraphicList reports whether the rune is in the isGraphic list. This separation
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:28 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/reflect/annotations/impl/DefaultTypeAnnotationMetadataStore.java

         * @param propertyAnnotationCategories Annotations on the properties that should be gathered. They are mapped to {@linkplain AnnotationCategory annotation categories}. The {@code ignoredMethodAnnotations} and the {@literal @}{@link Inject} annotations are automatically mapped to the {@link AnnotationCategory#TYPE TYPE} category.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:36 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      // +optional
      optional string listKind = 5;
    
      // categories is a list of grouped resources this custom resource belongs to (e.g. 'all').
      // This is published in API discovery documents, and used by clients to support invocations like
      // `kubectl get all`.
      // +optional
      // +listType=atomic
      repeated string categories = 6;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      // +optional
      optional string listKind = 5;
    
      // categories is a list of grouped resources this custom resource belongs to (e.g. 'all').
      // This is published in API discovery documents, and used by clients to support invocations like
      // `kubectl get all`.
      // +optional
      // +listType=atomic
      repeated string categories = 6;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  7. docs/metrics/v3.md

    ## Request, System and Cluster Metrics
    
    At a high level metrics are grouped into three categories, listed in the following sub-sections. The path in each of the tables is relative to the top-level endpoint.
    
    ### Request metrics 
    
    These are metrics about requests served by the (current) node.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 06 09:36:25 UTC 2024
    - 40.9K bytes
    - Viewed (0)
  8. pkg/controller/garbagecollector/garbagecollector.go

    			"item", item.identity,
    			"owner", reference,
    		)
    		gc.absentOwnerCache.Add(absentOwnerCacheKey)
    		return true, nil, nil
    	}
    	return false, owner, nil
    }
    
    // classify the latestReferences to three categories:
    // solid: the owner exists, and is not "waitingForDependentsDeletion"
    // dangling: the owner does not exist
    // waitingForDependentsDeletion: the owner exists, its deletionTimestamp is non-nil, and it has
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  9. pkg/controller/resourceclaim/controller.go

    	for _, reservedFor := range claim.Status.ReservedFor {
    		if reservedFor.APIGroup == "" &&
    			reservedFor.Resource == "pods" {
    			// A pod falls into one of three categories:
    			// - we have it in our cache -> don't remove it until we are told that it got removed
    			// - we don't have it in our cache anymore, but we have seen it before -> it was deleted, remove it
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_fr.properties

    labels.teletexTerminalIdentifier	=	Identificateur de terminal télétex
    labels.user_x121Address	=	Adresse X121
    labels.x121Address	=	Adresse X121
    labels.user_businessCategory	=	Catégorie Business
    labels.businessCategory	=	Catégorie Business
    labels.user_registeredAddress	=	Adresse enregistrée
    labels.registeredAddress	=	Adresse enregistrée
    labels.user_displayName	=	Afficher un nom
    labels.displayName	=	Afficher un nom
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
Back to top