Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 261 - 270 of 670 for dependente (0.73 seconds)

  1. .teamcity/test-buckets.json

          {
            "subprojects": [
              "tooling-api"
            ],
            "parallelizationMethod": {
              "name": "TestDistribution"
            }
          },
          {
            "subprojects": [
              "dependency-management"
            ],
            "parallelizationMethod": {
              "name": "TestDistribution"
            }
          },
          {
            "subprojects": [
              "core"
            ],
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 18:38:15 GMT 2026
    - 118.6K bytes
    - Click Count (0)
  2. VULNERABILITY_REPORT.md

    This document formally describes the process of addressing and managing a
    reported vulnerability that has been found in the MinIO server code base,
    any directly connected ecosystem component or a direct / indirect dependency
    of the code base.
    
    ## Scope
    
    The vulnerability management policy described in this document covers the
    process of investigating, assessing and resolving a vulnerability report
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sat Feb 12 00:51:25 GMT 2022
    - 1.5K bytes
    - Click Count (0)
  3. CONTRIBUTING.md

    ``MinIO`` uses `go mod` to manage its dependencies.
    
    - Run `go get foo/bar` in the source folder to add the dependency to `go.mod` file.
    
    To remove a dependency
    
    - Edit your code and remove the import reference.
    - Run `go mod tidy` in the source folder to remove dependency from `go.mod` file.
    
    ### What are the coding guidelines for MinIO?
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Mon Aug 05 18:35:53 GMT 2024
    - 2.9K bytes
    - Click Count (0)
  4. compat/maven-resolver-provider/src/site/apt/index.apt

     ({{{./apidocs/org/apache/maven/repository/internal/MavenRepositorySystemUtils.html}javadoc}},
     {{{./xref/org/apache/maven/repository/internal/MavenRepositorySystemUtils.html}source}}).
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 1.3K bytes
    - Click Count (0)
  5. docs/tr/docs/tutorial/background-tasks.md

    * Görev fonksiyonuna sırayla geçirilecek argümanlar (`email`).
    * Görev fonksiyonuna geçirilecek keyword argümanlar (`message="some notification"`).
    
    ## Dependency Injection { #dependency-injection }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 5K bytes
    - Click Count (0)
  6. compat/maven-model-builder/src/test/java/org/apache/maven/model/interpolation/AbstractModelInterpolatorTest.java

    import java.util.Date;
    import java.util.HashMap;
    import java.util.Iterator;
    import java.util.List;
    import java.util.Map;
    import java.util.Properties;
    import java.util.TimeZone;
    
    import org.apache.maven.model.Dependency;
    import org.apache.maven.model.Model;
    import org.apache.maven.model.Resource;
    import org.apache.maven.model.building.DefaultModelBuildingRequest;
    import org.apache.maven.model.building.ModelBuildingRequest;
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sun Mar 30 23:08:36 GMT 2025
    - 18.2K bytes
    - Click Count (0)
  7. docs/ja/docs/tutorial/dependencies/sub-dependencies.md

    **FastAPI** はそれらを解決してくれます。
    
    ## 最初の依存関係「依存可能なもの」 { #first-dependency-dependable }
    
    以下のような最初の依存関係(「依存可能なもの」)を作成することができます:
    
    {* ../../docs_src/dependencies/tutorial005_an_py310.py hl[8:9] *}
    
    これはオプショナルのクエリパラメータ`q`を`str`として宣言し、それを返すだけです。
    
    これは非常にシンプルです(あまり便利ではありません)が、サブ依存関係がどのように機能するかに焦点を当てるのに役立ちます。
    
    ## 第二の依存関係 「依存可能なもの」と「依存」 { #second-dependency-dependable-and-dependant }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 15:24:30 GMT 2026
    - 4.8K bytes
    - Click Count (0)
  8. docs/tr/docs/tutorial/security/simple-oauth2.md

    Şimdi dependency’lerimizi güncelleyeceğiz.
    
    `current_user`’ı *sadece* kullanıcı aktifse almak istiyoruz.
    
    Bu yüzden, `get_current_user`’ı dependency olarak kullanan ek bir dependency olan `get_current_active_user`’ı oluşturuyoruz.
    
    Bu iki dependency de kullanıcı yoksa veya pasifse sadece HTTP hatası döndürecek.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  9. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RequestTraceHelper.java

                if (data instanceof DependencyRequest request) {
                    return "dependency resolution for " + request;
                } else if (data instanceof CollectRequest request) {
                    return "dependency collection for " + request;
                } else if (data instanceof CollectStepData stepData) {
                    String msg = "dependency collection step for " + stepData.getContext();
                    if (detailed) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 3.2K bytes
    - Click Count (0)
  10. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionDownloadPlugin.java

        }
    
        private static class ProjectBasedDistributionDependency implements DistributionDependency {
    
            private Function<String, Dependency> function;
    
            ProjectBasedDistributionDependency(Function<String, Dependency> function) {
                this.function = function;
            }
    
            @Override
            public Object getDefaultNotation() {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Aug 20 19:11:05 GMT 2021
    - 8.8K bytes
    - Click Count (0)
Back to Top