Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,707 for BAR (0.03 sec)

  1. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/remoteparent/some-thing/src/main/java/Bar.java

    import org.apache.commons.lang.StringUtils;
    
    public class Bar {
        public String toString() {
            return StringUtils.normalizeSpace("hi  there!");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 160 bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/http-routing/bar-httproute.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: bar-route
    spec:
      parentRefs:
      - name: example-gateway
      hostnames:
      - "bar.example.com"
      rules:
      - matches:
        - headers:
          - type: Exact
            name: env
            value: canary
        backendRefs:
        - name: bar-svc-canary
          port: 8080
      - backendRefs:
        - name: bar-svc
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 432 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/simple-http-https/bar-route.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: bar 
    spec:
      parentRefs:
      - name: example-gateway
        sectionName: https
      hostnames:
      - bar.example.com
      rules:
      - matches:
        - path:
            type: PathPrefix
            value: /
        backendRefs:
        - name: bar-app 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 316 bytes
    - Viewed (0)
  4. pkg/volume/util/atomic_writer_test.go

    			payload: map[string]FileProjection{
    				"foo/bar.txt": {Mode: 0400, Data: []byte("foo/bar")},
    				"bar/zab.txt": {Mode: 0644, Data: []byte("bar/zab.txt")},
    			},
    			success: true,
    		},
    		{
    			name: "subdirectories 2",
    			payload: map[string]FileProjection{
    				"foo//bar.txt":      {Mode: 0644, Data: []byte("foo//bar")},
    				"bar///bar/zab.txt": {Mode: 0644, Data: []byte("bar/../bar/zab.txt")},
    			},
    			success: true,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  5. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/SinceAndIncubatingRulesKotlinTest.kt

                    newApi("Method", "Bar.fooExt(int)"),
                    newApi("Method", "Bar.getBar()"),
                    newApi("Method", "Bar.getBarExt(java.lang.String)"),
                    newApi("Method", "Bar.getBazar()"),
                    newApi("Method", "Bar.getBazarExt(int)"),
                    newApi("Method", "Bar.getBazool()"),
                    newApi("Method", "Bar.getBool()"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jul 11 06:57:51 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/cel/common/equality_test.go

                      bar: value1
                    - key: key2
                      bar: value2
                `),
    			KeyPath: []interface{}{"foo"},
    			NewValue: mustUnstructured(`
                    - key: key1
                      bar: value1
                    - key: key2
                      bar: value2
                `),
    			OldValue: mustUnstructured(`
                    - key: key1
                      bar: value1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 13 21:36:46 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/metrics_test.go

    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="1.25"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="1.5"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="2"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="3"} 1
    etcd_request_duration_seconds_bucket{operation="foo",type="bar",le="4"} 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 21:15:32 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/IntersectionsTest.groovy

            moduleIdSet(["org", "foo"], ["org", "bar"], ["org2", "bar"])                                                   | module("foo")                                                                                                         | moduleId("org", "foo")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  9. pkg/config/host/names_test.go

    			host.Names{"foo,com"},
    			host.Names{"bar.com"},
    			host.Names{},
    		},
    		{
    			host.Names{"foo.com", "bar.com"},
    			host.Names{"bar.com"},
    			host.Names{"bar.com"},
    		},
    		{
    			host.Names{"foo.com", "bar.com"},
    			host.Names{"*.com"},
    			host.Names{"foo.com", "bar.com"},
    		},
    		{
    			host.Names{"*.com"},
    			host.Names{"foo.com", "bar.com"},
    			host.Names{"foo.com", "bar.com"},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 10:35:13 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  10. platforms/ide/ide/src/testFixtures/groovy/org/gradle/plugins/ide/AbstractIdeDeduplicationIntegrationTest.groovy

            projectName("foo") == "foo"
            projectName("foo/bar") == "root-foo-bar"
            projectName("baz/bar") == "baz-bar"
        }
    
        @ToBeFixedForConfigurationCache
        def "dedups projects with different nested level"() {
            given:
            project("root") {
                project("app") {}
                project("services") {
                    project("bar") {
                        project("app") {}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 8.2K bytes
    - Viewed (0)
Back to top