Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 403 for samp (0.17 sec)

  1. common-protos/k8s.io/api/resource/v1alpha2/generated.proto

      // +optional
      optional ResourceClaimStatus status = 3;
    }
    
    // ResourceClaimConsumerReference contains enough information to let you
    // locate the consumer of a ResourceClaim. The user must be a resource in the same
    // namespace as the ResourceClaim.
    message ResourceClaimConsumerReference {
      // APIGroup is the group for the resource being referenced. It is
      // empty for the core API. This matches the group in the APIVersion
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 14.4K bytes
    - Viewed (0)
  2. docs/em/docs/help-fastapi.md

    ๐Ÿ‘† ๐Ÿ’– **FastAPI**โ“
    
    ๐Ÿ”œ ๐Ÿ‘† ๐Ÿ’– โ„น FastAPI, ๐ŸŽ ๐Ÿ‘ฉโ€๐Ÿ’ป, & ๐Ÿ“• โ“
    
    โš–๏ธ ๐Ÿ”œ ๐Ÿ‘† ๐Ÿ’– ๐Ÿคš โ„น โฎ๏ธ **FastAPI**โ“
    
    ๐Ÿ“ค ๐Ÿ“ถ ๐Ÿ™… ๐ŸŒŒ โ„น (๐Ÿ“š ๐Ÿ”Œ 1๏ธโƒฃ โš–๏ธ 2๏ธโƒฃ ๐Ÿ–Š).
    
    & ๐Ÿ“ค ๐Ÿ“š ๐ŸŒŒ ๐Ÿคš โ„น ๐Ÿ’โ€โ™‚๏ธ.
    
    ## ๐Ÿ‘ฑ๐Ÿ“” ๐Ÿ“ฐ
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ‘ฑ๐Ÿ“” (๐ŸŒ) [**FastAPI & ๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ** ๐Ÿ“ฐ](newsletter.md){.internal-link target=_blank} ๐Ÿšง โ„น ๐Ÿ”ƒ:
    
    * ๐Ÿ“ฐ ๐Ÿ”ƒ FastAPI & ๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ ๐Ÿ‘ถ
    * ๐Ÿฆฎ ๐Ÿ‘ถ
    * โš’ ๐Ÿ‘ถ
    * ๐Ÿ’” ๐Ÿ”€ ๐Ÿ‘ถ
    * ๐Ÿ’โ€โ™‚ & ๐ŸŽฑ ๐Ÿ‘ถ
    
    ## โฉ FastAPI ๐Ÿ”› ๐Ÿ‘ฑ๐Ÿ“”
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.7K bytes
    - Viewed (0)
  3. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/PluginsMetadataGenerator.java

             * processes one artifact at a time and hence cannot associate the artifacts from the same project to use the
             * same version index. Allowing the caller to pass in metadata from a previous deployment allows to re-establish
             * the association between the artifacts of the same project.
             */
            for (Iterator<? extends Metadata> it = metadatas.iterator(); it.hasNext(); ) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 6.2K bytes
    - Viewed (0)
  4. docs/en/docs/advanced/path-operation-advanced-configuration.md

    !!! info
        In Pydantic version 1 the method to parse and validate an object was `Item.parse_obj()`, in Pydantic version 2, the method is called `Item.model_validate()`.
    
    !!! tip
        Here we re-use the same Pydantic model.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/hash/Hashing.java

        }
      }
    
      /**
       * Returns a hash code, having the same bit length as each of the input hash codes, that combines
       * the information of these hash codes in an ordered fashion. That is, whenever two equal hash
       * codes are produced by two calls to this method, it is <i>as likely as possible</i> that each
       * was computed from the <i>same</i> input hash codes in the <i>same</i> order.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Apr 09 00:37:15 GMT 2024
    - 29.2K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/ImmutableMap.java

            return new IllegalArgumentException(
                "Multiple entries with same key: " + key + "=" + value1 + " and " + key + "=" + value2);
          }
        }
      }
    
      /**
       * Returns an immutable map containing the same entries as {@code map}. The returned map iterates
       * over entries in the same order as the {@code entrySet} of the original map. If {@code map}
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 41.7K bytes
    - Viewed (0)
  7. ci/official/wheel_test/WORKSPACE

        strip_prefix = "rules_python-0.26.0",
        url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz",
    )
    
    # buildifier: disable=same-origin-load
    load("@rules_python//python:repositories.bzl", "py_repositories")
    
    py_repositories()
    
    ## Load HERMETIC_PYTHON_VERSION variable
    local_repository(
        name = "local_tensorflow",
        path = "../../..",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Apr 05 22:27:48 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  8. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelProcessor.java

     *
     * This leads to a second side effect in that any @Inject request for just ModelProcessor in
     * the same injector is immediately matched to this explicit binding, which means extensions
     * cannot override this binding. This is because the lookup is always short-circuited in this
     * specific situation (plain @Inject request, and plain explicit binding for the same type.)
     *
     * The simplest solution is to use a custom @Named here so it isn't bound under the plain key.
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 5.8K bytes
    - Viewed (0)
  9. cmd/storage-datatypes.go

    }
    
    // BaseOptions represents common options for all Storage API calls
    type BaseOptions struct{}
    
    // RenameOptions represents rename API options, currently its same as BaseOptions
    type RenameOptions struct {
    	BaseOptions
    }
    
    // DiskInfoOptions options for requesting custom results.
    type DiskInfoOptions struct {
    	DiskID  string `msg:"id"`
    	Metrics bool   `msg:"m"`
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 23 17:15:52 GMT 2024
    - 15.3K bytes
    - Viewed (0)
  10. manifests/charts/gateway/README.md

    ### `image: auto` Information
    
    The image used by the chart, `auto`, may be unintuitive.
    This exists because the pod spec will be automatically populated at runtime, using the same mechanism as [Sidecar Injection](istio.io/latest/docs/setup/additional-setup/sidecar-injection).
    This allows the same configurations and lifecycle to apply to gateways as sidecars.
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 02 19:38:07 GMT 2024
    - 6.6K bytes
    - Viewed (0)
Back to top