Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of about 10,000 for External (0.18 sec)

  1. testing/smoke-test/src/smokeTest/resources/org/gradle/smoketests/validate-external-gradle-plugin.gradle.kts

     */
    
    import org.gradle.api.file.ArchiveOperations
    import org.gradle.api.internal.initialization.ScriptHandlerInternal
    import org.gradle.api.internal.plugins.PluginRegistry
    import org.gradle.api.internal.project.ProjectInternal
    import java.net.URISyntaxException
    import java.net.URL
    import java.util.stream.Collectors
    
    /**
     * Validates external plugins applied to a build, by checking property annotations
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/incorrect-port-name-external-name-service-type.yaml

    eliavem <******@****.***> 1639010764 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 09 00:46:04 UTC 2021
    - 641 bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/correct-port-name-external-name-service-type.yaml

    eliavem <******@****.***> 1639010764 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 09 00:46:04 UTC 2021
    - 218 bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/HttpScriptPluginIntegrationSpec.groovy

                assert "${server.uri}/external.gradle?second" == buildscript.sourceURI as String
            """
            server.expectGetWithQueryString('/external.gradle', "first", first)
            server.expectGetWithQueryString('/external.gradle', "second", second)
    
            buildFile << """
                apply from: '$server.uri/external.gradle?first'
                apply from: '$server.uri/external.gradle?second'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 30 08:26:30 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/api/internal/artifacts/JavaEcosystemSupportTest.groovy

            null     | [EXTERNAL, EMBEDDED, SHADOWED] | EXTERNAL
            null     | [EXTERNAL, EMBEDDED]           | EXTERNAL
            null     | [EXTERNAL, SHADOWED]           | EXTERNAL
            null     | [EMBEDDED, SHADOWED]           | EMBEDDED
    
            EXTERNAL | [EXTERNAL, EMBEDDED, SHADOWED] | EXTERNAL
            EXTERNAL | [EXTERNAL, EMBEDDED]           | EXTERNAL
            EXTERNAL | [EXTERNAL, SHADOWED]           | EXTERNAL
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. docs/en/docs/advanced/openapi-callbacks.md

    The process that happens when your API app calls the *external API* is named a "callback". Because the software that the external developer wrote sends a request to your API and then your API *calls back*, sending a request to an *external API* (that was probably created by the same developer).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/LenientPlatformResolveMetadata.java

    import org.gradle.internal.component.external.model.ModuleComponentResolveMetadata;
    import org.gradle.internal.component.external.model.ModuleDependencyMetadata;
    import org.gradle.internal.component.external.model.MutableModuleComponentResolveMetadata;
    import org.gradle.internal.component.external.model.NoOpDerivationStrategy;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:21:11 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/tunneling/sidecar/virtual-service.tmpl.yaml

    kind: VirtualService
    metadata:
      name: route-outbound-traffic-to-external-app-via-external-forward-proxy
    spec:
      hosts:
      - external.{{ .externalNamespace }}.svc.cluster.local
      gateways:
      - mesh
      tcp:
      - match:
        - port: {{ .externalSvcTcpPort }}
        route:
        - destination:
            host: external-forward-proxy.{{ .externalNamespace }}.svc.cluster.local
            subset: external-svc-tcp
            port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 15 23:31:52 UTC 2022
    - 824 bytes
    - Viewed (0)
  9. docs/pt/docs/help-fastapi.md

    Você pode:
    
    * <a href="https://github.com/tiangolo" class="external-link" target="_blank">Me siga no **GitHub**</a>.
        * Ver também outros projetos Open Source criados por mim que podem te ajudar.
        * Me seguir para saber quando um novo projeto Open Source for criado.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/ivy-publish/conditional-publishing/groovy/build.gradle

        }
        repositories {
            // change URLs to point to your repos, e.g. http://my.org/repo
            ivy {
                name "external"
                url layout.buildDirectory.dir('repos/external')
            }
            ivy {
                name "internal"
                url layout.buildDirectory.dir('repos/internal')
            }
        }
    }
    // end::publishing[]
    
    // tag::task-config[]
    tasks.withType(PublishToIvyRepository) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top