Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 2,794 for baseIdx (0.26 sec)

  1. platforms/jvm/plugins-test-report-aggregation/src/main/java/org/gradle/api/plugins/TestReportAggregationPlugin.java

            project.getPlugins().withType(JavaBasePlugin.class, plugin -> {
                // If the current project is jvm-based, aggregate dependent projects as jvm-based as well.
                getJvmPluginServices().configureAsRuntimeClasspath(testAggregation);
            });
    
            // convention for synthesizing reports based on existing test suites in "this" project
            project.getPlugins().withId("jvm-test-suite", plugin -> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 20:53:52 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  2. pkg/credentialprovider/secrets/secrets_test.go

    // fakeKeyring is a fake docker auth config keyring
    type fakeKeyring struct {
    	auth []credentialprovider.AuthConfig
    	ok   bool
    }
    
    // Lookup implements the DockerKeyring method for fetching credentials based on image name.
    // Returns fake results based on the auth and ok fields in fakeKeyring
    func (f *fakeKeyring) Lookup(image string) ([]credentialprovider.AuthConfig, bool) {
    	return f.auth, f.ok
    }
    
    func Test_MakeDockerKeyring(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 23 18:11:10 UTC 2020
    - 7.3K bytes
    - Viewed (0)
  3. releasenotes/notes/file-mounted-crl.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    releaseNotes:
      - |
        **Added** Certificate Revocation List(CRL) support for peer certificate validation based on file paths specified in 
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 08:29:38 UTC 2024
    - 303 bytes
    - Viewed (0)
  4. releasenotes/notes/44355.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 44228
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 11 16:38:57 UTC 2023
    - 205 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/example.com_dotgo.go_v1.0.0.txt

    This module's path ends with ".go".
    Based on github.com/nats-io/nats.go.
    Used in regression tests for golang.org/issue/32483.
    
    -- .mod --
    module example.com/dotgo.go
    
    go 1.13
    -- .info --
    {"Version":"v1.0.0"}
    -- go.mod --
    module example.com/dotgo.go
    
    go 1.13
    -- dotgo.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 11 20:19:25 UTC 2019
    - 287 bytes
    - Viewed (0)
  6. releasenotes/notes/38250.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    issue: []
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 27 16:11:01 UTC 2022
    - 228 bytes
    - Viewed (0)
  7. releasenotes/notes/47290.yaml

    area: traffic-management
    issue:
      - 47290
      - 47264
      - 31250
      - 33360
      - 30531
      - 38484
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 08:34:42 UTC 2023
    - 270 bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/api/internal/project/taskfactory/AnnotationProcessingTaskFactory.java

    import org.gradle.internal.reflect.Instantiator;
    
    import javax.annotation.Nullable;
    
    /**
     * A {@link ITaskFactory} which determines task actions, inputs and outputs based on annotation attached to the task properties. Also provides some validation based on these annotations.
     */
    public class AnnotationProcessingTaskFactory implements ITaskFactory {
        private final Instantiator instantiator;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 18 14:40:02 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/providers/property/tests/propertyKotlin.out

    Hello, World from a Provider!
    
    ------------------------------------------------------------
    Root project 'property-provider'
    ------------------------------------------------------------
    
    classpath
    No dependencies
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 15:37:47 UTC 2024
    - 328 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/scala/zinc/readme.xml

    <sample>
        <para>Scala project using the Zinc based Scala compiler.</para>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86 bytes
    - Viewed (0)
Back to top