Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of about 10,000 for External (0.21 sec)

  1. docs/de/docs/help-fastapi.md

        * Berichten Sie mir, wie Sie FastAPI verwenden (das höre ich gerne).
        * Bekommen Sie mit, wenn ich Ankündigungen mache oder neue Tools veröffentliche.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:29:57 UTC 2024
    - 16K bytes
    - Viewed (0)
  2. docs/em/docs/alternatives.md

    * <a href="https://github.com/tiangolo/full-stack" class="external-link" target="_blank">https://github.com/tiangolo/full-stack</a>
    * <a href="https://github.com/tiangolo/full-stack-flask-couchbase" class="external-link" target="_blank">https://github.com/tiangolo/full-stack-flask-couchbase</a>
    * <a href="https://github.com/tiangolo/full-stack-flask-couchdb" class="external-link" target="_blank">https://github.com/tiangolo/full-stack-flask-couchdb</a>
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/dependencyManagement/modelingFeatures-crossProjectPublications-advanced-published/tests/outgoingVariants.out

    Variant apiElements
    --------------------------------------------------
    API elements for the 'main' feature.
    
    Attributes
        - org.gradle.category            = library
        - org.gradle.dependency.bundling = external
        - org.gradle.jvm.version         = 11
        - org.gradle.libraryelements     = jar
        - org.gradle.usage               = java-api
    
    Artifacts
        - build/libs/producer.jar (artifactType = jar)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. 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)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/external/model/ivy/IvyConfigurationHelper.java

     * limitations under the License.
     */
    
    package org.gradle.internal.component.external.model.ivy;
    
    import com.google.common.collect.ImmutableList;
    import com.google.common.collect.ImmutableSet;
    import org.gradle.api.artifacts.component.ModuleComponentIdentifier;
    import org.gradle.internal.component.external.descriptor.Artifact;
    import org.gradle.internal.component.external.model.DefaultModuleComponentArtifactMetadata;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 19:13:04 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  6. 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)
  7. src/cmd/go/testdata/script/version.txt

    [!buildmode:pie] stop
    [pielinkext] [!cgo] stop
    go build -buildmode=pie -o external.exe rsc.io/fortune
    go version external.exe
    stdout '^external.exe: .+'
    go version -m external.exe
    stdout -buildmode=pie
    stdout '^\tpath\trsc.io/fortune'
    stdout '^\tmod\trsc.io/fortune\tv1.0.0'
    
    # Also test PIE with internal linking.
    [pielinkext] stop
    go build -buildmode=pie -ldflags=-linkmode=internal -o internal.exe rsc.io/fortune
    go version internal.exe
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 05 14:52:04 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. 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)
  9. subprojects/core-api/src/main/java/org/gradle/process/ExecOperations.java

     *
     * @since 6.0
     */
    @ServiceScope({Scope.Build.class, Scope.Project.class})
    public interface ExecOperations {
    
        /**
         * Executes the specified external process.
         * The given action is used to configure an {@link ExecSpec}, which is then used to run an external process.
         *
         * @param action Action to configure the ExecSpec
         * @return {@link ExecResult} that can be used to check if the execution worked
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/base/customExternalTask/kotlin/task/build.gradle.kts

    // tag::external-task-build[]
    plugins {
        groovy
    // end::external-task-build[]
        `maven-publish`
    // tag::external-task-build[]
    }
    
    // tag::gradle-api-dependencies[]
    dependencies {
        implementation(gradleApi())
    }
    // end::gradle-api-dependencies[]
    // end::external-task-build[]
    
    repositories {
        mavenCentral()
    }
    
    dependencies {
        testImplementation("junit:junit:4.13")
    }
    
    group = "org.gradle"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top