Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,814 for includes_ (0.22 sec)

  1. pkg/kube/inject/testdata/inject/traffic-params-empty-includes.yaml.injected

    John Howard <******@****.***> 1709052916 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/traffic-annotations-empty-includes.yaml.injected

    John Howard <******@****.***> 1709052916 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. ci/official/utilities/code_check_full.bats

    }
    
    @test "Pip package generated license includes all dependencies' licenses" {
      do_external_licenses_check \
        "//tensorflow/tools/pip_package:wheel" \
        "//tensorflow/tools/pip_package:licenses"
    }
    
    @test "Libtensorflow generated license includes all dependencies' licenses" {
      do_external_licenses_check \
        "//tensorflow:libtensorflow.so" \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 06 21:54:13 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r51/ProjectConfigurationProgressEventCrossVersionSpec.groovy

        def setup() {
            file("buildSrc/settings.gradle") << """
                include 'a'
            """
            settingsFile << """
                rootProject.name = 'root'
                include 'b'
                includeBuild 'included'
            """
            file("included/settings.gradle") << """
                include 'c'
            """
        }
    
        def "reports successful project configuration progress events"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  5. cni/pkg/plugin/testdata/include-exclude-ip.txt.golden

    deveshkandpal1224 <******@****.***> 1717646003 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 1K bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/api/tasks/util/PatternSet.java

        public PatternSet setIncludes(Iterable<String> includes) {
            this.includes = null;
            return include(includes);
        }
    
        @Override
        public PatternSet include(String... includes) {
            Collections.addAll(getIncludes(), includes);
            return this;
        }
    
        @Override
        public PatternSet include(Iterable includes) {
            for (Object include : includes) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 15 21:33:45 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/intro_multi_project_builds.adoc

    The root settings file includes the entire `build-logic` *build*:
    
    .settings.gradle.kts
    [source]
    ----
    pluginManagement {
        includeBuild("build-logic")
    }
    include("mobile-app", "web-app", "api", "lib", "documentation")
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ProjectDependencyResolveIntegrationTest.groovy

            """
        }
    
        def "project dependency includes artifacts and transitive dependencies of default configuration in target project"() {
            given:
            mavenRepo.module("org.other", "externalA", "1.2").publish()
            mavenRepo.module("org.other", "externalB", "2.1").publish()
    
            and:
            createDirs("a", "b")
            file('settings.gradle') << "include 'a', 'b'"
    
            and:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  9. docs/en/docs/advanced/additional-responses.md

    And a response with a status code `200` that uses your `response_model`, but includes a custom `example`:
    
    ```Python hl_lines="20-31"
    {!../../../docs_src/additional_responses/tutorial003.py!}
    ```
    
    It will all be combined and included in your OpenAPI, and shown in the API docs:
    
    <img src="/img/tutorial/additional-responses/image01.png">
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 23:43:13 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  10. src/crypto/internal/boring/LICENSE

     *    "This product includes cryptographic software written by
     *     Eric Young (******@****.***)"
     *    The word 'cryptographic' can be left out if the rouines from the library
     *    being used are not cryptographic related :-).
     * 4. If you include any Windows specific code (or a derivative thereof) from
     *    the apps directory (application code) you must include an acknowledgement:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 22:52:27 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top