Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 101 - 110 of 227 for gratis (0.08 seconds)

  1. LICENSES/LICENSE

          subsequently incorporated within the Work.
    
       2. Grant of Copyright License. Subject to the terms and conditions of
          this License, each Contributor hereby grants to You a perpetual,
          worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          copyright license to reproduce, prepare Derivative Works of,
          publicly display, publicly perform, sublicense, and distribute the
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Fri May 08 04:49:00 GMT 2020
    - 11.3K bytes
    - Click Count (0)
  2. LICENSES/vendor/github.com/NYTimes/gziphandler/LICENSE

          subsequently incorporated within the Work.
    
       2. Grant of Copyright License. Subject to the terms and conditions of
          this License, each Contributor hereby grants to You a perpetual,
          worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          copyright license to reproduce, prepare Derivative Works of,
          publicly display, publicly perform, sublicense, and distribute the
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Feb 03 21:57:36 GMT 2021
    - 11.2K bytes
    - Click Count (0)
  3. LICENSES/vendor/github.com/container-storage-interface/spec/LICENSE

          subsequently incorporated within the Work.
    
       2. Grant of Copyright License. Subject to the terms and conditions of
          this License, each Contributor hereby grants to You a perpetual,
          worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          copyright license to reproduce, prepare Derivative Works of,
          publicly display, publicly perform, sublicense, and distribute the
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Fri May 08 04:49:00 GMT 2020
    - 11.3K bytes
    - Click Count (0)
  4. LICENSE

          subsequently incorporated within the Work.
    
       2. Grant of Copyright License. Subject to the terms and conditions of
          this License, each Contributor hereby grants to You a perpetual,
          worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          copyright license to reproduce, prepare Derivative Works of,
          publicly display, publicly perform, sublicense, and distribute the
    Created: Sat Dec 20 08:55:33 GMT 2025
    - Last Modified: Fri Apr 18 13:54:00 GMT 2025
    - 11.1K bytes
    - Click Count (0)
  5. LICENSE

          subsequently incorporated within the Work.
    
       2. Grant of Copyright License. Subject to the terms and conditions of
          this License, each Contributor hereby grants to You a perpetual,
          worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          copyright license to reproduce, prepare Derivative Works of,
          publicly display, publicly perform, sublicense, and distribute the
    Created: Sat Dec 20 09:13:53 GMT 2025
    - Last Modified: Thu Jun 14 07:45:22 GMT 2018
    - 11.1K bytes
    - Click Count (0)
  6. apache-maven/src/main/appended-resources/licenses/Apache-2.0.txt

          subsequently incorporated within the Work.
    
       2. Grant of Copyright License. Subject to the terms and conditions of
          this License, each Contributor hereby grants to You a perpetual,
          worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          copyright license to reproduce, prepare Derivative Works of,
          publicly display, publicly perform, sublicense, and distribute the
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Jan 28 11:47:17 GMT 2020
    - 11.1K bytes
    - Click Count (0)
  7. android/guava/src/com/google/common/graph/StandardMutableNetwork.java

    import com.google.common.collect.ImmutableList;
    import com.google.errorprone.annotations.CanIgnoreReturnValue;
    
    /**
     * Standard implementation of {@link MutableNetwork} that supports both directed and undirected
     * graphs. Instances of this class should be constructed with {@link NetworkBuilder}.
     *
     * <p>Time complexities for mutation methods are all O(1) except for {@code removeNode(N node)},
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Sat Dec 21 03:10:51 GMT 2024
    - 5.7K bytes
    - Click Count (0)
  8. cmd/kms-handlers.go

    	if s3Err != ErrNone {
    		writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErr(s3Err), r.URL)
    		return
    	}
    
    	// Now we have all the key names, for each of them, check whether the policy grants permission for
    	// the user to list it. Filter in place to leave only allowed keys.
    	n := 0
    	for _, k := range allKeys {
    		if checkKMSActionAllowed(r, owner, cred, policy.KMSListKeysAction, k.Name) {
    			allKeys[n] = k
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Aug 18 06:43:03 GMT 2024
    - 10.1K bytes
    - Click Count (0)
  9. docs/es/docs/tutorial/body-nested-models.md

    # Cuerpo - Modelos Anidados { #body-nested-models }
    
    Con **FastAPI**, puedes definir, validar, documentar y usar modelos anidados de manera arbitraria (gracias a Pydantic).
    
    ## Campos de lista { #list-fields }
    
    Puedes definir un atributo como un subtipo. Por ejemplo, una `list` en Python:
    
    {* ../../docs_src/body_nested_models/tutorial001_py310.py hl[12] *}
    
    Esto harĂ¡ que `tags` sea una lista, aunque no declare el tipo de los elementos de la lista.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 7.2K bytes
    - Click Count (0)
  10. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperties.java

        }
    
        private static boolean isKotlinBooleanSourceCompatibilityMethod(JApiMethod jApiMethod, Map<AccessorKey, UpgradedProperty> currentMethods) {
            if (!jApiMethod.getName().startsWith("getIs")) {
                return false;
            }
            String methodName = "get" + jApiMethod.getName().substring(5);
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed Dec 24 14:15:15 GMT 2025
    - 9.3K bytes
    - Click Count (0)
Back to Top