Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 129 for deflate (0.11 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/model/GraphVariantSelector.java

            ImmutableSet<ImmutableCapability> providerCapabilitiesSet = providerCapabilities.asSet();
            if (providerCapabilitiesSet.isEmpty()) {
                // producer doesn't declare anything, so we assume that it only provides the implicit capability
                if (explicitRequestedCapabilities.size() == 1) {
                    Capability requested = explicitRequestedCapabilities.iterator().next();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  2. README.md

    ![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)
    
    ## Example upgrade
    
    Now modify the file `main.py` to receive a body from a `PUT` request.
    
    Declare the body using standard Python types, thanks to Pydantic.
    
    ```Python hl_lines="4  9-12  25-27"
    from typing import Union
    
    from fastapi import FastAPI
    from pydantic import BaseModel
    
    app = FastAPI()
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  3. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtScopeProvider.kt

         *
         * #### Kotlin Example
         *
         * ```kotlin
         * abstract class A {
         *     class C1
         *     inner class D1
         *     object O1
         *
         *     // There is no way to declare a static callable in an abstract class, as only enum classes define additional static callables.
         * }
         *
         * class B : A() {
         *     class C2
         *     inner class D2
         *     object O2
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/rangefunc/rewrite.go

    		r.int = types2.Universe.Lookup("int")
    		r.true = types2.Universe.Lookup("true")
    		r.false = types2.Universe.Lookup("false")
    		r.rewritten = make(map[*syntax.ForStmt]syntax.Stmt)
    	}
    	if r.checkFuncMisuse() {
    		// declare the state flag for this loop's body
    		loop.stateVar, loop.stateVarDecl = r.stateVar(loop.nfor.Pos())
    	}
    }
    
    // editStmt returns the replacement for the statement x,
    // or x itself if it should be left alone.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  5. src/flag/flag_test.go

    	ResetForTesting(func() { t.Error("bad parse") })
    	testParse(CommandLine, t)
    }
    
    func TestFlagSetParse(t *testing.T) {
    	testParse(NewFlagSet("test", ContinueOnError), t)
    }
    
    // Declare a user-defined flag type.
    type flagVar []string
    
    func (f *flagVar) String() string {
    	return fmt.Sprint([]string(*f))
    }
    
    func (f *flagVar) Set(value string) error {
    	*f = append(*f, value)
    	return nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:38:24 UTC 2024
    - 22K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/PomReaderTest.groovy

            then:
            pomReader.getDependencies().size() == 1
            assertResolvedPomDependency(key, 'version-four')
        }
    
        @Issue("GRADLE-2931")
        def "can declare multiple dependencies with same artifact ID and group ID but different type and classifier"() {
            when:
            pomFile << """
    <project>
        <modelVersion>4.0.0</modelVersion>
        <groupId>group-one</groupId>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 15:53:23 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/AbstractProperty.java

                formatter.append(" is already declared as an output property of ");
                format(this.producer, formatter);
                formatter.append(". Cannot also declare it as an output property of ");
                format(owner, formatter);
                formatter.append(".");
                throw new IllegalStateException(formatter.toString());
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:54 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/properties/annotations/DefaultTypeMetadataStoreTest.groovy

            @InputFiles
            @CompileClasspath
            FileCollection inputFilesClasspath
        }
    
        // Third-party plugins that need to support Gradle versions both pre- and post-3.2
        // need to declare their @Classpath properties as @InputFiles as well
        @Issue("https://github.com/gradle/gradle/issues/913")
        def "@#annotation.simpleName is recognized as normalization no matter how it's defined"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:42:35 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/viewing_debugging_dependencies.adoc

    === Example
    
    Consider a project that uses the link:https://www.eclipse.org/jgit/[JGit library] to execute Source Control Management (SCM) operations for a release process.
    You can declare dependencies for external tooling with the help of a <<declaring_dependencies.adoc#sec:what-are-dependency-configurations,custom dependency configuration>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 12K bytes
    - Viewed (0)
  10. docs/pt/docs/features.md

    Você escreve Python padrão com tipos:
    
    ```Python
    from datetime import date
    
    from pydantic import BaseModel
    
    # Declare uma variável como str
    # e obtenha suporte do editor dentro da função
    def main(user_id: str):
        return user_id
    
    
    # Um modelo do Pydantic
    class User(BaseModel):
        id: int
        name: str
        joined: date
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top