Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,470 for External (0.25 sec)

  1. platforms/jvm/testing-jvm/src/test/groovy/org/gradle/api/internal/tasks/testing/detection/ForkedTestClasspathFactoryTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.api.internal.tasks.testing.detection
    
    import org.gradle.api.internal.classpath.Module
    import org.gradle.api.internal.classpath.ModuleRegistry
    import org.gradle.api.internal.tasks.testing.TestFramework
    import org.gradle.api.internal.tasks.testing.TestFrameworkDistributionModule
    import org.gradle.internal.classpath.ClassPath
    import spock.lang.Specification
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. docs/em/docs/help-fastapi.md

    ## 🔗 ⏮️ 📕
    
    👆 💪 🔗 ⏮️ <a href="https://tiangolo.com" class="external-link" target="_blank">👤 (🇹🇦 🇩🇬 / `tiangolo`)</a>, 📕.
    
    👆 💪:
    
    * <a href="https://github.com/tiangolo" class="external-link" target="_blank">⏩ 👤 🔛 **📂**</a>.
        * 👀 🎏 📂 ℹ 🏗 👤 ✔️ ✍ 👈 💪 ℹ 👆.
        * ⏩ 👤 👀 🕐❔ 👤 ✍ 🆕 📂 ℹ 🏗.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. docs/pl/docs/help-fastapi.md

        * Napisz mi, w jaki sposób korzystasz z FastAPI (uwielbiam o tym czytać).
        * Dowiedz się, gdy ogłoszę coś nowego lub wypuszczę nowe narzędzia.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  4. docs/ru/docs/help-fastapi.md

        * Поделиться со мной, как Вы используете FastAPI (я обожаю читать про это).
        * Получать уведомления, когда я делаю объявления и представляю новые инструменты.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  5. docs/en/docs/help-fastapi.md

    * <a href="https://github.com/tiangolo" class="external-link" target="_blank">Follow me on **GitHub**</a>.
        * See other Open Source projects I have created that could help you.
        * Follow me to see when I create a new Open Source project.
    * <a href="https://twitter.com/tiangolo" class="external-link" target="_blank">Follow me on **Twitter**</a> or <a href="https://fosstodon.org/@tiangolo" class="external-link" target="_blank">Mastodon</a>.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencyManagementResultsAsInputsIntegrationTest.groovy

    import org.gradle.integtests.fixtures.AbstractHttpDependencyResolutionTest
    import org.gradle.internal.Describables
    import org.gradle.internal.component.external.model.DefaultImmutableCapability
    import org.gradle.internal.component.external.model.DefaultModuleComponentArtifactIdentifier
    import org.gradle.internal.component.external.model.DefaultModuleComponentIdentifier
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/common/deployment/echos.go

    	// Ns2 contains the echo deployments in the second namespace
    	Ns2 EchoNamespace
    
    	// Ns1AndNs2 contains just the echo services in Ns1 and Ns2 (excludes External).
    	Ns1AndNs2 echo.Services
    
    	// External (out-of-mesh) deployments
    	External External
    
    	// All echo instances
    	All echo.Services
    
    	echos *Echos
    }
    
    func (v *TwoNamespaceView) Echos() *Echos {
    	return v.echos
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 16:01:31 UTC 2024
    - 16K bytes
    - Viewed (0)
  8. tests/integration/security/filebased_tls_origination/egress_gateway_origination_test.go

    kind: DestinationRule
    metadata:
      name: originate-tls-for-server-filebased-simple
    spec:
      host: "external-service.{{.AppNamespace}}.svc.cluster.local"
      trafficPolicy:
        portLevelSettings:
          - port:
              number: 443
            tls:
              mode: {{.Mode}}
              caCertificates: {{.RootCertPath}}
              sni: external-service.{{.AppNamespace}}.svc.cluster.local
    
    `
    	// Destination Rule configs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/echotest/filters_test.go

    	}}}
    	// external svc
    	external1 = &fakeInstance{
    		Cluster: cls1, Namespace: echo1NS, Service: "external", DefaultHostHeader: "external.com", Subsets: []echo.SubsetConfig{{
    			Annotations: map[string]string{annotation.SidecarInject.Name: "false"},
    		}},
    	}
    	external2 = &fakeInstance{
    		Cluster: cls2, Namespace: echo1NS, Service: "external", DefaultHostHeader: "external.com", Subsets: []echo.SubsetConfig{{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildConfigurationAttributesResolveIntegrationTest.groovy

                        }
                    }
                }
            }
        }
    
        def "context travels to transitive dependencies via external components (Maven)"() {
            given:
            mavenRepo.module('com.acme.external', 'external', '1.2')
                .dependsOn('com.acme.external', 'c', '0.1')
                .publish()
            createDirs("a", "b", "includedBuild")
            file('settings.gradle') << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 14:30:36 UTC 2024
    - 33.6K bytes
    - Viewed (0)
Back to top