Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 70 for BAR (0.03 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheInitScriptsIntegrationTest.groovy

            when:
            buildLogicInput.text = 'bar!'
    
            and:
            configurationCacheRun 'tasks', '-I', initScript.absolutePath
    
            then:
            outputContains 'bar!'
            configurationCache.assertStateStored()
    
            when:
            configurationCacheRun 'tasks', '-I', initScript.absolutePath
    
            then:
            outputDoesNotContain 'bar!'
            configurationCache.assertStateLoaded()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/declarative/dsl/tooling/builders/r89/DeclarativeDslToolingModelsCrossVersionTest.groovy

                    id = "test"
    
                    foo {
                        bar = "baz"
                    }
                }
            """
        }
    
        static String getDeclarativeScriptThatConfiguresOnlyTestSoftwareTypeFoo() {
            return """
                testSoftwareType {
                    foo {
                        bar = "baz"
                    }
                }
            """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 11:32:11 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/builder/testdata/insert-multi.golden

    -t table -N chain
    -t table -I chain 1 -f foo -b bar
    -t table -I chain 2 -f foo -b baaz
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 14:29:54 UTC 2024
    - 120 bytes
    - Viewed (0)
  4. tools/istio-iptables/pkg/builder/testdata/insert-multi-restore.golden

    * table
    -N chain
    -I chain 1 -f foo -b bar
    -I chain 2 -f foo -b baaz
    -I chain 3 -f foo -b baz
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 14:29:54 UTC 2024
    - 99 bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheBuildOptionsIntegrationTest.groovy

            when:
            configurationCacheRun 'ok', '-Dfoo=foo'
    
            then:
            outputContains "*(foo | bar = foo)*"
            configurationCache.assertStateStored()
    
            when:
            configurationCacheRun 'ok', '-Dbar=bar'
    
            then:
            outputContains "*(foo | bar = bar)*"
            configurationCache.assertStateLoaded()
    
            when:
            configurationCacheRun 'ok', '-Dbaz=baz'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 28K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    	// Setup storage with the following structure:
    	//  /
    	//   - first/
    	//  |         - bar
    	//  |
    	//   - second/
    	//  |         - bar
    	//  |         - foo
    	barFirst := &example.Pod{ObjectMeta: metav1.ObjectMeta{Namespace: "first", Name: "bar"}}
    	barSecond := &example.Pod{ObjectMeta: metav1.ObjectMeta{Namespace: "second", Name: "bar"}}
    	fooSecond := &example.Pod{ObjectMeta: metav1.ObjectMeta{Namespace: "second", Name: "foo"}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  7. cni/pkg/log/uds_test.go

    			},
    		},
    		{
    			"with keys",
    			`{"level":"info","time":"2020-01-01T00:00:00.356374Z","msg":"my message","key":"string value","bar":2}`,
    			cniLog{
    				Level: "info",
    				Time:  *wantT,
    				Msg:   "my message",
    				Arbitrary: map[string]any{
    					"key": "string value",
    					"bar": float64(2),
    				},
    			},
    		},
    	}
    	for _, tt := range cases {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 16:26:28 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/isolation/IsolatedActionSerializerTest.kt

                listOf(1, 2, 3)
            )
        }
    
        @Test
        fun `can serialize Java lambda with MapProperty`() {
            assertProviderRoundtrip(
                mapPropertyOf("foo" to 1, "bar" to 2),
                mapOf("foo" to 1, "bar" to 2)
            )
        }
    
        @Test
        fun `can serialize Java lambda with SetProperty`() {
            assertProviderRoundtrip(
                setPropertyOf(1, 2, 3),
                setOf(1, 2, 3)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  9. src/cmd/go/internal/help/helpdoc.go

    architecture pair has its own subdirectory of pkg
    (pkg/GOOS_GOARCH).
    
    If DIR is a directory listed in the GOPATH, a package with
    source in DIR/src/foo/bar can be imported as "foo/bar" and
    has its compiled form installed to "DIR/pkg/GOOS_GOARCH/foo/bar.a".
    
    The bin directory holds compiled commands.
    Each command is named for its source directory, but only
    the final element, not the entire path. That is, the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/apis/kubeadm/fuzzer/fuzzer.go

    	c.FuzzNoCustom(obj)
    
    	// Pinning values for fields that get defaults if fuzz value is empty string or nil (thus making the round trip test fail)
    	obj.CertificatesDir = "foo"
    	obj.ClusterName = "bar"
    	obj.ImageRepository = "baz"
    	obj.CIImageRepository = "" // This fields doesn't exists in public API >> using default to get the roundtrip test pass
    	obj.KubernetesVersion = "qux"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 06:41:07 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top