Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 2,528 for BAR (0.03 sec)

  1. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/use/PluginUseDslIntegrationSpec.groovy

                    "id 'noop'",
                    "id('noop').version('bar')",
                    "id 'noop' version 'bar'",
                    "id('noop').\nversion 'bar'",
                    "id('java');id('noop')",
                    "id('java')\nid('noop')",
                    "id('noop').version('bar');id('java')",
                    "id('noop').version('bar')\nid('java')",
                    "id 'noop' apply false",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  2. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/plugins/JavaGradlePluginPluginPublishingIntegrationTest.groovy

            plugin('bar', 'com.example.bar', 'The Bar Plugin', 'The greatest Bar plugin of all time.')
            publishToIvy()
    
            when:
            succeeds 'publish'
    
            then:
            def fooMarker = ivyRepo.module('com.example.foo', 'com.example.foo' + PLUGIN_MARKER_SUFFIX, '1.0')
            def barMarker = ivyRepo.module('com.example.bar', 'com.example.bar' + PLUGIN_MARKER_SUFFIX, '1.0')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 13:07:03 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/collect/MultisetsImmutableEntryTest.java

        assertEquals("bar x 2", entry("bar", 2).toString());
      }
    
      public void testToStringNull() {
        assertEquals("null", entry(NE, 1).toString());
        assertEquals("null x 2", entry(NE, 2).toString());
      }
    
      public void testEquals() {
        assertEquals(control("foo", 1), entry("foo", 1));
        assertEquals(control("bar", 2), entry("bar", 2));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 10:16:44 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. src/internal/types/testdata/check/conversions1.go

    		x struct {
    			x int "bar"
    		} "bar"
    	}
    	s = s
    	s = t // ERRORx `cannot use .* in assignment`
    	s = u // ERRORx `cannot use .* in assignment`
    	s = S(s)
    	s = S(t)
    	s = S(u)
    	t = u // ERRORx `cannot use .* in assignment`
    	t = T(u)
    }
    
    func _() {
    	type E1 struct {
    		x int "foo"
    	}
    	type E2 struct {
    		x int "bar"
    	}
    	type S struct{ x E1 }
    	type T struct {
    		x E2 "foo"
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:27 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/sources/process/ProviderCompatibleBaseExecSpecTestBase.groovy

            parameters.getWorkingDirectory().get().asFile.absolutePath == tmpDir.file("foo/bar").absolutePath
    
            where:
            configureAction                                   | _
            configure { it.workingDir("foo/bar") }            | _
            configure { it.workingDir = "foo/bar" }           | _
            configure { it.workingDir = new File("foo/bar") } | _
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/projection/ListModelProjectionTest.groovy

            list == ['bar', 'foo']
    
        }
    
        def "can addAll a collection which contains a same element types"() {
            when:
            mutate {
                add 'foo'
                addAll(['bar', 'baz'])
                addAll(1, ['one', 'two'])
            }
    
    
            then:
            def list = registry.realize(collectionPath, collectionType)
            list == checkable(['foo', 'one', 'two', 'bar', 'baz'])
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. pkg/controller/endpointslicemirroring/reconciler_helpers_test.go

    				simpleEndpointSlice("bar-v4", "10.2.2.3", discovery.AddressTypeIPv4),
    				simpleEndpointSlice("bar-v6", "2001:db8:2222:3333:4444:5555:6666:7777", discovery.AddressTypeIPv6),
    			},
    		},
    		expectedSlices: &slicesByAction{
    			toUpdate: []*discovery.EndpointSlice{
    				simpleEndpointSlice("bar-v4", "10.1.2.3", discovery.AddressTypeIPv4),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 06 23:58:47 UTC 2021
    - 7K bytes
    - Viewed (0)
  8. src/test/java/jcifs/tests/FileLocationTest.java

                  SmbResource c = new SmbFile(p, "foo/bar/") ) {
                SmbResourceLocator fl = c.getLocator();
                assertEquals("1.2.3.4", fl.getServer());
                assertEquals(SmbConstants.TYPE_FILESYSTEM, fl.getType());
                assertEquals("share", fl.getShare());
                assertEquals("\\foo\\bar\\", fl.getUNCPath());
                assertEquals("smb://1.2.3.4/share/foo/bar/", fl.getCanonicalURL());
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 08 13:16:07 UTC 2020
    - 23K bytes
    - Viewed (0)
  9. src/go/doc/comment/testdata/linklist3.txt

    -- input --
    Cool things:
    
      - Foo
      - [Go]
      - Bar
    
    [Go]: https://go.dev/
    -- text --
    Cool things:
    
      - Foo
      - Go
      - Bar
    
    [Go]: https://go.dev/
    -- markdown --
    Cool things:
    
      - Foo
      - [Go](https://go.dev/)
      - Bar
    
    -- html --
    <p>Cool things:
    <ul>
    <li>Foo
    <li><a href="https://go.dev/">Go</a>
    <li>Bar
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 30 21:57:02 UTC 2022
    - 349 bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/api/validation/path/name_test.go

    		},
    
    		"slash": {
    			Name:        "foo/bar",
    			Prefix:      false,
    			ExpectedMsg: "/",
    		},
    		"slash,prefix": {
    			Name:        "foo/bar",
    			Prefix:      true,
    			ExpectedMsg: "/",
    		},
    
    		"percent": {
    			Name:        "foo%bar",
    			Prefix:      false,
    			ExpectedMsg: "%",
    		},
    		"percent,prefix": {
    			Name:        "foo%bar",
    			Prefix:      true,
    			ExpectedMsg: "%",
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 27 13:49:29 UTC 2017
    - 3.8K bytes
    - Viewed (0)
Back to top