Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 5,298 for somme (0.25 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenProfileResolveIntegrationTest.groovy

                <activation>
                    <activeByDefault>true</activeByDefault>
                </activation>
                <properties>
                    <some.group>groupB</some.group>
                    <some.artifact>artifactB</some.artifact>
                    <some.version>1.4</some.version>
                </properties>
            </profile>
        </profiles>
    </project>
    ''')
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/extended-simple-policy-multiple-td-aliases-out.yaml

                        principalName:
                          exact: spiffe://cluster.local/ns/rule[0]/sa/from[0]-principal[0]
                    - authenticated:
                        principalName:
                          exact: spiffe://some-td/ns/rule[0]/sa/from[0]-principal[0]
            - andIds:
                ids:
                - orIds:
                    ids:
                    - authenticated:
                        principalName:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/cover_coverpkg_with_init.txt

    # Testcase inspired by issue #58770, intended to verify that we're
    # doing the right thing when running "go test -coverpkg=./... ./..."
    # on a collection of packages where some have init functions and some
    # do not, some have tests and some do not.
    
    [short] skip
    [!GOEXPERIMENT:coverageredesign] skip
    
    # Verify correct statements percentages. We have a total of 10
    # statements in the packages matched by "./..."; package "a" (for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 30 12:33:44 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/credentials-handling/pass-credentials-to-external-tool-via-stdin/README.adoc

    This sample shows how credentials can be passed to an external tool that normally accepts them via standard input.
    
    Let's pretend that we have to log in to some system before performing some operation.
    This could be some external system that requires authentication before allowing us to upload some artifacts.
    
    TIP: This sample assumes that the external tool that requires interactive login does not support any form of non-interactive login.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DirectoryOutputArtifactIntegrationTest.groovy

        ResolveTestFixture resolve = new ResolveTestFixture(buildFile)
    
        def "can attach a directory as output of a configuration"() {
            given:
            file('someDir/a.txt') << 'some text'
            buildFile << '''
    
            configurations {
                compile
                _classpath
            }
    
            artifacts {
                _classpath file("someDir")
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 8K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/execution/commandline/CommandLineTaskConfigurerSpec.groovy

            String content = 'default content'
    
            @Option(option = "content", description = "Some content.")
            public void setContent(String content) {
                this.content = content
            }
    
            boolean someFlag = false
    
            @Option(option = "someFlag", description = "Some flag.")
            public void setSomeFlag(boolean someFlag) {
                this.someFlag = someFlag
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 09 09:06:36 UTC 2020
    - 6.9K bytes
    - Viewed (0)
  7. manifests/helm-profiles/demo.yaml

    # The demo profile enables a variety of things to try out Istio in non-production environments.
    # * Lower resource utilization.
    # * Some additional features are enabled by default; especially ones used in some tasks in istio.io.
    # * More ports enabled on the ingress, which is used in some tasks.
    meshConfig:
      accessLogFile: /dev/stdout
      extensionProviders:
        - name: otel
          envoyOtelAls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 06 01:25:34 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/errors_test.go

    		"",
    		schema.GroupVersionResource{Group: "foo", Version: "bar", Resource: "baz"},
    		"",
    		Create,
    		nil,
    		false,
    		nil)
    	err := errors.New("some error")
    	expectedErr := `baz.foo "Unknown/errorGettingName" is forbidden: some error`
    
    	actualErr := NewForbidden(attributes, err)
    	if actualErr.Error() != expectedErr {
    		t.Errorf("expected %v, got %v", expectedErr, actualErr)
    	}
    }
    
    type fakeObj struct{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 17:49:43 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/KotlinSettingsScriptIntegrationTest.kt

                }
                plugins { id("my-plugin") }
    
                extensions.getByType(MyExtension::class).some("api.get")
                extensions.configure<MyExtension> { some("api.configure") }
                the<MyExtension>().some("kotlin.get")
                configure<MyExtension> { some("kotlin.configure") }
            """)
            withBuildScript("""tasks.register("noop")""")
    
            assertThat(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  10. platforms/core-execution/execution-e2e-tests/src/integTest/groovy/org/gradle/integtests/TaskUpToDateIntegrationTest.groovy

            inputDir.file('.gitignore').text = "some ignored file"
            inputDir.file('#ignored#').text = "some ignored file"
            inputDir.file('.git/any-name.txt').text = "some ignored file"
            inputDir.file('something/.git/deeper/dir/structure/any-name.txt').text = "some ignored file"
            inputDir.file('._ignored').text = "some ignored file"
            inputDir.file('some-file.txt~').text = "some ignored file"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top