Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for diptote (0.12 sec)

  1. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/TaskContainerDslIntegrationTest.kt

                    description += "!"
                    destinationDir = file("out")
                }
                val t23: TaskProvider<Copy> = tasks.register<Copy>("diptote") {
                    description += "!"
                    destinationDir = file("out")
                }
                """
            )
        }
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:27 UTC 2023
    - 15K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/policy/v1beta1/generated.proto

      optional bool hostIPC = 9;
    
      // seLinux is the strategy that will dictate the allowable labels that may be set.
      optional SELinuxStrategyOptions seLinux = 10;
    
      // runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
      optional RunAsUserStrategyOptions runAsUser = 11;
    
      // RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  3. src/compress/flate/flate_test.go

    			var buf bytes.Buffer
    			w, _ := NewWriter(&buf, 5)
    			w.Write(data[:sz])
    			if flush {
    				// If a Flush occurs after all the actual data, the flushing
    				// semantics dictate that we will observe a (0, io.EOF) since
    				// Read must return data before it knows that the stream ended.
    				w.Flush()
    				earlyEOF = false
    			}
    			w.Close()
    
    			r := NewReader(&buf)
    			for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 20 18:41:18 UTC 2020
    - 11K bytes
    - Viewed (1)
  4. pkg/workloadapi/workload.proto

    enum TunnelProtocol {
      // NONE means requests should be forwarded as-is, without tunneling.
      NONE = 0;
      // HBONE means requests should be tunneled over HTTP.
      // This does not dictate HTTP/1.1 vs HTTP/2; ALPN should be used for that purpose.
      HBONE = 1;
      // Future options may include things like QUIC/HTTP3, etc.
    }
    
    // ApplicationProtocol specifies a workload  (application or gateway) can
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/testing_gradle_plugins.adoc

    include::sample[dir="snippets/developingPlugins/testingPlugins/groovy/url-verifier-plugin",files="build.gradle[tags=test-task]"]
    ====
    
    === Configuring a test framework
    
    Gradle does not dictate the use of a specific test framework. Popular choices include link:https://junit.org/[JUnit], link:https://testng.org/[TestNG] and link:http://spockframework.org/[Spock].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 22:49:20 UTC 2024
    - 16K bytes
    - Viewed (0)
  6. pkg/workloadapi/workload.pb.go

    type TunnelProtocol int32
    
    const (
    	// NONE means requests should be forwarded as-is, without tunneling.
    	TunnelProtocol_NONE TunnelProtocol = 0
    	// HBONE means requests should be tunneled over HTTP.
    	// This does not dictate HTTP/1.1 vs HTTP/2; ALPN should be used for that purpose.
    	TunnelProtocol_HBONE TunnelProtocol = 1 // Future options may include things like QUIC/HTTP3, etc.
    )
    
    // Enum value maps for TunnelProtocol.
    var (
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    about the same height as herself; and when she had looked under
    it, and on both sides of it, and behind it, it occurred to her
    that she might as well look and see what was on the top of it.
    
      She stretched herself up on tiptoe, and peeped over the edge of
    the mushroom, and her eyes immediately met those of a large
    caterpillar, that was sitting on the top with its arms folded,
    quietly smoking a long hookah, and taking not the smallest notice
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  8. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    about the same height as herself; and when she had looked under
    it, and on both sides of it, and behind it, it occurred to her
    that she might as well look and see what was on the top of it.
    
      She stretched herself up on tiptoe, and peeped over the edge of
    the mushroom, and her eyes immediately met those of a large
    caterpillar, that was sitting on the top with its arms folded,
    quietly smoking a long hookah, and taking not the smallest notice
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
Back to top