Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 161 for unhappy (0.13 sec)

  1. platforms/jvm/jvm-services/src/main/java/org/gradle/api/internal/artifacts/JavaEcosystemSupport.java

        }
    
        private static class TargetJvmEnvironmentCompatibilityRules implements AttributeCompatibilityRule<TargetJvmEnvironment>, ReusableAction {
    
            // public constructor to make reflective initialization happy.
            public TargetJvmEnvironmentCompatibilityRules() {}
    
            @Override
            public void execute(CompatibilityCheckDetails<TargetJvmEnvironment> details) {
                details.compatible();
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 19:13:00 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  2. maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/transform/AbstractVersionTransformation.java

    import org.codehaus.plexus.logging.AbstractLogEnabled;
    
    /**
     * Describes a version transformation during artifact resolution.
     *
     * TODO try and refactor to remove abstract methods - not particular happy about current design
     */
    @Deprecated
    public abstract class AbstractVersionTransformation extends AbstractLogEnabled implements ArtifactTransformation {
        @Inject
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  3. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseProjectIntegrationTest.groovy

        linkedResource name: 'linkToUriFoo', type: 'aFooUri', locationUri: 'http://test/uri/foo'
    
        file {
          withXml { it.asNode().appendNode('motto', 'Stay happy!') }
        }
      }
    
      jdt {
        sourceCompatibility = 1.4
        targetCompatibility = 1.3
      }
    }
            """
            when:
            run("eclipse")
            then:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 18K bytes
    - Viewed (0)
  4. go.mod

    	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
    	github.com/docker/go-units v0.5.0 // indirect
    	github.com/eapache/go-resiliency v1.6.0 // indirect
    	github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
    	github.com/eapache/queue v1.1.0 // indirect
    	github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
    	github.com/fatih/structs v1.1.0 // indirect
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  5. cmd/untar.go

    	},
    	{
    		// Zstd skippable frame header.
    		header: []byte{0x2a, 0x4d, 0x18},
    		f:      formatZstd,
    	},
    	{
    		// LZ4
    		header: []byte{0x4, 0x22, 0x4d, 0x18},
    		f:      formatLZ4,
    	},
    	{
    		// Snappy/S2 stream
    		header: []byte{0xff, 0x06, 0x00, 0x00},
    		f:      formatS2,
    	},
    	{
    		header: []byte{0x42, 0x5a, 'h'},
    		f:      formatBZ2,
    	},
    }
    
    type untarOptions struct {
    	ignoreDirs bool
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 04 12:04:40 UTC 2024
    - 6K bytes
    - Viewed (0)
  6. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/tasks/SourceSetOutput.java

     *
     *   {@literal @}TaskAction
     *   def generateResources() {
     *     def generated = resourcesDir.file("myGeneratedResource.properties").get().asFile
     *     generated.text = "message=Stay happy!"
     *   }
     * }
     * </pre>
     *
     * Find more information in {@link #dir(Object)} and {@link #getDirs()}
     */
    public interface SourceSetOutput extends FileCollection {
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/vcstest/hg/hgrepo1.txt

    	# which shipped with a version of 'hg' that does not support 'hg branch -r'
    	# to list branches for specific versions. Although Stretch is past its
    	# end-of-life date, we need to keep the builders happy until they can be
    	# turned down (https://go.dev/issue/56414).
    hg branches
    ? cmp stdout .hg-branches
    stdout 'v2\s+6:9a4f43d231ec'
    stdout 'v2.3.4\s+9:18518c07eb8e'
    stdout 'v3\s+7:a2cad8a2b1bb'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 16:48:06 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  8. src/image/internal/imageutil/gen.go

    	// seem right for one of those two to depend on the other.
    	//
    	// Another option is to have this code be exported in the image package,
    	// but we'd need to make sure we're totally happy with the API (for the
    	// rest of Go 1 compatibility), and decide if we want to have a more
    	// general purpose DrawToRGBA method for other image types. One possibility
    	// is:
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 4.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/metrics_test.go

    		expectEvalutionResult           string
    		expectDurationResult            string
    		expectFailOpenResult            string
    		wantErr                         bool
    	}{
    		{
    			name:       "happy path",
    			clientCert: clientCert, clientKey: clientKey, clientCA: caCert,
    			serverCert: serverCert, serverKey: serverKey, serverCA: caCert,
    			expectedRegisteredStatusCode: "200",
    			expectEvalutionResult:        "success",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    		useSeed          bool
    		statusKeyID      string
    		wantState        envelopekmsv2.State
    		wantEncryptCalls int
    		wantLogs         []string
    		wantErr          string
    	}{
    		{
    			name:        "happy path, no previous state",
    			service:     &testKMSv2EnvelopeService{keyID: "1"},
    			state:       envelopekmsv2.State{},
    			statusKeyID: "1",
    			wantState: envelopekmsv2.State{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
Back to top